@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Inter-Regular';
  background-color: #fff;
  position: relative;
}
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}
p {
  color: #b3b3b3;
  font-weight: 400;
}
.BGGray {
  background-color: #F7F7F7;
}
body.BGGray:has(.demoSection) {
  background-color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
a,
a:hover {
  text-decoration: none !important;
}
.MainLoader {
  background: #F3F2EF;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
.LoaderLogo img {
  width: 100%;
}
.loaderCyber {
  position: absolute;
  left: 50%;
  margin-top: 2rem;
  transform: translate(-50%, -50%);
  height: 5px;
  width: 15rem;
  background-color: lightgrey;
  z-index: 99999;
}
.loading {
  background-color: #0097D9;
  width: 5rem;
  height: 5px;
  animation: animation 1.8s infinite;
}
@keyframes animation {
  0% {
    transform: translateX(0rem);
  }
  50% {
    transform: translateX(10rem);
  }
  100% {
    transform: translateX(0rem);
  }
}
.btn-100{
  width: 40%;
  text-align: center;
}
.hero {
  height: 60vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem;
  background: #fff;
  -webkit-transition: .3s all ease, box-shadow 0.3s ease, padding 0.3s ease;
  -o-transition: .3s all ease, box-shadow 0.3s ease, padding 0.3s ease;
  transition: .3s all ease, box-shadow 0.3s ease, padding 0.3s ease;
}
.site-navbar.js-sticky-header.is-sticky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.site-navbar.js-sticky-header.is-scrolled {
  background: #fff;
  -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.js-sticky-header-spacer {
  display: block;
  height: 0;
}
@media screen and (min-width: 1200px) {
  .hd_height {
    padding-bottom: 40px;
  }
}
.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}
.site-navbar .site-logo {
  position: absolute;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
  top: 0;
}
.site-navbar .site-logo img {
  width: 124px;
}
@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
  align-items: center;
}
.custom-desktop-menu{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.custom-desktop-menu .menu-links-part{
  flex: 1;
}
.custom-desktop-menu .menu-right-links{
  display: flex;
  justify-content: flex-end;
}
.site-navbar:not(.nhp-header) .site-navigation .site-menu .active {
  color: #0097D9 !important;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}
.site-navbar:not(.nhp-header) .site-navigation .site-menu>li>a {
  /* margin-left: 10px; */
  margin-right: 10px;
  padding: 10px 16px;
  color: #1e2939 !important;
  display: inline-block;
  text-decoration: none !important;
  /* text-transform: uppercase; */
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  height: 36px;
  display: flex;
  align-items: center;
}
.site-navbar:not(.nhp-header) .site-navigation .site-menu>li>a.menu-btn-outline-primary{
  color: #0056b3 !important;
  border-color: #0056b3 !important;
  border-width: 2px;
}
.site-navbar:not(.nhp-header) .site-navigation .site-menu>li>a.btn-primary{
  color: #fff !important;
}
.site-navbar:not(.nhp-header) .site-navigation .site-menu>li>a.btn-primary:hover{
  background-color: #0071e9 !important;
  color: #fff !important;
}
.site-navbar:not(.nhp-header) .site-navigation .site-menu>li>a.menu-btn-outline-primary:hover{
  color: #fff !important;
  background-color:#007bff !important;
}
.site-navbar:not(.nhp-header) .site-navigation .site-menu>li>a:hover,
.site-navbar:not(.nhp-header) .site-navigation .site-menu>li>a.nav-link.active {
  color: #1a1f36 !important;
  background-color: #e9ebef;
}
.site-navbar:not(.nhp-header) .site-navigation .site-menu>li ul.dropdown li>a:hover,
.site-navbar:not(.nhp-header) .site-navigation .site-menu>li ul.dropdown li>a.nav-link.active {
  color: #fff !important;
  background: #0097D9 !important;
}
.site-navbar:not(.nhp-header) .site-navigation .site-menu .has-children.subActive>a {
  color: #1d4ed8 !important;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 14px;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
  transition: all 0.3s ease;
  height: 16px;
}
.site-navbar .site-navigation .site-menu .has-children>a:hover:before{
  /* transform: rotate(180deg); */
  /* top: 30%; */
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  /* border-top: 2px solid #0097D9; */
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 16px 10px;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 10px;
  border: 1px solid #0000001a;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar:not(.nhp-header) .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #484F59 !important;
  font-size: 14px;
  font-weight: 500;
}
.site-navbar:not(.nhp-header) .site-navigation .site-menu .has-children .dropdown a.active {
  color: #0097D9 !important;
  background: #f8f9fa;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #0097D9;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 66px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu:not(.nhp-header) .site-nav-wrap a:hover {
  color: #0097D9;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu:not(.nhp-header) .site-nav-wrap li .nav-link.active {
  color: #0097D9 !important;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu:not(.nhp-header) .site-nav-wrap>li>a.menu-btn-outline-primary{
  padding: 10px 20px;
  width: 100%;
  color: #0056b3 !important;
  border-color: #0056b3 !important;
  margin-top: 5px;
}
.site-mobile-menu:not(.nhp-header) .site-nav-wrap>li>a.menu-btn-outline-primary:hover{
  padding: 10px 20px;
  width: 100%;
  color: #fff !important;
}
.site-mobile-menu:not(.nhp-header) .site-nav-wrap>li>a.btn-login{
  padding: 10px 0px;
}
.site-mobile-menu:not(.nhp-header) .site-nav-wrap>li>a.btn-primary{
  padding: 10px 20px;
  color: #fff !important;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  position: absolute;
  content: "\e313";
  font-size: 18px;
  top: 50%;
  /* right: 4px; */
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  font-family: 'icomoon';
  transition: all 0.3s ease;
  height: 24px;
  /* font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; */
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.site-mobile-menu:not(.nhp-header) .site-nav-wrap>li>a {
  color: #1e2939 !important;
  display: inline-block;
  text-decoration: none !important;
  /* text-transform: uppercase; */
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
}
.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding: 0 0 5px 10px;
  text-decoration: none !important;
  /* text-transform: uppercase; */
  font-size: 14px;
  font-weight: 500;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}
.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.sticky-wrapper .site-navbar {
  background: #fff;
}
.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}
.sticky-wrapper .site-navbar:not(.nhp-header) ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.sticky-wrapper .site-navbar:not(.nhp-header) ul li a.active {
  color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
  animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #0097D9;
}
.sticky-wrapper.is-sticky .site-navbar:not(.nhp-header) ul li a {
  color: #484F59 !important;
}
.sticky-wrapper.is-sticky .site-navbar:not(.nhp-header) ul li a.active {
  color: #0097D9 !important;
}
.site-navbar .site-navigation .site-menu>li:last-child {
  /* float: right; */
}
.site-navbar .site-navigation .site-menu>li>a.loginBtn,
.site-mobile-menu .site-nav-wrap>li>a.loginBtn {
  margin: 9px 0px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-weight: 700;
  background: #f47815 !important;
  text-align: center;
  font-size: 15px;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: .5rem 1rem;
}
.site-navbar .site-navigation .site-menu>li>a.loginBtn:hover,
.site-mobile-menu .site-nav-wrap>li>a.loginBtn:hover {
  background: #0097D9 !important;
  color: #ffffff !important;
  box-shadow: 0 19px 38px rgb(28 28 28 / 8%), 0 15px 12px rgb(0 0 0 / 7%);
}
.VideoSlidersassement {
  position: relative;
}
.VideoSlidersassement::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.VideoSlider video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 90vh;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  max-height: 100%;
}
.VideoSlider h1 {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-size: 60px;
  font-weight: 700;
}
.VideoSlidersassement h2 {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 60px;
  font-weight: 700;
}
@media (max-width:991px) {
  .VideoSlidersassement h2, .VideoSlider h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width:575px) {
  .VideoSlidersassement h2, .VideoSlider h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
.VideoSlider ul li {
  text-align: left;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.VideoSlider ul li::before {
  display: inline-block;
  content: "";
  margin: 0 1rem 0 0;
  width: 10px;
  height: 10px;
  background-color: #0097D9;
  border-radius: 100px;
}

/* .overview {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
} */
.VideoSlider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 1;
  z-index: 1;
}
.VideoSlider>* {
  z-index: 100;
}
@media (max-width:1199px) {
  .site-navbar .site-logo img {
    width: 130px;
  }
}
@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.CaseStudy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #00000017;
  opacity: 1;
  margin-bottom: 35px;
}
.CaseStudy img {
  width: 150px !important;
  height: 120px;
  object-fit: cover;
  margin-right: 12px;
}
.CaseStudy p {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.CaseStudy span {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 12px;
  line-height: 0;
}
.CaseStudy i {
  font-size: 16px;
  margin-right: 20px;
  margin-left: 10px;
}
.Advertise {
  margin-top: -80px;
  padding-bottom: 100px;
  z-index: 3;
  position: relative;
}
.DashboardImg {
  position: absolute;
  right: 0;
  top: 0;
  width: 800px;
}
.FraudPrevention {
  height: 650px;
}
.mainHeading {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}
.subHeading {
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 16px;
}
.cyberBtn {
  background-color: #F47815;
  opacity: 1;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 210px;
  height: 53px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
}
.cyberBtn:hover {
  background: #0097D9 !important;
  color: #ffffff !important;
  box-shadow: 0 19px 38px rgb(28 28 28 / 8%), 0 15px 12px rgb(0 0 0 / 7%);
}
.hideImg {
  display: none;
}
.CustomerSpotlight {
  background-image: url(../images/white-texture.png);
  padding: 80px 0;
}
.VideoSlider ul {
  list-style: none;
  padding-left: 0;
}
.CustomerSpotlight .owl-carousel .owl-item img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  margin: 0 auto;
  object-fit: contain;
}
.owl-theme .owl-dots {
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-left: 23px
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  outline: none;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: #00080C;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 5px;
  opacity: 0.25;
  width: 12px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #0097D9;
  opacity: 1;
}
.quotationMark {
  width: 50px;
}
.testimonial-section {
  padding: 40px 0 0;
  text-align: center;
}
.testimonial-width {
  margin: auto;
  padding: 0 20px;
}
.testimonial-section h1 {
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 20px;
}
.testimonial-pics {
  padding: 40px 0 0;
}
.testimonial-pics img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  margin: 0 20px;
  filter: grayscale(100%);
  transition: .3s;
  cursor: pointer;
  object-fit: cover;
}
.testimonial-pics img:hover,
.testimonial-pics img.active {
  filter: none;
  border: 2px solid #0097D9;
}
.testimonial-contents {
  max-width: 600px;
  margin: auto;
}
.testimonial-words {
  display: none;
}
.testimonial-words.active {
  display: block;
  margin-bottom: 10px;
}
.testimonial-words p {
  text-align: center;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  margin-bottom: 20px;
  margin-top: 10px;
}
.testimonial-words span {
  text-align: center;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 14px;
}
.testimonial-words .description {
  text-align: center;
  letter-spacing: 0px;
  color: #0097D9;
  opacity: 1;
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.preIcon,
.nextIcon {
  color: #C3C3C3;
  font-size: 43px;
  cursor: pointer;
}
.preIcon:hover,
.nextIcon:hover {
  color: #ffffff;
}

/* .preIcon {
  position: absolute;
  left: -20px;
  bottom: 50px;
}
.nextIcon {
  position: absolute;
  right: -20px;
  bottom: 50px;
} */
.testimonial-pics.owl-carousel .owl-nav .owl-next,
.testimonial-pics.owl-carousel .owl-nav .owl-prev {
  background-color: #0097D9;
  width: 50px;
  height: 50px;
  font-size: 24px;
  margin: 7px;
  border-radius: 7px;
  color: #ffffff;
  outline: none;
}
.owl-carousel .owl-nav button.nav-button {
  border: 0;
  cursor: pointer;
}
.owl-carousel.ClientSay .owl-nav button.owl-next,
.owl-carousel.ClientSay .owl-nav button.owl-prev {
  background-color: #0097D9;
  width: 50px;
  height: 50px;
  font-size: 24px;
  margin: 7px;
  border-radius: 7px;
  color: #ffffff;
  outline: none;
}
.owl-carousel.ClientSay .owl-nav button.owl-next:hover,
.owl-carousel.ClientSay .owl-nav button.owl-prev:hover {
  background-color: #F47815;
}
.owl-carousel.ClientSay .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  display: block;
  margin: auto;
}
.owl-carousel.ClientSay .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  margin: auto;
}
.testimonial-pics.owl-carousel .owl-nav {
  margin-top: 22px;
}
.preIcon {
  color: #fff;
}
.nextIcon {
  color: #fff;
}
.Determine {
  padding-top: 100px;
}
.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.custom-counter li {
  /* counter-increment: step-counter; */
  margin-bottom: 10px;
  position: relative;
  padding-left: 60px;
}
.custom-counter li p {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 20px;
}
.custom-counter li span {
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 14px;
}
.custom-counter li::before {
  /* content: counter(step-counter); */
  margin-right: 5px;
  font-size: 20px;
  background-color: #0097D9;
  color: white;
  font-weight: 400;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-counter li img {
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
}
.custom-counter li:hover img {
  transition: all 1s;
  -webkit-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}
.Authentication {
  padding: 100px 0;
  background-image: url(../images/AuthenticationBg.png);
  background-size: cover;
}
.shildImg {
  width: 380px;
}
.SiaraShieldAdvantage {
  padding: 100px 0;
}
.SiaraShieldBg {
  background: #F7F7F7 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 30px;
  height: 100%;
}
.SiaraShieldBg:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.SiaraShieldBg img {
  width: 50px;
  margin-bottom: 20px;
}
.SiaraShieldBg p {
  text-align: left;
  letter-spacing: 0px;
  color: #0097D9;
  opacity: 1;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.SiaraShieldBg span {
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 14px;
}
.CustomerJourney {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #0097D9;
}
.CustomerJourney::before {
  content: "";
  background-image: url(../images/CustomerJourneyBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center;
}
.CustomerJourney h2 {
  position: relative;
}
.CustomerJourney h2::after {
  position: absolute;
  content: '';
  height: 4px;
  bottom: -34px;
  left: 0;
  right: 0;
  width: 100px;
  background: #FFFFFF;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.journyPoint ul {
  list-style: none;
}
.journyPoint ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
.journyPoint ul li img {
  width: 35px;
  position: absolute;
  top: 7px;
  left: 0;
}
.journyPoint ul li:hover img {
  transition: all 1s;
  -webkit-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}
.journyPoint ul li p {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.journyPoint ul li span {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 16px;
}
.provideBusiness {
  padding: 100px 0;
  position: relative;
  background-image: url(../images/white-texture.png);
}
.proBg {
  position: relative;
  background-color: #ffffff;
  border-radius: 0;
  /* border-radius: 18px; */
  height: 300px;
  padding: 25px;
}
.proBg::after {
  content: "";
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
}
.proBg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  border-radius: 0;
}
.gallery {
  background: #EEE;
}
.gallery-cell {
  width: 28%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}
.gallery-cell.is-selected {
  background: #ED2;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
.proDetails {
  position: relative;
  z-index: 2;
  margin-bottom: -82px;
  transition: margin-bottom 0.5s ease;
}
.proDetails p {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 30px;
}
.proDetails a.cyberBtn {
  margin-top: 39px;
  width: 133px;
  height: 46px;
  font-size: 15px;
  transition: margin-top 0.5s ease;
}
.proBg:hover .proDetails {
  margin-bottom: 0;
}
.proBg:hover .proDetails a.cyberBtn {
  margin-top: 15px;
}
.provideBusiness .owl-nav {
  text-align: center;
  margin-top: 40px;
}
.provideBusiness .owl-carousel .owl-nav button.owl-prev,
.provideBusiness .owl-carousel .owl-nav button.owl-next {
  background-color: #0097D9;
  width: 50px;
  height: 50px;
  font-size: 24px;
  margin: 7px;
  border-radius: 7px;
  color: #ffffff;
  outline: none;
}
.provideBusiness .owl-carousel .owl-nav button.owl-prev:hover,
.provideBusiness .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #F47815;
}
.provideBusiness .owl-carousel .owl-nav button.owl-prev i,
.provideBusiness .owl-carousel .owl-nav button.owl-next i {
  font-size: 43px;
}
.provideBusiness .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -66px;
  bottom: 0;
  top: 0;
  display: block;
  margin: auto;
}
.provideBusiness .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -66px;
  bottom: 0;
  top: 0;
  display: block;
  margin: auto;
}
.footer-grid{
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2rem 1.5rem;
  margin-bottom: 48px;
  align-items: start;
}
.footer-grid .footer-brand {
  grid-column: auto;
  min-width: 0;
  max-width: 360px;
}
.footer-menus {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.5rem 1.25rem;
  align-items: start;
}
footer .footerHeading ul.policies-list  {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 0;
  gap: 0;
}
footer .footerHeading ul.policies-list li  {margin-bottom: 0; font-size: 14px;}
footer .footerHeading ul.policies-list li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 12px;
  border-radius: 50%;
  background: #0000004F;
  vertical-align: middle;
}
footer {
  padding: 64px 20px;
  background-color: #ffffff;
}
footer .footerHeading ul {
  list-style: none;
  padding-left: 0;
}
footer .footerHeading h3{
  color: #111827;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer .footerHeading p {
  text-align: left;
  letter-spacing: 0px;
  color: #6b7280;
  opacity: 1;
  font-size: 0.9rem;
  margin-bottom: 20px;
  font-weight: 400;
}
footer .footerHeading ul li {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 14px;
  margin-bottom: 12px;
}
footer .footerHeading ul li a {
  color: #000000;
  text-decoration: none;
}
footer .footerHeading ul li a.active {
  color: #EA5801;
}
footer .footerHeading ul li a:hover {
  color: #EA5801;
}
footer .footerHeading ul li p {
  text-align: left;
  letter-spacing: 0px;
  color: #99a1af;
  opacity: 1;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 400;
}
footer .footerHeading ul li p a {
  margin-left: 5px;
}
footer .footerHeading.footerContact ul li {
  padding-left: 30px;
  position: relative;
}
footer .footerHeading.footerContact ul li:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  color: #99a1af;
}
footer .footerHeading.footerContact ul li.footerCall:before {
  content: "\f095";
}
footer .footerHeading.footerContact ul li.footerAddress:before {
  content: "\f041";
}
footer .footerHeading.footerContact ul li.footerEmail:before {
  content: "\f0e0";
  top: -3px
}
.freeTrial {
  margin-top: 0;
  width: 133px;
  height: 46px;
  font-size: 15px;
  float: right;
}
footer .copyright-section {
  border-top: 1px solid #EA58024F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 32px;
}
footer .footerSocial {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
footer .footerHeading p.Copyright {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
}
footer p.Copyright a {
  color: #000000;
  font-weight: 500;
}
footer p.Copyright a:hover {
  color: #EA5801;
}
.footerSocial a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f4f6;
  border-radius: 10px;
  color: #374151;
}
.footerSocial a:not(:last-child) {
  margin-right: 0;
}
.footerSocial a:hover {
  background-color: #EA5801;
  color: #ffffff;
}
.footerSocial a i{
  color: inherit;
  padding: 0;
  font-size: 16px;
}
.footerSocial a svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.footerSocial a:last-child i {
  border: none;
}
.footerSocial a:hover i {
  color: #ffffff;
}
footer.NewFooter .footer-logo {
  margin: 0 0 20px;
}
footer.NewFooter .footer-logo a {
  display: inline-block;
}
footer.NewFooter .footer-logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-right: 60px;
}
footer.NewFooter .footer-desc {
  max-width: 360px;
  margin: 0 0 22px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.65;
}
footer.NewFooter .footerSocial-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}
footer.NewFooter .footer-partner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  padding: 10px 16px;
  margin-left: 14px;
  border: 1.5px solid #EA5801;
  border-radius: 8px;
  color: #EA5801;
  background: transparent;
  font-family: 'Inter-Medium';
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
footer.NewFooter .footer-partner-btn::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 28px;
  background: #e5e7eb;
}
footer.NewFooter .footer-partner-btn:hover,
footer.NewFooter .footer-partner-btn:focus {
  background: #EA5801;
  color: #ffffff;
}

/* Shared NewFooter — main site + subdomains using include/footer.php */
footer.NewFooter {
  background: #ffffff;
  padding: 72px 20px 40px;
}
footer.NewFooter .image-place img {
  opacity: 0.47;
}
footer.NewFooter .footerHeading h3 {
  color: #111827;
}
footer.NewFooter .footerHeading ul li,
footer.NewFooter .footerHeading ul li p {
  color: #000000;
}
footer.NewFooter .footerHeading ul li a {
  color: #000000;
  text-decoration: none;
}
footer.NewFooter p.Copyright,
footer.NewFooter p.Copyright a,
footer.NewFooter .footerHeading ul.policies-list li a {
  color: #000000;
  text-decoration: none;
}
footer.NewFooter .footerHeading ul li a:hover,
footer.NewFooter .footerHeading ul li a.active,
footer.NewFooter p.Copyright a:hover,
footer.NewFooter .footerHeading ul.policies-list li a:hover {
  color: #EA5801;
}
footer.NewFooter .copyright-section {
  border-top: 1px solid #EA58024F;
}
footer.NewFooter .footerSocial a {
  background-color: #f3f4f6;
  color: #374151;
}
footer.NewFooter .footerSocial a i {
  color: inherit;
  border-right: none;
}
footer.NewFooter .footerSocial a svg {
  fill: currentColor;
}
footer.NewFooter .footerSocial a:hover {
  background-color: #EA5801;
  color: #ffffff;
}
footer.NewFooter .footerSocial a:hover i {
  color: #ffffff;
}
footer.NewFooter .footer-link-bold {
  font-weight: 700;
}
.Advertise .owl-theme .owl-dots {
  margin-top: 10px;
}
.scrolltop .icon {
  font-size: 30px;
  text-align: center;
  margin-top: 2px;
}
.scrolltop {
  position: fixed;
  bottom: 88px;
  right: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f47815;
  display: none;
  color: #fff;
  cursor: pointer;
  z-index: 999;
  transition: all 1s;
}
.scrolltop:hover {
  background-color: #0097D9;
  transition: all 1s;
  -webkit-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

/* HubSpot chat: keep open panel as corner popup (not full-screen takeover) */
html.hs-chat-popup #hubspot-messages-iframe-container {
  width: min(400px, calc(100vw - 24px)) !important;
  height: min(640px, calc(100vh - 24px)) !important;
  max-width: min(400px, calc(100vw - 24px)) !important;
  max-height: min(640px, calc(100vh - 24px)) !important;
  inset: auto 12px 12px auto !important;
  top: auto !important;
  left: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.22) !important;
}
html.hs-chat-popup #hubspot-messages-iframe-container iframe {
  border-radius: 16px !important;
}
.aboutSection a.cyberBtn {
  width: 274px;
}
.VideoSlider.aboutSection:before {
  background: linear-gradient(0.25turn, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.aboutSection p {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 18px;
  width: 600px;
  line-height: 1.5;
}
.WhyCyber h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 30px;
}
.WhyCyber p {
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  line-height: 2;
  font-size: 16px;
}
.cyberSiaraSection {
  width: 100%;
  height: 100%;
}
.cyberSiaraSection .Cyber1,
.cyberSiaraSection .Cyber2,
.cyberSiaraSection .Cyber3,
.cyberSiaraSection .Cyber4 {
  position: relative;
}
.cyberSiaraSection .Cyber1::before {
  content: "";
  background-image: url(../images/Cyber1Bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center;
}
.cyberSiaraSection .Cyber1.Career1::before {
  background-image: url(../images/WhoWeAre.png);
}
.cyberSiaraSection .Cyber2::before {
  content: "";
  background-image: url(../images/Cyber2Bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-position: center;
}
.cyberSiaraSection .Cyber2.Career2::before {
  background-image: url(../images/CyberSiaraLife.png);
}
.cyberSiaraSection .Cyber3::before {
  content: "";
  background-image: url(../images/Cyber3Bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center;
}
.cyberSiaraSection .Cyber4::before {
  content: "";
  background-image: url(../images/Cyber4Bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-position: center;
}
.cyberSiaraSection h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.cyberSiaraSection p {
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 35px
}
.CyberMsg {
  position: relative;
  padding-top: 30px;
}
.CyberMsg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  z-index: -1;
  opacity: 0.3;
}
.CyberMsg h5 {
  margin: 0 25px 0 58px;
  padding-top: 14px;
  border-top: 5px solid #F47815;
  font-size: 18px;
  line-height: 1.5;
}
.CyberMsg .CyberMsgDetails {
  margin: 20px 25px 0 58px;
}
.CyberMsg .CyberMsgDetails span {
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 14px;
}
.CyberMsg .CyberMsgDetails p {
  text-align: left;
  letter-spacing: 0px;
  color: #0097D9;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
}
.cyberAdvantages {
  padding: 100px 0;
  background: #F7F7F7 0% 0% no-repeat padding-box;
  opacity: 1;
  position: relative;
}
.cyberAdvantages .CyberLogoImg {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 500px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.CyberPointsBg {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  padding: 25px 20px;
  height: 100%;
  position: relative;
}
.CyberPointsBg .CyberPointDetails {
  position: relative;
  padding-left: 62px;
}
.CyberPointsBg .CyberPointDetails img {
  position: absolute;
  top: 8px;
  left: 0;
  width: 40px;
  transition: all 1s;
}
.CyberPointsBg:hover .CyberPointDetails img {
  transition: all 1s;
  -webkit-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}
.CyberPointsBg .CyberPointDetails p {
  text-align: left;
  letter-spacing: 0px;
  color: #0097D9;
  opacity: 1;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 500;
}
.CyberPointsBg .CyberPointDetails span {
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 14px;
}
.CyberPointsBg a {
  background-color: #F47815;
  width: 47px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 15px 0 0 0;
  text-decoration: none;
}
.CyberPointsBg a:hover {
  background-color: #0097D9;
}
.CyberPointsBg a img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 100%;
  margin: auto;
}
.protectBG {
  padding: 100px 0;
}
.protectBG h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
}
.protectBG p {
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 20px;
}
.Credential {
  background-image: url(../images/CredentialBG.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 40px 0;
}
.Credential::before {
  content: "";
  background-color: rgba(3, 86, 122, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.Credential h4 {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}
.Credential p {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 0;
  font-size: 18px;
}
.Credential .GuaranteeImg {
  position: relative;
}
.Credential .GuaranteeImg p {
  text-align: center;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  text-transform: uppercase;
}
.TechnoBG .TechnoRound {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #0097D9;
  position: relative;
  margin: 0 auto 20px;
  transition: all 1s;
}
.TechnoBG:hover .TechnoRound {
  background-color: #0097D9;
  transition: all 1s;
  -webkit-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}
.TechnoBG .TechnoRound img {
  width: 50px;
  position: absolute;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
}
.TechnoBG {
  text-align: center;
}
.TechnoBG p {
  text-align: center;
  letter-spacing: 0px;
  color: #0097D9;
  opacity: 1;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.TechnoBG span {
  text-align: center;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 14px;
}
.UseCases {
  padding: 100px 0;
  background-image: url(../images/UseCasesBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.UseCases::before {
  content: "";
  background-color: rgba(1, 14, 25, 0.87);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.UseCases .CyberPointsBg {
  padding: 25px 50px 25px 20px;
}
.ClientDetails {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 100px 0;
}
.ClientDetails.Client1 {
  background-image: url(../images/client/microsoftBg.png);
}
.ClientDetails.Client2 {
  background-image: url(../images/client/NetFlixBg.png);
}
.ClientDetails.Client3 {
  background-image: url(../images/client/BandaiBG.png);
}
.ClientDetails.Client4 {
  background-image: url(../images/client/GitHubBG.png);
}
.ClientDetails.Client5 {
  background-image: url(../images/client/ShopifyBG.png);
}
.ClientDetails.Client6 {
  background-image: url(../images/client/ExpediaBG.png);
}
.ClientDetails::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.ClientDetails .CyberMsg img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.3;
  z-index: 1;
}
.ClientDetails .CyberMsg h5 {
  color: #ffffff;
}
.ClientDetails .container {
  z-index: 2;
  position: relative;
}
.AttacksBg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 100px 0;
  background-position: center;
}
.AttacksBg.Atteck1 {
  background-image: url(../images/LargeAttacks.png);
}
.AttacksBg.Atteck2 {
  background-image: url(../images/fraudPatterns.png);
}
.AttacksBg.Atteck3 {
  background-image: url(../images/GamingFraud.png);
}
.AttacksBg.Atteck4 {
  background-image: url(../images/FutureProof.png);
}
.AttacksBg.Atteck5 {
  background-image: url(../images/evolvingFraud.png);
}
.AttacksBg.Atteck6 {
  background-image: url(../images/StopFraudNow.png);
}
.AttacksBg.Atteck7 {
  background-image: url(../images/sharingBG.png);
}
.AttacksBg.Atteck8 {
  background-image: url(../images/RecognitionBG.png);
}
.AttacksBg::before {
  content: "";
  background-color: #0097D9;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  clip-path: polygon(0 100%, 100% 100%, 0% -445%);
}
.AttacksBg .container {
  z-index: 2;
  position: relative;
}
.AttacksBg h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 20px;
}
.AttacksBg p {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 20px;
  margin-bottom: 20px;
}
.AttacksBg p:last-child {
  margin-bottom: 0;
}
.protectBG .card img {
  width: 120px;
  height: 60px;
}
.aboutPoint .AbPoint {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 100px 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  background-position: center;
}
.aboutPoint .AbPoint.one {
  background-image: url(../images/EmployeesWorldwide.png);
}
.aboutPoint .AbPoint.two {
  background-image: url(../images/IndustryLeader.png);
}
.aboutPoint .AbPoint.three {
  background-image: url(../images/CoolVendor.png);
}
.aboutPoint .AbPoint::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.73);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.aboutPoint .AbPoint.one:hover:before {
  background-color: #F47815;
}
.aboutPoint .AbPoint.two:hover::before {
  background-color: #F47815;
}
.aboutPoint .AbPoint.three:hover::before {
  background-color: #F47815;
}
.aboutPoint {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;

}
.VideoSlider.aboutSection>* {
  z-index: 2;
}
.aboutPoint .AbPoint p {
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 28px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.ClientDetails.career {
  background-image: url(../images/AboutCarreerBG.png);
}
.newsDetails {
  background-color: #F7F7F7;
  padding: 100px 0;
}
.newsDetails.newsDetails--legal {
  padding: 48px 0 80px;
}

/* Compact legal page hero (Privacy, Terms, etc.) */
.legal-page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #020617 0%, #0f172a 48%, #1e3a5f 100%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}
.legal-page-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.legal-page-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
}
.legal-page-hero__glow--blue {
  width: 220px;
  height: 220px;
  background: rgba(59, 130, 246, 0.35);
  top: -60px;
  right: 8%;
}
.legal-page-hero__glow--cyan {
  width: 160px;
  height: 160px;
  background: rgba(34, 211, 238, 0.25);
  bottom: -40px;
  left: 12%;
}
.legal-page-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(59, 130, 246, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.12) 1px, transparent 1px);
  background-size: 40px 40px;
}
.legal-page-hero__inner {
  position: relative;
  z-index: 2;
  padding: 2.75rem 15px 2.5rem;
}
.legal-page-hero__kicker {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(96, 165, 250, 0.35);
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  margin-bottom: 0.85rem;
}
.legal-page-hero__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-transform: none;
  letter-spacing: -0.02em;
}
.legal-page-hero__meta {
  margin: 0;
  font-size: 0.9rem;
  color: #94a3b8;
  font-weight: 400;
}
@media (max-width: 767px) {
  .legal-page-hero__inner {
    padding: 2rem 15px 1.75rem;
  }
  .newsDetails.newsDetails--legal {
    padding: 36px 0 64px;
  }
}
.NewsPart {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  opacity: 1;
  position: relative;
  height: 100%;
}
.NewsPart img {
  border-radius: 15px 15px 0px 0px;
  width: 100%;
  height: 194px;
  object-fit: cover;
}
.NewsPart .newsText {
  padding: 20px 20px 95px;
}
.NewsPart .newsText h4 {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.NewsPart .newsText p {
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 18px;
  margin-bottom: 0;
}
.NewsPart .newsBtn {
  padding: 20px;
  border-top: 1px solid #707070;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.NewsPart .newsBtn .FrdBtn {
  background-color: #D50000;
  text-align: center;
  border: none;
  letter-spacing: 0px;
  color: #F5F5F5;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
  border-radius: 100px;
  padding: 0 24px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
.NewsPart .newsBtn a {
  text-align: right;
  letter-spacing: 0px;
  color: #0097D9;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0 auto;
}
.NewsPart.LeaderPart .newsText {
  padding: 20px;
}
.pagination-button {
  margin: 0 5px;
  cursor: pointer;
}
.pagination-button.page-num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.pagination-button.page-num.active,
.pagination-button.page-num:hover {
  background-color: #f47815;
  color: #ffffff;
}
.pagination-button.pageArrow {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.pagination-button.pageArrow:hover {
  background-color: #f47815;
  color: #ffffff;
}
.NewsPart.LeaderPart .newsText h4 {
  font-size: 22px;
}
.NewsPart.LeaderPart .newsText p {
  font-size: 14px;
  text-transform: uppercase;
}
.NewsPart.EventPart .newsText h4 {
  font-size: 22px;
}
.NewsPart.EventPart .newsText p {
  font-size: 14px;
}
.EventPart .eventMonth {
  text-align: center;
  letter-spacing: 0px;
  color: #0097D9;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.EventPart .eventDate {
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
}
.EventPart .eventYear {
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
}
.EventPart .eventDash {
  border: 1px solid #000000;
  opacity: 1;
  width: 10px;
  margin: 6px auto;
  text-align: center;
  background-color: #000000;
}
.NewsPart.EventPart img {
  border-radius: 0;
}
.BrandBG {
  background-image: url(../images/BrandBG.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.testimonial-pics.brand-pics img {
  width: 100px !important;
  height: 100%;
  border-radius: 0;
}
.testimonial-pics.brand-pics img {
  filter: none;
}
.testimonial-pics.brand-pics img:hover,
.testimonial-pics.brand-pics img.active {
  border: none;
}
.brand-pics .preIcon,
.brand-pics .nextIcon {
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.testimonial-pics.brand-pics {
  padding: 0;
}
.brand-pics .owl-stage {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.brand-pics .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: -1;
}
.customerImg {
  position: relative;
  padding: 0 0 20px;
}
.customerImg.active:after {
  content: "";
  position: absolute;
  content: '';
  height: 2px;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 50px;
  background: #0097D9;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.IndustriesUse {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 40px;
  height: 100%;
}
.IndustriesUse:hover {
  box-shadow: 0 3px 30px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 0%);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.IndustriesUse img {
  width: auto;
  margin-bottom: 30px;
  height: 60px;
  min-height: 60px;
  object-fit: contain;
  text-align: left;
  max-width: 140px;
}
.IndustriesUse p {
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 14px;
  margin-bottom: 0;
}
.collaboration {
  padding: 100px 0;
}
.Diversity {
  position: relative;
  background-color: #ffffff;
  border-radius: 18px;
  height: 300px;
  padding: 25px;
}
.Diversity::after {
  content: "";
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 18px;
}
.Diversity img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  border-radius: 18px;
  width: 100%;
}
.ValueDetails {
  position: relative;
  z-index: 2;
}
.ValueDetails p {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 500;
}
.ValueDetails span {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 16px;
  display: none;
}
.valueFlex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.Diversity:hover .valueFlex {
  align-items: flex-start;
}
.Diversity:hover .ValueDetails span {
  display: block;
  -webkit-animation: fadeInFlex 1s;
  animation: fadeInFlex 1s;
}
@-webkit-keyframes fadeInFlex {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFlex {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Diversity:hover::after {
  background: linear-gradient(rgba(0, 0, 0, .74), rgba(0, 0, 0, .74));
}
.collaboration .col-12:last-child .Diversity:after {
  background: linear-gradient(rgba(0, 151, 217, 1), rgba(0, 151, 217, 1));
}
.collaboration .col-12:last-child .valueFlex {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ValueDetails a.cyberBtn {
  width: 133px;
  height: 46px;
  font-size: 15px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #F47815;
  border: 2px solid #ffffff;
}
.ValueDetails a.cyberBtn:hover {
  border: 2px solid #ffffff;
  color: #ffffff !important;
  box-shadow: none;
  background: transparent !important;
}
.EmployeeTestimonials {
  padding: 100px 0;
  background-color: #F7F7F7;
}
.EmployeeTestimonials .testimonial-words {
  display: block;
}
.EmployeeTestimonials .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.EmployeeTestimonials .preIcon {
  position: absolute;
  left: -35px;
  bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.EmployeeTestimonials .nextIcon {
  position: absolute;
  right: -35px;
  bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.NewsPart.BlogPart .newsText h4 {
  font-weight: 500;
}
.BlogDate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.NewsPart.BlogPart {
  height: 100%;
}
.NewsPart.BlogPart .newsText .BlogDate p {
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  color: #484F59;
  font-size: 14px;
  margin-bottom: 20px;
}
.NewsPart.BlogPart .newsText .BlogDate p:last-child {
  margin: 0 0 0 auto;
}
.NewsPart.BlogPart .newsText .BlogDate p span {
  color: #0097D9;
}
.NewsPart.BlogPart .newsText {
  padding: 20px;
}
.NewsPart .BlogPart {
  position: relative;
}
.BlogLable {
  position: absolute;
  top: 7px;
  right: 7px;
}
.BlogLable p {
  background-color: #0097D9;
  padding: 5px 23px;
  text-align: left;
  letter-spacing: 0px;
  color: #F5F5F5;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
  border-radius: 100px;
}
.BlogDetails {
  padding: 100px 0;
  background-color: #F7F7F7;
}
.BlogDetailsDate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.BlogDetailsDate p {
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  color: #484F59;
  font-size: 18px;
}
.BlogDetailsDate p span {
  color: #0097D9;
}
.BlogDetailsDate p:last-child {
  margin: 0 0 0 auto;
}
.BlogHeading .mainHeading {
  font-size: 28px;
  line-height: 1.3;
}
.BlogHeading .subHeading span {
  color: #0097D9;
}
.BlogSubHeading h4 {
  font-size: 20px;
  margin-bottom: 16px;
}
.Author {
  font-size: 20px;
  color: #0097D9;
  font-weight: 500;
}
#socialShare {
  margin-top: 0;
  text-align: center;
}
#socialShare a,
#socialShare>.socialBox {
  position: relative;
  float: none;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  background-color: #F47815;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
#socialShare a {
  background-color: rgba(0, 0, 0, 0.2);
}
#socialShare>*>span {
  display: block;
  color: #fff;
  font-size: 22px;
  padding: 8px;
  width: 45px;
  height: 45px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
#socialGallery {
  margin: 0 0 auto;
  position: absolute;
  top: 60px;
  visibility: hidden;
  width: 160px;
  right: 0;
  z-index: 1;
}
#socialGallery a {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  top: 10px;
  width: 35px;
  height: 35px;
  font-size: 14px;
}
#socialGallery a>span {
  position: relative;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#socialGallery a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.socialToolBox {
  cursor: default;
}
.pointer {
  cursor: pointer
}
.facebook {
  background: #3b5998 !important
}
.google {
  background: #dd4b39 !important
}
.instagram {
  background: #517fa4 !important
}
.tumblr {
  background: #32506d !important
}
.twitter {
  background: #00aced !important
}
.linkedin {
  background: #0e76a8 !important
}
.youtube {
  background: #bb0000 !important
}
.BlogReview {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.21);
  margin-top: 30px;
  padding: 30px;
  position: relative;
}
.ReviewDetails {
  padding-left: 145px;
}
.BlogReview img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 100%;
  position: absolute;
}
.ReviewDetails h4 {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.ReviewDetails p {
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 14px;
  margin-bottom: 0;
  text-align: justify;
}
.OnDemand h4 {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.3;
}
.ContactForm {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.ContactForm h4 {
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 24px;
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
}
.FormDetails .form-control {
  background-color: #F7F7F7;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 14px;
  height: 48px;
}
.FormDetails textarea.form-control {
  height: auto;
}
.FormDetails .form-control:focus {
  border-color: #0097D9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #0097D9;
}
.FormDetails .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.54;
}
.FormDetails .form-control::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.54;
}
.FormDetails .form-control:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.54;
}
.FormDetails .form-control:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.54;
}
.cyberBtn.contactBtn {
  width: 142px;
  border: none;
}
.ContactAddress {
  padding-bottom: 100px;
}
.ContactAddress h4 {
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 24px;
  margin-bottom: 20px;
}
.ContactAddress p.technical {
  text-align: center;
  letter-spacing: 0px;
  color: #484F59;
  font-size: 16px;
  line-height: 1.7;
  width: 90%;
  margin: 0 auto 50px;
}
.cyberAddress {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 12px;
  opacity: 1;
  padding: 20px;
  height: 100%;
}
.cyberAddress h5 {
  text-align: left;
  letter-spacing: 0px;
  color: #0097D9;
  opacity: 1;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.AddressDetails {
  position: relative;
  padding-left: 25px;
  margin: 5px 0;
}
.AddressDetails i {
  color: #0097D9;
  font-size: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
.AddressDetails a {
  text-align: left;
  letter-spacing: 0px;
  color: #484F59 !important;
  opacity: 1;
  font-size: 16px;
}
.AddressDetails p {
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
  width: 100%;
  line-height: 22px;
}
.AvalilableTime {
  position: relative;
  display: flex;
}
.AvalilableTime i {
  color: #0097D9;
  font-size: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
.AddressDetails span {
  display: block;
  margin: 0 0 5px;
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 16px;
}
.AddressDetails span.PlzCall {
  font-size: 14px;
}
.ContactPolicy p {
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  font-size: 16px;
  margin-bottom: 5px;
}
.ContactPolicy p a {
  color: #0097D9;
}
.ContactPolicy p.contactHead {
  font-weight: 600;
}
.FaqSection {
  padding: 100px 0;
}
.FaqAccordian {
  background-color: #FFFFFF;
  opacity: 1;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  height: 100%;
}
.FaqAccordian ul {
  list-style: none;
  padding-left: 0;
}
.FaqAccordian ul ul {
  display: none;
}
.FaqAccordian li.active>ul {
  display: block;
}
.FaqAccordian ul li {
  position: relative;
  cursor: pointer;
}
.FaqAccordian ul li h5 {
  text-align: left;
  letter-spacing: 0px;
  color: #101113;
  cursor: pointer;
  font-size: 16px;
}
.FaqAccordian ul li.active h5 {
  color: #0097D9;
}
.FaqAccordian ul li {
  margin-bottom: 25px;
}
.FaqAccordian ul ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.FaqAccordian ul ul li a {
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 14px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.FaqAccordian ul ul li a::before {
  display: inline-block;
  content: "";
  margin: 0 1rem 0 0;
  width: 12px;
  height: 3px;
  background-color: #484F59;
}
.FaqAccordian ul ul li a.activeClass {
  color: #0097D9;
}
.FaqAccordian ul ul li a.activeClass::before {
  background-color: #0097D9;
}
.FaqAccordian h5:not(:only-child):after {
  content: "\f067";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 14px;
}
.FaqAccordian .active>h5:not(:only-child):after {
  content: "\f068";
}
.faqQuestion .card-title.collapsed {
  background-color: #FFFFFF;

  opacity: 1;
}
.faqQuestion .card-title:not(.collapsed) {
  background-color: #0097D9;
  color: #ffffff;
}
.faqQuestion .card-title:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f078";
  padding-right: 5px;
}
.faqQuestion .card-title.collapsed:before {
  float: right !important;
  content: "\f077";
}
.faqQuestion .card-header {
  padding: 0;
  border: none;
}
.faqQuestion .card-title {
  display: block;
  padding: 20px;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.faqQuestion .card {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}
.faqQuestion .card:last-child {
  margin-bottom: 0;
}
.faqQuestion .card-body p {
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  font-size: 16px;
  margin-bottom: 0;
  color: #484F59;
  line-height: 1.5;
}
.faqQuestion .card-body p a {
  color: #0097D9;
}
.faqQuestion .card-body a {
  color: #0097D9;
}
.faqQuestion img {
  margin: 10px 0
}
ul.HomePoints {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
}
ul.HomePoints li {
  transform: translateX(-100%);
  transition: transform 2s, opacity 2s;
  opacity: 0;
}
ul.HomePoints li.show {
  opacity: 1;
  transform: translateX(0%);
}
.site-navbar .site-navigation .site-menu>li>a.loginBtn.active,
.site-mobile-menu .site-nav-wrap>li>a.loginBtn.active {
  color: #ffffff !important;
}
.site-navbar .site-navigation .site-menu>li>a.loginBtn.active:hover,
.site-mobile-menu .site-nav-wrap>li>a.loginBtn.active:hover {
  color: #f47815 !important;
}
.CyberContactBG {
  padding: 100px 0;
}
.hide-address .map_info{
  display: none;
}
.contact-panel {
  padding: 50px 55px;
}
.contact-panel.contact-panel-2 {
  padding: 60px 70px;
  background-color: var(--global--color-white);
  -webkit-box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
  box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
  border-radius: 12px;
  z-index: 5;
}
.CyberContactBG .contact-panel {
  margin-bottom: 30px;
}
.bg-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.img-card {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.img-card.img-card-2 {
  border-radius: 12px;
  height: 100%;
}
.bg-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-theme:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0097D9), color-stop(82%, #0097D9));
  background-image: -o-linear-gradient(top, #0097D9 0%, #0097D9 82%);
  background-image: linear-gradient(180deg, #0097D9 0%, #0097D9 82%);
}
.img-card .card-content {
  max-width: 100%;
}
.img-card.img-card-2 .card-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.CyberContactBG .AddressDetails a {
  color: #ffffff !important;
}
.CyberContactBG .ContactForm h4 {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 20px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.4;
}
.ContactForm.section-form {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 8%), 0 1px 1px 0 rgb(0 0 0 / 8%), 0 4px 8px 0 rgb(0 0 0 / 8%);
  padding: 33px 68px;
  margin-top: 4px;
}
.demoSection {
  height: 100%;
  min-height: calc(100vh - 120px);
  background-color: #000000 !important;
  background-image: none !important;
  padding: 80px 0;
  position: relative;
}
.demoSection .overview {
  display: none;
}
.demoSection.VideoSlider:before {
  content: none;
}
.demoSection .demoText {
  text-align: center;
}
.demoSection .demoText h1,
.demoSection .demoText p {
  display: none;
}
.demoSection .demoText img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin: 0 auto;
}
.demoSection .ContactForm.section-form {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0px 25px 50px -12px #00000040;
  padding: 48px;
  margin-top: 0;
  overflow: visible;
}
.demoSection .ContactForm.section-form::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(234, 88, 2, 0) 0%, #EA5802 50%, rgba(234, 88, 2, 0) 100%);
  pointer-events: none;
  border-radius: 20px 20px 0 0;
}
.demoSection .ContactForm h4 {
  width: 100%;
  margin: 0 0 8px;
  text-align: left;
  font-family: 'Inter-SemiBold';
  font-size: 0;
  line-height: 1.2;
  color: #E5E2E3;
  opacity: 1;
}
.demoSection .ContactForm h4::before {
  content: "Let's Talk";
  font-size: 32px;
  font-family: 'Inter-SemiBold';
  color: #E5E2E3;
  line-height: 1.2;
}
.demoSection .FormDetails {
  margin-top: 24px !important;
}
.demoSection .FormDetails .form-control {
  height: auto;
  min-height: 0;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: #ffffff;
  font-family: 'Inter-Medium';
  font-size: 16px;
}
.demoSection .FormDetails .form-control:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(234, 88, 2, 0.65);
  box-shadow: 0 0 0 3px rgba(234, 88, 2, 0.15);
  color: #ffffff;
}
.demoSection .FormDetails .form-control::-webkit-input-placeholder {
  color: rgba(224, 192, 175, 0.5);
  opacity: 1;
}
.demoSection .FormDetails .form-control::-moz-placeholder {
  color: rgba(224, 192, 175, 0.5);
  opacity: 1;
}
.demoSection .FormDetails .form-control:-ms-input-placeholder {
  color: rgba(224, 192, 175, 0.5);
  opacity: 1;
}
.demoSection .FormDetails .form-control::placeholder {
  color: rgba(224, 192, 175, 0.5);
  opacity: 1;
}
.demoSection .FormDetails .form-group {
  margin-bottom: 16px;
}
.demoSection .FormDetails .text-danger {
  color: #ff8a8a !important;
}
.demoSection .FormDetails .alert {
  border-radius: 10px;
}
.demoSection .SiaraShildBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 36px;
  border-radius: 10px;
  background-color: var(--nhp-orange);
  box-shadow: none;
  overflow: visible;
  font-family: 'Inter-Bold';
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.demoSection .SiaraShildBtn:after {
  display: none;
}
.demoSection .SiaraShildBtn:hover,
.demoSection .SiaraShildBtn:focus {
  background-color: var(--nhp-orange-hover);
}
.demoSection .SiaraShildBtn span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.demoSection .SiaraShildBtn span i {
  margin-left: 0 !important;
}
.demoSection .demo-form-submit-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 0;
  text-align: center;
}
.demoSection .demo-form-submit-wrap .SiaraShildBtn {
  margin-left: auto;
  margin-right: auto;
}
/* Mount captcha outside the frosted card so Privacy/Terms badge isn't stuck on the form edge */
.demoSection .demo-form-captcha-wrap {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.getCopyModal .modal-content {
  background-color: #FFFFFF;
  border: none;
  border-radius: 25px;
  opacity: 1;
  padding: 40px;
}
.getCopyModal img {
  height: 451px;
  object-fit: cover;
}
.getCopyModal p {
  text-align: left;
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 16px;
  margin-bottom: 0;
}
.getCopyModal p.report {
  text-align: left;
  letter-spacing: 0px;
  color: #0097D9;
  text-transform: uppercase;
  opacity: 1;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.getCopyModal h3 {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 25px;
  font-weight: 500;
}
.copyBorder {
  border-right: 2px solid #707070;
}
.getCopyModal .close {
  opacity: 1;
}
.getCopyModal .close span {
  position: absolute;
  top: 6px;
  right: 9px;
  font-size: 26px;
  color: #F47815;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.typing {
  height: auto;
  position: relative;
  text-align: left;
  letter-spacing: 0px;
  color: #F47815 !important;
  opacity: 1;
  font-size: 40px;
  margin-top: 30px;
}

/* .typing::after {
  content: "";
  position: absolute;
  right: -5px;
  width: 1px;
  height: 100%;
  border-right: 2px solid #F47815;
  animation: blink 0.5s ease infinite;
  height: 30px;
  bottom: 12px;
} */
.header-sub-title {
  text-align: left;
  letter-spacing: 0px;
  color: #F47815 !important;
  opacity: 1;
  font-size: 40px;
}
.blink {
  animation: blink 0.5s infinite;
}
@keyframes blink {
  to {
    opacity: .0;
  }
}
.flex {
  display: flex;
}
.ShieldBlock {
  position: relative;
  width: 100%;
  height: 625px;
}
.ShieldBlock img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 500px;
}
.ShieldBlock img.MobileSiara {
  display: none;
}
.Prot {
  text-align: left;
}
.Prot p {
  letter-spacing: 0px;
  color: #0097D9;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.Prot span {
  letter-spacing: 0px;
  color: #484F59;
  opacity: 1;
  font-size: 14px;
}
.Prot1 {
  position: absolute;
  top: 22px;
  right: -50px;
}
.Prot2 {
  position: absolute;
  top: 240px;
  bottom: 0;
  right: -69px;
}
.Prot3 {
  position: absolute;
  bottom: -22px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.Prot4 {
  position: absolute;
  top: 240px;
  bottom: 0;
  left: -69px;
  text-align: right;
}
.Prot5 {
  position: absolute;
  top: 22px;
  left: -50px;
  text-align: right;
}
.rotate-center {
  -webkit-animation: rotate-center 3s ease-in-out both;
  animation: rotate-center 3s ease-in-out both;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
img.technoIcon {
  margin: 0 30px 17px;
  height: 60px;
}
.getCopyModal img [data-object-fit='cover'] {
  object-fit: cover
}
.inquiries_sec h3 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 25px;
  color: #076abb;
  font-weight: 600;
}
.inquiries_sec h4 {
  font-size: 20px;
}
.inquiries_sec p {
  color: #484f59;
}
.inquiries_sec a {
  color: #0097D9;
  text-decoration: none;
}
.center404 {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-right: 15px;
  padding-left: 15px;
}
.error404 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}
.number404 {
  font-weight: 900;
  font-size: 240px;
  line-height: 1;
}
.illustration {
  position: relative;
  width: 195.2px;
  margin: 0 33.6px;
}
.circle404 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 195.2px;
  height: 182.4px;
  border-radius: 50%;
  background-color: #293b49;
}
.clip {
  position: absolute;
  bottom: 4.8px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 200px;
  height: 208px;
  border-radius: 0 0 50% 50%;
}
.paper {
  position: absolute;
  bottom: -4.8px;
  left: 50%;
  transform: translateX(-50%);
  width: 147.2px;
  height: 198.4px;
  border: 4.8px solid #293b49;
  background-color: #ffffff;
  border-radius: 12.8px;
}
.paper::before {
  content: "";
  position: absolute;
  top: -11.2px;
  right: -11.2px;
  width: 17px;
  height: 18px;
  background-color: #f7f7f7;
  border-bottom: 4.8px solid #293b49;
  transform: rotate(45deg);
}
.face {
  position: relative;
  margin-top: 36.8px;
}
.eyes {
  position: absolute;
  top: 0;
  left: 38.4px;
  width: 73.6px;
  height: 12.8px;
}
.eyes .eye {
  position: absolute;
  bottom: 0;
  width: 12.8px;
  height: 12.8px;
  border-radius: 50%;
  background-color: #293b49;
  animation-name: eye;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.eyes .eye.eye-left {
  left: 0;
}
.eyes .eye.eye-right {
  right: 0;
}
@-webkit-keyframes eye {
  0% {
    height: 12.8px;
  }
  50% {
    height: 12.8px;
  }
  52% {
    height: 1.6px;
  }
  54% {
    height: 12.8px;
  }
  100% {
    height: 12.8px;
  }
}
@-moz-keyframes eye {
  0% {
    height: 12.8px;
  }
  50% {
    height: 12.8px;
  }
  52% {
    height: 1.6px;
  }
  54% {
    height: 12.8px;
  }
  100% {
    height: 12.8px;
  }
}
@keyframes eye {
  0% {
    height: 12.8px;
  }
  50% {
    height: 12.8px;
  }
  52% {
    height: 1.6px;
  }
  54% {
    height: 12.8px;
  }
  100% {
    height: 12.8px;
  }
}
.rosyCheeks {
  position: absolute;
  top: 25.6px;
  width: 16px;
  height: 3.2px;
  border-radius: 50%;
  background-color: #F47815;
}
.rosyCheeks.rosyCheeks-left {
  left: 33.4px;
}
.rosyCheeks.rosyCheeks-right {
  right: 22.4px;
}
.mouth {
  position: absolute;
  top: 49.6px;
  left: 52%;
  width: 25.6px;
  height: 3.2px;
  border-radius: 1.6px;
  transform: translateX(-50%);
  background-color: #293b49;
}
.text404 {
  margin-top: 20px;
  letter-spacing: 0px;
  color: #293b49;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  width: 500px;
  text-align: center;
}

/*------------ Blog-details css-------------*/
.info_sec {
  width: 100%;
  /* float: left; */
  margin: 0;
  padding: 70px 0 40px 0;
}
.blgdtl_ntw .blog-detail-page-image {
  width: 100%;
}
.blog-detail-page-image img {
  border-radius: 30px 30px 0px 0px;
  box-shadow: 0px -5px 10px 0px #a2a2a2;
  width: 100%;
  height: 385px;
}
.blgdtl_ntw .blog-detail-page-image img {
  height: inherit !important;
}
.blog-detail-page-content-des {
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px #909090;
  padding: 18px 20px;
  border-radius: 0px 0px 20px 20px;
}
.blog-detail-page-date ul li {
  display: inline-block;
}
.blog-detail-page-date ul li:first-child {
  margin-right: 2%;
}
.blog-detail-page-date ul li:first-child img {
  margin-top: -25%;
}
.blog-detail-page-date ul li h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-top: 2%;
  font-size: 21px;
  color: #3c3c3c;
}
.blog-detail-page-title {
  margin-bottom: 20px;
}
.blog-detail-page-title h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #3c3c3c;
  margin-bottom: 0.5rem;
  margin-top: 0;
  line-height: 1.2;
}
.blog-detail-page-content-des-content p {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 0px !important;
}
.info_sec p {
  margin: 0 0 80px 0;
  padding: 0;
  text-align: center;
  color: #484f59;
  line-height: 24px;
  letter-spacing: .3px;
}
.blog-detail-page-content-des-content h3 {
  font-size: 21px;
  color: #3c3c3c;
  font-weight: 400;
  outline: none !important;
  font-family: 'Roboto Slab', serif;
}
.btn_link {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.trial_btn {
  border: none;
  margin: 0;
  padding: 11px 40px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #f47815;
  border-radius: 100px;
}
.btn_link:hover {
  box-shadow: 0 15px 12px -10px rgb(0 0 0 / 60%);
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.trial_btn:hover {
  background: #fff;
  color: #f47815;
}
.back-blog-btn a:hover {
  background: #f47815;
  color: #fff;
}
.rcntpstbx_ntw {
  width: 100%;
  float: left;
  clear: both;
}
.recent-post {
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px #909090;
  padding: 18px 20px;
  border-radius: 20px 20px 20px 20px;
}
.recent-post-title h3 {
  font-weight: 700;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  color: #3c3c3c;
}
.rcntpstlist_ntw>ul {
  width: 100%;
  float: left;
}
.recent-post-content ul {
  border-bottom: 2px solid #a2a2a2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}
.rcntpstlist_ntw>ul>li {
  display: inherit !important;
  margin: 0 !important;
  list-style: none;
}
.recent-post-content ul li {
  display: inline-block;
}
.rcntpstlist_ntw>ul>li:first-child {
  width: 100% !important;
  max-width: 160px !important;
  float: left;
  height: inherit !important;
}
.recent-post-content ul li img {
  border-radius: 20px;
  height: 100px;
  width: 100px;
  margin-top: -77%;
}
.rcntpstlist_ntw>ul>li:first-child>img {
  border-radius: 10px;
  height: inherit !important;
  width: 100% !important;
  margin: 0 !important;
}
.recent-post-content ul li:first-child img {
  border-radius: 10px;
  height: 82px;
  width: 82px;
  margin-top: -77%;
  margin-right: 11%;
}
.recent-post-content ul li:first-child {
  margin-right: 4%;
}
.rcntpstlist_ntw>ul>li:last-child {
  width: 100%;
  overflow: inherit;
  padding-top: 15px;
  padding-left: 0;
  width: 100% !important;
  float: left;
}
.recent-post-content ul li:last-child {
  width: 68%;
}
.recent-post-content ul li:last-child img {
  width: 25px;
  height: 25px;
  border-radius: 0px;
  float: left;
  margin-top: -1%;
  margin-right: 3%;
}
.recent-post-content ul li:last-child h4 {
  font-size: 19px;
  font-family: 'Poppins', sans-serif;
}
.rcntpstlist_ntw h3 {
  font-size: 21px;
  color: #3c3c3c;
  font-weight: 400;
  outline: none !important;
  font-family: 'Roboto Slab', serif;
}
.recent-post-content ul li h3 a {
  font-size: 16px;
  margin-top: -1%;
  font-family: 'Poppins', sans-serif;
  color: #000;
}
.recent-post-content ul:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#twitter-widget-0 {
  height: 285px !important;
  margin-top: 50px !important;
  box-shadow: 0px 4px 10px 0px #909090 !important;
  border-radius: 20px 20px 20px 20px;
}
#twitter-widget-0 {
  height: 285px !important;
  margin-top: 50px !important;
  box-shadow: 0px 4px 10px 0px #909090 !important;
}
.blog-detail-page-date ul {
  padding-left: 0;
}
.info_sec img {
  width: 100%;
  height: 100%;
}
.info_sec .blog-detail-page-content-des-content img {
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 768px) {
  .recent-post-content ul li:first-child img {
    border-radius: 8px;
    height: 52px;
    width: 82px;
    margin-top: -182%;
    margin-right: 11%;
  }
  .recent-post-content ul li:last-child h4 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
  }
}
@media (max-width: 767px) {
  .info_sec {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .blog-detail-page-content-des-content p {
    font-size: 15px !important;
  }
  .recent-post {
    background: #ffffff;
    box-shadow: 0px 4px 10px 0px #909090;
    padding: 18px 20px;
    border-radius: 20px 20px 20px 20px;
    margin-top: 25px;
  }
}
.site-navbar .site-navigation .site-menu>li:nth-last-child(2) {
  padding-right: 27px;
}
.whyCyberSiara button {
  font-size: 15px;
  color: #484F59;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: transparent;
  width: 184px;
  text-align: left;
  height: 39px;
  outline: none;
}
.whyCyberSiara.ExpoTechno button {
  width: 207px;
  color: rgba(255, 255, 255, 0.68);
}
.whyCyberSiara.LearnBtns button {
  width: 130px;
  color: rgba(255, 255, 255, 1);
  margin-top: 42px;
}
.whyCyberSiara.HeaderBtns button {
  width: 140px;
}
.whyCyberSiara.HeaderBtns.FooterBtns button {
  width: 156px;
  margin-left: -25px;
}
.whyCyberSiara.PopUpBtns button {
  width: 100px;
  margin-top: 15px;
}
.whyCyberSiara.FraudReports button {
  width: 179px;
  color: rgba(255, 255, 255, 0.68);
  text-transform: uppercase;
}
.whyCyberSiara button:hover {
  color: #ffffff;
  text-align: center;
}
.whyCyberSiara button::after {
  content: "";
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
}
.whyCyberSiara button[class^="slide"]::after {
  transition: all 0.35s;
}
.whyCyberSiara button[class^="slide"]:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
.whyCyberSiara button.slide_from_left::after {
  top: 0;
  bottom: 0;
  left: 100%;
  right: -100%;
  background: #F47815;
}
.whyCyberSiara button i {
  background-color: #F47815;
  color: #fff;
  padding: 12px;
  margin-left: 20px;
  font-size: 15px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.whyCyberSiara button:hover i {
  color: #F47815;
  background-color: transparent;
}
.proBg:hover .whyCyberSiara.LearnBtns button {
  margin-top: 15px;
}
.ClientSay p {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 20px;
  color: #484f59;
  font-style: italic;
  line-height: 38px;
  letter-spacing: .3px;
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding-top: 25px;
}
.ClientSay p:before {
  content: "";
  width: 88px;
  height: 67px;
  background: url(https://www.cybersiara.com/images/quote_icon.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: -37px;
  top: 0;
}
.ClientSay .rating {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  color: #f8c702;
  letter-spacing: 0.3px;
}
.ClientSay .ClientNames {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #484f59;
}
.ClientSay .ClientNames strong {
  display: block;
  font-size: 25px;
  color: #F47815;
  font-weight: 600;
  text-transform: uppercase;
}
.hero.MainCyberSection {
  margin-bottom: 110px;
}
.site-navbar .site-navigation .site-menu>li>a.HeaderIcon {
  background-color: #fff;
  padding: 12px;
  border-radius: 100%;
  border: 1px solid #f47815;

}
.site-navbar .site-navigation .site-menu>li>a.HeaderIcon img {
  width: 20px;
  transition: all 1s;
}
.site-navbar .site-navigation .site-menu>li>a.HeaderIcon:hover img {
  transition: all 1s;
  -webkit-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}
.site-navbar .site-navigation .site-menu>li>a.HeaderIcon:hover {
  background-color: rgba(244, 120, 21, 0.2);
}
.site-mobile-menu .site-nav-wrap>li>a.HeaderIcon {
  background-color: #fff;
  padding: 12px;
  border-radius: 100%;
  border: 1px solid #f47815;
}
.site-mobile-menu .site-nav-wrap>li>a.HeaderIcon img {
  width: 20px;
}
.site-mobile-menu .site-nav-wrap>li>a.HeaderIcon:hover {
  background-color: rgba(244, 120, 21, 0.2);
}
[data-tooltip] {
  position: relative;
  z-index: 10;
}
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + 5px);
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
}
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 10px 18px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 14px;
  background-color: rgba(0, 151, 217, 0.9);
  background-image: linear-gradient(30deg,
      rgba(0, 151, 217, 0.44),
      rgba(0, 151, 217, 0.44),
      rgba(0, 151, 217, 0.44));
  box-shadow: 0px 0px 24px rgba(0, 151, 217, 0.2);
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%, -5px) scale(0.5);
}
[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: rgba(0, 151, 217, 0.9) transparent transparent transparent;
  transition-duration: 0s;
  transform-origin: top;
  transform: translateX(-50%) scaleY(0);
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, -5px) scale(1);
}
[data-tooltip]:hover:after {
  transition-delay: 0.5s;
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
  top: calc(100% + 5px);
  bottom: auto;
}
[data-tooltip-location="bottom"]:before {
  transform: translate(-50%, 5px) scale(0.5);
}
[data-tooltip-location="bottom"]:hover:before {
  transform: translate(-50%, 5px) scale(1);
}
[data-tooltip-location="bottom"]:after {
  border-width: 0px 5px 5px 5px;
  border-color: transparent transparent rgba(0, 151, 217, 0.9) transparent;
  transform-origin: bottom;
}
.SiaraShildBtn {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  background-color: #F47815;
  padding: 17px 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
  outline: none !important;
}
.SiaraShildBtn span {
  position: relative;
  z-index: 1;
}
.SiaraShildBtn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #0097D9;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  width: 290px;
}
.SiaraShildBtn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
  width: 170%;
}
.SiaraShildBtn span i {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.SiaraShildBtn:hover span i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.caseStudySection p {
  letter-spacing: 0px;
  color: #484F59;
  font-size: 16px;
}
.OwnerMsg {
  background-color: #f7f7f7;
  background-image: url(https://www.portotheme.com/wordpress/porto/business-consulting3/wp-content/uploads/sites/204/2021/02/background-3.jpg?id=330);
  background-size: cover;
  background-repeat: no-repeat;
}
.OwnerMsg .CyberMsgBG {
  padding: 30px 20px;
  background-color: #ffffff;
  position: relative;
}
.CyberMsgName strong {
  display: block;
  font-size: 25px;
  color: #F47815;
  font-weight: 600;
  text-align: center;
}
.cyberAutomated {
  box-shadow: 0px 12px 59px 0px rgb(36 7 31 / 11%);
  border: 1px solid #f1eef1;
  height: 100%;
  padding: 0 0 20px 0;
}
.cyberAutomated .ProblemHeading {
  background-color: #0097D9;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 20px;
}
.cyberAutomated .ProblemHeading p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cyberAutomated .ProblemSolution {
  background-color: #F47815;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 20px;
}
.cyberAutomated .ProblemSolution p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cyberAutomated p {
  letter-spacing: 0px;
  color: #484F59;
  font-size: 16px;
  text-align: left;
  padding: 0 20px;
}
img.leadManager {
  position: absolute;
  top: -153px;
  width: 200px;
  height: 200px;
  z-index: 2;
  border-radius: 100%;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  border: 3px solid #0097D9;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07), 0 6px 6px rgba(0, 0, 0, 0.09);
  object-fit: cover;
}
.LogoVideo img {
  width: 140px;
  transition: width 0.3s ease;
}
.sticky-wrapper.is-sticky .site-navbar .LogoVideo img,
.site-navbar.js-sticky-header.is-scrolled .LogoVideo img {
  width: 110px;
}
.thankyoubg {
  background: rgb(0, 62, 89);
  background: -moz-linear-gradient(266deg, rgba(0, 62, 89, 1) 0%, rgba(0, 151, 217, 1) 100%);
  background: -webkit-linear-gradient(266deg, rgba(0, 62, 89, 1) 0%, rgba(0, 151, 217, 1) 100%);
  background: linear-gradient(266deg, rgba(0, 62, 89, 1) 0%, rgba(0, 151, 217, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003e59", endColorstr="#0097d9", GradientType=1);
  height: 90vh;
  display: flex;
  align-items: center;
}
.thankyoubox {
  background: rgb(0, 62, 89);
  background: -moz-linear-gradient(321deg, rgba(0, 62, 89, 1) 0%, rgba(0, 151, 217, 1) 100%);
  background: -webkit-linear-gradient(321deg, rgba(0, 62, 89, 1) 0%, rgba(0, 151, 217, 1) 100%);
  background: linear-gradient(321deg, rgba(0, 62, 89, 1) 0%, rgba(0, 151, 217, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003e59", endColorstr="#0097d9", GradientType=1);
  box-shadow: 1px 0px 29px -3px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 1px 0px 29px -3px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 1px 0px 29px -3px rgba(255, 255, 255, 0.75);
  padding: 50px 20px;
  border-radius: 30px;
  position: relative;
}
.thankyoubox h2 {
  color: #fff;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.92);
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  /* letter-spacing: -5px; */
}
.thankyoubox p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}

/* ========== Thank You page — new theme ========== */
body.thankyou-page {
  background: #ffffff;
}
body.thankyou-page .site-navbar.nhp-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}
.thankyou-sec {
  position: relative;
  padding: 100px 0 120px;
  overflow: hidden;
  min-height: calc(100vh - 220px);
  display: flex;
  align-items: center;
}
.thankyou-sec__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #ffffff;
  background-image: url("../images/new-web/contact-form-network-pattern-light.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.thankyou-sec > .container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.thankyou-card {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 48px 48px;
  text-align: center;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.04);
}
.thankyou-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(62, 134, 61, 0.1);
  color: #3E863D;
  border: 1px solid rgba(62, 134, 61, 0.35);
}
.thankyou-card--fail .thankyou-card__icon {
  background: rgba(234, 88, 2, 0.1);
  color: #EA5802;
  border-color: rgba(234, 88, 2, 0.35);
}
.thankyou-card .nhp-badge {
  margin-bottom: 18px;
}
.thankyou-card__title {
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 1.25;
  color: #111827;
}
.thankyou-card__title span {
  color: #EA5802;
}
.thankyou-card__text {
  margin: 0 auto 28px;
  max-width: 520px;
  font-family: 'Inter-Regular';
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.78);
}
.thankyou-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.thankyou-card__actions .nhp-btn,
.thankyou-card__actions .nhp-btn-with-icon {
  min-height: 48px;
}
.thankyou-card__actions .nhp-btn--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid #EA5802;
  border-radius: 8px;
  color: #EA5802;
  background: #ffffff;
  font-family: 'Inter-SemiBold';
  text-decoration: none;
}
.thankyou-card__actions .nhp-btn--outline:hover,
.thankyou-card__actions .nhp-btn--outline:focus {
  background: rgba(234, 88, 2, 0.06);
  color: #d14e01;
  text-decoration: none;
}

/* ========== Solution pages (Account Takeover, etc.) ========== */
body.solution-page {
  background: #ffffff;
}
body.solution-page .site-navbar.nhp-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}
.solution-page .solution-hero.pages-banner {
  min-height: 0;
  background: #000000;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 56px;
}
.solution-page .solution-hero .image-place.right-half-place {
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(56%, 680px);
}
.solution-page .solution-hero .image-place.right-half-place img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
}
.solution-page .solution-hero .michroma-title {
  max-width: none;
  margin-bottom: 18px;
}
.solution-page .solution-hero .cmn-pages-banner-lead {
  max-width: 560px;
  margin-bottom: 0;
}
.solution-page__banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.solution-prevention {
  background: #ffffff;
}
.solution-intro .michroma-title {
  margin: 0 0 18px;
  max-width: none;
}
.solution-prevention .michroma-title {
  max-width: 18ch;
}
.solution-intro .inter-size-20 > p {
  margin: 0 0 18px;
  color: rgba(0, 0, 0, 0.82);
}
.solution-intro .inter-size-20 > p:last-child {
  margin-bottom: 0;
}
.solution-intro__media {
  position: relative;
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  overflow: visible;
}
.solution-intro__media--clean {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.solution-intro__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.solution-tech .nhp-features__heading {
  max-width: 760px;
}
.solution-tech--detail {
  background: #ffffff;
}
.solution-tech__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.solution-tech__card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.solution-tech__card:hover {
  transform: translateY(-4px);
  border-color: rgba(234, 88, 2, 0.55);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.solution-related {
  background: #0b0b0b;
}
.solution-related__heading {
  margin: 0 auto 40px;
  max-width: 720px;
}
.solution-related__heading .michroma-title {
  margin: 0 0 12px;
}
.solution-related__heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}
.solution-related__card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 100%;
  padding: 22px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.solution-related__card:hover,
.solution-related__card:focus {
  border-color: rgba(234, 88, 2, 0.55);
  background: rgba(255, 255, 255, 0.07);
  text-decoration: none;
  transform: translateY(-2px);
}
.solution-related__icon {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(234, 88, 2, 0.12);
}
.solution-related__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.solution-related__copy {
  flex: 1 1 auto;
  min-width: 0;
}
.solution-related__copy h3 {
  margin: 0 0 6px;
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 1.35;
  color: #ffffff;
}
.solution-related__copy p {
  margin: 0;
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}
.solution-related__arrow {
  flex: 0 0 auto;
  opacity: 0.9;
  transition: transform 0.2s ease;
}
.solution-related__card:hover .solution-related__arrow {
  transform: translateX(3px);
}
.solution-cta-sec .pricing-stop-bots__content {
  max-width: 820px;
}

/* ========== Industry pages (Finance, Retail, Gaming, etc.) ========== */
/* Reuses solution-page hero/intro/tech/related/cta classes.
   Add body class: industry-page solution-page
   Page-specific sections: industry-edge, industry-insight */

body.industry-page {
  background: #ffffff;
}
body.industry-page .site-navbar.nhp-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}

.industry-page .industry-tech__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .industry-page .industry-tech__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .industry-page .industry-tech__grid {
    grid-template-columns: 1fr;
  }
}

.industry-edge {
  background: #ffffff;
}
.industry-edge--theme {
  background: #ffffff;
}
.industry-edge__heading {
  max-width: 720px;
  margin: 0 auto 40px;
}
.industry-edge__heading .michroma-title {
  margin: 0 0 14px;
}
.industry-edge__heading p {
  margin: 0;
  color: rgba(0, 0, 0, 0.78);
}
.industry-edge--theme .industry-edge__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.industry-edge--theme .industry-edge__card {
  height: 100%;
}
/* Force theme orange icons if SVG fill/stroke varies */
.industry-edge--theme .nhp-features__icon-img {
  filter: none;
}

@media (max-width: 991px) {
  .industry-edge--theme .industry-edge__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .industry-edge--theme .industry-edge__grid {
    grid-template-columns: 1fr;
  }
}

.industry-insight {
  background: #0b0b0b;
}
.industry-insight .michroma-title {
  margin: 0 0 18px;
  max-width: 18ch;
  color: #ffffff;
}
.industry-insight .inter-size-20 > p {
  margin: 0 0 16px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.86);
}
.industry-insight .inter-size-20 > p:last-child {
  margin-bottom: 0;
}
.industry-insight__media {
  max-width: 520px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #111111;
}
.industry-insight__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.industry-related {
  background: #f7f7f8;
}
.industry-related .solution-related__heading {
  margin-bottom: 36px;
}
.industry-related--theme .solution-related__card {
  background: #ffffff;
  border: 1px solid rgba(234, 88, 2, 0.38);
  box-shadow: 0px 0px 40px 0px #00000014;
}
.industry-related--theme .solution-related__card:hover,
.industry-related--theme .solution-related__card:focus {
  border-color: rgba(234, 88, 2, 0.65);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}
.industry-related--theme .solution-related__icon {
  width: 52px;
  height: 52px;
  background: rgba(234, 88, 1, 0.12);
}
.industry-related--theme .solution-related__icon img {
  width: 26px;
  height: 26px;
}
.industry-related .solution-related__copy h3 {
  color: #0E0E0E;
}
.industry-related .solution-related__copy p {
  color: rgba(0, 0, 0, 0.72);
}

@media (max-width: 991px) {
  .industry-insight .michroma-title {
    max-width: none;
  }
}

/* ========== Docs page ========== */
body.docs-page {
  background: #ffffff;
}
body.docs-page .site-navbar.nhp-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}

.docs-page .docs-hero.pages-banner {
  min-height: 0;
  background: #000000;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 48px;
}
.docs-page .docs-hero .image-place.right-half-place {
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(52%, 640px);
}
.docs-page .docs-hero .image-place.right-half-place img {
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 1;
  object-fit: cover;
  object-position: center top;
}
.docs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.docs-body {
  background: #f7f7f8;
}
.docs-nav {
  position: sticky;
  top: 100px;
  padding: 20px 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.docs-nav__toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none;
}
.docs-nav__toggle:focus,
.docs-nav__toggle:focus-visible,
.docs-nav__toggle:active {
  outline: none;
  box-shadow: none;
}
.docs-nav__toggle-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.docs-nav__toggle-eyebrow {
  font-family: 'Inter-SemiBold';
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.5);
}
.docs-nav__toggle-title {
  font-family: 'Inter-SemiBold';
  font-size: 15px;
  line-height: 1.35;
  color: #0E0E0E;
}
.docs-nav__toggle-icon {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(234, 88, 2, 0.12);
}
.docs-nav__toggle-icon::before,
.docs-nav__toggle-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #EA5802;
  transform: translate(-50%, -50%);
}
.docs-nav__toggle-icon::before {
  width: 12px;
  height: 2px;
}
.docs-nav__toggle-icon::after {
  width: 2px;
  height: 12px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.docs-nav.is-open .docs-nav__toggle-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
.docs-nav__label {
  margin: 0 0 10px;
  font-family: 'Inter-SemiBold';
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.5);
}
.docs-nav__support {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}
.docs-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.docs-nav__list li + li {
  margin-top: 4px;
}
.docs-nav__link {
  display: block;
  padding: 9px 12px;
  border-radius: 10px;
  font-family: 'Inter-Medium';
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.72);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.docs-nav__link:hover,
.docs-nav__link:focus {
  background: rgba(234, 88, 2, 0.08);
  color: #EA5802;
  text-decoration: none;
}
.docs-nav__link.is-active {
  background: rgba(234, 88, 2, 0.12);
  color: #EA5802;
  font-family: 'Inter-SemiBold';
}

.docs-main__intro {
  margin: 0 0 28px;
}
.docs-main__intro .michroma-title {
  margin: 12px 0 12px;
}
.docs-main__lead {
  margin: 0;
  max-width: 640px;
  font-family: 'Inter-Regular';
  font-size: 17px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.78);
}

.docs-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 28px;
}
.docs-steps__card {
  display: block;
  padding: 18px 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(234, 88, 2, 0.28);
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.docs-steps__card:hover,
.docs-steps__card:focus {
  border-color: rgba(234, 88, 2, 0.65);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  text-decoration: none;
}
.docs-steps__num {
  display: inline-block;
  margin-bottom: 8px;
  font-family: 'Inter-Bold';
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #EA5802;
}
.docs-steps__card h3 {
  margin: 0 0 6px;
  font-family: 'Inter-SemiBold';
  font-size: 15px;
  line-height: 1.35;
  color: #0E0E0E;
}
.docs-steps__card p {
  margin: 0;
  font-family: 'Inter-Regular';
  font-size: 13px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.68);
}

.docs-card {
  margin: 0 0 20px;
  padding: 28px 26px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  scroll-margin-top: 110px;
}
.docs-card__head {
  margin-bottom: 14px;
}
.docs-card__step {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(234, 88, 2, 0.12);
  font-family: 'Inter-SemiBold';
  font-size: 12px;
  color: #EA5802;
}
.docs-card__head h3 {
  margin: 0;
  font-family: 'Michroma-Regular';
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.35;
  color: #0E0E0E;
}
.docs-card h4 {
  margin: 18px 0 10px;
  font-family: 'Inter-SemiBold';
  font-size: 16px;
  color: #111827;
}
.docs-card p {
  margin: 0 0 12px;
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
}
.docs-card p:last-child {
  margin-bottom: 0;
}
.docs-link {
  color: #EA5802;
  font-family: 'Inter-SemiBold';
  word-break: break-all;
}
.docs-link:hover {
  color: #c2410c;
  text-decoration: underline;
}
.docs-list {
  margin: 0 0 14px;
  padding-left: 20px;
}
.docs-list li {
  margin: 0 0 8px;
  font-family: 'Inter-Regular';
  font-size: 15px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.8);
}
.docs-list--bullets {
  list-style: disc;
}
.docs-callout {
  margin: 16px 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(234, 88, 2, 0.08);
  border-left: 4px solid #EA5802;
  font-family: 'Inter-Medium';
  font-size: 15px;
  color: #111827;
}
.docs-figure {
  margin: 18px 0;
}
.docs-figure__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}
.docs-success {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.2);
  font-family: 'Inter-Medium';
  font-size: 15px;
  color: #15803d;
}
.docs-help__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.docs-page .nhp-btn--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid rgba(234, 88, 2, 0.55);
  background: #ffffff;
  color: #EA5802;
  font-family: 'Inter-SemiBold';
  text-decoration: none;
}
.docs-page .nhp-btn--outline:hover {
  background: rgba(234, 88, 2, 0.06);
  text-decoration: none;
}

@media (max-width: 991px) {
  .docs-page .docs-hero .image-place.right-half-place {
    width: 100%;
    opacity: 0.28;
  }
  .docs-body .row {
    display: flex;
    flex-direction: column;
  }
  .docs-body > .container > .row > [class*="col-"]:first-child {
    order: -1;
    margin-bottom: 16px !important;
  }
  .docs-nav {
    position: sticky;
    top: 72px;
    z-index: 20;
    padding: 14px 16px;
  }
  .docs-nav__toggle {
    display: flex;
  }
  .docs-nav__panel {
    overflow: hidden;
  }
  .docs-nav:not(.is-open) .docs-nav__panel {
    max-height: 0;
    opacity: 0;
    margin: 0;
    pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.25s ease, margin 0.3s ease;
  }
  .docs-nav.is-open .docs-nav__panel {
    max-height: 640px;
    opacity: 1;
    margin-top: 14px;
    pointer-events: auto;
    transition: max-height 0.35s ease, opacity 0.25s ease, margin 0.3s ease;
  }
  .docs-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (prefers-reduced-motion: reduce) {
  .docs-nav__panel,
  .docs-nav__toggle-icon::after {
    transition: none !important;
  }
}
@media (max-width: 575px) {
  .docs-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .docs-steps {
    grid-template-columns: 1fr;
  }
  .docs-card {
    padding: 22px 18px;
  }
  .docs-help__actions .nhp-btn,
  .docs-help__actions .nhp-btn-with-icon,
  .docs-help__actions .nhp-btn--outline {
    width: 100%;
    justify-content: center;
  }
}

/* ========== Docs page end ========== */

/* ========== FAQ page (docs layout) ========== */
.faq-page .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 28px;
}
.faq-page .faq-item {
  margin: 0;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-page .faq-item.is-open,
.faq-page .faq-item:hover {
  border-color: rgba(234, 88, 2, 0.35);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
.faq-page .faq-item__q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-family: 'Inter-SemiBold';
  font-size: 16px;
  line-height: 1.45;
  color: #0E0E0E;
}
.faq-page .faq-item__q:hover,
.faq-page .faq-item__q:focus {
  color: #EA5802;
  outline: none;
}
.faq-page .faq-item__icon {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(234, 88, 2, 0.12);
}
.faq-page .faq-item__icon::before,
.faq-page .faq-item__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #EA5802;
  transform: translate(-50%, -50%);
}
.faq-page .faq-item__icon::before {
  width: 10px;
  height: 2px;
}
.faq-page .faq-item__icon::after {
  width: 2px;
  height: 10px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.faq-page .faq-item.is-open .faq-item__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
.faq-page .faq-item__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.faq-page .faq-item.is-open .faq-item__a {
  grid-template-rows: 1fr;
}
.faq-page .faq-item__a-inner {
  overflow: hidden;
  min-height: 0;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease, padding-bottom 0.3s ease;
}
.faq-page .faq-item.is-open .faq-item__a-inner {
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 20px;
}
@media (prefers-reduced-motion: reduce) {
  .faq-page .faq-item__a,
  .faq-page .faq-item__a-inner,
  .faq-page .faq-item__icon::after {
    transition: none;
  }
}
.faq-page .faq-item__a p,
.faq-page .faq-item__a li {
  font-family: 'Inter-Regular';
  font-size: 15px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
}
.faq-page .faq-item__a p {
  margin: 0 0 12px;
}
.faq-page .faq-item__a p:last-child {
  margin-bottom: 0;
}
.faq-page .faq-item__a a {
  color: #EA5802;
  font-family: 'Inter-SemiBold';
  word-break: break-word;
}
.faq-page .faq-item__a a:hover {
  color: #c2410c;
  text-decoration: underline;
}
.faq-page .faq-item__a ol {
  margin: 0 0 12px;
  padding-left: 20px;
}
.faq-page .faq-item__a ol li {
  margin: 0 0 8px;
}
.faq-page .faq-item__img {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 12px 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}
.faq-page .faq-nested {
  margin: 8px 0 0;
  padding: 16px 18px;
  border-radius: 12px;
  background: rgba(234, 88, 2, 0.05);
  border: 1px solid rgba(234, 88, 2, 0.12);
}
.faq-page .faq-nested strong {
  display: block;
  margin: 12px 0 8px;
  font-family: 'Inter-SemiBold';
  font-size: 15px;
  color: #111827;
}
.faq-page .faq-nested strong:first-child {
  margin-top: 0;
}
.faq-page #verify-domain {
  scroll-margin-top: 110px;
}
.faq-page .faq-help-card {
  margin-top: 8px;
}
@media (max-width: 575px) {
  .faq-page .faq-item__q {
    padding: 16px;
    font-size: 15px;
  }
  .faq-page .faq-item__a-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .faq-page .faq-item.is-open .faq-item__a-inner {
    padding-bottom: 16px;
  }
}
/* ========== FAQ page end ========== */

/* ========== Blog page ========== */
body.blog-page {
  background: #ffffff;
}
body.blog-page .site-navbar.nhp-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}
.blog-page .blog-hero.pages-banner {
  min-height: 0;
}
.blog-body {
  background: #f7f7f8;
}
.blog-intro {
  margin: 0 0 28px;
}
.blog-intro .michroma-title {
  margin: 12px 0 12px;
}
.blog-intro__lead {
  margin: 0;
  max-width: 640px;
  font-family: 'Inter-Regular';
  font-size: 17px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.78);
}
.blog-featured {
  margin: 0 0 28px;
}
.blog-featured__link {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-featured__link:hover,
.blog-featured__link:focus {
  border-color: rgba(234, 88, 2, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  text-decoration: none;
}
.blog-featured__media {
  position: relative;
  min-height: 280px;
  background: #111827;
}
.blog-featured__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-featured__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 28px;
}
.blog-featured__body h3 {
  margin: 0 0 18px;
  font-family: 'Michroma-Regular';
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.35;
  color: #0E0E0E;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0 0 28px;
}
.blog-card {
  height: 100%;
}
.blog-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card__link:hover,
.blog-card__link:focus {
  border-color: rgba(234, 88, 2, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  text-decoration: none;
}
.blog-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #111827;
}
.blog-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.blog-card__link:hover .blog-card__media img,
.blog-featured__link:hover .blog-featured__media img {
  transform: scale(1.03);
}
.blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 20px 22px;
}
.blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.blog-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(234, 88, 2, 0.12);
  font-family: 'Inter-SemiBold';
  font-size: 12px;
  color: #EA5802;
}
.blog-card__meta time {
  font-family: 'Inter-Medium';
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
  white-space: nowrap;
}
.blog-card__body h3 {
  margin: 0 0 16px;
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 1.45;
  color: #0E0E0E;
}
.blog-card__read {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-family: 'Inter-SemiBold';
  font-size: 14px;
  color: #EA5802;
}
.blog-card__read img {
  transition: transform 0.2s ease;
}
.blog-card__link:hover .blog-card__read img,
.blog-featured__link:hover .blog-card__read img {
  transform: translateX(3px);
}
.blog-page .blog-cta {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .blog-featured__link {
    grid-template-columns: 1fr;
  }
  .blog-featured__media {
    min-height: 220px;
  }
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .blog-featured__body {
    padding: 22px 18px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-card__body h3 {
    font-size: 17px;
  }
  .blog-page .docs-help__actions .nhp-btn,
  .blog-page .docs-help__actions .nhp-btn-with-icon,
  .blog-page .docs-help__actions .nhp-btn--outline {
    width: 100%;
    justify-content: center;
  }
}
/* ========== Blog page end ========== */

/* ========== Blog detail page ========== */
.blog-detail-page .blog-detail-hero .image-place.right-half-place img {
  opacity: 0.92;
}
.blog-detail-hero__title {
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.25;
}
.blog-detail-hero__meta {
  margin: 0 0 8px;
  font-family: 'Inter-Medium';
  font-size: 16px;
  color: rgba(255, 255, 255, 0.78);
}
.blog-detail-body {
  background: #f7f7f8;
}
.blog-article.docs-card {
  margin-bottom: 0;
}
.blog-article__content {
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.82);
}
.blog-article__content h1,
.blog-article__content h2,
.blog-article__content h3,
.blog-article__content h4 {
  margin: 28px 0 14px;
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 1.4;
  color: #0E0E0E;
  text-align: left !important;
}
.blog-article__content h3:first-child {
  margin-top: 0;
}
.blog-article__content p {
  margin: 0 0 16px;
  text-align: left !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: rgba(0, 0, 0, 0.82) !important;
}
.blog-article__content ul,
.blog-article__content ol {
  margin: 0 0 18px;
  padding-left: 22px;
}
.blog-article__content li {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.82);
  text-align: left !important;
}
.blog-article__content a {
  color: #EA5802;
  font-family: 'Inter-SemiBold';
  text-decoration: underline;
}
.blog-article__content a:hover {
  color: #c2410c;
}
.blog-article__content strong,
.blog-article__content b {
  font-family: 'Inter-SemiBold';
  color: #111827;
}
.blog-article__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px 0;
  border-radius: 12px;
}
.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.blog-sidebar__back {
  width: 100%;
  justify-content: center;
}
.blog-sidebar__back-icon {
  transform: rotate(180deg);
}
.blog-sidebar__panel {
  padding: 22px 20px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.blog-sidebar__title {
  margin: 0 0 16px;
  font-family: 'Michroma-Regular';
  font-size: 18px;
  line-height: 1.35;
  color: #0E0E0E;
}
.blog-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-sidebar__item + .blog-sidebar__item {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}
.blog-sidebar__link {
  display: flex;
  gap: 12px;
  text-decoration: none;
}
.blog-sidebar__link:hover,
.blog-sidebar__link:focus {
  text-decoration: none;
}
.blog-sidebar__thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 54px;
  border-radius: 10px;
  overflow: hidden;
  background: #111827;
}
.blog-sidebar__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-sidebar__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.blog-sidebar__text time {
  font-family: 'Inter-Medium';
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
}
.blog-sidebar__text span {
  font-family: 'Inter-SemiBold';
  font-size: 14px;
  line-height: 1.45;
  color: #0E0E0E;
  transition: color 0.2s ease;
}
.blog-sidebar__link:hover .blog-sidebar__text span {
  color: #EA5802;
}
.blog-sidebar__cta {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .blog-detail-hero__title {
    font-size: clamp(22px, 5vw, 30px);
  }
}
@media (max-width: 575px) {
  .blog-article.docs-card {
    padding: 22px 18px;
  }
  .blog-sidebar__cta .docs-help__actions .nhp-btn-with-icon {
    width: 100%;
    justify-content: center;
  }
}
/* ========== Blog detail page end ========== */


/* ===== Security Assessment page (sa-*) ===== */
.sa-page {
  background: #ffffff;
}
.sa-page .site-navbar.nhp-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}

.sa-page .sa-hero.pages-banner {
  min-height: 0;
  background: #000000;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 48px;
}
.sa-page .sa-hero .image-place.right-half-place {
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(52%, 640px);
}
.sa-page .sa-hero .image-place.right-half-place img {
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 1;
  object-fit: cover;
  object-position: center top;
}
.sa-hero__badge {
  margin-bottom: 14px;
}
.sa-hero__title {
  margin: 0 0 16px;
  max-width: 18ch;
  font-family: 'Michroma-Regular';
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.28;
  color: #ffffff;
}
.sa-hero__title span {
  color: #EA5802;
}
.sa-hero__lead {
  margin: 0;
  max-width: 520px;
  font-family: 'Inter-Regular';
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}
.sa-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.sa-section--intro {
  background: #ffffff;
}
.sa-section--vuln {
  background: #f7f7f8;
}
.sa-section--pen {
  background: #0b0b0b;
}
.sa-section__badge {
  display: inline-flex;
  margin-bottom: 14px;
}
.sa-section__title {
  margin: 0 0 18px;
  font-family: 'Michroma-Regular';
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.35;
  color: #111827;
}
.sa-section__title span {
  color: #EA5802;
}
.sa-section--pen .sa-section__title {
  color: #ffffff;
}
.sa-section__text {
  margin: 0 0 24px;
}
.sa-section__text p {
  margin: 0 0 16px;
  font-family: 'Inter-Regular';
  font-size: 17px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.82);
}
.sa-section__text p:last-child {
  margin-bottom: 0;
}
.sa-section--pen .sa-section__text p {
  color: rgba(255, 255, 255, 0.86);
}
.sa-section__cta {
  display: inline-flex;
}

/* Consistent media frames */
.sa-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  aspect-ratio: 4 / 3;
  padding: 0;
  border-radius: 16px;
  background: #0b0b0b;
  overflow: hidden;
}
.sa-media--illustration {
  background: #f3f4f6;
  border: 1px solid rgba(17, 24, 39, 0.06);
  padding: 8px;
}
.sa-media--on-dark {
  background: #111111;
  border: 0;
  padding: 0;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}
.sa-media__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.sa-media--illustration .sa-media__img {
  object-fit: contain;
  border-radius: 12px;
}

/* Advantage panels */
.sa-panel {
  margin-top: 40px;
  padding: 28px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}
.sa-panel--dark {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}
.sa-panel__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 28px 36px;
  align-items: start;
}
.sa-panel__subtitle {
  margin: 0 0 16px;
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 1.4;
  color: #111827 !important;
}
.sa-panel--dark .sa-panel__subtitle {
  color: #ffffff !important;
}

.sa-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sa-list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 20px;
  font-family: 'Inter-Regular';
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.82) !important;
}
.sa-list li:last-child {
  margin-bottom: 0;
}
.sa-list li::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #EA5802;
  border: 0;
}
.sa-panel--dark .sa-list li {
  color: rgba(255, 255, 255, 0.88) !important;
}

/* Compact equal-size cert logos */
.sa-certs__label {
  margin: 0 0 12px;
  font-family: 'Inter-SemiBold';
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.55);
}
.sa-panel--dark .sa-certs__label {
  color: rgba(255, 255, 255, 0.6);
}
.sa-certs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.sa-certs__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-sizing: border-box;
}
.sa-certs__cell img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 44px;
  object-fit: contain;
}
.sa-panel--dark .sa-certs__cell {
  background: #ffffff;
}

.sa-cta__badge {
  margin-bottom: 14px;
}
.sa-cta__title {
  margin: 0 0 14px;
  font-family: 'Michroma-Regular';
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1.3;
  color: #111827;
}
.sa-cta__title span {
  color: #EA5802;
}
.sa-cta__lead {
  margin: 0 auto 24px;
  max-width: 620px;
  font-family: 'Inter-Regular';
  font-size: 18px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.78);
}

@media (max-width: 991px) {
  .sa-hero__title {
    max-width: none;
    font-size: 28px;
  }
  .sa-hero__lead,
  .sa-section__text p,
  .sa-cta__lead {
    font-size: 16px;
  }
  .sa-page .sa-hero.pages-banner {
    padding-top: 48px;
    padding-bottom: 40px;
  }
  .sa-page .sa-hero .image-place.right-half-place {
    width: 100%;
    opacity: 0.28;
  }
  .sa-page .sa-hero .image-place.right-half-place img {
    opacity: 1;
    object-position: 70% center;
  }
  .sa-media {
    max-width: 420px;
    aspect-ratio: 1 / 1;
  }
  .sa-panel {
    margin-top: 28px;
    padding: 22px 18px;
  }
  .sa-panel__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .sa-certs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sa-certs__cell:last-child:nth-child(odd) {
    grid-column: 2;
  }
}
@media (max-width: 575px) {
  .sa-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .sa-hero__actions .nhp-btn,
  .sa-hero__actions .nhp-btn-with-icon {
    width: 100%;
    justify-content: center;
  }
  .sa-certs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sa-certs__cell:last-child:nth-child(odd) {
    grid-column: auto;
  }
  .sa-certs__cell {
    height: 64px;
  }
  .sa-certs__cell img {
    max-height: 36px;
  }
}

@media (max-width: 991px) {
  .solution-tech__grid {
    grid-template-columns: 1fr;
  }
  .solution-page .solution-hero .michroma-title,
  .solution-intro .michroma-title,
  .solution-prevention .michroma-title {
    max-width: none;
  }
}
@media (max-width: 575px) {
  .solution-page__banner-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .solution-page__banner-actions .nhp-btn,
  .solution-page__banner-actions .nhp-btn-with-icon {
    width: 100%;
    justify-content: center;
  }
}
.check-container {
  width: 6.25rem;
  height: 7.5rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.check-background {
  width: 100%;
  height: calc(100% - 1.25rem);
  background: linear-gradient(to bottom right, #5de593, #41d67c);
  box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
    0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  transform: scale(0.84);
  border-radius: 50%;
  animation: animateContainer 0.75s ease-out forwards 0.75s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.check-background svg {
  width: 65%;
  transform: translateY(0.25rem);
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: animateCheck 0.35s forwards 1.25s ease-out;
}
.check-shadow {
  bottom: calc(-15% - 5px);
  left: 0;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(0, 0, 0, 0.7), transparent);
  animation: animateShadow 0.75s ease-out forwards 0.75s;
}
@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}
@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}

/*---------------Faq sidebar css-------------------*/
.doc_sidebar {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.doc_sidebar h3 {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 13px;
  color: #002a5c;
  text-transform: uppercase;
  font-weight: 700;
}
.doc_sidebar ul.side_list {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #dadce0;
  padding-bottom: 11px;
}
.doc_sidebar ul {
  list-style-type: none;
}
.doc_sidebar ul.side_list li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 0px 0;
  font-size: 13px;
  color: #484f59;
  font-weight: 500;
  position: relative;
}
.doc_sidebar ul.side_list li a {
  width: 100%;
  text-decoration: none;
  float: left;
  margin: 0;
  color: #484f59;
  position: relative;
  border-radius: 30px;
  padding: 5px 8px;
}
.FaqSection.doc-sec .doc_sidebar ul.side_list li{
  font-size: 15px;
  padding: 2px 0;
}
.FaqSection.doc-sec .doc_sidebar ul.side_list li a{
  padding: 8px 16px;
}
.doc_sidebar ul.side_list li a:hover,
.doc_sidebar ul.side_list li a.active {
  color: #fff;
  background: #f47815;
}
.MainCyberSection .acc-user {
  padding: 13px 20px;
  width: 600px;
  border: 2px solid #f47815;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  display: block;
}
.MainCyberSection .acc-user p {
  font-size: 20px;
  font-style: italic;
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.MainCyberSection .acc-user button {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
p.acc-after-login {
  position: absolute;
  right: 0;
  top: -41px;
  width: 800px;
  text-align: center;
  color: #0096d8;
  font-style: italic;
  font-weight: 600;
}
p.acc-widget {
  text-align: left;
  color: #0096d8;
  font-style: italic;
  font-weight: 600;
  margin-top: 50px;
}
.ct-accordion {
  padding: 0 20px;
}
.ct-question {
  color: #0096d8;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
}
.ct-answers {
  color: #00aa09;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
}
.ct-accordion .btn-link {
  color: #000;
  text-decoration: none;
  padding: 0;
  text-align: left;
  cursor: initial;
}
.ct-accordion .card-body {
  letter-spacing: 0px;
  opacity: 1;
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.ct-accordion .card,
.ct-accordion .card-header {
  border-radius: 0;
}
.site-navbar .site-navigation .site-menu>li>a.hd-demo-btn {
  box-sizing: border-box;
  appearance: none;
  background-color: #0097D9;
  border: 2px solid #0097D9;
  border-radius: 0.6em;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  /* margin: 0 0 0 20px; */
  padding: 11px 15px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 300ms ease-in-out, border 300ms ease-in-out;
}
.site-navbar .site-navigation .site-menu>li>a.hd-demo-btn:hover {
  background-color: #F47815;
  border: 2px solid #F47815;
}
.site-mobile-menu .site-nav-wrap>li>a.hd-demo-btn {
  box-sizing: border-box;
  appearance: none;
  background-color: #0097D9;
  border: 2px solid #0097D9;
  border-radius: 0.6em;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 0 20px;
  padding: 11px 15px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
.site-mobile-menu .site-nav-wrap>li>a.hd-demo-btn:hover {
  background-color: #F47815;
  border: 2px solid #F47815;
}

/* .hd-book-btn {
  position: fixed;
  top: 50%;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  z-index: 9999;
  box-sizing: border-box;
  appearance: none;
  box-shadow: 0 0 40px 40px #0097D9 inset;
  border: 2px solid #0097D9;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 0 20px;
  padding: 11px 15px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 5px;
  height: 200px;
  text-align: center;
  justify-content: center;
}
.hd-book-btn:hover {
  box-shadow: 0 0 0 0 #0097D9 inset;
  color: #0097D9 !important;
} */
.assessmentSection {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .assessmentSection {
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .assessmentSection .text {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .assessmentSection .text {
    padding: 20px;
  }
}
.assessmentSection .text h3 {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .assessmentSection .text h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.assessmentSection .text h3 span {
  color: #0097D9;
}
.assessmentSection .text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #000000;
  opacity: 0.7;
  margin-bottom: 10px;
  text-align: justify;
}
@media screen and (max-width: 575px) {
  .assessmentSection .text p {
    text-align: left;
  }
}
.assessmentSection .text p:last-child {
  margin-bottom: 0;
}
.assessmentSection img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 575px) {
  .assessmentSection img {
    height: auto;
  }
}
.vulnerabilitySection {
  padding: 50px 0 100px;
}
@media screen and (max-width: 991px) {
  .vulnerabilitySection {
    padding: 0 0 50px;
  }
}
.vulnerabilitySection img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vulnerabilitySection .sideText {
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .vulnerabilitySection .sideText {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.vulnerabilitySection .sideText .text h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #0097D9;
  font-weight: 600;
}
.vulnerabilitySection .sideText .text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #000000;
  opacity: 0.7;
  margin-bottom: 10px;
  text-align: justify;
}
@media screen and (max-width: 575px) {
  .vulnerabilitySection .sideText .text p {
    text-align: left;
  }
}
.vulnerabilitySection .sideText .text p:last-child {
  margin-bottom: 0;
}
.vulnerabilitySection .advantages {
  margin-top: 50px;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 30px 40px;
}
@media screen and (max-width: 991px) {
  .vulnerabilitySection .advantages {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .vulnerabilitySection .advantages {
    padding: 20px;
  }
}
.vulnerabilitySection .advantages h6 {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  color: #000000;
  font-style: italic;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .vulnerabilitySection .advantages h6 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
.vulnerabilitySection .advantages ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.vulnerabilitySection .advantages ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 15px;
  text-align: left;
}
.vulnerabilitySection .advantages ul li:last-child {
  margin-bottom: 0;
}
.vulnerabilitySection .advantages ul li:nth-child(odd) {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .vulnerabilitySection .advantages ul li:nth-child(odd) {
    margin-right: 0;
  }
}
.vulnerabilitySection .advantages ul li:nth-child(even) {
  margin-right: -20px;
}
@media screen and (max-width: 991px) {
  .vulnerabilitySection .advantages ul li:nth-child(even) {
    margin-right: 0;
  }
}
.vulnerabilitySection .advantages ul li::before {
  content: "\f132";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 2px;
  left: 0;
  color: #f47815;
}
.vulnerabilitySection .advantages .logos img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
.penetrationSection {
  padding: 100px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 991px) {
  .penetrationSection {
    padding: 50px 0;
  }
}
.penetrationSection img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.penetrationSection .sideText {
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .penetrationSection .sideText {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.penetrationSection .sideText .text h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #0097D9;
  font-weight: 600;
}
.penetrationSection .sideText .text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #000000;
  opacity: 0.7;
  margin-bottom: 10px;
  text-align: justify;
}
@media screen and (max-width: 575px) {
  .penetrationSection .sideText .text p {
    text-align: left;
  }
}
.penetrationSection .sideText .text p:last-child {
  margin-bottom: 0;
}
.penetrationSection .advantages {
  margin-top: 50px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 40px;
}
@media screen and (max-width: 991px) {
  .penetrationSection .advantages {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .penetrationSection .advantages {
    padding: 20px;
  }
}
.penetrationSection .advantages h6 {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  color: #000000;
  font-style: italic;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .penetrationSection .advantages h6 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
.penetrationSection .advantages ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.penetrationSection .advantages ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 15px;
  text-align: left;
}
.penetrationSection .advantages ul li:last-child {
  margin-bottom: 0;
}
.penetrationSection .advantages ul li:nth-child(odd) {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .penetrationSection .advantages ul li:nth-child(odd) {
    margin-right: 0;
  }
}
.penetrationSection .advantages ul li:nth-child(even) {
  margin-right: -20px;
}
@media screen and (max-width: 991px) {
  .penetrationSection .advantages ul li:nth-child(even) {
    margin-right: 0;
  }
}
.penetrationSection .advantages ul li::before {
  content: "\f132";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 2px;
  left: 0;
  color: #f47815;
}
.penetrationSection .advantages .logos img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
.blog-detail-page-image img {
  height: auto !important;
}
.youtube-section{
  padding: 10px 0px 50px;
}
.youtube-video-container iframe{
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 576px) {
  .youtube-video-container iframe{
    height: 290px;
  }
}
@media screen and (max-width: 420px) {
  .youtube-video-container iframe{
    height: 220px;
  }
}

/* Date picker placeholder styling */
.date-wrapper {
  position: relative;
}
.date-wrapper .date-placeholder {
  position: absolute;
  left: 12px;
  top: 0;
  height: 48px;
  line-height: 48px;
  pointer-events: none;
  color: #6c757d;
  font-size: 14px;
  z-index: 10;
  transition: opacity 0.2s;
  margin: 0;
  padding: 0;
  font-weight: 400;
  opacity: 0.54;
  display: block;
}
.date-wrapper input[type="date"] {
  position: relative;
  z-index: 2;
  background-color: #F7F7F7;
  color: #484F59;
}
.date-wrapper:not(.has-value) input[type="date"] {
  color: transparent;
}

/* Hide browser's native date input text when empty */
.date-wrapper:not(.has-value) input[type="date"]::-webkit-datetime-edit-text,
.date-wrapper:not(.has-value) input[type="date"]::-webkit-datetime-edit-month-field,
.date-wrapper:not(.has-value) input[type="date"]::-webkit-datetime-edit-day-field,
.date-wrapper:not(.has-value) input[type="date"]::-webkit-datetime-edit-year-field {
  opacity: 0;
  color: transparent;
}
.date-wrapper.has-value .date-placeholder {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}
.date-wrapper:not(.has-value) .date-placeholder {
  display: block !important;
  opacity: 0.54;
  visibility: visible;
}

/* Docs Style */
/* .docs-section p {
    font-size: 14px;
    color: #484f59;
    line-height: 24px;
    letter-spacing: .3px;
}
.docs-section h2{
  color: #00589d;
    margin-bottom: 5px;
    margin-top: 15px;
}
.document-details{
  margin-bottom: 25px;
} */


/* Content */
/* .siara-content {
  flex: 1;
  padding: 40px;
  max-width: 900px;
} */

/* Typography */
.siara-content{
  color: #000;
}
.siara-content h1 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #00589d;
}
.subtitle {
  color: #000;
  /* color: #6b7280; */
  margin-bottom: 30px;
}
.siara-section {
  margin-bottom: 40px;
}
.siara-section h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #000;
}
.siara-section p span, .siara-section li span{
  font-weight: 500;
  color: #000;
}
.siara-section h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}
.siara-section p {
  margin-bottom: 16px;
  color: #000;
  font-weight: 400;
}
.siara-section ul,
.siara-section ol {
  padding-left: 20px;
}
.siara-section img{
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}
.siara-section li {
  margin-bottom: 6px;
}

/* Links */
.siara-link {
  display: inline-block;
  margin: 10px 0;
  color: #0097D9;
  text-decoration: none;
}
.siara-link:hover {
  text-decoration: underline;
}

/* Notes */
.siara-note {
  background: #fff;
  padding: 12px;
  border-left: 4px solid #0097D9;
  margin-top: 10px;
  border-radius: 6px;
}

/* Highlights */
.siara-section .highlight {
  margin-top: 10px;
  /* font-weight: bold; */
  color: #000;
}
.highlight.success {
  color: #16a34a;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  background-color: #fff;
  width: fit-content;
  border-radius: 12px;
  font-weight: 400;
}
.highlight.success .icon-img{
  width: 30px;
  height: 30px;
  background-color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 30px;
}
.highlight.success img{
  box-shadow: none;
  width: 18px;
}

/* New Landing Page Style */
/* Bootstrap Modification */
/* Default gutter = 32px */
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
/* 48px gap override */
.row.gap-48 {
  margin-left: -24px;
  margin-right: -24px;
}
.row.gap-48 > [class*="col"] {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 991px) {
  .row.gap-48 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.gap-48 > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.display-5{
  font-size: 48px;
  font-weight: 700;
  color: #101828;
}
.display-4{
  font-size: 36px;
  font-weight: 700;
  color: #101828;
}
.sec-description{
  font-size: 20px;
  font-weight: 400;
  color: #4a5565;
  margin-bottom: 0;
}
.btn{
  font-weight: 500;
}
/* HERO BACKGROUND */
.btn-primary{
  background-color: #155dfc;
  border-color: #155dfc;
  font-size: 1rem;
}
.btn-primary:hover{
  background-color: #1447e6;
  border-color: #1447e6;
}
.logo-sec, .cmn-sec, .revenue-results-sec, .key-features-sec, .counter-sec, .how-it-work, .solution-sec, .stop-bots-section, .compare-sec, .developer-first-sec, .enterprise-integration-sec, .testimonial-sec, .pricing-sec, .cta-sec, .faq-sec{
  padding: 64px 0;
}
.btn-lg{
  padding: 10px 42px;
  font-size: 1.125rem;
}
html {
  max-width: 100%;
  overflow-x: clip;
}
.hero-section {
  background: linear-gradient(to bottom right, #020617, #0f172a, #020617);
  /* min-height: 100vh; */
  position: relative;
  overflow: hidden;
}
.hero-section .FormDetails label{
  color: #4a5565;
  font-weight: 500;
}
.hero-section .hero-title.display-3 {
  font-size: clamp(2.1rem, 3.4vw, 3.25rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.hero-description{
  font-size: 20px;
  color: #d1d5dc;
}
.hero-description strong {
  color: #ffffff;
  font-weight: 700;
}
/* DARK OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* GLOW BLOBS */
.glow {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  filter: blur(80px);
  animation: pulse 6s infinite;
  z-index: 1;
}
.glow-blue {
  background: rgba(59, 130, 246, 0.4);
  top: 0;
  left: 26%;
}
.glow-cyan {
  background: rgba(34, 211, 238, 0.4);
  bottom: 0;
  right: 20%;
  animation-delay: 1s;
}
.glow-purple {
  background: rgba(168, 85, 247, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 2s;
  max-width: 100%;
}
@keyframes pulse {
  0%,100% { transform: scale(1); opacity: 0.2; }
  50% { transform: scale(1.2); opacity: 1; }
}

/* GRID OVERLAY */
.grid-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(59,130,246,0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59,130,246,0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 1;
}

/* CARDS */
.glass-card {
  background: rgba(255,255,255,0.95);
  border-radius: 15px;
  height: 100%;
}
.hero-video-card {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
  background: #000;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.hero-video-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.hero-demo-section {
  background: #f8fafc;
}
.hero-demo-split {
  align-items: center;
}
.hero-demo-copy {
  position: relative;
  z-index: 0;
  padding-right: 0.5rem;
  overflow: visible;
}
.hero-demo-copy__watermark {
  display: none;
}
.hero-demo-copy__eyebrow {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(21, 93, 252, 0.08);
  color: #155dfc;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hero-demo-copy__title {
  margin: 0 0 1rem;
  color: #0f172a;
  font-size: clamp(1.75rem, 2.4vw, 2.35rem);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.hero-demo-copy__dash {
  color: #94a3b8;
  font-weight: 500;
}
.hero-demo-copy__lead {
  margin: 0 0 0.85rem;
  color: #334155;
  font-size: 1.08rem;
  line-height: 1.65;
  font-weight: 500;
}
.hero-demo-copy__body {
  margin: 0;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.7;
}
.hero-demo-attack-shell {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}
.hero-demo-attack-shell .hero-demo-row {
  margin-right: 0;
  margin-left: 0;
}
.hero-demo-attack-shell .hero-demo-row > .col-12 {
  padding-right: 0;
  padding-left: 0;
}
.hero-demo-section .hero-demo-card {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  min-height: auto;
  padding: 1.5rem 1.5rem 1rem;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}
.hero-demo-section .hero-demo-card > .text-center > p {
  margin-bottom: 1rem;
  color: #64748b;
}
.hero-demo-section .attack-bot-section {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 2rem 2.5rem 2.5rem;
  border-radius: 20px;
  background:
    radial-gradient(circle, rgba(255,219,203,0.4) 0%, rgba(255,219,203,0) 70%),
    radial-gradient(circle, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%),
    radial-gradient(circle, rgba(255,219,203,0.46) 0%, rgba(255,219,203,0) 70%),
    radial-gradient(circle, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%),
    #ffffff;
  color: #111827;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  border-top: 0;
  overflow: visible;
}
.hero-demo-section .attack-bot-section .attack-bot-panels .bot-attack-box {
  height: auto;
}
.hero-demo-section .attack-bot-section .bot-result-flow .bot-attack-box {
  height: auto;
  margin-top: 0;
}
.hero-demo-section .attack-bot-panels {
  align-items: flex-start;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hero-demo-section .attack-bot-panels > [class*="col"]:first-child {
    margin-bottom: 1rem !important;
  }
  .hero-demo-section .attack-bot-section {
    padding: 1.25rem 1rem 1.5rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
  }
  .hero-demo-section .attack-bot-section .bot-attack-box,
  .hero-demo-section .attack-bot-section .attack-bot-panels .bot-attack-box,
  .hero-demo-section .attack-bot-section .bot-result-flow .bot-attack-box {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }
  .hero-demo-section .attack-bot-section .sim-step-panel {
    margin-top: 0.5rem !important;
    padding-top: 1rem !important;
    border-top: 1px solid #eef2f7 !important;
  }
  .hero-demo-section .attack-bot-section #bot-detected {
    margin-top: 0.75rem !important;
  }
  .hero-demo-section .attack-bot-section #sim-stage-result,
  .hero-demo-section .attack-bot-section #sim-stage-challenge {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #eef2f7;
  }
  .hero-demo-section .attack-bot-section .bot-title {
    margin-bottom: 10px !important;
  }
  .hero-demo-section .attack-bot-section #sim-stage-challenge .bot-title,
  .hero-demo-section .attack-bot-section #sim-stage-result .bot-title {
    text-align: left;
  }
  .hero-demo-section .attack-bot-section #challenge-form {
    max-width: 100%;
    margin: 0 auto;
  }
  .hero-demo-section .attack-bot-section #challenge-form .inline-element-content-box {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .hero-demo-section .attack-bot-section .result-card {
    justify-content: center;
    padding: 14px !important;
  }
  .hero-demo-section .attack-bot-section .challenge-captcha-area {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .attack-bot-intro__title {
    font-size: 1.45rem;
  }
  .attack-bot-intro__lead {
    font-size: 16px;
  }
  .attack-bot-intro__note {
    font-size: 16px;
    padding: 0.65rem 0.85rem;
  }
  .attack-bot-section > div:not(.container) {
    max-width: 55%;
    opacity: 0.85;
  }
}
.hero-demo-section .attack-bot-section #bot-detected {
  margin-top: 20px;
}
.hero-demo-section .attack-bot-section .sim-step-panel {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .hero-demo-attack-shell {
    width: 100%;
  }
  .hero-demo-section .hero-demo-card {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .hero-demo-copy {
    padding-right: 0;
    text-align: left;
  }
  .hero-demo-copy__title {
    font-size: 1.7rem;
  }
  .hero-section.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .hero-section .container.z-2.py-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.75rem !important;
  }
  .hero-section .col-lg-5.mb-5,
  .hero-section .col-lg-7.mb-5 {
    margin-bottom: 1rem !important;
  }
  .hero-section .hero-title {
    margin-bottom: 0.75rem !important;
  }
  .hero-section .hero-description {
    font-size: 16px;
    margin-bottom: 0;
  }
  .hero-demo-section.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.5rem !important;
  }
}

/* Hero demo card — Try how it works */
.hero-demo-card {
  background: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 1.75rem 1.65rem 1.5rem;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}
.hero-demo-title {
  color: #111827;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.hero-demo-points {
  margin-bottom: 1.35rem;
}
.hero-demo-point {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.hero-demo-point:last-child {
  margin-bottom: 0;
}
.hero-demo-point-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #eef4ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero-demo-point-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.hero-demo-point-text {
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.55;
}
.hero-demo-point-text strong {
  color: #111827;
  font-weight: 700;
}
.hero-demo-form {
  margin-top: 0.25rem;
}

/* Hero captcha mount: visible below input row — plugin CSS handles badge/box */
#hero-form .hero-captcha-mount {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
  opacity: 1;
  pointer-events: auto;
  margin: 0.75rem 0 0;
}
.hero-demo-field {
  margin-bottom: 0.85rem !important;
}
.hero-demo-field--prompt {
  position: relative;
}
.hero-demo-input {
  min-height: 120px;
  height: auto;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  font-size: 0.95rem;
  color: #111827;
  padding: 0.75rem 1rem;
  background: #ffffff;
  resize: vertical;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.hero-demo-field--prompt:not(.is-active):not(.has-value) .hero-demo-input {
  animation: hero-input-attract 2.8s ease-in-out infinite;
}
@keyframes hero-input-attract {
  0%, 100% {
    border-color: #d1d5db;
    box-shadow: 0 0 0 0 rgba(74, 108, 247, 0);
  }
  50% {
    border-color: #93a8f8;
    box-shadow: 0 0 0 3px rgba(74, 108, 247, 0.14);
  }
}
.hero-demo-input:focus {
  border-color: #4a6cf7;
  box-shadow: 0 0 0 3px rgba(74, 108, 247, 0.15);
  animation: none;
}
.hero-demo-input.hero-demo-input--animated-placeholder::placeholder {
  color: #9ca3af;
  opacity: 1;
}
.hero-demo-input.hero-demo-input--animated-placeholder:focus::placeholder {
  color: transparent;
}
.hero-demo-field--prompt.is-typing .hero-demo-input.hero-demo-input--animated-placeholder::placeholder {
  animation: hero-placeholder-pulse 2.8s ease-in-out infinite;
}
@keyframes hero-placeholder-pulse {
  0%, 100% { opacity: 0.72; }
  50% { opacity: 1; }
}
.hero-demo-submit {
  background: #4a6cf7;
  border: 1px solid #4a6cf7;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
  margin-top: 0.65rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.hero-demo-submit.hero-demo-submit--attract:not(:disabled):not(.btn-success) {
  animation: hero-submit-glow 2.4s ease-in-out infinite;
}
.hero-demo-submit.hero-demo-submit--attract:not(:disabled):not(.btn-success)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 65%
  );
  transform: translateX(-120%);
  animation: hero-submit-shimmer 3.2s ease-in-out infinite;
  pointer-events: none;
}
@keyframes hero-submit-glow {
  0%, 100% {
    box-shadow:
      0 4px 14px rgba(74, 108, 247, 0.35),
      0 0 0 0 rgba(74, 108, 247, 0.35);
  }
  50% {
    box-shadow:
      0 6px 22px rgba(74, 108, 247, 0.55),
      0 0 0 6px rgba(74, 108, 247, 0.12);
  }
}
@keyframes hero-submit-shimmer {
  0%, 35%, 100% {
    transform: translateX(-120%);
  }
  55% {
    transform: translateX(120%);
  }
}
.hero-demo-submit:hover,
.hero-demo-submit:focus {
  background: #3b5de8;
  border-color: #3b5de8;
  transform: translateY(-1px);
}
.hero-demo-submit.hero-demo-submit--attract:not(:disabled):not(.btn-success):hover,
.hero-demo-submit.hero-demo-submit--attract:not(:disabled):not(.btn-success):focus {
  animation: hero-submit-glow 1.6s ease-in-out infinite;
}
.hero-demo-submit:disabled {
  opacity: 0.75;
  cursor: not-allowed;
  animation: none;
  box-shadow: none;
}
.hero-demo-submit:disabled::before {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .hero-demo-field--prompt:not(.is-active):not(.has-value) .hero-demo-input,
  .hero-demo-field--prompt.is-typing .hero-demo-input.hero-demo-input--animated-placeholder::placeholder,
  .hero-demo-submit.hero-demo-submit--attract:not(:disabled):not(.btn-success),
  .hero-demo-submit.hero-demo-submit--attract:not(:disabled):not(.btn-success)::before {
    animation: none;
  }
}
.hero-demo-after-submit {
  margin-top: 0.85rem;
}
.hero-demo-after-submit a {
  color: #4a6cf7;
  text-decoration: none;
  font-size: 0.9rem;
}
.hero-demo-after-submit a:hover {
  text-decoration: underline;
}
.hero-demo-card .hero-verify-results {
  margin-top: 1.25rem;
}
.analysis-card {
  background: linear-gradient(to bottom right, #0f172a, #1e293b);
  border-radius: 15px;
  border: 1px solid #334155;
}
.analysis-list li {
  display: block;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  font-size: 14px;
}
.analysis-list li div{
  display: flex;
  align-items: center;
}
.analysis-list li:last-child {
  border-bottom: none;
}
.analysis-list .status {
  margin-right: 0.5rem;
  border: 2px solid #6a7282;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  background-color: transparent;
}
.analysis-list .status.success {
  background-image: url(../img/svg/check.svg);
  background-color: #00c951;
  border-color: #00c951;
  background-size: 12px 12px;
  background-position: center;
}
.analysis-list .status.pending {
  background-color: rgba(59, 130, 246, 0.25);
  border-color: #38bdf8;
  box-shadow: 0 0 7px rgba(59, 130, 246, 0.6);
  animation: pulse 1.2s ease-in-out infinite;
}
.analysis-list .status.pending::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  inset: 0;
  animation: pulse-ring 1.2s ease-in-out infinite;
}
.analysis-list .status.fail {
  background-color: #ef4444;
  border-color: #ef4444;
}
@keyframes pulse-ring {
  0% { transform: scale(0.9); opacity: .7; }
  50% { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(0.9); opacity: .7; }
}
.after-submit-text {
  font-size: 16px;
  color: #22c55e;
  font-weight: 700;
}
.risk-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #d1d5db;
  border: 1px solid #334155;
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
}
.risk-low {
  background: rgba(16, 185, 129, 0.2);
  border-color: #10b981;
  color: #10b981;
}
.risk-medium {
  background: rgba(250, 204, 21, 0.2);
  border-color: #f59e0b;
  color: #f59e0b;
}
.risk-high {
  background: rgba(239, 68, 68, 0.2);
  border-color: #ef4444;
  color: #ef4444;
}
#try-again {
  color: #EA5802;
  margin-left: 0.65rem;
  text-decoration: none;
}
#try-again:hover {
  text-decoration: underline;
}
.trust-box {
  border: 1px solid rgba(148, 163, 184, 0.2);
}

/* Hero — Visitor ID & verification panel */
.hero-verify-results {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  padding: 1rem 1.1rem;
  margin-top: 1rem;
}
.hero-verify-row-status.is-busy .hero-verify-icon-human {
  animation: pulse-verify-icon 1.2s ease-in-out infinite;
}
@keyframes pulse-verify-icon {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.35);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(22, 163, 74, 0);
  }
}
.hero-verify-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-verify-icon-fingerprint {
  background: #dbeafe;
  color: #2563eb;
}
.hero-verify-icon-human {
  background: #dcfce7;
  color: #16a34a;
}
.hero-verify-label {
  font-size: 11px;
  letter-spacing: 0.07em;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.hero-verify-id {
  font-size: 1rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #374151;
  font-weight: 600;
}
.hero-verify-status {
  font-size: 1rem;
  font-weight: 700;
  color: #374151;
}
.hero-verify-status.verifying {
  color: #2563eb;
  font-weight: 700;
}
.hero-verify-status.verified {
  color: #16a34a;
}
.hero-verify-status.bot-status {
  color: #dc2626;
}
.hero-verify-check {
  display: inline-flex;
  align-items: center;
  color: #16a34a;
}
.progress-bar.bg-gradient {
  background-image: linear-gradient(90deg, #22d3ee, #3b82f6);
  background-size: 200% 100%;
  background-position: 0 0;
  transition: width 0.4s ease, background-position 3s ease;
  height: 10px;
}
.progress-bar.bg-gradient.animate {
  background-position: 100% 0;
}
.bg-gradient {
  background: linear-gradient(90deg, #22d3ee, #3b82f6);
}
.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  z-index: 0;
}

/* Z FIX */
.z-2 {
  position: relative;
  z-index: 2;
}

/* BOTTOM FADE */
.bottom-gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, white, transparent);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .bottom-gradient {
    display: none;
  }
}

/* Revenue Results */
.revenue-results-sec {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  overflow: hidden;
}
.revenue-results-heading {
  margin-bottom: 56px;
}
.revenue-results-heading .display-5 {
  margin-bottom: 20px;
  letter-spacing: 0;
}
.revenue-results-heading p {
  color: #4a5565;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 0;
}
.revenue-results-grid {
  row-gap: 8px;
}
.revenue-result-card {
  height: 100%;
  min-height: 318px;
  padding: 46px 30px 34px;
  background: #ffffff;
  border: 1px solid #edf0f5;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.revenue-result-card:hover {
  transform: translateY(-6px);
  border-color: rgba(21, 93, 252, 0.16);
  box-shadow: 0 26px 55px rgba(16, 24, 40, 0.12);
}
.revenue-result-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.revenue-counter {
  display: inline-block;
}
.revenue-result-green .revenue-counter {
  color: #4f9a51;
}
.revenue-result-blue .revenue-counter {
  background: linear-gradient(90deg, #3d63f3, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.revenue-result-purple .revenue-counter {
  background: linear-gradient(90deg, #8847ef, #d132a2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.revenue-result-orange .revenue-counter {
  color: #cf3f24;
}
.revenue-result-card h3 {
  color: #111827;
  font-size: 24px;
  line-height: 1.55;
  font-weight: 700;
  margin-bottom: 18px;
}
.revenue-result-card p {
  color: #4b5563;
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 0;
}
.revenue-results-cta {
  color: #1f2937;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 38px;
}
.revenue-results-sec:not(.nhp-stats) .revenue-results-cta a {
  color: #4f65d7;
  font-weight: 500;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.revenue-results-sec:not(.nhp-stats) .revenue-results-cta a:hover {
  color: #155dfc;
}

/* LOGO SLIDER */
.logo-sec .title{
  color: #364153;
  text-transform: uppercase;
  letter-spacing:.9px;
  font-weight: 600;
  font-size: 18px;
}
.logo-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.logo-track {
  width: max-content;
  animation: scroll 40s linear infinite;
}

/* LOGO STYLE */
.logo-img {
  height: 50px;
  padding: 0px 20px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}
.logo-img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* ANIMATION */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Blur background circles */
.key-features-sec{
  overflow: hidden;
  position: relative;
  /* background-image: url("../img/svg/bg-shape-img.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%; */
}
.key-features-sec::before{
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("../img/svg/bg-shape-img.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;

    opacity: 0.2;   /* background opacity */
    z-index: -1;
}
.text-clip-gradient-primary{
  color: #EA5802;
  background: #EA5802;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.key-features-sec .blur-bg {
  width: 200px;
  height: 200px;
  filter: blur(120px);
  right: 20px;
  top: 100px;
  opacity: 0.2;
}
.key-features-sec .bg-primary{
  background-color: rgb(0 123 255 / 1%) !important;
}
/* Feature Card */
.feature-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  /* box-shadow: 0 10px 25px rgba(0,0,0,0.05); */
  box-shadow: 
  0 10px 15px -3px rgba(0, 0, 0, 0.1),
  0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f6f3f4;
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.feature-card.card-gradient-blue .icon-box{background: linear-gradient(135deg, #2b7fff, #00b8db);}
.feature-card.card-gradient-purple .icon-box{ background: linear-gradient(135deg, #2b7fff, #ad46ff);}
.feature-card.card-gradient-cyan .icon-box{ background: linear-gradient(135deg, #2b7fff, #00b8db); }
.feature-card .card-title{color: #101828; font-weight: 700; font-size: 20px; margin-bottom: 12px;}
.feature-card p{color: #4a5565; font-weight: 400; font-size: 16px; margin-bottom: 0px;}
.feature-card.card-gradient-orange .icon-box{ background: linear-gradient(135deg, #fdc700, #ff6900);}
.feature-card.card-gradient-green .icon-box{ background: linear-gradient(135deg, #00c951, #00bc7d);}
.feature-card.card-gradient-indigo .icon-box{ background: linear-gradient(135deg, #615fff, #155dfc);}
.card-bar{ opacity: 0; transition: all 0.3s ease; width: 60px; height: 6px; border-radius: 10px; margin-top: 16px;}
.feature-card:hover .card-bar{ opacity: 1;}
.card-gradient-blue .card-bar{ background: linear-gradient(135deg, #2b7fff, #00b8db); }
.card-gradient-purple .card-bar{ background: linear-gradient(135deg, #2b7fff, #ad46ff); }
.card-gradient-cyan .card-bar{ background: linear-gradient(135deg, #2b7fff, #00b8db); }
.card-gradient-orange .card-bar{ background: linear-gradient(135deg, #fdc700, #ff6900); }
.card-gradient-green .card-bar{ background: linear-gradient(135deg, #00c951, #00bc7d); }
.card-gradient-indigo .card-bar{ background: linear-gradient(135deg, #615fff, #155dfc); }
.feature-card.card-gradient-blue:hover{ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 184, 219, 0.1); }
.feature-card.card-gradient-purple:hover{ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0.71,0.14,215.22,0.1); }
.feature-card.card-gradient-cyan:hover{ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 184, 219, 0.1); }
.feature-card.card-gradient-orange:hover{ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(253, 199, 0, 0.1); }
.feature-card.card-gradient-green:hover{ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 201, 81, 0.1); }
.feature-card.card-gradient-indigo:hover{ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(97, 95, 255, 0.1); }
.badge-soft-primary { background-color: #dbeafe; color: #1447e6; border-radius: 50px; font-weight: 600; }
.why-different-card {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.why-different-card::before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 64px;
  height: 64px;
  background-image: radial-gradient(circle, var(--dot-color, rgba(15, 23, 42, 0.16)) 12%, transparent 14%);
  background-size: 16px 16px;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}
.why-different-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.12);
}
.why-card-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative !important;
  flex-shrink: 0;
  margin-right: 20px;
  z-index: 1;
}
.why-card-icon img {
  width: 50px;
  height: 50px;
}
.why-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a;
  font-weight: 700;
  font-size: 0.95rem;
  /* margin-right: 12px; */
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}
.why-card-title{
  display: inline-flex;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 10px;
  position: relative;
  margin-bottom: 0.75rem;
  padding-bottom: 0.85rem;
  z-index: 1;
}
.why-card-title h3 {
font-size: 1.30rem;
  font-weight: 700;
  color: #101828;
  margin-bottom: 0;
  padding-bottom: 0;
}
.why-card-title::after {
  content: "";
  position: absolute;
  left: 42px;
  bottom: 0;
  width: 56px;
  height: 3px;
  border-radius: 99px;
  background: var(--title-color, #2563eb);
}
.why-card-text {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 0;
  z-index: 1;
}
.why-different-card.dot-blue { --dot-color: rgba(37, 99, 235, 0.24); --title-color: #2563eb; }
.why-different-card.dot-blue .why-card-number { background: #2563eb; color: #ffffff; }
.why-different-card.dot-purple { --dot-color: rgba(168, 85, 247, 0.24); --title-color: #7c3aed; }
.why-different-card.dot-purple .why-card-number { background: #7c3aed; color: #ffffff; }
.why-different-card.dot-green { --dot-color: rgba(16, 185, 129, 0.24); --title-color: #10b981; }
.why-different-card.dot-green .why-card-number { background: #10b981; color: #ffffff; }
.why-different-card.dot-orange { --dot-color: rgba(251, 191, 36, 0.24); --title-color: #fbbf24; }
.why-different-card.dot-orange .why-card-number { background: #f59e0b; color: #ffffff; }
.why-different-card.dot-cyan { --dot-color: rgba(14, 165, 233, 0.24); --title-color: #0ea5e9; }
.why-different-card.dot-cyan .why-card-number { background: #0ea5e9; color: #ffffff; }
.why-different-card.dot-indigo { --dot-color: rgba(79, 70, 229, 0.24); --title-color: #4f46e5; }
.why-different-card.dot-indigo .why-card-number { background: #4f46e5; color: #ffffff; }
.heading-decoration {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 1.25rem auto 1rem;
}
.heading-line {
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 99px;
  background: #c7d2fe;
}
.heading-icon {
  width: 34px;
  height: 34px;
  /* border-radius: 50%; */
  /* border: 2px solid #2563eb; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #2563eb;
  /* box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08); */
}
.heading-icon i {
  font-size: 0.85rem;
}
.bg-primary-soft { background: rgba(59, 130, 246, 0.12); }
.bg-purple-soft { background: #F0ECFD; }
.bg-success-soft { background: rgba(16, 185, 129, 0.12); }
.bg-warning-soft { background: rgba(251, 191, 36, 0.15); }
.bg-info-soft { background: rgba(14, 165, 233, 0.12); }
.bg-indigo-soft { background: rgba(79, 70, 229, 0.12); }
.feature-vision-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 6px; /* border thickness */
  border-radius: 1.5rem;
  background: linear-gradient(320deg, #0092b8, #1447e6);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.feature-vision-card .display-5{
  background: linear-gradient(to right, #2b7fff, /* example: indigo-500 (from) */ #22d3ee, /* cyan-400 (via) */ #3b82f6 /* blue-500 (to) */);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.feature-vision-card .description{
  color: #ebe6e7;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 40px;
}
/* Icon Box */
.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.icon-box.only-icon{
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 0px;
}
.icon-box.only-icon img{
  width: 40px;
  height: 40px;
}
/* Custom colors */
.bg-purple {
  background: linear-gradient(135deg, #6f42c1, #a855f7);
}

/* Gradient Banner */
.gradient-box {
  background: linear-gradient(135deg, #0d6efd, #6f42c1, #0dcaf0);
}
.feature-vision-wrapper {
  background: linear-gradient(180deg, #050d23 0%, #081a38 60%, #0f2b57 100%);
}
.feature-vision-card {
  position: relative;
  /* border: 1px solid rgba(56, 189, 248, 0.3); */
  background: linear-gradient(135deg, #0f172b, #162556);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  z-index: 1;
  border-radius: 1.5rem;
}
.feature-vision-card .feature-vision-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(57, 172, 255, 0.25), transparent 40%),
              radial-gradient(circle at 80% 60%, rgba(83, 70, 255, 0.22), transparent 40%);
  pointer-events: none;
}
.feature-vision-card h3,
.feature-vision-card p {
  position: relative;
  z-index: 2;
}
.feature-vision-img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.feature-vision-card:hover .feature-vision-overlay {
  opacity: 1;
  transform: scale(1.02);
}
.feature-card {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  z-index: 1;
  overflow: hidden;
}

/* Counter Section */
.counter-sec {padding:5rem 0;     background: linear-gradient( to bottom right, #0f172a,  /* from-slate-900 */ #172554,  /* via-blue-950 */ #0f172a   /* to-slate-900 */ ); position: relative; overflow: hidden; }
.counter-sec::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top left, rgba(100, 156, 255, 0.18), transparent 45%), radial-gradient(circle at bottom right, rgba(0, 239, 255, 0.17), transparent 40%); pointer-events: none; }
.counter-sec .display-5 { color: #ffffff; font-size: 1.875rem; margin-bottom: 2rem; }
.counter-card { border-radius: 14px; background-color: color-mix(in srgb, #1e293b 30%, transparent); border: 1px solid rgba(255, 255, 255, 0.15); backdrop-filter: blur(12px); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.counter-card h3 { font-size: 2.25rem; font-weight: 700; margin-bottom: 0.5rem; color: #ffffff; }
.counter-card h3 span { font-size: 0.875rem; font-weight: 300; color: rgba(255, 255, 255, 0.70);}
.counter-card p { color: #9ca3af; font-size: 0.875rem; font-weight: 400;}
.counter-card:hover { transform: translateY(-5px); box-shadow: 0 24px 45px rgba(1, 42, 89, 0.25); }
.counter-card h3.font-30{font-size: 1.875rem;}
/* How It Works Section */
.how-it-work { padding:5rem 0; background-color: #fbf9fa; }
.how-it-works-img { border-radius: 14px; max-width: 100%; height: auto; object-fit: contain; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); }
.step-card { border-radius: 14px; background-color: #fff; transition: all 0.3s ease; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.10); border:1px solid #fff; }
.step-card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.16); border-color: #0097D9; }
.step-number-circle { width: 64px; height: 64px; background: #0097D9; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin:0 auto; color: white;  font-weight: 700; font-size: 1.5rem; }
.step-card .icon{ width: 48px; height: 48px;}
.step-card h5 { color: #1a1a1a; font-size: 1.25rem; }
.step-card p { color: #6c757d; font-size: 1rem; }
@media (max-width: 768px) {
  .step-card { margin-bottom: 1rem; }
}

/* ===== SOLUTION SECTION ===== */
/* Bootstrap 4.1.1 Custom Class for Rounded Corners */
.rounded-lg {
  border-radius: 1rem !important;
}
.solution-sec {
  padding: 5rem 0;
  background-color: #fff;
}
.solution-card {
  border-radius: 1rem;
  overflow: hidden;
  background: white;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  height: 100%;
}
.solution-card-content{
  height: calc(100% - 220px);
  display: flex;
  flex-direction: column;
}
.solution-card h-100 {
  height: 100%;
}
.solution-card-image {
  height: 220px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem 1rem 0 0;
}
.solution-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-card h3.solution-card-title,
.solution-card h4 {
  color: #101828;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.solution-card p, .solution-card ul li div {
  line-height: 1.7;
  font-size: 1rem;
  color: #4a5565;
}
.solution-card .sub-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.solution-card ul{
  flex: 1;
}
.solution-card ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #4a5565;
}
.solution-card ul li img {
  color: #0066ff;
  margin-right: 0.75rem;
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
.solution-card .btn {
  border-radius: 0.375rem;
  padding: 0.625rem 0;
  font-weight: 600;
  transition: all 0.3s ease;
}
.solution-card .solution-btn {
  border-color: #364153;
  color: #364153;
  font-size: .875rem;
  padding: .25rem;
  border-width: 2px;
}
.solution-card .solution-btn svg{
  width: 18px;
}
.solution-card .solution-btn:hover {
  background-color: #364153;
  color: #fff;
  border-color: #364153;
}
.solution-card .btn-primary {
  background-color: #0066ff;
  border-color: #0066ff;
}
.solution-card .btn-primary:hover {
  background-color: #0052cc;
  border-color: #0052cc;
}
.solution-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 102, 255, 0.1);
}

/* Media Queries for Solution Section */
@media (max-width: 768px) {
  .solution-card {
    margin-bottom: 1.5rem;
  }
  .solution-card h3.solution-card-title,
  .solution-card h4 {
    font-size: 1.5rem !important;
  }
  .solution-card-image {
    height: 180px !important;
  }
  .solution-card > div:nth-child(2) {
    padding: 1.5rem !important;
  }
}
@media (max-width: 576px) {
  .solution-card-image {
    height: 150px !important;
  }
  .solution-card > div:nth-child(2) {
    padding: 1rem !important;
  }
  .solution-card h3.solution-card-title,
  .solution-card h4 {
    font-size: 1.25rem !important;
  }
  .solution-card .btn {
    font-size: 0.9rem !important;
  }
}

/* ===== STOP BOTS KEEP HUMANS SECTION ===== */
.stop-bots-section {
  padding: 5rem 0;
  /* background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%); */
  position: relative;
  overflow: hidden;
}
/* 
.stop-bots-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.08), transparent);
  border-radius: 50%;
  pointer-events: none;
}
.stop-bots-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 102, 255, 0.06), transparent);
  border-radius: 50%;
  pointer-events: none;
} */

/* .stop-bots-section h2 {
  color: #1a1a1a;
  font-size: 2.5rem;
} */
.stop-bots-section .highlight-blue {
  color: #1d4ed8;
}
.comparison-card {
  background: white;
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  height: 100%;
}
.comparison-card:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
.comparison-card .icon-box{
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fb2c36;
  border-radius: 50px;
  margin-bottom: 5px;
}
.comparison-card .icon-box.red{
  background-color: #fb2c36;
}
.comparison-card .icon-box.green{
  background-color: #00c951;
}
.card-small-text{
  font-size: 0.875rem;
  margin-bottom: 12px;
  display: block;
}
.comparison-card.invisible-protection .card-small-text{
  color: #86efac;
}
.comparison-card.invisible-protection {
  background: linear-gradient(135deg, #0d542b 0%, #032e15 100%);
  color: white;
}
.comparison-card.invisible-protection .card-title {
  color: white;
}
.comparison-card.invisible-protection .card-description {
  color: rgba(255, 255, 255, 0.9);
}
.comparison-card.invisible-protection .benefit-item h5,
.comparison-card.invisible-protection .list-item h4,
.comparison-card.invisible-protection .list-item .comparison-item-title {
  color: white;
}
.comparison-card.invisible-protection .benefit-item p {
  color: rgba(255, 255, 255, 0.85);
}
.comparison-card.invisible-protection .benefit-item i {
  color: #10b981;
}
.card-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
}
.card-badge i {
  font-size: 1rem;
}
.badge-red {
  background-color: #fee2e2;
  color: #dc2626;
}
.badge-green {
  background-color: rgba(16, 185, 129, 0.2);
  color: #d1fae5;
}
.comparison-card.invisible-protection .badge-green {
  background-color: rgba(255, 255, 255, 0.2);
  color: #d1fae5;
}
.comparison-card .card-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
.comparison-card .card-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5565;
  margin-bottom: 2rem;
}

/* Problems List */
.comparison-card .list-list {
  margin-bottom: 2.5rem;
}
.comparison-card .list-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.comparison-card .list-item:last-child {
  margin-bottom: 0;
}
.comparison-card .list-item div:last-child{
  flex: 1;
}
.comparison-card .item-list .icon-box{
  width: 32px;
  height: 32px;
  border-radius: 0.625rem;
}
.comparison-card .item-list .icon-box img{
  width: 18px;
}
.comparison-card .item-list.problems-list .icon-box{
  background-color: #fef2f2;
}
.comparison-card .item-list.benefits-list .icon-box{
  background-color: rgba(0, 201, 81, 0.2); /* fallback */
  background-color: color-mix(in oklab, #00c951 20%, transparent);
}
.comparison-card .item-list.benefits-list .list-item i {
  font-size: 1.25rem;
  color: #16a34a;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.comparison-card .item-list.benefits-list h5{
  color: #fff;
}
.comparison-card .item-list.benefits-list p{
  color: #dcfce7;
}
.comparison-card .list-item h5,
.comparison-card .list-item h4,
.comparison-card .list-item .comparison-item-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}
.comparison-card .list-item p {
  font-size: 1rem;
  color: #4a5565;
  margin-bottom: 0;
  line-height: 1.5;
}

/* CAPTCHA Example */
.captcha-example {
  background: #f9fafb;
  border-radius: 1rem;
  padding: 0.825rem;
  margin-top: 1.5rem;
  border: 1px solid #e5e7eb;
}
.example-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #6c757d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.solved-badge {
  background-color: #d1fae5;
  color: #065f46;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.75rem;
}
.captcha-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.grid-item {
  aspect-ratio: 1;
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #0366d6;
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
}
.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.check-icon {
  background: #10b981;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.instruction-text {
  font-size: 0.75rem;
  color: #6c757d;
  margin-bottom: 1rem;
  text-align: center;
}
.captcha-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}
.btn-skip,
.btn-verify {
  flex: 1;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-skip {
  background: white;
  color: #6c757d;
  border: 1px solid #d1d5db;
}
.btn-skip:hover {
  background: #f3f4f6;
}
.btn-verify {
  background: #10b981;
  color: white;
}
.btn-verify:hover {
  background: #059669;
}

/* Trust Score Box */
.trust-score-box {
  background-color: #052e1680; /* hex with alpha */
  color: white;
  border-radius: 1rem;
  padding: 1rem;
  margin-top: 2rem;
  border: 1px solid #008236;
}
.score-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.score-label {
  font-size: 0.75rem;
  color: #d1fae5;
  font-weight: 500;
}
.score-status {
  font-size: 0.75rem;
  font-weight: 600;
  display: block;
  position: relative;
  padding-left: 0.75rem;
  color: #bbf7d0;
}
.score-status::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  border-radius: 50%;
  background-color: #86efac;
}
.trust-score-box .progress-bar.bg-gradient{
  background: #00c951;
}
.trust-score-box .progress{
  background-color:#0d542b;
}
.score-subtext {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1rem;
}
.score-display {
  font-size: 0.75rem;
  font-weight: 500;
  color: white;
}

/* ===== COMPARISON TABLE SECTION ===== */
.compare-sec {
  padding: 5.5rem 0;
  background: #f8fafc;
}
.compare-badge {
  display: inline-block;
  color: #1e3a8a;
  background: #dbeafe;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
.compare-sec h2 {
  color: #0f172a;
  font-size: 2.75rem;
  margin-bottom: 0.75rem;
}
.compare-description {
  color: #475569;
  font-size: 1rem;
  line-height: 1.85;
  max-width: 680px;
  margin-top: 0.75rem;
}
.compare-highlight {
  color: #1d4ed8;
}
.table-responsive-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 2.5rem;
  /* padding: 0.5rem 0; */
  background: #ffffff;
  border: 1px solid #e8edf4;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}
.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 880px;
  background: #ffffff;
}
.comparison-table thead th,
.comparison-table tbody td,
.comparison-table tbody th.feature-name {
  border: none;
  box-shadow: none;
  vertical-align: middle;
}
.comparison-table thead th {
  padding: 1.35rem 1.25rem;
  text-align: center;
  font-weight: 700;
  color: #334155;
  font-size: 0.95rem;
  background: #ffffff;
  border-bottom: 1px solid #e8edf4;
}
.comparison-table tbody tr:not(:last-child) th,
.comparison-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #e8edf4;
}
.comparison-table thead th.feature-column,
.comparison-table tbody th.feature-name {
  /* position: sticky;
  left: 0;
  z-index: 2; */
  background: #ffffff;
  box-shadow: none;
  border-right: none;
}
.comparison-table thead th.feature-column {
  z-index: 3;
  text-align: left;
  color: #64748b;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  min-width: 260px;
  padding-left: 1.5rem;
}
.comparison-table thead th.competitor-column {
  background: #ffffff;
  min-width: 180px;
  font-weight: 600;
  color: #1e293b;
}
.column-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  text-align: left;
}
.column-header--highlight .column-title {
  color: #2563eb;
}
.column-header .icon-container {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column-header--highlight .icon-container {
  background: rgba(59, 130, 246, 0.12);
}
.column-header .icon-container .header-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.column-header .icon-container--brand .header-icon--favicon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.column-header-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  line-height: 1.35;
}
.column-title {
  font-weight: 700;
  color: #1e293b;
  font-size: 0.9rem;
}
.column-subtitle {
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 0.15rem;
  line-height: 1.3;
}
.comparison-table tbody tr {
  transition: background-color 0.2s ease;
}
.comparison-table tbody tr:hover th.feature-name,
.comparison-table tbody tr:hover td.competitor-column {
  background-color: #fafbfc;
}
.comparison-table tbody td,
.comparison-table tbody th.feature-name {
  padding: 1.15rem 1.25rem;
  background: #ffffff;
}
.comparison-table tbody td.competitor-column {
  text-align: left;
}
.feature-name {
  text-align: left !important;
  color: #334155;
  font-weight: 500;
  font-size: 0.9rem;
  min-width: 380px;
  max-width: 300px;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-left: 1.5rem !important;
}
.feature-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, 0.1);
}
.feature-icon img {
  width: 18px;
  height: 18px;
}

/* CyberSiARA highlighted column */
.comparison-table thead th.cybersiara-column,
.comparison-table tbody td.cybersiara-column {
  position: relative;
  z-index: 1;
  background: #f8fbff;
  border-left: 1.5px solid #93c5fd;
  border-right: 1.5px solid #93c5fd;
  min-width: 280px;
  text-align: left;
  /* box-shadow: -6px 0 18px -6px rgba(37, 99, 235, 0.1), 6px 0 18px -6px rgba(37, 99, 235, 0.1); */
}
.comparison-table thead th.cybersiara-column {
  border-top: 1.5px solid #93c5fd;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -4px 18px -4px rgba(37, 99, 235, 0.08), -6px 0 18px -6px rgba(37, 99, 235, 0.1), 6px 0 18px -6px rgba(37, 99, 235, 0.1);
}
.comparison-table tbody tr:not(:last-child) td.cybersiara-column {
  border-bottom: 1px solid #e8edf4;
}
.comparison-table tbody tr:last-child td.cybersiara-column {
  border-bottom: 1.5px solid #93c5fd;
  border-radius: 0 0 16px 16px;
  /* box-shadow: 0 8px 20px -4px rgba(37, 99, 235, 0.12), -6px 0 18px -6px rgba(37, 99, 235, 0.1), 6px 0 18px -6px rgba(37, 99, 235, 0.1); */
}
.comparison-table tbody tr:last-child th.feature-name,
.comparison-table tbody tr:last-child td.competitor-column {
  border-bottom: none;
}
.comparison-table td.competitor-column {
  min-width: 280px;
}
.comparison-table .cybersiara-column .status-text {
  color: #2563eb;
  font-weight: 500;
}
.status-cell {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  text-align: left;
  max-width: 100%;
}
.status-cell .status-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
  border-radius: 50%;
}
.status-cell.positive .status-icon {
  background: #ecfdf5;
}
.status-cell.negative .status-icon {
  background: #fef2f2;
}
.status-cell .status-icon img {
  width: 14px;
  height: 14px;
  display: block;
}
.status-cell .status-icon.tilde {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fef3c7;
  color: #d97706;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
}
.status-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  line-height: 1.45;
}
.compare-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.9rem;
}
.legend-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
}
.legend-icon.positive {
  background: #ecfdf5;
}
.legend-icon.negative {
  background: #fef2f2;
}
.legend-icon img {
  width: 14px;
  height: 14px;
  display: block;
}
.legend-icon.partial {
  background: #fef3c7;
  color: #d97706;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
}
@media (max-width: 992px) {
  .compare-sec {
    padding: 3.5rem 0;
  }
  .compare-sec h2 {
    font-size: 2rem;
  }
  .comparison-table {
    min-width: 820px;
  }
  .comparison-table thead th.feature-column,
  .feature-name {
    min-width: 210px;
  }
}
@media (max-width: 768px) {
  .compare-sec {
    padding: 2.75rem 0;
  }
  .compare-sec h2 {
    font-size: 1.75rem;
  }
  .compare-description {
    font-size: 0.95rem;
    padding: 0 0.5rem;
  }
  .table-responsive-wrapper {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    border-radius: 16px;
  }
  .comparison-table {
    min-width: 760px;
  }
  .comparison-table thead th {
    padding: 1rem 0.65rem;
    font-size: 0.8rem;
  }
  .comparison-table tbody td,
  .comparison-table tbody th.feature-name {
    padding: 0.9rem 0.65rem;
  }
  .feature-name {
    min-width: 200px;
    max-width: 220px;
    font-size: 0.82rem;
    gap: 0.65rem;
    padding-left: 1rem !important;
  }
  .feature-icon {
    width: 32px;
    height: 32px;
  }
  .status-text {
    font-size: 0.8rem;
  }
  .column-header .icon-container {
    width: 38px;
    height: 38px;
  }
  .column-header .icon-container .header-icon {
    width: 18px;
    height: 18px;
  }
  .column-title {
    font-size: 0.8rem;
  }
}
@media (max-width: 576px) {
  .compare-sec {
    padding: 2rem 0;
  }
  .compare-badge {
    font-size: 0.65rem;
    padding: 0.4rem 0.75rem;
  }
  .compare-sec h2 {
    font-size: 1.45rem;
    line-height: 1.25;
  }
  .comparison-table {
    min-width: 700px;
  }
  .comparison-table thead th.feature-column,
  .feature-name {
    min-width: 185px;
    max-width: 200px;
  }
  .comparison-table thead th,
  .comparison-table tbody td,
  .comparison-table tbody th.feature-name {
    padding: 0.75rem 0.5rem;
  }
  .status-cell {
    gap: 0.35rem;
  }
  .status-text {
    font-size: 0.75rem;
  }
  .legend-item {
    font-size: 0.82rem;
    padding: 0.55rem 0.9rem;
  }
  .stop-bots-section {
    padding: 3rem 0;
  }
  .stop-bots-section h2 {
    font-size: 2rem;
  }
  .comparison-card {
    padding: 2rem;
    margin-bottom: 1.5rem;
  }
  .comparison-card .card-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .stop-bots-section {
    padding: 2rem 0;
  }
  .stop-bots-section h2 {
    font-size: 1.5rem;
  }
  .stop-bots-section::before,
  .stop-bots-section::after {
    display: none;
  }
  .comparison-card {
    padding: 1.5rem;
  }
  .comparison-card .card-title {
    font-size: 1.25rem;
  }
  .comparison-card .card-description {
    font-size: 0.85rem;
  }
  .problems-list,
  .benefits-list {
    margin-bottom: 1.5rem;
  }
  .problem-item,
  .benefit-item {
    margin-bottom: 1rem;
    gap: 0.75rem;
  }
  .problem-item h5,
  .problem-item h4,
  .benefit-item h5,
  .benefit-item h4,
  .comparison-item-title {
    font-size: 0.85rem;
  }
  .problem-item p,
  .benefit-item p {
    font-size: 0.75rem;
  }
  .captcha-grid {
    gap: 0.5rem;
  }
  .grid-item {
    border-radius: 0.375rem;
  }
  .trust-score-box {
    padding: 1.25rem;
  }
  .score-display {
    font-size: 2rem;
  }
}

/* ===== ENTERPRISE INTEGRATION SECTION ===== */
.enterprise-integration-sec,
.developer-first-sec {
  padding: 5rem 0;
  background: #fff;
}
.stack-diagram-card {
  background: #f8fafc;
  border: 1px solid #e8edf4;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  /* box-shadow: 0 8px 32px rgba(15, 23, 42, 0.05); */
  height: 100%;
}
.stack-diagram-title {
  text-align: center;
  color: #0f172a;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.stack-diagram-lead {
  text-align: center;
  color: #64748b;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto 1.75rem;
}
.stack-flow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  -webkit-overflow-scrolling: touch;
}
.stack-flow .stack-flow-step:nth-child(1){
  min-width: 90px;
  max-width: 90px;
}
.stack-flow-step {
  flex: 0 0 auto;
  text-align: center;
  min-width: 108px;
  max-width: 100px;
}
.stack-flow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
}
.stack-flow-icon.circle-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #dbeafe;
  background: #fff;
}
.stack-flow-icon.square-icon {
  /* width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #eef4ff; */
}
.stack-flow-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.stack-flow-card.app-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.85rem 0.65rem;
}
.stack-flow-label {
  font-weight: 700;
  color: #1e293b;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}
.stack-flow-sub {
  color: #000;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1.4;
  margin: 0;
}
.stack-flow-arrow {
  flex: 0 0 18px;
  width: 18px;
  height: 2px;
  background: #93c5fd;
  /* margin-top: 2rem; */
  position: relative;
}
.stack-flow-arrow::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #93c5fd;
}
.stack-verify-box {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #2563eb;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.18);
  min-width: 100px;
  position: relative;
  z-index: 1;
}
/* .stack-verify-box::before {
  content: "";
  position: absolute;
  border: 1px dashed #2563eb;
  border-right: none;
  margin-left: 10px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 68%;
  width: 60px;
  border-radius: 10px;
} */
.stack-verify-top {
  /* border-radius: 14px 14px 0 0; */
  background: #2563eb;
  color: #ffffff;
  padding: 0.85rem 0.65rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  font-size: 0.78rem;
  line-height: 1.3;
}
.stack-verify-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 6px;
  background: #ffffff;
  padding: 3px;
}
.stack-verify-bottom {
  /* border-radius: 0 0 14px 14px; */
  background: #ffffff;
  color: #000;
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.65rem 0.5rem;
}
.stack-outcomes {
  /* border: 1px dashed #cbd5e1; */
  /* border-radius: 12px; */
  /* padding: 0.65rem; */
  /* background: #fafbfc; */
  /* text-align: left; */
  min-width: 150px;
  padding-left: 40px;
  position: relative;
}
.stack-outcomes::before {
  content: "";
  position: absolute;
  border: 1px dashed var(--primary);
  border-right: none;
  margin-left: 10px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 68%;
  width: 60px;
  border-radius: 10px;
}
.stack-outcome {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-direction: column;
  padding: 0.35rem 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 1;
}
.stack-outcome:nth-child(2)::before {
  content: "";
  position: absolute;
  border-top: 1px dashed var(--primary);
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  height: 0px;
  width: 20px;
  z-index: 0;
}
.stack-outcome + .stack-outcome {
  border-top: 1px solid #eef2f7;
  margin-top: 0.35rem;
  padding-top: 0.55rem;
}
.stack-outcome-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
}
.stack-outcome-icon.allow {
  background: #02BF4B;
}
.stack-outcome-icon.allow img {
  width: 14px;
  height: 14px;
}
.stack-outcome-icon.challenge {
  background: #FC9D03;
  color: #ffffff;
}
.stack-outcome-icon.block {
  background: #EF0104;
}
.stack-outcome-icon.block img {
  width: 16px;
  height: 16px;
}
.stack-outcome-title {
  font-weight: 700;
  color: #1e293b;
  font-size: 0.75rem;
  margin: 0;
}
.stack-outcome-sub {
  color: #64748b;
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
}
.stack-security-panel {
  position: relative;
  margin-top: 2rem;
  padding: 1.5rem 1rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
}
.stack-feedback-line {
  position: absolute;
  left: 50%;
  top: -28px;
  width: 1px;
  height: 24px;
  border-left: 2px dashed #93c5fd;
  transform: translateX(-50%);
}
.stack-feedback-line::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-54%);
  border: 6px solid transparent;
  border-bottom-color: #93c5fd;
}
.stack-security-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.25rem;
}
.stack-security-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem;
}
.stack-security-item {
  background: #ffffff;
  border: 1px solid #e8edf4;
  border-radius: 12px;
  padding: 0.85rem 0.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.stack-security-icon {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stack-security-icon img {
  width: 20px;
  height: 20px;
}
.stack-security-item span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #000;
  font-weight: 500;
  line-height: 1.3;
}
.enterprise-panel {
  padding: 0.5rem 0 0.5rem 1rem;
  height: 100%;
}
.enterprise-title {
  color: #0f172a;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0.75rem 0 1rem;
}
.enterprise-lead {
  color: #475569;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.enterprise-panel .compare-badge{
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}
.enterprise-divider {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 0 0 1.5rem;
}
.enterprise-kicker {
  color: #1d4ed8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
.enterprise-highlights-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1.5rem;
  margin-bottom: 1.75rem;
}
.enterprise-highlights-col {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.enterprise-highlights-col li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #334155;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.45;
}
.highlight-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #eef4ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.highlight-icon img {
  width: 18px;
  height: 18px;
}
.tech-logo-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 6px;
  margin-bottom: 1.75rem;
}
.tech-logo-card {
  flex: 0 1 100px;
  width: 100px;
  /* min-width: 88px;
  max-width: 110px; */
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.85rem 0.5rem 0.65rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
  text-align: center;
}
.tech-logo-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.tech-logo-card span {
  font-size: 0.7rem;
  font-weight: 700;
  color: #334155;
  line-height: 1.2;
}
.enterprise-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.btn-enterprise-docs {
  background: #2563eb;
  color: #ffffff;
  border: 1px solid #2563eb;
  border-radius: 10px;
  padding: 0.7rem 1.15rem;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.btn-enterprise-docs:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}
.btn-enterprise-aws {
  background: #ffffff;
  color: #1e293b;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 0.7rem 1.15rem;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.btn-enterprise-aws__logo {
  display: block;
  height: 20px;
  width: auto;
  object-fit: contain;
}
.btn-enterprise-aws:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  color: #1e293b;
}
.enterprise-footnote {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0;
}
.enterprise-footnote svg {
  flex-shrink: 0;
  color: #64748b;
}
@media (max-width: 1199px) {
  .enterprise-highlights-cols {
    grid-template-columns: 1fr;
  }
  .tech-logo-card {
    flex: 1 1 calc(25% - 0.65rem);
  }
}
@media (max-width: 1366px) {
  .stack-security-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .tech-logo-grid {
     flex-wrap: wrap;
   }
   .tech-logo-card{
    flex: 0 1 82px;
   }
}
@media (max-width: 991px) {
  .tech-logo-grid {
    flex-wrap: nowrap;
  }
  .enterprise-integration-sec,
  .developer-first-sec {
    padding: 3.5rem 0;
  }
  .enterprise-panel {
    padding: 2rem 0 0;
  }
  .stack-security-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .stack-flow .stack-flow-step:nth-child(1){
    min-width: 100px;
    max-width: 130px;
  }
  .stack-flow-step{
    min-width: 120px;
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .tech-logo-grid {
    flex-wrap: wrap;
  }
  .stack-flow{
    flex-direction: column;
  }
  .stack-flow-arrow{
    width: 2px;
    height: 18px;
  }
  .stack-flow-arrow::after{
    right: -5px;
    bottom: -13px;
    top: unset;
    border: 6px solid transparent;
    border-top-color: #93c5fd;
    border-left-color: transparent;
  }
  .stack-outcomes::before{
    margin-left: 0;
    left: 50%;
    top: -0px;
    transform: translateX(-50%);
    height: 80px;
    width: 60%;
    border-right: 1px dashed var(--primary);
  }
  .stack-outcomes{
    display: flex;
    padding-left: 0px;
    gap: 10px;
    padding-top: 30px;
  }
  .stack-outcome + .stack-outcome{
    margin-top: 0;
  }
  .stack-outcome:nth-child(2)::before{
    content: unset;
  }
  .stack-outcome{
    width: 100%;
  }
  .stack-flow-step--outcomes{
    min-width: unset;
    max-width: unset;
  }
  .stack-security-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .stack-diagram-card {
    padding: 1.5rem 1rem;
  }
  .stack-diagram-title {
    font-size: 1.3rem;
  }
  .stack-flow {
    justify-content: flex-start;
    margin: 0 -0.25rem;
    padding: 0 0.25rem 0.75rem;
  }
  .enterprise-title {
    font-size: 1.65rem;
  }
  .enterprise-actions {
    flex-direction: column;
  }
  .btn-enterprise-docs,
  .btn-enterprise-aws {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .stack-security-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stack-outcomes {
    min-width: 155px;
  }
  .stack-outcomes{
    flex-direction: column;
    padding: 10px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .stack-flow-step.stack-flow-step--verify{
    max-width: 100%;
  }
  .stack-flow-step.stack-flow-step--outcomes{
    min-width: 100%;
    max-width: 100%;
  }
  .stack-outcomes::before{
    width: 100%;
    height: 100%;
  }
  .stack-feedback-line{
    display: none;
  }
  .stack-security-panel{
    margin-top: 1rem;
  }
}

/* Legacy developer-first (kept for compatibility) */
.developer-first-sec .code-window {
  background: #1a1f36;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.developer-first-sec .window-header {
  background: #0f1419;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.developer-first-sec .window-controls {
  display: flex;
  gap: 0.5rem;
}
.developer-first-sec .control {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.developer-first-sec .control.red {
  background-color: #ff5f56;
}
.developer-first-sec .control.yellow {
  background-color: #ffbd2e;
}
.developer-first-sec .control.green {
  background-color: #27c93f;
}
.developer-first-sec .window-title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  font-weight: 500;
  /* margin-left: auto; */
}
.developer-first-sec .window-content {
  padding: 1.5rem;
  overflow-x: auto;
  background: linear-gradient(135deg, #1a1f36 0%, #242d3d 100%);
}
.developer-first-sec .window-content code {
  color: #e0e0e0;
  font-family: 'Courier New', monospace;
  font-size: 0.75rem;
  line-height: 1.6;
  display: block;
}
.developer-first-sec .keyword {
  color: #7dd3fc;
  font-weight: 600;
}
.developer-first-sec .string {
  color: #86efac;
}
.developer-first-sec .comment {
  color: #888888;
  font-style: italic;
}
.developer-first-sec .property {
  color: #fbbf24;
}
.developer-first-sec .function {
  color: #f87171;
  font-weight: 600;
}
.developer-first-sec .number {
  color: #fca5a5;
}

/* Developer Content */
.developer-first-sec .developer-content {
  padding: 2rem 0;
}
.developer-first-sec .dev-badge {
  display: inline-block;
  /* background-color: #e3f2fd; */
  color: #0066ff;
  /* padding: 0.5rem 1rem;
  border-radius: 50px; */
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
.developer-first-sec .developer-content h2 {
  color: #1a1a1a;
  font-size: 2rem;
  line-height: 1.3;
}
.developer-first-sec .developer-content .lead {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.developer-first-sec .developer-content p {
  font-size: 1.125rem;
  color: #4a5565;
}

/* Language Pills */
.developer-first-sec .language-section {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-start;
}
.developer-first-sec .language-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.developer-first-sec .pill {
  display: inline-block;
  background: #fff;
  color: #1e2939;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #d1d5dc;
  transition: all 0.2s ease;
}
.developer-first-sec .pill:hover {
  background: #e5e7eb;
  border-color: #d1d5db;
}

/* Buttons */
.developer-first-sec .button-group {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
}
.developer-first-sec .button-group .btn:first-child {
  /* margin-right: 16px; */
  /* margin-bottom: 16px; */
}
.developer-first-sec .btn-code-docs {
  background: #1a1a1a;
  color: white;
  border-color: #1a1a1a;
  padding: 0.75rem 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.developer-first-sec .btn-code-docs svg{
  width: 16px;
}
.developer-first-sec .btn-code-docs:hover {
  background: #333333;
  border-color: #333333;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.developer-first-sec .btn-aws {
  background: white;
  color: #1a1a1a;
  border-color: #1a1a1a;
  padding: 0.75rem 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.developer-first-sec .btn-aws:hover {
  background: #f3f4f6;
  color: #1a1a1a;
  border-color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Responsive Design */
@media (max-width: 992px) {
  .developer-first-sec {
    padding: 3rem 0;
  }
  .developer-first-sec .code-window {
    margin-bottom: 2rem;
  }
  .developer-first-sec .developer-content h2 {
    font-size: 1.75rem;
  }
  .developer-first-sec .window-content code {
    font-size: 0.85rem;
  }
  .developer-first-sec .developer-content .lead {
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .developer-first-sec {
    padding: 2.5rem 0;
  }
  .developer-first-sec .developer-content h2 {
    font-size: 1.5rem;
  }
  .developer-first-sec .window-content {
    padding: 1rem;
  }
  .developer-first-sec .window-content code {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  .developer-first-sec .language-pills {
    justify-content: flex-start;
  }
  .developer-first-sec .pill {
    font-size: 0.85rem;
    padding: 0.4rem 0.75rem;
  }
}
@media (max-width: 576px) {
  .developer-first-sec .button-group {
    flex-direction: column;
  }
  .developer-first-sec .btn-code-docs,
  .developer-first-sec .btn-aws {
    width: 100%;
    justify-content: center;
  }
  /* .developer-first-sec .button-group .btn:first-child {
  margin-right: 0px;
  margin-bottom: 0px;
} */
  .developer-first-sec {
    padding: 2rem 0;
  }
  .developer-first-sec .code-window {
    border-radius: 1rem;
  }
  .developer-first-sec .window-header {
    padding: 0.75rem;
  }
  .developer-first-sec .window-controls {
    gap: 0.4rem;
  }
  .developer-first-sec .control {
    width: 10px;
    height: 10px;
  }
  .developer-first-sec .window-title {
    font-size: 0.75rem;
  }
  .developer-first-sec .window-content {
    padding: 0.75rem;
  }
  .developer-first-sec .window-content code {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .developer-first-sec .developer-content h2 {
    font-size: 1.25rem;
  }
  .developer-first-sec .dev-badge {
    font-size: 0.65rem;
    /* padding: 0.4rem 0.75rem; */
  }
  .developer-first-sec .developer-content .lead {
    font-size: 0.9rem;
  }
  .developer-first-sec .developer-content p {
    font-size: 0.9rem;
  }
  .developer-first-sec .pill {
    font-size: 0.8rem;
    padding: 0.35rem 0.65rem;
  }
  .developer-first-sec .btn-code-docs,
  .developer-first-sec .btn-aws {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
  .developer-first-sec .button-group {
    gap: 1rem;
  }
}
/* Testimonial Section Style */
.testimonial-sec {
  background: #ffffff;
  padding: 5rem 0;
}
.testimonial-sec h2 {
  color: #1a1a1a;
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.testimonial-sec > .container > div:first-child p {
  color: #4a5565;
  font-size: 1.125rem;
  margin-bottom: 0;
}

/* Testimonial Card */
.testimonial-card {
  background: #fbf9fa;
  border: 1px solid #ebe6e7;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.testimonial-card:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
  border-color: #d1d5dc;
}

/* Quote Icon */
.testimonial-icon {
  margin-bottom: 1.5rem;
}
.testimonial-icon svg {
  width: 2rem;
  height: 2rem;
  display: block;
  fill: #155dfc;
  opacity: 50%;
}

/* Testimonial Text */
.testimonial-text {
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  font-style: italic;
}

/* Testimonial Author */
.testimonial-author {
  border-top: 1px solid #e9ecef;
  padding-top: 1.5rem;
}
.testimonial-author strong {
  display: block;
  color: #1a1a1a;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.testimonial-author small:first-of-type {
  color: #4a5565;
  font-size: 0.85rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.25rem;
}
.testimonial-author small.d-block {
  color: #9ca3af;
  font-size: 0.8rem;
  font-weight: 400;
}

/* Responsive Design */
@media (max-width: 992px) {
  .testimonial-sec {
    padding: 4rem 0;
  }
  .testimonial-sec h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .testimonial-sec {
    padding: 3rem 0;
  }
  .testimonial-sec h2 {
    font-size: 1.75rem;
  }
  .testimonial-sec > .container > div:first-child p {
    font-size: 0.95rem;
  }
  .testimonial-card {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .testimonial-sec {
    padding: 2rem 0;
  }
  .testimonial-sec h2 {
    font-size: 1.5rem;
  }
  .testimonial-card {
    padding: 1.25rem;
  }
  .testimonial-text {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
  .testimonial-author strong {
    font-size: 0.9rem;
  }
}

/* Pricing Section */
.pricing-sec {
  padding: 5rem 0;
}

/* Pricing overview (homepage) */
.pricing-overview-sec {
  background: #f9fafb;
  padding: 5rem 0 5.5rem;
}
.pricing-overview-sec .pricing-overview-header {
  margin-bottom: 3rem;
}
.pricing-overview-sec .pricing-kicker {
  color: #7c3aed;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.pricing-overview-sec .pricing-overview-title {
  color: #111827;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.pricing-overview-sec .pricing-overview-title-line {
  display: block;
  width: 56px;
  height: 3px;
  margin: 0 auto 1.25rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #7c3aed, #a78bfa);
}
.pricing-overview-sec .pricing-overview-subtitle {
  color: #6b7280;
  font-size: 1.0625rem;
  line-height: 1.65;
  max-width: 680px;
  margin-bottom: 0;
}
.pricing-overview-sec .pricing-overview-cards {
  margin-bottom: 2rem;
}
.pricing-overview-sec .pricing-overview-card {
  background: #ffffff;
  border: 1px solid #eef0f4;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(17, 24, 39, 0.06);
  padding: 2rem 1.75rem 1.85rem;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pricing-overview-sec .pricing-overview-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.1);
}
.pricing-overview-sec .pricing-overview-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.pricing-overview-sec .pricing-overview-icon--green {
  background: #ecfdf5;
  color: #10b981;
}
.pricing-overview-sec .pricing-overview-icon--purple {
  background: #f3e8ff;
  color: #7c3aed;
}
.pricing-overview-sec .pricing-overview-card-title {
  color: #111827;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.pricing-overview-sec .pricing-overview-card-line{
  max-width: 180px;
  height: 3px;
  background: #e8e8e8;
  margin-bottom: 1.25rem;
  border-radius: 999px;
}
.pricing-overview-sec .pricing-overview-card-line::after{
  content: "";
  display: block;
  background: linear-gradient(90deg, #7c3aed, #a78bfa);
  width: 50px;
  height: 100%;
  border-radius: 999px;
}
.pricing-overview-sec .pricing-overview-card-line.green::after{
  background: linear-gradient(90deg, #00a63e, #10b981);
}
.pricing-overview-sec .pricing-overview-card-line.purple::after{
  background: linear-gradient(90deg, #9810fa, #a78bfa);
}
.pricing-overview-sec .pricing-overview-card-desc {
  color: #6b7280;
  font-size: 0.9375rem;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
.pricing-overview-sec .pricing-overview-divider {
  border: none;
  border-top: 1px solid #f1f3f6;
  margin: 0 0 1.25rem;
  opacity: 1;
}
.pricing-overview-sec .pricing-overview-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-overview-sec .pricing-overview-features li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.85rem;
  color: #4b5563;
  font-size: 0.9375rem;
  line-height: 1.45;
}
.pricing-overview-sec .pricing-overview-features li:last-child {
  margin-bottom: 0;
}
.pricing-overview-sec .pricing-overview-features li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}
.pricing-overview-sec .pricing-overview-features--green li::before {
  background: #ecfdf5;
  color: #10b981;
}
.pricing-overview-sec .pricing-overview-features--purple li::before {
  background: #f3e8ff;
  color: #7c3aed;
}
.pricing-overview-sec .pricing-overview-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  background: #f5f3ff;
  border: 1px solid #ede9fe;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  margin: 0 auto 2rem;
  max-width: 900px;
}
.pricing-overview-sec .pricing-overview-info p {
  margin: 0;
  color: #111827;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.pricing-overview-sec .pricing-overview-info-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ede9fe;
  color: #7c3aed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pricing-overview-sec .pricing-overview-cta {
  margin-top: 0.25rem;
}
.pricing-overview-sec .btn-pricing-plans {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #111827;
  border: 1px solid #111827;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.85rem 2rem;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.pricing-overview-sec .btn-pricing-plans:hover {
  background: #1f2937;
  border-color: #1f2937;
  color: #ffffff;
}
.pricing-overview-sec .pricing-overview-footnote {
  margin: 1rem 0 0;
  color: #111827;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .pricing-overview-sec {
    padding: 3.5rem 0 4rem;
  }
  .pricing-overview-sec .pricing-overview-header {
    margin-bottom: 2rem;
  }
  .pricing-overview-sec .pricing-overview-card {
    padding: 1.5rem 1.25rem;
  }
}
.pricing-sec .pricing-card {
  background: #ffffff;
  border: 2px solid #e7eaf1;
  border-radius: 1rem;
  padding: 2rem 1.75rem 1.75rem 1.75rem;
  position: relative;
  /* box-shadow: 0 4px 22px rgba(17, 26, 46, 0.08); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.pricing-sec .pricing-card.purple-card, .pricing-sec .pricing-card.green-card{
  border: 2px solid #ebe6e7;
}
.pricing-sec .pricing-card.green-card:hover{
  border: 2px solid #00a63e;
}
.pricing-sec .pricing-card.purple-card:hover{
  border: 2px solid #9810fa;
}
.pricing-sec .pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 4px 22px rgba(17, 26, 46, 0.08);
}
.pricing-sec .pricing-card-highlight {
  border-color: #1e76ff;
  /* box-shadow: 0 0 0 2px rgba(0, 132, 255, 0.15), 0 12px 34px rgba(17, 26, 46, 0.20); */
}
.pricing-sec .pricing-popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #1e76ff;
  color: #fff;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-weight: 700;
  white-space: nowrap;
}
.pricing-sec .pricing-header {
  margin-bottom: 1.25rem;
}
.pricing-sec .pricing-header .dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.pricing-sec .dot-green {
  background: #17a391;
}
.pricing-sec .dot-blue {
  background: #1e76ff;
}
.pricing-sec .dot-purple {
  background: #6e42df;
}
.pricing-sec .pricing-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  display: inline;
}
.pricing-sec .pricing-header p {
  margin-bottom: 1.25rem;
  color: #5b6774;
  font-size: 1rem;
}
.pricing-sec .pricing-price {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}
.pricing-sec .pricing-price span {
  font-size: 34px;
  font-weight: 700;
  color: #1b262f;
}
.pricing-sec .pricing-card.purple-card .pricing-price span {
  font-size: 24px;
}
.pricing-sec .pricing-price small {
  font-size: 1rem;
  color: #5b6774;
}
.pricing-sec .pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.3rem;
  color: #374151;
  flex: 1;
}
.pricing-sec .pricing-features li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.9rem;
  line-height: 1.5;
  font-size: 0.875rem;
}
.pricing-footer-text p{
  margin-bottom: 0;
  color: #5b6774;
  font-size: 0.75rem;
}
.pricing-sec .pricing-features li::before {
  content: "\2713";
  color: #1e76ff;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 0.85rem;
}
.pricing-sec .pricing-card.purple-card .pricing-features li::before{
color: #9810fa;
}
.pricing-sec .pricing-card.green-card .pricing-features li::before{
color: #00a63e;
}
.pricing-sec .pricing-card .btn {
  border-radius: 8px;
  padding: 0.625rem 1.2rem;
  font-weight: 400;
  font-size: 0.875rem;
}
.pricing-sec .btn-primary {
  background: #1e76ff;
  border: 1px solid #1e76ff;
}
.pricing-sec .pricing-card.green-card .btn-primary{
  border: 1px solid #00a63e;
  background: #00a63e;
}
.pricing-sec .pricing-card.purple-card .btn-primary{
  border: 1px solid #9810fa;
  background: #9810fa;
}
.pricing-sec .pricing-card.green-card .btn-primary:hover{
  border: 1px solid #009237;
  background: #009237;
}
.pricing-sec .pricing-card.purple-card .btn-primary:hover{
  border: 1px solid #7c07d1;
  background: #7c07d1;
}
.pricing-sec .btn-primary:hover {
  background: #1556cc;
  border-color: #1556cc;
}
@media (max-width: 992px) {
  .pricing-sec {
    padding: 4rem 0;
  }
  .pricing-sec .pricing-card {
    padding: 1.8rem;
  }
}
@media (max-width: 768px) {
  .pricing-sec {
    padding: 3rem 0;
  }
  .pricing-sec .pricing-price span {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .pricing-sec {
    padding: 2rem 0;
  }
  .pricing-sec .pricing-card {
    padding: 1.25rem;
  }
  .pricing-sec .pricing-header h3 {
    font-size: 1.5rem;
  }
  .pricing-sec .pricing-price span {
    font-size: 1.75rem;
  }
}
.how-it-work .text-primary {
  color: #1d4ed8 !important;
}

/* How It Works styles */
.how-steps .how-step { padding: 12px 0; }
.how-icon { width: 64px; height: 64px; display:flex; align-items:center; justify-content:center; }
.how-icon img { width: 36px; height:36px; }
.how-step-title { font-size: 1.15rem; color: #0f172a; font-weight: 600; }
.how-step-title span{ color: #1d4ed8; }
.how-divider { border: none; height: 1px; background: linear-gradient(90deg, rgba(0,0,0,0.06), rgba(0,0,0,0.02)); margin: 1.25rem 0; }
.bg-primary-soft { background: linear-gradient(180deg, rgba(37,99,235,0.08), rgba(37,99,235,0.03)); }
.how-steps-image img { max-width: 100%; height: auto; }

/* CTA Section Style */
.cta-sec {
  background: #020b1f;
  color: #ffffff;
  text-align: center;
  padding: 9rem 0;
}
.cta-sec .display-5 {
  /* font-size: 3rem;
  line-height: 1.1;
  font-weight: 700; */
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cta-sec .cta-subtitle {
  color: #dbeafe;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.cta-sec .cta-btn {
  border: 2px solid #ffffff;
  border-radius: 0.65rem;
  color: #ffffff;
  background: transparent;
  padding: 0.625rem 2.2rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.cta-sec .cta-btn:hover {
  background: #ffffff;
  color: #020b1f;
  text-decoration: none;
}
.cta-sec .cta-note {
  margin-top: 24px;
  color: #bedbff;
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .cta-sec {
    padding: 4rem 0;
  }
  .cta-sec .cta-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .cta-sec {
    padding: 3rem 0;
  }
  .cta-sec .cta-title {
    font-size: 1.9rem;
  }
  .cta-sec .cta-subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .cta-sec {
    padding: 2.5rem 0;
  }
  .cta-sec .cta-title {
    font-size: 1.6rem;
  }
  .cta-sec .cta-subtitle {
    font-size: 0.95rem;
  }
  .cta-sec .cta-btn {
    padding: 0.8rem 1.8rem;
    font-size: 0.95rem;
  }
}

/* FAQ-Sec */
.faq-sec {
  background: #f8fafd;
  color: #0f172a;
}
.faq-sec .badge-soft-primary {
  display: inline-block;
  color: #0f72ff;
  border: 1px solid rgba(30, 118, 255, 0.2);
  background: rgba(30, 118, 255, 0.08);
  border-radius: 999px;
  padding: 0.25rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.faq-sec .display-5{
  margin-bottom: 64px;
}
.faq-list {
  margin-top: 1.5rem;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 0.9rem;
  background: #ffffff;
  margin-bottom: 0.85rem;
  overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 2px 6px rgb(187 187 187 / 16%);
}
.faq-item:hover {
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  border-color: #bfdbfe;
}
.faq-item.active {
  border-color: #1e76ff;
  box-shadow: 0 14px 34px rgb(187 187 187 / 16%);
}
.faq-question {
  width: 100%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #101828;
  cursor: pointer;
  text-align: left;
}
.faq-question:focus{
  outline: none;
}
.faq-question:hover {
  color: #1e76ff;
}
.faq-icon {
  transition: transform 0.25s ease;
  color: #1e76ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.faq-icon svg {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #6b7280;
  transition: transform 0.25s ease, stroke 0.25s ease;
}
.faq-item:hover .faq-icon svg {
  stroke: #1e76ff;
}
.faq-item.active .faq-icon svg {
  transform: rotate(180deg);
  stroke: #1e76ff;
}
.faq-answer {
  padding: 0 1.25rem 1.2rem 1.25rem;
  font-size: 0.875rem;
  display: none;
  line-height: 1.7;
  /* border-top: 1px solid #e2e8f0; */
}
.faq-answer p{
  color: #334155;
  margin-bottom: 0;
}
.faq-item.active .faq-answer {
  display: block;
}
@media (max-width: 768px) {
  .faq-sec { padding: 3.5rem 0; }
  .faq-sec .cta-title, .faq-sec .faq-title { font-size: 1.75rem; }
  .faq-question { font-size: 1rem; }
}

/* cmn-banner Style */
.cmn-banner-sec {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
  background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
  overflow: hidden;
  color: #ffffff;
}
.cmn-banner-sec .banner-content {
  position: relative;
  text-align: left;
  width: 100%;
  /* padding: 0 1rem; */
  max-width: 50rem;
}
.cmn-banner-sec .banner-content h1,
.cmn-banner-sec .banner-content .title {
  margin-bottom: 1rem;
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #101828;
}
.cmn-banner-sec .banner-content .title span{
  color: #155dfc;
}
.cmn-banner-sec .banner-content p {
  color: #4a5565;
  font-size: 1.25rem;
}
.cmn-banner-sec .banner-actions {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
.btn-outline-secondary{
  border-width: 2px;
}
@media (max-width: 992px) {
  .cmn-banner-sec {
    min-height: 260px;
    padding: 3rem 0;
  }
  .cmn-banner-sec .banner-content h1,
  .cmn-banner-sec .banner-content .title {
    font-size: clamp(2rem, 5vw, 3.35rem);
  }
}
@media (max-width: 576px) {
  .cmn-banner-sec {
    min-height: 240px;
    padding: 2.5rem 0;
  }
  .cmn-banner-sec .banner-content h1,
  .cmn-banner-sec .banner-content .title {
    font-size: clamp(1.75rem, 7vw, 2.25rem);
  }
  .cmn-banner-sec .banner-actions {
    flex-direction: column;
    gap: 0.9rem;
  }
}
.why-partner-sec .cmn-card{
  padding: 2rem;
}
.why-partner-sec .card-description{
  margin-bottom: 1rem;
}
.cmn-card{
  padding: 1.5rem;
  border-radius: 0.875rem;
  border: none;
  transition: 0.3s all ease-in-out;
  height: 100%;
}
.sm-shadow{
  box-shadow: 0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;
}
.bg-primary-gradient{
  background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
}
.bg-blue-700{
  background-color: #1447e6;
}
.bg-gray-50{
  background-color: #fbf9fa;
}
.cmn-card.bg-gray-50:hover{
  box-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
}
.icon-box.bg-blue-100{
  background-color: #dbeafe;
}
.card-title{
  color: #101828;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.card-description{
  color: #4a5565;
  font-size: 1rem;
  margin-bottom: 0rem;
}
.cmn-card ul li{
  color: #4a5565;
}
/* cmn ul li style */
.check-mark {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check-mark li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #334155; /* optional text color */
}

/* SVG as background icon */
.check-mark li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
  
  background-size: contain;
  background-repeat: no-repeat;
}
.why-partner-sec .sec-description {
  font-size: 18px;
}
.partner-program-sec .card-title{
  font-size: 20px;
}

/* Form Style Here */
.cmn-form {
  width: 100%;
}

/* Form Label */
.cmn-form .form-label {
  color: #101828;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.cmn-form .form-label .text-danger {
  color: #e7000b;
  margin-left: 2px;
}

/* Form Controls - Input/Select/Textarea */
.cmn-form-control {
  border: 1px solid #d1d5dc;
  border-radius: 0.65rem;
  padding: 0.875rem 1rem;
  font-size: 0.95rem;
  background-color: transparent;
  color: #1a202c;
  transition: all 0.3s ease;
  height: auto;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); */
}
.cmn-form-control:focus {
  border-color: #2b74ff;
  background-color: transparent;
  color: #1a202c;
  box-shadow: none;
  /* box-shadow: 0 0 0 3px rgba(43, 116, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05); */
  outline: none;
}
.cmn-form-control::placeholder {
  color: #a0aec0;
  font-weight: 400;
}
.cmn-form-control:disabled {
  background-color: #f7fafc;
  color: #718096;
  cursor: not-allowed;
}

/* Form Control - Textarea */
.cmn-form textarea.cmn-form-control {
  resize: vertical;
  min-height: 140px;
  font-family: inherit;
  line-height: 1.6;
  font-weight: 200;
}
.cmn-form textarea.cmn-form-control:focus {
  min-height: 140px;
}

/* Form Control - Select */
.cmn-form .form-select.cmn-form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232d3748' d='M1 4l5 4 5-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;
  padding-right: 2.5rem;
  width: 100%;
}
.cmn-form .form-select.cmn-form-control option {
  color: #1a202c;
  background-color: #ffffff;
  padding: 0.5rem;
}

/* Form Row Spacing */
.cmn-form .row {
  margin-bottom: 0;
}
.cmn-form .row.g-3 > * {
  padding-left: calc(0.75rem);
  padding-right: calc(0.75rem);
}

/* Submit Button */
.cmn-form .btn-primary {
  background: linear-gradient(135deg, #2b74ff 0%, #1e4fa8 100%);
  border: none;
  border-radius: 0.65rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.3px;
  padding: 0.875rem 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(43, 116, 255, 0.3);
}
.cmn-form .btn-primary:hover {
  background: linear-gradient(135deg, #1f5dd1 0%, #173a82 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(43, 116, 255, 0.4);
  color: #ffffff;
}
.cmn-form .btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(43, 116, 255, 0.3);
}

/* Form Terms Text */
.cmn-form .text-muted.small {
  color: #718096 !important;
  font-size: 0.85rem;
  line-height: 1.5;
}
.cmn-form .text-muted.small a {
  color: #2b74ff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.cmn-form .text-muted.small a:hover {
  color: #1f5dd1;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .cmn-form .form-label {
    font-size: 0.9rem;
  }
  .cmn-form-control {
    padding: 0.75rem 0.875rem;
    font-size: 0.9rem;
  }
  .cmn-form textarea.cmn-form-control {
    min-height: 120px;
  }
  .cmn-form .btn-primary {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
  }
}
@media (max-width: 576px) {
  .cmn-form .row.g-3 {
    gap: 1rem !important;
  }
  .cmn-form .form-label {
    font-size: 0.85rem;
  }
  .cmn-form-control {
    padding: 0.65rem 0.8rem;
    font-size: 0.85rem;
  }
  .cmn-form .btn-primary {
    width: 100%;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
  }
  .cmn-form .text-muted.small {
    font-size: 0.75rem;
  }
}
.btn-container{
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.btn-container.justify-center{
  justify-content: center;
}
.cta-section-blue .btn-container{
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.cta-section-blue .btn-container .btn-ghost{
  color: #fff;
}
.cta-section-blue .btn-container .btn-ghost svg{
  margin-right: 8px;
}
.cta-section-blue .btn-container .btn-ghost:hover{
  color: #dddddd;
}
@media screen and (max-width: 575px) {
  .hero-verify-id, .hero-verify-status{
    font-size: 0.8rem;
  }
}

/* Cookie consent banner */
.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100001;
  padding: 16px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}
.cookie-consent-banner.is-closing {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  pointer-events: none;
}
.cookie-consent-banner.is-hidden {
  display: none !important;
}
.cookie-consent-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 24, 40, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
.cookie-consent-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(21, 93, 252, 0.15);
  color: #60a5fa;
}
.cookie-consent-icon svg {
  width: 22px;
  height: 22px;
}
.cookie-consent-content {
  flex: 1;
  min-width: 0;
}
.cookie-consent-title {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.cookie-consent-text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}
.cookie-consent-text a {
  color: #93c5fd;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-consent-text a:hover {
  color: #bfdbfe;
}
.cookie-consent-actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cookie-consent-btn {
  border: none;
  border-radius: 10px;
  padding: 11px 18px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.cookie-consent-btn-accept {
  background: #155dfc;
  color: #fff;
}
.cookie-consent-btn-accept:hover {
  background: #1447e6;
}
.cookie-consent-btn-decline {
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.cookie-consent-btn-decline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 767px) {
  .cookie-consent-banner {
    padding: 12px;
  }
  .cookie-consent-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
  }
  .cookie-consent-actions {
    width: 100%;
    flex-direction: column-reverse;
  }
  .cookie-consent-btn {
    width: 100%;
    text-align: center;
  }
}
.hero-demo-card.glass-card p{
  color: #000000;
}
.hero-demo-card.glass-card .hero-verify-results{
  text-align: left;
  margin-bottom: 5px;
}
.inline-element-content-box{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.inline-element-content-box .form-group{
  flex: 1 1 auto;
  min-width: 0;
  margin-right: 10px;
}
.inline-element-content-box .btn.btn-primary,
.inline-element-content-box .btn.btn-success,
.inline-element-content-box button.btn {
  flex: 0 0 auto;
  flex-shrink: 0;
  white-space: nowrap;
  min-width: 130px;
}
#hero-form .inline-element-content-box .hero-demo-field,
#hero-form .inline-element-content-box .form-group {
  margin-bottom: 0 !important;
}
#hero-form .inline-element-content-box #demoTextError:empty {
  display: none;
  margin: 0;
  padding: 0;
  height: 0;
}
#hero-form .inline-element-content-box {
  align-items: center;
}
#hero-form.hero-demo-is-verified .inline-element-content-box,
#hero-form .inline-element-content-box.is-verified {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#hero-form.hero-demo-is-verified #submit-button,
#hero-form .inline-element-content-box.is-verified #submit-button {
  flex: 0 0 auto;
  width: auto !important;
  min-width: 130px;
  height: 48px;
  white-space: nowrap;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}
#hero-form.hero-demo-is-verified #hero-demo-input,
#hero-form .inline-element-content-box.is-verified #hero-demo-input {
  flex: 1 1 auto;
  width: 100%;
  min-height: 48px;
  height: 48px;
}
#hero-form #submit-button {
  height: 48px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}
#hero-form #hero-demo-input {
  width: 100%;
  min-height: 48px;
  height: 48px;
  box-sizing: border-box;
  font-size: 16px;
}
.hero-verify-row-id,
#visitor-id,
.hero-verify-icon-fingerprint {
  display: none !important;
}
.hero-demo-after-submit {
  margin-top: 0.5rem;
}
.CaptchaSubmit.cs-captcha-submit-shown{
  width: auto;
  height: 48px;
}
.hero-demo-after-submit{
  text-align: left !important;
}
.inline-element-content-box .btn.btn-primary{
  position: relative;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 28px;
  margin-top: 0px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #f88b23;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffa73b 0%, #f88b23 100%);
  box-shadow: 0 4px 14px rgba(248, 139, 35, .35);
  transition: .3s ease;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
}
.hero-demo-submit.hero-demo-submit--attract:not(:disabled):not(.btn-success),
.hero-demo-submit.hero-demo-submit--attract:not(:disabled):not(.btn-success):hover,
.hero-demo-submit.hero-demo-submit--attract:not(:disabled):not(.btn-success):focus{
  animation: hero-orange-submit-glow 2.4s ease-in-out infinite;
}
.inline-element-content-box .btn.btn-primary::before{
  content: "";
  position: absolute;
  top: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.15) 35%, rgba(255,255,255,.7) 50%, rgba(255,255,255,.15) 65%, transparent 100%);
  transform: skewX(-25deg);
  animation: hero-orange-submit-glow 2.5s linear infinite;
}
.inline-element-content-box .btn.btn-primary:hover{
  box-shadow: 0 8px 24px rgba(248,139,35,.45);
  transform: translateY(-2px);
}
@keyframes hero-orange-submit-glow {
  0%, 100%{
    box-shadow: 0 4px 14px rgba(248, 139, 35, 0.35), 0 0 0 0 rgba(248, 139, 35, 0.35);
  }
  50%{
    box-shadow: 0 4px 14px rgba(248, 139, 35, 0.55), 0 0 0 0 rgba(248, 139, 35, 0.12);
  }
}
.feature-wrapper{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.feature-wrapper .feature-item{
  display:flex;
  align-items:center;
  gap: 6px;
  color: #30364d;
  font-size: 18px;
  font-weight: 500;
}
.feature-wrapper .feature-icon{
    width: 16px;
    height: 16px;
    flex-shrink:0;
    color: #2d3652;
}
.feature-wrapper .dot{
  width: 6px;
  height: 6px;
  background: #2563eb;
  border-radius: 50%;
}
.feature-wrapper.feature-wrapper-border{
  gap: 0px;
  margin-left: -20px;
  margin-right: -20px;
  box-sizing: border-box;
}
.feature-wrapper-border .feature-item{
  flex: 0 0 auto;
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}
.feature-wrapper-border .feature-item:not(:last-child){
  border-right: 1px solid #dddddd;
}
.feature-wrapper-border .feature-item span{
  font-size: 16px;
  text-align: left;
}
.feature-wrapper-border svg{
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: transparent;
}
@media (max-width: 576px){
  .hero-demo-attack-shell {
    border-radius: 14px;
  }
  .hero-demo-section .hero-demo-card {
    padding: 1.25rem 1rem 1rem;
    border-radius: 14px;
  }
  .hero-demo-section .hero-demo-card .hero-demo-heading {
    font-size: 1.35rem;
  }
  .hero-demo-section .attack-bot-section {
    padding: 1.25rem 1rem 1.5rem;
    margin-top: 1.25rem;
    border-radius: 14px;
  }
  .hero-demo-heading {
    font-size: 2rem;
    line-height: 1.15;
  }
  .hero-demo-card.glass-card p {
    font-size: 14px;
    line-height: 1.5;
  }
  .inline-element-content-box{
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .inline-element-content-box .form-group {
    width: 100%;
    margin-right: 0;
  }
  .inline-element-content-box .btn.btn-primary,
  #hero-form.hero-demo-is-verified #submit-button,
  #hero-form .inline-element-content-box.is-verified #submit-button {
    width: 100% !important;
    min-width: 0;
    margin-bottom: 0;
  }
  .hero-demo-after-submit {
    text-align: center !important;
    margin-top: 0.75rem;
  }
  .feature-wrapper{
    flex-direction: column;
    align-items: flex-start;
  }
  .feature-wrapper .dot{
    display: none;
  }
}
.feature-wrapper.hero-trust-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}
.hero-trust-features .feature-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 60px;
  padding: 0 20px;
  color: #111827;
}
.hero-trust-features .feature-item + .feature-item {
  border-left: 0;
}
.hero-trust-features .feature-item + .feature-item::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 1px;
  background: #dfe3e8;
  content: "";
}
.hero-trust-features .feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 0;
  background: transparent;
  color: #155dfc;
}
.hero-trust-features .feature-item span {
  font-family: 'Inter-Medium';
  text-align: left;
}
@media (max-width: 767px) {
  .feature-wrapper.hero-trust-features {
    grid-template-columns: 1fr;
    padding-top: 12px;
  }
  .hero-trust-features .feature-item {
    justify-content: flex-start;
    width: 100%;
    min-height: 64px;
    padding: 12px 8px;
  }
  .hero-trust-features .feature-item + .feature-item {
    border-top: 1px solid #dfe3e8;
    border-left: 0;
  }
  .hero-trust-features .feature-item + .feature-item::before {
    display: none;
  }
  .hero-trust-features .feature-icon {
    width: 42px;
    height: 42px;
  }
}

/* Pricing Plan - Overview Section - Relative Code Start  */
.pricing-plans {
  --white: #fff;
  --black: #000;
  --primary-1: #155dfc;
  --secondary-1: #0f172b;
  --secondary-2: #bedbff;
  --secondary-3: #009966;
  background: #fcf9fa;
}
.fs-11 { font-size: 11px; line-height: 1.4; }
.fs-12 { font-size: 12px; line-height: 1.5; }
.fs-13 { font-size: 13px; line-height: 1.4; }
.fs-14 { font-size: 14px; line-height: 1.5; }
.fs-16 { font-size: 16px; line-height: 1.6; }
.fs-24 { font-size: 24px; line-height: 1.2; }
.fs-30 { font-size: 30px; line-height: 1.2; }
.fs-36 { font-size: 36px; line-height: 1; }
.fs-48 { font-size: 48px; line-height: 1.2; }
.mb-30 { margin-bottom: 30px; }
.comman-top-bottom-space {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pricing-plans .pricing-plans__label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--primary-1);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pricing-plans .pricing-plans__title {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #101113;
}
.pricing-plans .pricing-plans__subtitle {
  margin-bottom: 48px;
  color: #64748b;
}
.pricing-plans .pricing-plans__grid {
  align-items: stretch;
}
.pricing-plans .pricing-plans__footnote {
  margin: 32px 0 0;
  color: #90a1b9;
  text-align: center;
}
.pricing-plans .pricing-plan {
  display: flex;
  flex-direction: column;
  border: 1px solid #f9f3f4;
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}
.pricing-plans .pricing-plan--starter { border-color: var(--secondary-2); }
.pricing-plans .pricing-plan--enterprise { border-color: var(--secondary-1); }
.pricing-plans .pricing-plan--impact { border-color: #a4f4cf; }
.pricing-plans .pricing-plan__head {
  padding: 24px;
  color: var(--white);
  text-align: left;
}
.pricing-plans .pricing-plan__head--starter { background: var(--primary-1); }
.pricing-plans .pricing-plan__head--enterprise { background: var(--secondary-1); }
.pricing-plans .pricing-plan__head--impact { background: var(--secondary-3); }
.pricing-plans .pricing-plan__icon--heart svg { color: #ef4444; fill: #ef4444; stroke: #ef4444; }
.pricing-plans .pricing-plan__head-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
.pricing-plans .pricing-plan__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
}
.pricing-plans .pricing-plan__icon svg { width: 36px; height: 36px; }
.pricing-plans .pricing-plan__name { margin: 0; font-weight: 900; }
.pricing-plans .pricing-plan__tagline { margin: 0; opacity: 0.9; }
.pricing-plans .pricing-plan--starter .pricing-plan__tagline { color: #dbeafe; opacity: 1; }
.pricing-plans .pricing-plan--enterprise .pricing-plan__tagline { color: #90a1b9; opacity: 1; }
.pricing-plans .pricing-plan--impact .pricing-plan__tagline { color: #d0fae5; opacity: 1; }
.pricing-plans .pricing-plan__body { flex: 1; display: flex; flex-direction: column; padding: 24px; text-align: left; }
.pricing-plans .pricing-plan__price {
  margin: 0 0 20px;
  font-weight: 700;
  color: var(--secondary-1);
}
.pricing-plans .pricing-plan__price small { font-weight: 500; color: #90a1b9; }
.pricing-plans .pricing-plan__price-sub {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  color: #94a3b8;
}
.pricing-plans .pricing-plan--enterprise .pricing-plan__price,
.pricing-plans .pricing-plan--impact .pricing-plan__price {
  font-family: "DM Mono", monospace;
}
.pricing-plans .pricing-plan--enterprise .pricing-plan__price-sub,
.pricing-plans .pricing-plan--impact .pricing-plan__price-sub {
  color: #90a1b9;
}
.pricing-plans .pricing-plan--enterprise .pricing-plan__plus {
  border-top: 1px solid #f9f3f4;
  padding-top: 16px;
}
.pricing-plans .pricing-plan--enterprise .pricing-plan__features {
  border-top: none;
  padding-top: 0;
}
.pricing-plans .pricing-plan__plus {
  margin: 0 0 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #62748e;
  text-align: left;
}
.pricing-plans .pricing-plan__features {
  list-style: none;
  margin: 0 0 24px;
  padding: 16px 0 0;
  flex: 1;
  border-top: 1px solid #f9f3f4;
}
.pricing-plans .pricing-plan__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: #334155;
}
.pricing-plans .pricing-plan__check {
  display: block;
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  margin-top: 2px;
  padding: 4px;
  border-radius: 4px;
  box-sizing: content-box;
}
.pricing-plans .pricing-plan--starter .pricing-plan__check {
  background: #eff6ff;
  color: var(--primary-1);
}
.pricing-plans .pricing-plan--enterprise .pricing-plan__check {
  background: #f9f3f4;
  color: #45556c;
}
.pricing-plans .pricing-plan--impact .pricing-plan__check {
  background: #ecfdf5;
  color: var(--secondary-3);
}
.pricing-plans .pricing-plan__eligible {
  margin: 0 0 24px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #ecfdf5;
  text-align: left;
}
.pricing-plans .pricing-plan__eligible-title {
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #059669;
}
.pricing-plans .pricing-plan__eligible-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-plans .pricing-plan__eligible-list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
  color: #166534;
}
.pricing-plans .pricing-plan__eligible-list li:last-child { margin-bottom: 0; }
.pricing-plans .pricing-plan__eligible-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #10b981;
}
.pricing-plans .pricing-plan__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  color: var(--white);
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.pricing-plans .pricing-plan__btn:hover,
.pricing-plans .pricing-plan__btn:focus {
  opacity: 0.9;
  color: var(--white);
  text-decoration: none;
}
.pricing-plans .pricing-plan__btn--starter { background: var(--primary-1); }
.pricing-plans .pricing-plan__btn--enterprise { background: var(--secondary-1); }
.pricing-plans .pricing-plan__btn--impact { background: var(--secondary-3); }
.pricing-plans .pricing-plan__btn:focus,
.pricing-plans .pricing-plan__btn:focus-visible {
  outline: none;
  box-shadow: none;
}
@media (max-width: 1200px) {
  .comman-top-bottom-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .comman-top-bottom-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pricing-plans .pricing-plan__head { text-align: left; }
  .pricing-plans .pricing-plan__head-top { flex-direction: column; align-items: flex-start; }
  .pricing-plans .pricing-plan__body { text-align: left; }
  .pricing-plans .fs-48 { font-size: 46px; line-height: 1.2; }
  .pricing-plans .fs-36 { font-size: 34px; }
  .pricing-plans .fs-30 { font-size: 28px; line-height: 1.2; }
  .pricing-plans .fs-24 { font-size: 22px; line-height: 1.2; }
  .pricing-plans .pricing-plans__title { font-size: 2rem; }
}
@media (max-width: 767px) {
  .comman-top-bottom-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pricing-plans .fs-48 { font-size: 40px; line-height: 1.2; }
  .pricing-plans .fs-36 { font-size: 32px; }
  .pricing-plans .fs-30 { font-size: 26px; line-height: 1.2; }
  .pricing-plans .fs-24 { font-size: 20px; line-height: 1.2; }
  .pricing-plans .pricing-plans__title { font-size: 1.75rem; }
  .pricing-plans .pricing-plans__footnote { margin-top: 0; }
}
@media (max-width: 576px) {
  .comman-top-bottom-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pricing-plans .fs-48 { font-size: 32px; line-height: 1.2; }
  .pricing-plans .fs-36 { font-size: 28px; }
  .pricing-plans .fs-30 { font-size: 24px; line-height: 1.2; }
  .pricing-plans .fs-24 { font-size: 18px; line-height: 1.2; }
  .pricing-plans .pricing-plans__title { font-size: 1.5rem; }
}
@media (max-width: 420px) {
  .pricing-plans .fs-48 { font-size: 28px; line-height: 1.2; }
  .pricing-plans .fs-36 { font-size: 26px; }
  .pricing-plans .fs-30 { font-size: 22px; line-height: 1.2; }
  .pricing-plans .fs-24 { font-size: 16px; line-height: 1.2; }
  .pricing-plans .pricing-plans__title { font-size: 1.375rem; }
}
/* Pricing Plan - Overview Section - Relative Code End  */

/* Attack Bot Section - Relative Code Start */
.attack-bot-section {
  position: relative;
  background:
    radial-gradient(circle, rgba(255,219,203,0.4) 0%, rgba(255,219,203,0) 70%),
    radial-gradient(circle, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%),
    radial-gradient(circle, rgba(255,219,203,0.46) 0%, rgba(255,219,203,0) 70%),
    radial-gradient(circle, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%),
    #ffffff;
}
.attack-bot-section > div:not(.container) {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  max-width: 42%;
}
.attack-bot-section > div:not(.container) img {
  display: block;
  width: 100%;
  height: auto;
}
.attack-bot-section > .container {
  position: relative;
  z-index: 1;
}
.attack-bot-intro {
  margin: 0 auto 0.5rem;
}
.attack-bot-intro__title {
  margin: 0 0 1rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.attack-bot-intro__lead {
  margin: 0 auto 1.1rem;
  color: rgba(0, 0, 0, 0.61);
}
.attack-bot-intro__note {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 auto;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.69);
  font-family: 'Inter-Regular';
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 30px;
}
.attack-bot-intro__note strong {
  color: rgba(0, 0, 0, 0.69);
  font-family: 'Inter-Bold';
}
.attack-bot-intro__note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(57, 59, 58, 0.1);
  border: 1px solid rgba(57, 59, 58, 0.1);
  color: #393B3A;
  margin-top: 0;
}
.attack-bot-intro__note-icon img {
  display: block;
  width: 16px;
  height: auto;
  object-fit: contain;
}
.attack-bot-section .hero-description{
  max-width: 620px;
  color: #4a5565;
}
.attack-bot-section .bot-attack-box {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #FFFFFF;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.03);
  /* No backdrop-filter: it traps CyberSiARA position:fixed badge next to the form */
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.attack-bot-section .box-title,
.attack-bot-section .bot-title h4 {
  margin: 0 0 18px;
  font-size: 24px;
  font-family: 'Inter-Bold';
  color: #111827;
  line-height: 1.3;
}
.attack-bot-section .bot-title {
  margin: 0;
  font-family: 'Inter-Bold';
  color: #111827;
}
.attack-bot-section .attack-options {
  display: flex;
  flex-direction: column;
}
.attack-bot-section .attack-item input[type="radio"] {
  display: none;
}
.attack-bot-section .attack-item label {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  margin-bottom: 4px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: all .25s ease;
}
.attack-bot-section .attack-item label:hover {
  background: #f8faff;
}
.attack-bot-section .attack-item .radio {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 6px solid #c5cad3;
  border-radius: 50%;
  transition: .25s;
}
.attack-bot-section .attack-item .radio::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: .25s;
}
.attack-bot-section .attack-item .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: rgba(231, 238, 254, 0.5);
}
.attack-bot-section .attack-item .icon img {
  display: block;
  width: 13px;
  object-fit: contain;
}
.attack-bot-section .attack-item .text {
  font-size: 20px;
  font-family: 'Inter-Regular';
  color: #574238;
}
.attack-bot-section .attack-item input[type="radio"]:checked + label {
  background: linear-gradient(90deg, rgba(234, 76, 2, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #FFFFFF66;
  box-shadow: 0px 0px 30px 0px #0000001A;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.attack-bot-section .attack-item input[type="radio"]:checked + label .radio {
  border-color: #EA4C02;
}
.attack-bot-section .attack-item input[type="radio"]:checked + label .radio::after {
  transform: translate(-50%, -50%) scale(1);
}
.attack-bot-section .attack-item input[type="radio"]:checked + label .icon {
  background: #ffffff;
}
.attack-bot-section .attack-item input[type="radio"]:checked + label .icon img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(2476%) hue-rotate(1deg) brightness(98%) contrast(96%);
}
.attack-bot-section .attack-item input[type="radio"]:checked + label .text {
  font-family: 'Inter-Bold';
  color: #111827;
}
.attack-bot-section .run-btn {
  width: 100%;
  min-height: 52px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  color: #ffffff;
  gap: 10px;
  margin-top: 20px;
  padding: 14px 24px;
  border: 0;
  border-radius: 12px;
  background: #EA5802;
  cursor: pointer;
  transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.attack-bot-section .run-btn:hover {
  background: #d14e02;
  transform: translateY(-1px);
  box-shadow: 0px 8px 20px rgba(234, 88, 2, 0.28);
}
.attack-bot-section .run-btn:disabled {
  opacity: 0.75;
  cursor: wait;
  transform: none;
  box-shadow: none;
}
.attack-bot-section.is-simulating .run-btn {
  background: #EA5802;
}
.attack-bot-section.is-complete .run-btn {
  background: #EA5802;
}
.attack-bot-section .run-btn-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.attack-bot-section .run-btn-icon path {
  fill: #ffffff;
}
.attack-bot-section.is-complete .run-btn-icon {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;
}
.attack-bot-section.is-complete .run-btn-icon path {
  display: none;
}
.attack-bot-section .sim-idle-hint {
  margin: 0 0 18px;
  padding: 15px 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: 0px 0px 20px 0px #0000000A inset;
  color: #45464F;
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 1.55;
  transition: opacity 0.25s ease;
}
.attack-bot-section .sim-idle-hint.is-hidden {
  opacity: 0;
}
.attack-bot-section .sim-idle-hint strong {
  color: #EA5802;
  font-family: 'Inter-Medium';
}
.attack-bot-section .timeline-item {
  opacity: 0.45;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.attack-bot-section.is-simulating .timeline-item,
.attack-bot-section.is-complete .timeline-item {
  opacity: 1;
}
.attack-bot-section .timeline-item.is-active {
  opacity: 1;
}
.attack-bot-section .timeline-item.is-active .content span {
  color: #0f172a;
  font-family: 'Inter-SemiBold';
}
.attack-bot-section #bot-detected {
  display: block;
  margin-top: 20px;
  opacity: 0;
  transform: none;
  pointer-events: none;
  overflow: visible;
  transition: opacity 0.45s ease;
}
.attack-bot-section #bot-detected[hidden] {
  display: none !important;
}
.attack-bot-section #bot-detected.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.attack-bot-section .sim-stage {
  opacity: 0;
  transform: none;
  transition: opacity 0.4s ease;
  overflow: visible;
}
.attack-bot-section .sim-stage.is-visible,
.attack-bot-section #bot-detected.is-visible #sim-stage-result {
  opacity: 1;
}
.attack-bot-section .sim-stage[hidden] {
  display: none !important;
}
.attack-bot-section #sim-stage-challenge {
  margin-top: 20px;
}
.attack-bot-section .note {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-family: 'Inter-Regular';
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  gap: 10px;
}
.attack-bot-section .note img {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* Time Line Code Start */
.attack-bot-section .timeline{
  position: relative;
  overflow: visible;
}
.attack-bot-section .timeline-item{
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-left: 40px;
}
.attack-bot-section .timeline-item::before{
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 11px;
  width: 2px;
  background: #E5E7EB;
}
.attack-bot-section .timeline-item.completed::before{
  background: #059669;
}
.attack-bot-section .timeline-item::after{
  position: absolute;
  content: "";
  top: 18px;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #E5E7EB;
  z-index: 2;
  transform-origin: center center;
  box-sizing: border-box;
}
.attack-bot-section .timeline-item:first-child::after{
  top: 2px;
}
/* .attack-bot-section .timeline-item:first-child::after,
.attack-bot-section .timeline-item.completed:first-child::after,
.attack-bot-section .timeline-item.processing:first-child::after,
.attack-bot-section .timeline-item.error:first-child::after{
  top: 2px;
} */

/* Processing Start */
.attack-bot-section .timeline-item.processing::after{
  top: 18px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #EA5802;
  box-shadow: 0 0 0 3px rgba(234, 88, 2, 0.22);
  animation: sim-dot-pulse .8s ease-in-out infinite;
}
.attack-bot-section .timeline-item.processing:first-child::after{
  top: 2px;
}
@keyframes sim-dot-pulse{
  0%,100%{ transform: scale(1); }
  50%{ transform: scale(1.12); }
}
/* Processing End */

/* Completed Start */
.attack-bot-section .timeline-item.completed::after{
  background: #059669 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px no-repeat;
}
/* Completed End */

/* Error Start */
.attack-bot-section .timeline-item.error::after{
  background: #EF4444 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='2.2' fill='white'/%3E%3Cpath d='M7.5 8.2C6.2 9.5 5.5 10.7 5.5 12s.7 2.5 2 3.8' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M16.5 8.2c1.3 1.3 2 2.5 2 3.8s-.7 2.5-2 3.8' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M5.2 5.8C3.2 7.8 2.2 9.8 2.2 12s1 4.2 3 6.2' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M18.8 5.8c2 2 3 4 3 6.2s-1 4.2-3 6.2' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center/16px no-repeat;
}
.attack-bot-section .timeline-item.error span{
  color: #BA1A1A;
  font-family: 'Inter-SemiBold';
}
/* Error End */
.attack-bot-section .bot-attack-box + .bot-item{
  margin-top: 36px;
}
.attack-bot-section .timeline-item:first-child{
  padding-top: 0px;
}
.attack-bot-section .timeline-item:first-child::before{
  top: 8px;
}
.attack-bot-section .timeline .timeline-item:first-child .icon{
  top: 2px;
}
.attack-bot-section .timeline-item:last-child{
  padding-bottom: 0px;
}
.attack-bot-section .timeline-item.error{
  padding-top: 16px;
}
.attack-bot-section .timeline-item.error::after{
  top: 18px;
}
.attack-bot-section .timeline-item.error::before{
  height: auto;
}
.attack-bot-section .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 12px;
}
.attack-bot-section .content > span{
  flex: 0 1 auto;
  min-width: 0;
  font-size: 20px;
  font-family: 'Inter-Medium';
  color: #151C27;
  line-height: 1.35;
}
.attack-bot-section .content .sim-meta{
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: 12px;
}
.attack-bot-section .timeline-item{
  font-size: 16px;
}
.attack-bot-section .timeline-item i{
  flex: 0 0 auto;
  white-space: nowrap;
  margin-left: auto;
  min-width: 110px;
  text-align: center;
  padding: 2px 14px;
  border-radius: 999px;
  font-style: normal;
  font-family: 'Inter-Medium';
  font-size: 16px;
  line-height: 1.3;
  border: 1px solid transparent;
}
.attack-bot-section .timeline-item.processing i{
  color: #EA5802;
  background: rgba(234, 88, 2, 0.08);
  border-color: rgba(234, 88, 2, 0.35);
}
.attack-bot-section .timeline-item.completed i{
  color: #16A34A;
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.45);
}
.attack-bot-section .timeline-item.error i{
  color: #DC2626;
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.4);
}
/* Time Line Code End */
.attack-bot-section .flow-arrow{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}
.attack-bot-section .flow-arrow svg{
  width: 34px;
  height: 34px;
  color: #222;
}
.attack-bot-section .bot-result-flow h3{
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #3f51b5;
}
.attack-bot-section .bot-result-flow .result-card,
.attack-bot-section .bot-result-flow .challenge-card{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}
.attack-bot-section .bot-result-flow .challenge-card .challenge-inline-element{
  display: flex;
  align-items: center;
  gap: 20px;
}
.attack-bot-section .bot-result-flow .result-card{
  align-items: flex-start;
  margin-bottom: 0;
}
.attack-bot-section .bot-result-flow .result-card .bot-title {
  flex: 0 0 100%;
  width: 100%;
}
.attack-bot-section .bot-result-flow .result-icon{
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(186, 26, 26, 0.1);
  border: 1px solid rgba(186, 26, 26, 0.2);
}
.attack-bot-section .bot-result-flow .result-icon img{
  display: block;
  width: 33px;
  height: auto;
  object-fit: contain;
}
.attack-bot-section .bot-result-flow .result-icon svg{
  display: none;
}
.attack-bot-section .bot-result-flow .result-content{
  flex: 1;
  min-width: 0;
  overflow: visible;
}
.attack-bot-section .bot-result-flow .result-content h4{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  font-size: 24px;
  font-family: 'Inter-Bold';
  font-weight: normal;
  color: #BA1A1A;
  line-height: 1.2;
}
.attack-bot-section .bot-result-flow .result-content h4 svg{
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  color: #BA1A1A;
}
.attack-bot-section .bot-result-flow .result-content strong{
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-family: 'Inter-Bold';
  font-weight: normal;
  color: #151C27;
  line-height: 1.4;
}
.attack-bot-section .bot-result-flow .result-content p{
  margin: 0 0 12px;
  font-size: 20px;
  font-family: 'Inter-Regular';
  color: #574238;
  line-height: 1.5;
}
.attack-bot-section .bot-result-flow .result-content span{
  display: block;
  font-size: 16px;
  color: #BA1A1A;
  line-height: 1.5;
  padding-bottom: 2px;
}
.attack-bot-section .bot-result-flow .challenge-icon svg{
  width: 54px;
  height: 54px;
}
.attack-bot-section .bot-result-flow .challenge-content{
  flex: 1;
}
.attack-bot-section .bot-result-flow .challenge-content strong{
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  color: #222;
}
.attack-bot-section .bot-result-flow .challenge-content span{
  font-size: 16px;
  color: #666;
}
.attack-bot-section .bot-result-flow .challenge-card a,
.attack-bot-section .bot-result-flow .challenge-card .challenge-start-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 56px;
  padding: 0px 24px;
  border: none;
  border-radius: 10px;
  background: #4f46e5;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

/* Info Box Code Start */
.attack-bot-section .info-box{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 26px;
    border: 1px solid #e3e7ef;
    border-radius: 14px;
    background: #fff;
}
.attack-bot-section .info-icon{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #1d4ed8;
}
.attack-bot-section .info-icon svg{
  width: 30px;
  height: 30px;
}
.attack-bot-section .info-box p{
  margin: 0px;
  color: #1f2937;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}
/* Info Box Code End */
@media (max-width: 1200px) {
  .attack-bot-section .bot-result-flow .challenge-card{
    flex-direction: column;
  }
  .attack-bot-section .bot-result-flow .result-content h4{
    font-size: 24px;
  }
}
@media (max-width: 991px) {}
@media (max-width: 767px) {
  .attack-bot-section .bot-result-flow .result-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 0;
  }
  .attack-bot-section .bot-result-flow .result-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
  .attack-bot-section .bot-result-flow .result-icon img {
    width: 24px;
  }
  .attack-bot-section .bot-result-flow .result-content h4 {
    gap: 6px;
    margin-bottom: 6px;
    font-size: 20px;
  }
  .attack-bot-section .bot-result-flow .result-content h4 svg {
    width: 18px;
    height: 18px;
  }
  .attack-bot-section .bot-result-flow .result-content strong {
    font-size: 14px;
  }
  .attack-bot-section .bot-result-flow .result-content p,
  .attack-bot-section .bot-result-flow .result-content span {
    font-size: 12px;
    line-height: 1.4;
  }
  .attack-bot-section .timeline-item::before{
    left: 9px;
  }
  .attack-bot-section .timeline-item::after{
    width: 20px;
    height: 20px;
  }
  .attack-bot-section .timeline-item.processing::after{
    left: 0;
    width: 20px;
    height: 20px;
  }
  .attack-bot-section .content span{
    font-size: 16px;
  }
  .attack-bot-section .info-box{
    gap: 12px;
    padding: 15px 15px;
  }
  .attack-bot-section .info-box p{
    font-size: 16px;
    line-height: 1.5;
  }
  .attack-bot-section .bot-result-flow .challenge-card .challenge-inline-element{
    gap: 15px;
  }
  .attack-bot-section .bot-result-flow .result-card, .attack-bot-section .bot-result-flow .challenge-card{
    padding: 16px;
  }
  .attack-bot-section .bot-result-flow .challenge-icon svg{
    width: 40px;
    height: 40px;
  }
  .attack-bot-section .bot-result-flow .challenge-card a{
    min-height: 40px;
    font-size: 14px;
  }
  .attack-bot-section .note img{
    width: 24px;
    height: 24px;
  }
  .attack-bot-section .attack-item .text{
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .feature-wrapper-border .feature-item{
    width: 100%;
  }
  .feature-wrapper-border .feature-item:not(:last-child){
    border-right: none;
    margin-bottom: 10px;
  }
  .feature-wrapper-border svg{
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 420px) {
  .attack-bot-section .timeline-item {
    padding-top: 12px;
    padding-left: 30px;
  }
  .attack-bot-section .timeline-item:first-child {
    padding-top: 0;
  }
  .attack-bot-section .bot-result-flow .result-card{
    flex-direction: row;
  }
  .attack-bot-section .bot-result-flow .challenge-card .challenge-inline-element{
    flex-direction: column;
    text-align: center;
  }
  .attack-bot-section .content{
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
  }
  .attack-bot-section .content > span {
    font-size: 13px;
    line-height: 1.35;
  }
  .attack-bot-section .timeline-item i {
    margin-left: 0;
    padding-left: 0;
    font-size: 11px;
    line-height: 1.3;
  }
}
/* CyberSiARA Privacy/Terms badge only — do NOT target #rightCaptchaDiv (challenge popup) */
.cyber_logo,
.cyber_logo.cyber_logo1 {
  position: fixed !important;
  left: 12px !important;
  bottom: 12px !important;
  top: auto !important;
  right: auto !important;
  margin: 0 !important;
  transform: none !important;
  filter: none !important;
  z-index: 2147483000 !important;
  pointer-events: auto !important;
}
/* Badge stays trapped in this section's stack — keep section above Real Results cards */
#attack-bot.attack-bot-section {
  position: relative;
  z-index: 2;
}
.revenue-results-sec.nhp-stats {
  z-index: 0;
}
.attack-bot-section,
.attack-bot-section .bot-attack-box,
.attack-bot-section #bot-detected,
.attack-bot-section .sim-stage,
.attack-bot-section #challenge-form,
.hero-demo-section {
  transform: none !important;
  filter: none !important;
  perspective: none !important;
  will-change: auto !important;
}

/* Attack Bot Section - Relative Code End */
.challenge-success-msg {
  margin-top: 1rem;
  padding: 1.25rem 1.1rem;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  background: #f0fdf4;
  text-align: center;
  color: #166534;
}
.challenge-success-msg .challenge-success-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dcfce7;
  color: #16a34a;
}
.challenge-success-msg strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
  color: #15803d;
}
.challenge-success-msg p {
  margin: 0;
  color: #166534;
  font-size: 0.95rem;
}
#challenge-form.challenge-demo-form {
  position: relative;
}

/* Challenge captcha mount: keep in form but zero footprint (badge is position:fixed) */
.attack-bot-section #challenge-form .challenge-captcha-area {
  margin: 0;
  width: 0;
  height: 0;
  overflow: visible;
  position: static;
}

/* Challenge input + button — same style as Live Demo (nhp-demo) */
.attack-bot-section #challenge-form .inline-element-content-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
}
.attack-bot-section #challenge-form .inline-element-content-box .form-group {
  flex: 0 0 auto;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.attack-bot-section #challenge-form .challenge-demo-input,
.attack-bot-section #challenge-form .form-control {
  width: 100%;
  min-height: 52px;
  height: 52px;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #ffffff;
  color: #0f172a;
  font-size: 1rem;
  box-shadow: none;
}
.attack-bot-section #challenge-form .form-control::placeholder {
  color: rgba(0, 0, 0, 0.87);
}
.attack-bot-section #challenge-form .challenge-demo-input:focus,
.attack-bot-section #challenge-form .form-control:focus {
  border-color: var(--nhp-orange);
  box-shadow: 0 0 0 3px rgba(234, 88, 1, 0.12);
  outline: none;
}
.attack-bot-section #challenge-form .challenge-demo-submit,
.attack-bot-section #challenge-form .btn.btn-primary {
  width: 100%;
  min-width: 0;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Inter-Bold";
  font-weight: normal;
  color: #ffffff;
  padding: 12px 24px;
  margin: 0;
  border: 1.5px solid var(--nhp-orange);
  border-radius: 10px;
  background: var(--nhp-orange);
  box-shadow: 0 8px 20px rgba(234, 88, 1, 0.28);
  transform: none;
  white-space: nowrap;
}
.attack-bot-section #challenge-form .challenge-demo-submit:hover,
.attack-bot-section #challenge-form .challenge-demo-submit:focus,
.attack-bot-section #challenge-form .btn.btn-primary:hover,
.attack-bot-section #challenge-form .btn.btn-primary:focus {
  color: #ffffff;
  background: var(--nhp-orange-hover);
  border-color: var(--nhp-orange-hover);
  box-shadow: 0 10px 24px rgba(234, 88, 1, 0.34);
  transform: none;
}
.attack-bot-section #challenge-form .btn.btn-primary::before {
  display: none;
}
#challenge-form .challenge-success-msg {
  margin-top: 1rem;
}

/* New Home Page - Design - Start */

/* ========== Header (Desktop + Mobile) ========== */
:root {
  --nhp-orange: #EA5801;
  --nhp-orange-hover: #d14e01;
  --nhp-header-text: #1a1a1a;
  --nhp-header-muted: #333333;
}
.michroma-title {
  font-family: 'Michroma-Regular';
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  color: #0f172a;
}
.black-theme{
  background-color: #000000;
}
.black-theme h1,
.black-theme h2,
.black-theme h3,
.black-theme h4,
.black-theme h5,
.black-theme h6,
.black-theme p,
.black-theme li,
.black-theme strong,
.black-theme .inter-text,
.black-theme .michroma-title,
.black-theme .cmn-pages-banner-lead {
  color: #ffffff;
}
.black-theme .nhp-solutions__tab:not(.is-active),
.black-theme .nhp-solutions__tab:not(.is-active) .inter-text {
  color: rgba(255, 255, 255, 0.5);
}
.michroma-title-25 {
  font-family: 'Michroma-Regular';
  font-size: 25px;
  font-weight: 400;
}
.michroma-title-40 {
  font-family: 'Michroma-Regular';
  font-size: 40px;
  font-weight: 400;
}
.inter-size-20 p,
.inter-size-20 .inter-text {
  font-size: 20px;
  line-height: 1.5;
}
.nhp-btn,
.nhp-btn-with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 40px;
  border: 1.5px solid transparent;
  border-radius: 10px;
  font-family: 'Inter-Bold';
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.nhp-btn-with-icon {
  gap: 10px;
}
.nhp-btn-with-icon img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.nhp-btn-with-icon img.nhp-enterprise__tech-aws-icon {
  width: 22px;
  height: auto;
}
.nhp-btn-with-icon.nhp-btn--primary {
  color: #ffffff;
  background-color: var(--nhp-orange);
  border-color: var(--nhp-orange);
}
.nhp-btn-with-icon.nhp-btn--primary:hover,
.nhp-btn-with-icon.nhp-btn--primary:focus {
  color: #ffffff;
  background-color: var(--nhp-orange-hover);
  border-color: var(--nhp-orange-hover);
  text-decoration: none;
}
.nhp-btn-with-icon.nhp-btn--outline {
  color: var(--nhp-orange);
  background-color: transparent;
  border-color: var(--nhp-orange);
}
.nhp-btn-with-icon.nhp-btn--outline:hover,
.nhp-btn-with-icon.nhp-btn--outline:focus {
  color: #ffffff;
  background-color: var(--nhp-orange);
  border-color: var(--nhp-orange);
  text-decoration: none;
}
.nhp-btn-with-icon.nhp-btn--outline:hover img,
.nhp-btn-with-icon.nhp-btn--outline:focus img {
  filter: brightness(0) invert(1);
}
.nhp-btn.nhp-btn--white,
.nhp-btn-with-icon.nhp-btn--white {
  color: #131B2E;
  background-color: #ffffff;
  border-color: rgba(199, 196, 215, 0.2);
}
.nhp-btn.nhp-btn--white:hover,
.nhp-btn.nhp-btn--white:focus,
.nhp-btn-with-icon.nhp-btn--white:hover,
.nhp-btn-with-icon.nhp-btn--white:focus {
  color: #131B2E;
  background-color: #ffffff;
  border-color: rgba(199, 196, 215, 0.2);
  text-decoration: none;
}
.site-navbar.nhp-header {
  background: #ffffff;
  padding: 0.85rem 1.25rem;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  box-shadow: none;
}
.site-navbar.nhp-header.js-sticky-header.is-scrolled,
.site-navbar.nhp-header.js-sticky-header.is-sticky-fixed {
  background: #ffffff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}
.site-navbar.nhp-header .custom-desktop-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  min-height: 64px;
}
.site-navbar.nhp-header .custom-desktop-menu .brand-logo {
  flex: 0 0 auto;
}
.site-navbar.nhp-header .custom-desktop-menu .brand-logo .LogoVideo img,
.site-navbar.nhp-header .custom-desktop-menu .brand-logo img {
  display: block;
  max-height: 105px;
  width: auto;
  transition: max-height 0.3s ease;
}
.site-navbar.nhp-header.js-sticky-header.is-scrolled .custom-desktop-menu .brand-logo .LogoVideo img,
.site-navbar.nhp-header.js-sticky-header.is-scrolled .custom-desktop-menu .brand-logo img,
.site-navbar.nhp-header.js-sticky-header.is-sticky-fixed .custom-desktop-menu .brand-logo .LogoVideo img,
.site-navbar.nhp-header.js-sticky-header.is-sticky-fixed .custom-desktop-menu .brand-logo img {
  max-height: 70px;
}
.site-navbar.nhp-header .custom-desktop-menu .menu-links-part {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}
.site-navbar.nhp-header .site-navigation .site-menu.main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.site-navbar.nhp-header .site-navigation .site-menu > li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.site-navbar.nhp-header .site-navigation .site-menu > li:nth-last-child(2) {
  padding-right: 0;
}
.site-navbar.nhp-header .site-navigation .site-menu > li > a.nav-link {
  color: var(--nhp-header-text);
  font-size: 18px;
  font-family: "Inter-Medium";
  padding: 8px 10px;
  margin: 0;
  height: auto;
  border-radius: 0;
  background: transparent;
  letter-spacing: 0;
}
.site-navbar.nhp-header .site-navigation .site-menu > li > a.nav-link:hover,
.site-navbar.nhp-header .site-navigation .site-menu > li > a.nav-link.active {
  color: var(--nhp-orange);
  background: transparent;
}
.site-navbar.nhp-header .site-navigation .site-menu .has-children > a:before {
  color: var(--nhp-header-text);
  right: 0;
}
.site-navbar.nhp-header .site-navigation .site-menu .has-children > a.nav-link {
  padding-right: 22px;
}
.site-navbar.nhp-header .site-navigation .site-menu .has-children > a:hover:before {
  color: var(--nhp-orange);
}
.site-navbar.nhp-header .site-navigation .site-menu > li > a.menu-btn-outline-primary {
  color: var(--nhp-orange);
  background: transparent;
  border: 1.5px solid var(--nhp-orange);
  border-radius: 8px;
  padding: 9px 18px;
  margin: 0;
  height: auto;
  font-size: 16px;
  font-family: "Inter-Medium";
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: none;
}
.site-navbar.nhp-header .site-navigation .site-menu > li > a.menu-btn-outline-primary:hover {
  color: #ffffff;
  background: var(--nhp-orange);
  border-color: var(--nhp-orange);
}
.site-navbar.nhp-header .site-navigation .site-menu > li > a.btn-login,
.site-navbar.nhp-header .site-navigation .site-menu a.btn-login {
  color: var(--nhp-header-text);
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 8px 10px;
  margin: 0;
  height: auto;
  font-size: 16px;
  font-family: "Inter-Medium";
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.site-navbar.nhp-header .site-navigation .site-menu > li > a.btn-login:hover,
.site-navbar.nhp-header .site-navigation .site-menu a.btn-login:hover {
  color: var(--nhp-orange);
  background: transparent;
}
.site-navbar.nhp-header .site-navigation .site-menu > li > a.btn-login svg {
  display: none;
}
.site-navbar.nhp-header .site-navigation .site-menu > li.nhp-header__actions {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  margin-left: 0;
  padding-left: 0;
}
.site-navbar.nhp-header .site-navigation .site-menu > li > a.btn-primary,
.site-navbar.nhp-header .site-navigation .site-menu a.btn-primary {
  color: #ffffff;
  background: var(--nhp-orange);
  border: 1.5px solid var(--nhp-orange);
  border-radius: 8px;
  padding: 9px 18px;
  margin: 0;
  height: auto;
  font-size: 16px;
  font-family: "Inter-Medium";
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: none;
}
.site-navbar.nhp-header .site-navigation .site-menu > li > a.btn-primary:hover,
.site-navbar.nhp-header .site-navigation .site-menu a.btn-primary:hover {
  background: var(--nhp-orange-hover);
  border-color: var(--nhp-orange-hover);
  color: #ffffff;
}
.site-navbar.nhp-header .site-navigation .site-menu > li.nhp-header__actions > a.btn-primary,
.site-navbar.nhp-header .site-navigation .site-menu > li.nhp-header__actions > a.menu-btn-outline-primary {
  margin: 0;
}
.site-navbar.nhp-header .site-navigation .site-menu .has-children .dropdown {
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  overflow: hidden;
}
.site-navbar.nhp-header .site-navigation .site-menu .has-children .dropdown > li > a {
  color: var(--nhp-header-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
}
.site-navbar.nhp-header .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  color: var(--nhp-orange);
  background: #fff7f2;
}
.site-navbar.nhp-header .toggle-button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.site-navbar.nhp-header .toggle-button .site-menu-toggle,
.site-navbar.nhp-header .toggle-button .icon-menu {
  color: var(--nhp-header-text);
}
.site-navbar.nhp-header .toggle-button .icon-menu {
  font-size: 28px;
  line-height: 1;
}

/* Mobile drawer */
.site-mobile-menu.nhp-header {
  background: #ffffff;
  width: min(300px, 82vw);
  box-shadow: -10px 0 28px rgba(0, 0, 0, 0.12);
}
.site-mobile-menu.nhp-header .site-mobile-menu-header {
  padding: 14px 21px 10px 16px;
  border-bottom: none;
}
.site-mobile-menu.nhp-header .site-mobile-menu-header .site-mobile-menu-close {
  margin-top: 4px;
}
.site-mobile-menu.nhp-header .site-mobile-menu-header .site-mobile-menu-close span {
  color: #111111;
  font-size: 26px;
  padding: 2px;
  line-height: 1;
}
.site-mobile-menu.nhp-header .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: var(--nhp-orange);
}
.site-mobile-menu.nhp-header .site-mobile-menu-body {
  padding: 4px 22px 24px;
}
.site-mobile-menu.nhp-header .site-nav-wrap {
  padding: 0;
  margin: 0;
}
.site-mobile-menu.nhp-header .site-nav-wrap > li {
  float: none;
  width: 100%;
  margin: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.site-mobile-menu.nhp-header .site-nav-wrap > li > a {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 28px 12px 0;
  background: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
  display: block;
  line-height: 1.4;
  height: auto;
  box-shadow: none;
}
.site-mobile-menu.nhp-header .site-nav-wrap > li > a:hover,
.site-mobile-menu.nhp-header .site-nav-wrap li .nav-link.active {
  color: var(--nhp-orange);
  background: transparent;
}
.site-mobile-menu.nhp-header .site-nav-wrap .arrow-collapse {
  background: transparent;
  border-radius: 0;
  width: 24px;
  height: 40px;
  right: 0;
  top: 2px;
}
.site-mobile-menu.nhp-header .site-nav-wrap .arrow-collapse:hover {
  background: transparent;
}
.site-mobile-menu.nhp-header .site-nav-wrap .arrow-collapse:before {
  color: #1a1a1a;
  font-size: 16px;
  left: 50%;
}
.site-mobile-menu.nhp-header .site-nav-wrap > li > a.menu-btn-outline-primary,
.site-mobile-menu.nhp-header .site-nav-wrap a.menu-btn-outline-primary {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--nhp-orange);
  background: #ffffff;
  border: 1.5px solid var(--nhp-orange);
  border-radius: 8px;
  padding: 11px 16px;
  margin: 10px 0 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.25;
  height: auto;
}
.site-mobile-menu.nhp-header .site-nav-wrap > li > a.menu-btn-outline-primary:hover,
.site-mobile-menu.nhp-header .site-nav-wrap a.menu-btn-outline-primary:hover {
  background: var(--nhp-orange);
  color: #ffffff;
  border-color: var(--nhp-orange);
}
.site-mobile-menu.nhp-header .site-nav-wrap > li.nhp-header__actions {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 8px;
  float: none;
  width: 100%;
  max-width: 100%;
}
.site-mobile-menu.nhp-header .site-nav-wrap > li.nhp-header__actions > a {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.site-mobile-menu.nhp-header .site-nav-wrap > li > a.btn-login,
.site-mobile-menu.nhp-header .site-nav-wrap a.btn-login {
  color: #1a1a1a;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 12px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  display: block;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  flex: 0 0 auto;
  height: auto;
  line-height: 1.4;
  border-radius: 0;
  text-align: left;
}
.site-mobile-menu.nhp-header .site-nav-wrap > li > a.btn-login:hover,
.site-mobile-menu.nhp-header .site-nav-wrap a.btn-login:hover {
  color: var(--nhp-orange);
  background: transparent;
}
.site-mobile-menu.nhp-header .site-nav-wrap > li > a.btn-login svg,
.site-mobile-menu.nhp-header .site-nav-wrap a.btn-login svg {
  display: none;
}
.site-mobile-menu.nhp-header .site-nav-wrap > li > a.btn-primary,
.site-mobile-menu.nhp-header .site-nav-wrap a.btn-primary {
  color: #ffffff;
  background: var(--nhp-orange);
  border: 1.5px solid var(--nhp-orange);
  border-radius: 8px;
  padding: 11px 16px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  max-width: none;
  flex: 0 0 auto;
  text-align: center;
  white-space: nowrap;
  height: auto;
  line-height: 1.25;
  display: block;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.site-mobile-menu.nhp-header .site-nav-wrap > li > a.btn-primary:hover {
  background: var(--nhp-orange-hover);
  border-color: var(--nhp-orange-hover);
  color: #ffffff;
}
.site-mobile-menu.nhp-header .site-nav-wrap > li > ul > li > a {
  color: var(--nhp-header-muted);
  font-size: 14px;
  padding: 10px 0 10px 12px;
}
.site-mobile-menu.nhp-header .site-nav-wrap > li > ul > li > a:hover {
  color: var(--nhp-orange);
}

/* ========== Hero ========== */
.michroma-title span {
  color: var(--nhp-orange);
}
.hero-section.nhp-hero {
  background-color: #050505;
}
.hero-section.nhp-hero .image-place img {
  object-position: right center;
}
.hero-section.nhp-hero .nhp-hero__text p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 18px;
  padding: 0;
}
.hero-section.nhp-hero .nhp-hero__text p:last-child {
  margin-bottom: 24px;
}
.hero-section.nhp-hero .nhp-hero__text strong {
  font-weight: 700;
}
.hero-section.nhp-hero .nhp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
}
.hero-section.nhp-hero .nhp-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 5px 20px;
  font-size: 20px;
  line-height: 1;
  font-family: "Inter-Bold";
  text-decoration: none;
  border-radius: 8px;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.hero-section.nhp-hero .nhp-hero__btn--primary {
  color: #ffffff;
  background-color: var(--nhp-orange);
  border: 1.5px solid var(--nhp-orange);
}
.hero-section.nhp-hero .nhp-hero__btn--primary:hover,
.hero-section.nhp-hero .nhp-hero__btn--primary:focus {
  color: #ffffff;
  background-color: var(--nhp-orange-hover);
  border-color: var(--nhp-orange-hover);
  text-decoration: none;
}
.hero-section.nhp-hero .nhp-hero__btn--outline {
  color: var(--nhp-orange);
  background-color: transparent;
  border: 1.5px solid var(--nhp-orange);
}
.hero-section.nhp-hero .nhp-hero__btn--outline:hover,
.hero-section.nhp-hero .nhp-hero__btn--outline:focus {
  color: #ffffff;
  background-color: var(--nhp-orange);
  border-color: var(--nhp-orange);
  text-decoration: none;
}
.hero-section.nhp-hero .nhp-hero__note {
  margin: 0;
}
.hero-section.nhp-hero .nhp-hero__media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero-section.nhp-hero .hero-video-card {
  position: relative;
  width: 100%;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #000000;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.06);
  aspect-ratio: 16 / 10;
}
.hero-section.nhp-hero .hero-video-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ========== Live Demo ========== */
.hero-demo-section.nhp-demo {
  background: #f7f8fa;
  overflow: hidden;
}
.hero-demo-section.nhp-demo .hero-demo-split {
  align-items: center;
}
.hero-demo-section.nhp-demo .hero-demo-copy {
  position: relative;
  z-index: 1;
  padding: 24px 12px 24px 0;
  overflow: visible;
}
.hero-demo-section.nhp-demo .hero-demo-copy__watermark {
  display: block;
  position: absolute;
  left: -48%;
  top: -13%;
  width: 720px;
  height: auto;
  max-width: none;
  opacity: 0.08;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.hero-demo-section.nhp-demo .hero-demo-copy__eyebrow,
.hero-demo-section.nhp-demo .hero-demo-copy__title,
.hero-demo-section.nhp-demo .hero-demo-copy__lead,
.hero-demo-section.nhp-demo .hero-demo-copy__body {
  position: relative;
  z-index: 1;
}
/* Shared badge — common + color variants */
.nhp-badge {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 999px;
  font-family: 'Inter-Medium';
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.2;
  margin-bottom: 16px;
}
.nhp-badge.nhp-badge--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1;
}
.nhp-badge.nhp-badge--icon img {
  display: block;
  width: 22px;
  height: auto;
}
.orange-badge {
  border: 1px solid rgba(234, 88, 1, 0.55);
  background: rgba(234, 88, 1, 0.06);
  color: var(--nhp-orange);
}
.green-badge {
  border: 1px solid rgba(62, 134, 61, 0.55);
  background: rgba(62, 134, 61, 0.07);
  color: #3E863D;
}
.outline-orange-badge {
  border: 1px solid rgba(234, 88, 1, 0.55);
  background: rgba(234, 88, 1, 0.2);
  color: var(--nhp-orange);
}
/* Backwards compatibility */
.nhp-orange-badge {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 999px;
  border: 1px solid rgba(234, 88, 1, 0.55);
  background: rgba(234, 88, 1, 0.06);
  color: var(--nhp-orange);
  font-family: 'Inter-Medium';
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.2;
}
.hero-demo-section.nhp-demo .hero-demo-copy__eyebrow {
  margin: 0 0 20px;
}
.hero-demo-section.nhp-demo .hero-demo-copy__title {
  margin: 0 0 22px;
  line-height: 1.25;
  letter-spacing: 0;
}
.hero-demo-section.nhp-demo .hero-demo-copy__lead {
  margin: 0 0 8px;
  color: rgba(0, 0, 0, 0.82);
  font-weight: 400;
  max-width: 460px;
}
.hero-demo-section.nhp-demo .hero-demo-copy__body {
  margin: 0;
  color: #4b5563;
  font-size: 1.0625rem;
  line-height: 1.65;
  font-weight: 400;
  max-width: 460px;
}
.hero-demo-section.nhp-demo .hero-demo-copy__body strong {
  color: #0f172a;
  font-weight: 700;
}
.hero-demo-section.nhp-demo .hero-demo-card {
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding: 28px 28px 22px;
  border: none;
  border-radius: 16px;
  background: #9293970F;
  box-shadow: 0px 0px 10px 0px #00000012;
}
.hero-demo-section.nhp-demo .hero-demo-card > .text-center {
  text-align: left;
  margin-bottom: 20px;
}
.hero-demo-section.nhp-demo .hero-demo-card .hero-demo-heading {
  margin: 0 0 10px;
  line-height: 1.3;
}
.hero-demo-section.nhp-demo .hero-demo-card > .text-center > p {
  margin: 0;
  color: #000000DE;
}
.hero-demo-section.nhp-demo .hero-demo-card.glass-card p {
  color: rgba(0, 0, 0, 0.87);
}
.hero-demo-section.nhp-demo #hero-form.hero-demo-form {
  margin: 0;
}
.hero-demo-section.nhp-demo #hero-form:not(.hero-demo-is-verified) .inline-element-content-box:not(.is-verified) {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
}
.hero-demo-section.nhp-demo #hero-form:not(.hero-demo-is-verified) .inline-element-content-box:not(.is-verified) .form-group,
.hero-demo-section.nhp-demo #hero-form:not(.hero-demo-is-verified) .inline-element-content-box:not(.is-verified) .hero-demo-field {
  flex: 0 0 auto;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.hero-demo-section.nhp-demo #hero-form #hero-demo-input,
.hero-demo-section.nhp-demo #hero-form .form-control {
  width: 100%;
  min-height: 52px;
  height: 52px;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #ffffff;
  color: #0f172a;
  font-size: 1rem;
  box-shadow: none;
}
.hero-demo-section.nhp-demo #hero-form .form-control::placeholder{
  color: rgb(0, 0, 0, 0.87);
}
.hero-demo-section.nhp-demo #hero-form #hero-demo-input:focus,
.hero-demo-section.nhp-demo #hero-form .form-control:focus {
  border-color: var(--nhp-orange);
  box-shadow: 0 0 0 3px rgba(234, 88, 1, 0.12);
  outline: none;
}
.hero-demo-section.nhp-demo #hero-form:not(.hero-demo-is-verified) .inline-element-content-box:not(.is-verified) #submit-button,
.hero-demo-section.nhp-demo #hero-form:not(.hero-demo-is-verified) .inline-element-content-box:not(.is-verified) .btn.btn-primary {
  width: 100%;
  min-width: 0;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Inter-Bold";
  color: #ffffff;
  padding: 12px 24px;
  margin: 0;
  border: 1.5px solid var(--nhp-orange);
  border-radius: 10px;
  background: var(--nhp-orange);
  box-shadow: 0 8px 20px rgba(234, 88, 1, 0.28);
  transform: none;
}
.hero-demo-section.nhp-demo #hero-form:not(.hero-demo-is-verified) .inline-element-content-box:not(.is-verified) #submit-button:hover,
.hero-demo-section.nhp-demo #hero-form:not(.hero-demo-is-verified) .inline-element-content-box:not(.is-verified) #submit-button:focus,
.hero-demo-section.nhp-demo #hero-form:not(.hero-demo-is-verified) .inline-element-content-box:not(.is-verified) .btn.btn-primary:hover,
.hero-demo-section.nhp-demo #hero-form:not(.hero-demo-is-verified) .inline-element-content-box:not(.is-verified) .btn.btn-primary:focus {
  color: #ffffff;
  background: var(--nhp-orange-hover);
  border-color: var(--nhp-orange-hover);
  box-shadow: 0 10px 24px rgba(234, 88, 1, 0.34);
  transform: none;
  animation: none;
}
.hero-demo-section.nhp-demo #hero-form:not(.hero-demo-is-verified) .inline-element-content-box:not(.is-verified) .btn.btn-primary::before {
  display: none;
}
.hero-demo-section.nhp-demo .hero-demo-submit.hero-demo-submit--attract:not(:disabled):not(.btn-success),
.hero-demo-section.nhp-demo .hero-demo-submit.hero-demo-submit--attract:not(:disabled):not(.btn-success):hover,
.hero-demo-section.nhp-demo .hero-demo-submit.hero-demo-submit--attract:not(:disabled):not(.btn-success):focus {
  animation: none;
}
.hero-demo-section.nhp-demo .feature-wrapper.hero-trust-features {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #e5e7eb;
}
.hero-demo-section.nhp-demo .hero-trust-features .feature-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: #8E8E8E26;
  color: #374151;
}
.hero-demo-section.nhp-demo .hero-trust-features .feature-item + .feature-item {
  border: none;
}
.hero-demo-section.nhp-demo .hero-trust-features .feature-item + .feature-item::before {
  display: none;
  content: none;
}
.hero-demo-section.nhp-demo .hero-trust-features .feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  padding: 7px;
  border-radius: 50%;
  background: #393B3A1A;
  border: 1px solid #393B3A1A;
  box-sizing: border-box;
}
.hero-demo-section.nhp-demo .hero-trust-features .feature-icon img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.hero-demo-section.nhp-demo .hero-trust-features .feature-item span {
  color: #374151;
}
.hero-demo-section.nhp-demo .hero-trust-features .feature-item span br {
  display: none;
}
.hero-demo-section.nhp-demo .hero-bot-attack-cta {
  margin-top: 20px;
  text-align: left;
}
.hero-demo-section.nhp-demo .hero-bot-attack-cta[hidden] {
  display: none !important;
}
.hero-demo-section.nhp-demo .hero-bot-attack-cta__panel {
  position: relative;
  padding: 20px 20px 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(234, 88, 1, 0.08) 0%, rgba(255, 255, 255, 0.92) 42%, #ffffff 100%);
  border: 1px solid rgba(234, 88, 1, 0.22);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
  overflow: hidden;
}
.hero-demo-section.nhp-demo .hero-bot-attack-cta__panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #EA5801 0%, #f59e0b 100%);
  border-radius: 14px 0 0 14px;
}
.hero-demo-section.nhp-demo .hero-bot-attack-cta__badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(62, 134, 61, 0.55);
  background: rgba(62, 134, 61, 0.07);
  color: #3E863D;
  font-size: 12px;
  font-family: "Inter-Medium", sans-serif;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.2;
}
.hero-demo-section.nhp-demo .hero-bot-attack-cta__title {
  margin: 0 0 10px;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
  font-family: "Inter-SemiBold", sans-serif;
}
.hero-demo-section.nhp-demo .hero-bot-attack-cta__title span {
  color: #EA5801;
}
.hero-demo-section.nhp-demo .hero-bot-attack-cta__text {
  margin: 0 0 10px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.55;
  font-family: "Inter-Regular", sans-serif;
}
.hero-demo-section.nhp-demo .hero-bot-attack-cta__text:last-of-type {
  margin-bottom: 16px;
}
.hero-demo-section.nhp-demo .hero-bot-attack-cta__btn {
  display: inline-flex;
  width: auto;
  min-height: 44px;
  padding: 10px 18px;
  box-shadow: 0 8px 20px rgba(234, 88, 1, 0.28);
}
.hero-demo-section.nhp-demo .hero-bot-attack-cta__btn:hover,
.hero-demo-section.nhp-demo .hero-bot-attack-cta__btn:focus {
  box-shadow: 0 10px 24px rgba(234, 88, 1, 0.34);
}
body.botattack-testing-page {
  background: #f5f5f5;
}
body.botattack-testing-page .attack-bot-section {
  display: block;
  padding-top: 140px;
}

/* ========== Real Results / Stats ========== */
.revenue-results-sec.nhp-stats .image-place img {
  opacity: 0.65;
}
.revenue-results-sec.nhp-stats .nhp-stats__heading {
  margin-bottom: 52px;
  text-align: center;
}
.revenue-results-sec.nhp-stats .nhp-stats__title {
  margin: 0 0 14px;
}
.revenue-results-sec.nhp-stats .nhp-stats__subtitle {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 400;
  margin: 0;
}
.revenue-results-sec.nhp-stats .nhp-stats__grid {
  row-gap: 0;
  margin-left: -14px;
  margin-right: -14px;
}
.revenue-results-sec.nhp-stats .nhp-stats__col {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 28px;
  display: flex;
}
.revenue-results-sec.nhp-stats .nhp-stats__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 28px 24px 26px;
  background: #ffffff;
  border: 1px solid #e9edf2;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.revenue-results-sec.nhp-stats .nhp-stats__card:hover {
  transform: translateY(-4px);
  border-color: #e9edf2;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}
.revenue-results-sec.nhp-stats .nhp-stats__value-wrap {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 1px solid #e5e7eb;
}
.revenue-results-sec.nhp-stats .nhp-stats__value-wrap > span:not(.nhp-stats__value) {
  font-family: 'Michroma-Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000000AB;
  white-space: nowrap;
}
.revenue-results-sec.nhp-stats .nhp-stats__value,
.revenue-results-sec.nhp-stats .revenue-counter.nhp-stats__value {
  display: block;
  width: auto;
  text-align: left;
  color: rgba(0, 0, 0, 0.67);
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.67);
}
.revenue-results-sec.nhp-stats .nhp-stats__card-title {
  color: #0f172a;
  font-family: "Inter-SemiBold";
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 8px;
  width: 100%;
  text-align: left;
  white-space: normal;
}
.revenue-results-sec.nhp-stats .nhp-stats__card-desc {
  color: rgba(0, 0, 0, 0.82);
  font-weight: 400;
  margin: 0;
  width: 100%;
  text-align: left;
  flex: 1 1 auto;
}
.revenue-results-sec.nhp-stats .nhp-stats__cta {
  margin-top: 8px;
  font-size: inherit;
  color: inherit;
  text-align: center;
}
.revenue-results-sec.nhp-stats .nhp-stats__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 45px;
  padding: 8px 43px;
  color: var(--nhp-orange);
  font-family: 'Inter-Bold';
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  background-color: #ffffff;
  border: 1.5px solid var(--nhp-orange);
  border-radius: 8px;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.revenue-results-sec.nhp-stats .nhp-stats__btn:hover,
.revenue-results-sec.nhp-stats .nhp-stats__btn:focus {
  color: #ffffff;
  background-color: var(--nhp-orange);
  border-color: var(--nhp-orange);
  text-decoration: none;
}
.revenue-results-sec.nhp-stats .nhp-stats__disclaimer {
  margin: 18px auto 0;
  max-width: 640px;
  color: rgba(0, 0, 0, 0.56);
  font-weight: 400;
}

/* ========== Successful Projects / Logos ========== */
.logo-sec.nhp-logos {
  border-top: 0;
}
.logo-sec.nhp-logos .nhp-logos__heading {
  margin: 0px auto 40px;
  max-width: 820px;
}
.logo-sec.nhp-logos .nhp-logos__title {
  margin: 0 0 18px;
}
.logo-sec.nhp-logos .nhp-logos__desc {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  margin: 0 auto 14px;
  max-width: 760px;
}
.logo-sec.nhp-logos .nhp-logos__note {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  margin: 0 auto;
  max-width: 680px;
}
.logo-sec.nhp-logos .nhp-logos__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.logo-sec.nhp-logos .nhp-logos__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: nhp-logos-scroll 35s linear infinite;
}
.logo-sec.nhp-logos .nhp-logos__set {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-right: 24px;
}
.logo-sec.nhp-logos .nhp-logos__pill {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 210px;
  height: 74px;
  padding: 12px 28px;
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(234, 88, 1, 0.5);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(234, 88, 1, 0.14), 0 0 24px rgba(234, 88, 1, 0.3);
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.logo-sec.nhp-logos .nhp-logos__pill:hover {
  border-color: rgba(234, 88, 1, 0.75);
  box-shadow: 0 0 0 1px rgba(234, 88, 1, 0.22), 0 0 30px rgba(234, 88, 1, 0.42);
}
.logo-sec.nhp-logos .nhp-logos__img {
  display: block;
  max-width: 100%;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
  mix-blend-mode: normal;
  opacity: 1;
}
@keyframes nhp-logos-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ========== Why SiARA Shield is Different ========== */
.key-features-sec.nhp-features {
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.key-features-sec.nhp-features::before,
.key-features-sec.nhp-features .blur-bg {
  display: none;
}
.key-features-sec.nhp-features .nhp-features__heading {
  margin: 0 auto 48px;
}
.key-features-sec.nhp-features .nhp-features__heading h2 {
  margin: 0 0 14px;
}
.key-features-sec.nhp-features .nhp-features__heading p {
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}
.key-features-sec.nhp-features .nhp-features__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.key-features-sec.nhp-features .nhp-features__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  padding: 24px 22px 26px;
  background: #ffffff;
  border: 1px solid rgba(234, 88, 2, 0.38);
  border-radius: 14px;
  box-shadow: 0px 0px 40px 0px #00000014;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.key-features-sec.nhp-features .nhp-features__card:hover {
  border-color: rgba(234, 88, 1, 0.28);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}
.key-features-sec.nhp-features .nhp-features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 0 18px;
  background: rgba(234, 88, 1, 0.12);
  border-radius: 12px;
}
.key-features-sec.nhp-features .nhp-features__icon-img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.key-features-sec.nhp-features .nhp-features__card h3 {
  color: #0E0E0E;
  font-family: 'Inter-Bold';
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.key-features-sec.nhp-features .nhp-features__card p {
  color: rgba(0, 0, 0, 0.82);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

/* ========== How SiARA Shield Works ========== */
.how-it-work.nhp-how {
  position: relative;
  background-color: #fbf9fa;
}
.how-it-work.nhp-how .nhp-how__heading {
  margin: 0 0 56px;
}
.how-it-work.nhp-how .nhp-how__title {
  margin: 0;
}
.how-it-work.nhp-how .nhp-how__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 72px;
  align-items: start;
}
.how-it-work.nhp-how .nhp-how__step {
  text-align: center;
}
.how-it-work.nhp-how .nhp-how__icon-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 22px;
}

/* short mid line only — not edge-to-edge */
.how-it-work.nhp-how .nhp-how__step:not(:last-child) .nhp-how__icon-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 36px);
  width: 90px;
  height: 4px;
  background: var(--nhp-orange);
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
.how-it-work.nhp-how .nhp-how__icon-outer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  background: #ffffff;
  border: 1px solid rgba(234, 88, 1, 0.35);
  border-radius: 50%;
  box-shadow: 0 8px 28px rgba(234, 88, 1, 0.12);
}
.how-it-work.nhp-how .nhp-how__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #fff7f2;
  border: 1px solid rgba(234, 88, 1, 0.25);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(234, 88, 1, 0.1);
}
.how-it-work.nhp-how .nhp-how__icon-img {
  display: block;
  width: 22px;
  object-fit: contain;
}
.how-it-work.nhp-how .nhp-how__step-title {
  color: #0A0A0A;
  font-family: 'Inter-Bold';
  margin: 0 0 12px;
}
.how-it-work.nhp-how .nhp-how__step-text {
  color: rgba(0, 0, 0, 0.82);
  font-size: 20px;
  font-family: 'Inter-Regular';
  font-weight: normal;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 320px;
}

/* ========== Solutions (SMEs / Enterprise / Resellers) ========== */
.nhp-solutions {
  background: #0b0b0c;
}
.nhp-solutions .nhp-solutions__heading {
  margin: 0 0 28px;
}
.nhp-solutions .nhp-solutions__title {
  margin: 0 0 14px;
}
.nhp-solutions .nhp-solutions__subtitle {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  max-width: 720px;
}
.nhp-solutions .nhp-solutions__tabs {
  position: relative;
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  padding: 6px;
  background: #1a1a1c;
  border-radius: 999px;
}
.nhp-solutions .nhp-solutions__tab {
  appearance: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Inter-Bold';
  letter-spacing: 0.04em;
  min-height: 40px;
  padding: 10px 48px;
  border-radius: 999px;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
  box-shadow: none;
}
.nhp-solutions .nhp-solutions__tab:focus,
.nhp-solutions .nhp-solutions__tab:focus-visible {
  outline: 0;
  border-color: transparent;
  box-shadow: none;
}
.nhp-solutions .nhp-solutions__tab.is-active {
  background: var(--nhp-orange);
  color: #ffffff;
}
.nhp-solutions .nhp-solutions__panel {
  display: none;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center;
  background: #121214;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 28px;
}
.nhp-solutions .nhp-solutions__panel.is-active {
  display: grid;
}
.nhp-solutions .nhp-solutions__media {
  border-radius: 16px;
  overflow: hidden;
  background: #0b0b0c;
}
.nhp-solutions .nhp-solutions__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.nhp-solutions .nhp-solutions__panel-title {
  font-family: 'Inter-Bold';
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 14px;
}
.nhp-solutions .nhp-solutions__rule {
  display: block;
  width: 90px;
  height: 4px;
  background: var(--nhp-orange);
  border-radius: 2px;
  margin: 0 0 18px;
}
.nhp-solutions .nhp-solutions__text {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 12px;
}
.nhp-solutions .nhp-solutions__list {
  list-style: none;
  margin: 18px 0 28px;
  padding: 0;
  display: grid;
  gap: 20px;
}
.nhp-solutions .nhp-solutions__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #E2E2E2;
  font-family: 'Inter-Medium';
}
.nhp-solutions .nhp-solutions__list-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: #EA58021A;
}
.nhp-solutions .nhp-solutions__list-icon img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.nhp-solutions .nhp-solutions__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 40px;
  background: var(--nhp-orange);
  color: #ffffff;
  border-radius: 999px;
  font-family: 'Inter-Bold';
  font-size: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.nhp-solutions .nhp-solutions__btn:hover,
.nhp-solutions .nhp-solutions__btn:focus {
  background: #d14e01;
  color: #ffffff;
  text-decoration: none;
}

/* ========== How SiARA Shield Compares ========== */
.nhp-compare {
  background: #ffffff;
}
.nhp-compare .nhp-compare__heading {
  margin: 0 0 40px;
}
.nhp-compare .nhp-compare__title {
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.nhp-compare .nhp-compare__subtitle {
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}
.nhp-compare .nhp-compare__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  border: 1px solid #e8e8ea;
  border-radius: 18px;
  box-shadow: 0px 8px 10px -6px #0000001A, 0px 20px 25px -5px #0000001A;
}
.nhp-compare .nhp-compare__table {
  width: 100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}
.nhp-compare .nhp-compare__th,
.nhp-compare .nhp-compare__feature,
.nhp-compare .nhp-compare__td {
  padding: 20px 22px;
  vertical-align: middle;
  text-align: left;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #F3F4F6;
}
.nhp-compare .nhp-compare__th {
  background: #ffffff;
  font-weight: 700;
}
.nhp-compare .nhp-compare__th--feature {
  color: #121F35;
  font-family: 'Inter-Bold';
  letter-spacing: 2.2px;
  text-transform: uppercase;
  background: #ffffff;
}
.nhp-compare .nhp-compare__th--siara {
  position: relative;
  z-index: 2;
  color: #0f172a;
  font-family: 'Inter-Bold';
  font-size: 24px;
  background: #F8F9F9;
  border-top: 0;
  border-bottom: 4px solid var(--nhp-orange);
  box-shadow: 0px 0px 0px 1px #FF4D001A;
}
.nhp-compare .nhp-compare__th--other {
  color: #0f172a;
}
.nhp-compare .nhp-compare__th-wrap {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}
.nhp-compare .nhp-compare__th-icon {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 auto;
  margin-top: 2px;
}
.nhp-compare .nhp-compare__th-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nhp-compare .nhp-compare__th-main {
  display: block;
  line-height: 1.3;
}
.nhp-compare .nhp-compare__th-sub {
  display: block;
  color: #121F35;
  font-family: 'Inter-Bold';
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.nhp-compare .nhp-compare__feature {
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Inter-Medium';
  background: #ffffff;
}
.nhp-compare .nhp-compare__td {
  color: #00000099;
  font-family: 'Inter-Medium';
  white-space: nowrap;
  background: #ffffff;
}
.nhp-compare .nhp-compare__td--siara {
  background: #F8F9F9;
  color: #0f172a;
  font-family: 'Inter-Bold';
  box-shadow: none;
}
.nhp-compare .nhp-compare__table tbody tr:last-child .nhp-compare__feature,
.nhp-compare .nhp-compare__table tbody tr:last-child .nhp-compare__td {
  border-bottom-width: 0;
}
.nhp-compare .nhp-compare__table tr > :last-child {
  border-right-width: 0;
}
.nhp-compare .nhp-compare__status-img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  object-fit: contain;
  border: 0;
}
.nhp-compare .nhp-compare__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  width: max-content;
  max-width: 100%;
  margin: 28px auto 0;
  padding: 8px 0px;
  background: #f3f4f6;
  border-radius: 999px;
}
.nhp-compare .nhp-compare__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 4px 24px;
  color: #4A4A4A;
  font-family: 'Inter-Medium';
  border-right: 1px solid #d1d5db;
}
.nhp-compare .nhp-compare__legend-item:last-child {
  border-right: 0;
}
.nhp-compare .nhp-compare__legend-item .nhp-compare__status-img {
  margin-right: 0;
}

/* ========== How SiARA Shield Fits in Your Stack ========== */
.nhp-stack {
  background: #F8F9F9;
}
.nhp-stack .nhp-stack__heading {
  margin: 0 0 40px;
}
.nhp-stack .nhp-stack__title {
  margin: 0 0 14px;
}
.nhp-stack .nhp-stack__subtitle {
  color: rgba(0, 0, 0, 0.91);
  margin: 0 auto;
  max-width: 780px;
}
.nhp-stack .nhp-stack__card {
  background: #ffffff;
  border: 1px solid #e8e8ea;
  border-radius: 20px;
  box-shadow: 0px 8px 10px -6px #0000001A, 0px 20px 25px -5px #0000001A;
  padding: 48px 40px 92px;
  overflow: visible;
}
.nhp-stack .nhp-stack__flow {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  z-index: 1;
}

/* Per-item rail (not first/last flow items) */
.nhp-stack .nhp-stack__rail {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  border-top: 2px dotted #d1d5db;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: -1;
}
.nhp-stack .nhp-stack__step {
  position: relative;
  width: 180px;
  min-height: 350px;
  flex: 0 0 auto;
  padding-top: 130px;
  z-index: 2;
}
.nhp-stack .nhp-stack__icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0px auto 16px;
  background: #ffffff;
  border: 1px solid #EA58021F;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}
.nhp-stack .nhp-stack__icon-img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}
.nhp-stack .nhp-stack__icon--circle {
  border-radius: 50%;
}
.nhp-stack .nhp-stack__icon--square {
  border-radius: 16px;
}
.nhp-stack .nhp-stack__meta {
  text-align: center;
}
.nhp-stack .nhp-stack__label {
  margin: 0 0 4px;
  color: #191C1E;
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 1.5;
}
.nhp-stack .nhp-stack__desc {
  margin: 0;
  color: #45464D;
  font-family: 'Inter-Medium';
  font-size: 20px;
  line-height: 1.5;
}

/* Arrows + per-link rail */
.nhp-stack .nhp-stack__link {
  flex: 1 1 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  max-width: 110px;
  height: 24px;
  position: relative;
  z-index: 2;
  align-self: center;
  background: transparent;
}
.nhp-stack .nhp-stack__link .nhp-stack__arrow-img {
  position: relative;
  z-index: 1;
}
.nhp-stack__card .nhp-stack__flow .nhp-stack__verify + .nhp-stack__link .nhp-stack__rail{
  width: 50%;
}
.nhp-stack .nhp-stack__arrow-img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  box-sizing: content-box;
}
.nhp-stack .nhp-stack__verify {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  max-width: 270px;
  padding: 22px 20px 18px;
  border-radius: 16px;
  background: #0B1220;
  color: #ffffff;
  overflow: visible;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22);
}
.nhp-stack .nhp-stack__verify-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.nhp-stack .nhp-stack__verify-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: 50%;
}
.nhp-stack .nhp-stack__verify-badge {
  color: #ffffff;
  font-family: 'Inter-Medium';
  font-size: 22px;
  line-height: 1.2;
}
.nhp-stack .nhp-stack__verify-text {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: #ffffff;
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 1.5;
}
.nhp-stack .nhp-stack__verify-status {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.4;
}
.nhp-stack .nhp-stack__verify-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nhp-orange);
  flex: 0 0 auto;
  box-shadow: 0 0 0 3px rgba(234, 88, 2, 0.2);
}
.nhp-stack .nhp-stack__outcomes {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 180px;
  max-width: 180px;
  background: #ffffff;
}
.nhp-stack .nhp-stack__outcome {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid #C6C6CD;
  border-radius: 12px;
}
.nhp-stack .nhp-stack__outcome-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #EA58021F;
}
.nhp-stack .nhp-stack__outcome--allow .nhp-stack__outcome-icon {
  background: #DCFCE7;
}
.nhp-stack .nhp-stack__outcome--challenge .nhp-stack__outcome-icon {
  background: #FEF3C7;
}
.nhp-stack .nhp-stack__outcome--block .nhp-stack__outcome-icon {
  background: #FEE2E2;
}
.nhp-stack .nhp-stack__outcome-icon img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}
.nhp-stack .nhp-stack__outcome-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.nhp-stack .nhp-stack__outcome-title {
  font-family: 'Inter-Medium';
  font-size: 20px;
  line-height: 1.5;
}
.nhp-stack .nhp-stack__outcome--allow .nhp-stack__outcome-title {
  color: #16a34a;
}
.nhp-stack .nhp-stack__outcome--challenge .nhp-stack__outcome-title {
  color: var(--nhp-orange);
}
.nhp-stack .nhp-stack__outcome--block .nhp-stack__outcome-title {
  color: #ef4444;
}
.nhp-stack .nhp-stack__outcome-desc {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 1.5;
}

/* Works Alongside + Integrations (same section) */
.nhp-stack .nhp-stack__alongside {
  margin-top: 56px;
}
.nhp-stack .nhp-stack__alongside-heading {
  margin: 0 0 28px;
  max-width: 720px;
}
.nhp-stack .nhp-stack__alongside-title {
  margin: 0 0 12px;
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
.nhp-stack .nhp-stack__alongside-text {
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 20px;
  line-height: 1.5;
}
.nhp-stack .nhp-stack__alongside-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.nhp-stack .nhp-stack__sec-card {
  padding: 24px;
  background: #ffffff;
  border: 1px solid #0000004D;
  border-radius: 12px;
}
.nhp-stack .nhp-stack__sec-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 0 15px;
  background: #EA58020D;
  border-radius: 8px;
}
.nhp-stack .nhp-stack__sec-icon-img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.nhp-stack .nhp-stack__sec-title {
  margin: 0 0 6px;
  color: #0f172a;
  font-family: 'Inter-SemiBold';
  font-size: 20px;
  line-height: 1.5;
}
.nhp-stack .nhp-stack__sec-desc {
  margin: 0;
  color: #45464D;
  font-size: 20px;
  line-height: 1.5;
}

/* ========== Enterprise-Ready Integration ========== */
.nhp-enterprise {
  background: #ffffff;
}
.nhp-enterprise .nhp-enterprise__heading {
  margin: 0 0 48px;
}
.nhp-enterprise .nhp-enterprise__title {
  margin: 0 0 14px;
}
.nhp-enterprise .nhp-enterprise__subtitle {
  margin: 0 auto 28px;
  max-width: 640px;
  color: rgba(0, 0, 0, 0.87);
}
.nhp-enterprise .nhp-enterprise__label {
  display: block;
  color: #9ca3af;
  font-family: 'Inter-Medium';
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nhp-enterprise .nhp-enterprise__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0;
  row-gap: 56px;
  margin: 0 auto;
}
.nhp-enterprise .nhp-enterprise__item {
  position: relative;
  padding: 0 20px;
  text-align: left;
}
.nhp-enterprise .nhp-enterprise__item:nth-child(3n + 1) {
  padding-left: 0;
}
.nhp-enterprise .nhp-enterprise__item:nth-child(3n) {
  padding-right: 0;
}

/* Vertical line from orange — col 2 & 3 only */
.nhp-enterprise .nhp-enterprise__item:nth-child(3n + 2)::before,
.nhp-enterprise .nhp-enterprise__item:nth-child(3n + 3)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e5e7eb;
}
.nhp-enterprise .nhp-enterprise__bar {
  display: block;
  width: 40px;
  height: 3px;
  margin: 0 0 16px;
  background: var(--nhp-orange);
  border-radius: 1px;
}
.nhp-enterprise .nhp-enterprise__item h3 {
  margin: 0 0 10px;
  color: #000000;
  font-family: 'Inter-Bold';
  font-size: 20px;
  line-height: 1.5;
}
.nhp-enterprise .nhp-enterprise__item p {
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 20px;
  line-height: 1.5;
  max-width: 280px;
}

/* Supported Technologies */
.nhp-enterprise .nhp-enterprise__tech {
  margin-top: 72px;
  text-align: center;
}
.nhp-enterprise .nhp-enterprise__tech-label {
  margin: 0 0 28px;
  color: #000000;
  font-family: 'Inter-Medium';
  font-size: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nhp-enterprise .nhp-enterprise__tech-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  max-width: 980px;
  margin: 0 auto;
  padding: 22px 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
}
.nhp-enterprise .nhp-enterprise__tech-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  padding: 0 10px;
}
.nhp-enterprise .nhp-enterprise__tech-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background: #e5e7eb;
}
.nhp-enterprise .nhp-enterprise__tech-item img {
  display: block;
  width: 35px;
  object-fit: contain;
}
.nhp-enterprise .nhp-enterprise__tech-item img[alt="Mobile SDKs"] {
  width: 18px;
  height: 28px;
  object-fit: fill;
}
.nhp-enterprise .nhp-enterprise__tech-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}
.nhp-enterprise .nhp-enterprise__tech-aws-icon {
  display: block;
  width: 22px;
  height: auto;
  object-fit: contain;
}
.nhp-enterprise .nhp-enterprise__tech-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 28px 0 0;
}
.nhp-enterprise .nhp-enterprise__tech-note span {
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Inter-Medium';
  font-size: 16px;
  line-height: 1.4;
}
.nhp-enterprise .nhp-enterprise__tech-note-icon {
  display: block;
  width: 14px;
  height: 14px;
  opacity: 0.75;
}

/* Pricing Overview - Start */
.nhp-pricing .image-place::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.67);
  pointer-events: none;
}
.nhp-pricing .nhp-pricing__heading {
  margin: 0 0 48px;
}
.nhp-pricing .nhp-pricing__title {
  margin: 0 0 14px;
  line-height: 1.2;
}
.nhp-pricing .nhp-pricing__subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}
.nhp-pricing .nhp-pricing__card {
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  border: 1px solid rgba(92, 64, 55, 0.3);
  border-radius: 16px;
  background: rgba(24, 24, 27, 0.92);
  text-align: left;
}
.nhp-pricing .nhp-pricing__card-top-content {
  flex: 1;
  padding-bottom: 75px;
}
.nhp-pricing .nhp-pricing__card--enterprise {
  border-color: var(--nhp-orange);
}
.nhp-pricing .nhp-pricing__card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.nhp-pricing .nhp-pricing__card-icon {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.nhp-pricing .nhp-pricing__name {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #E2E2E2;
}
.nhp-pricing .nhp-pricing__card-top .nhp-pricing__name {
  margin: 0;
}
.nhp-pricing .nhp-pricing__tagline {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.87);
  line-height: 1.55;
  min-height: 2.8em;
}
.nhp-pricing .nhp-pricing__tagline .inter-text {
  color: rgba(255, 255, 255, 0.87);
}
.nhp-pricing .nhp-pricing__card--enterprise .nhp-pricing__tagline,
.nhp-pricing .nhp-pricing__card--enterprise .nhp-pricing__tagline .inter-text {
  color: rgba(255, 255, 255, 0.91);
}
.nhp-pricing .nhp-pricing__price {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  color: #E2E2E2;
  margin: 0 0 6px;
  padding: 0;
  border-bottom: 0;
}
.nhp-pricing .nhp-pricing__price:has(.nhp-pricing__price-unit) {
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.nhp-pricing .nhp-pricing__price--accent {
  color: var(--nhp-orange);
}
.nhp-pricing .nhp-pricing__price--cta {
  margin: 0 0 6px;
  padding: 0;
}
.nhp-pricing .nhp-pricing__card-top-content > .nhp-pricing__price-unit {
  display: block;
  margin: 0 0 20px;
  padding: 0 0 20px;
  color: rgba(255, 255, 255, 0.87);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.nhp-pricing .nhp-pricing__price .nhp-pricing__price-unit {
  color: rgba(255, 255, 255, 0.87);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
.nhp-pricing .nhp-pricing__eligible {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #0596690D;
  border: 1px solid #05966933;
}
.nhp-pricing .nhp-pricing__eligible-title {
  margin: 0 0 6px;
  color: #34D399;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.nhp-pricing .nhp-pricing__eligible-text {
  margin: 0;
}
.nhp-pricing .nhp-pricing__eligible-text .inter-text {
  color: #ffffff;
}
.nhp-pricing .nhp-pricing__features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nhp-pricing .nhp-pricing__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 12px;
  color: #FFFFFFC9;
  line-height: 1.45;
}
.nhp-pricing .nhp-pricing__features li .inter-text {
  color: #FFFFFFC9;
}
.nhp-pricing .nhp-pricing__features li:last-child {
  margin-bottom: 0;
}
.nhp-pricing .nhp-pricing__features img {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 8px;
}
.nhp-pricing .nhp-pricing__info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 12px 0 0;
  padding: 16px 20px;
  border-radius: 12px;
  background: rgba(24, 24, 27, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}
.nhp-pricing .nhp-pricing__info .circle-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: rgba(234, 88, 2, 0.13);
}
.nhp-pricing .nhp-pricing__info-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
}
.nhp-pricing .nhp-pricing__info-text {
  margin: 0;
  color: #C7C4D7;
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 1.55;
}
.nhp-pricing .nhp-pricing__info-text a {
  color: var(--nhp-orange);
  font-family: 'Inter-SemiBold';
  text-decoration: none;
}
.nhp-pricing .nhp-pricing__info-text a:hover,
.nhp-pricing .nhp-pricing__info-text a:focus {
  text-decoration: underline;
}
.nhp-pricing .nhp-pricing__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

/* Pricing Overview - End */

/* FAQ Section - Start */
.nhp-faq {
  background: #ffffff;
}
.nhp-faq .nhp-faq__question,
.nhp-faq .nhp-faq__question .inter-text {
  color: #111827;
}
.nhp-faq .nhp-faq__answer p {
  color: #4b5563;
}
.nhp-faq .nhp-faq__chevron::before {
  border-right-color: #6b7280;
  border-bottom-color: #6b7280;
}
.nhp-faq .image-place::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.67);
  pointer-events: none;
}
.nhp-faq .nhp-faq__heading {
  margin: 0 0 40px;
}
.nhp-faq .nhp-faq__title {
  margin: 0;
  line-height: 1.2;
}
.nhp-faq .nhp-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 48px;
  align-items: start;
  margin: 0 auto;
}
.nhp-faq .nhp-faq__col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.nhp-faq .nhp-faq__item {
  border-bottom: 1px solid #e5e7eb;
}
.nhp-faq .nhp-faq__col .nhp-faq__item:not(:last-child) {
  margin-bottom: 30px;
}
.nhp-faq .nhp-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 32px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111827;
  font-family: 'Inter-Medium';
  text-align: left;
  cursor: pointer;
  box-shadow: none;
}
.nhp-faq .nhp-faq__question:focus,
.nhp-faq .nhp-faq__question:focus-visible {
  outline: 0;
  box-shadow: none;
}
.nhp-faq .nhp-faq__question .inter-text {
  flex: 1 1 auto;
}
.nhp-faq .nhp-faq__chevron {
  position: relative;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}
.nhp-faq .nhp-faq__chevron::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 1px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
.nhp-faq .nhp-faq__item.is-open .nhp-faq__chevron::before {
  top: 6px;
  transform: rotate(-135deg);
}
.nhp-faq .nhp-faq__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 28px 0 0;
  transition: max-height 0.3s ease, opacity 0.25s ease, padding 0.3s ease;
}
.nhp-faq .nhp-faq__item.is-open .nhp-faq__answer {
  max-height: 220px;
  opacity: 1;
  padding: 0 28px 20px 0;
}
.nhp-faq .nhp-faq__answer p {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.65;
}

/* Dark FAQ — black background + card questions (pricing screenshot) */
.nhp-faq.nhp-faq--dark,
.nhp-faq.black-theme.nhp-faq--dark,
.pricing-page .nhp-faq.nhp-faq--dark {
  background: #000000 !important;
}
.nhp-faq.nhp-faq--dark .image-place::after,
.pricing-page .nhp-faq.nhp-faq--dark .image-place::after {
  display: none !important;
  background: transparent !important;
}
.nhp-faq.nhp-faq--dark .image-place img,
.pricing-page .nhp-faq.nhp-faq--dark .image-place img {
  opacity: 0.16;
}
.nhp-faq.nhp-faq--dark .michroma-title,
.pricing-page .nhp-faq.nhp-faq--dark .michroma-title {
  color: #ffffff;
}
.nhp-faq.nhp-faq--dark .nhp-faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  row-gap: 16px;
  column-gap: 16px;
  align-items: stretch;
}
.nhp-faq.nhp-faq--dark .nhp-faq__col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 16px;
  min-width: 0;
}
.nhp-faq.nhp-faq--dark .nhp-faq__col .nhp-faq__item:not(:last-child) {
  margin-bottom: 0;
}
.nhp-faq.nhp-faq--dark .nhp-faq__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(24, 24, 27, 0.92);
  overflow: hidden;
}
.nhp-faq.nhp-faq--dark .nhp-faq__question {
  flex: 1 1 auto;
  align-items: center;
  padding: 20px 22px;
  color: #ffffff !important;
}
.nhp-faq.nhp-faq--dark .nhp-faq__question .inter-text {
  color: #ffffff !important;
}
.nhp-faq.nhp-faq--dark .nhp-faq__answer {
  padding-left: 22px;
  padding-right: 22px;
}
.nhp-faq.nhp-faq--dark .nhp-faq__item.is-open .nhp-faq__answer {
  padding: 0 22px 20px;
}
.nhp-faq.nhp-faq--dark .nhp-faq__answer p {
  color: rgba(255, 255, 255, 0.72) !important;
}
.nhp-faq.nhp-faq--dark .nhp-faq__chevron::before {
  border-right-color: var(--nhp-orange) !important;
  border-bottom-color: var(--nhp-orange) !important;
}
/* FAQ Section - End */

/* CTA Banner Section - Start */
.nhp-cta .nhp-cta__content {
  max-width: 720px;
  text-align: left;
}
.nhp-cta .nhp-cta__title {
  margin: 0 0 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.nhp-cta .nhp-cta__subtitle {
  margin: 0 0 28px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.8);
}
.nhp-cta .nhp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.nhp-cta .nhp-cta__note {
  margin: 18px 0 0;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
}

/* CTA Banner Section - End */

/* Simulation Progress Bar */
.sim-progress {
  height: 4px;
  background: #ddd;
  border-radius: 2px;
  overflow: hidden;
  margin: 0;
  flex: 1 1 auto;
  min-width: 40px;
  align-self: center;
}
.sim-progress-bar {
  height: 100%;
  width: 0;
  background: #EA5802;
  border-radius: 2px;
  transition: width 0.45s ease, background-color 0.25s ease;
}
.sim-progress-done .sim-progress-bar {
  background: #006E2C;
}
.sim-progress-error .sim-progress-bar {
  background: #BA1A1A;
}
/* Simulation Progress Bar - End */

/* Common Pages Banner Section */
.bg-image-section {
  position: relative;
}
.bg-image-section .image-place {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.bg-image-section .image-place.right-half-place {
  left: initial;
  right: 0;
  width: 50%;
}
.bg-image-section .image-place img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.bg-image-section .image-place.right-half-place img {
  object-fit: cover;
  object-position: left;
}
.bg-image-section .content-box {
  position: relative;
  z-index: 1;
}
.bg-image-section .michroma-title {
  margin: 0 0 20px;
}
.bg-image-section .cmn-pages-banner-lead {
  margin: 0;
  max-width: 560px;
  font-size: 20px;
  font-family: 'Inter-Regular';
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.89);
}
/* Common Pages Banner Section - End */

/* Security Assessment hero — after shared banner rules so image fill sticks */
.sa-page .sa-hero.pages-banner {
  min-height: 0;
  padding-top: 56px;
  padding-bottom: 48px;
}
.sa-page .sa-hero .image-place.right-half-place {
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(52%, 640px);
}
.sa-page .sa-hero .image-place.right-half-place img {
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 1;
  object-fit: cover;
  object-position: center top;
}

/* ========== Pricing Value Card ========== */
.pricing-value-sec {
  background-color: #f7f8fa;
}
.pricing-value-sec .image-place img {
  opacity: 0.09;
}
.pricing-value-card {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #E5E7EB;
  background: #ffffff;
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.pricing-value-card__left {
  padding: 32px 32px;
  background: linear-gradient(179.89deg, #000000 0.1%, #602400 116.12%);
  color: #ffffff;
}
.pricing-value-card__title {
  margin: 0 0 16px;
  color: #ffffff;
  font-family: 'Inter-Bold';
  font-size: 24px;
  line-height: 1.35;
}
.pricing-value-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-value-card__list li {
  position: relative;
  margin: 0 0 6px;
  padding: 0 0 0 18px;
  color: #ffffff;
}
.pricing-value-card__list li:last-child {
  margin-bottom: 0;
}
.pricing-value-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  transform: translateY(-50%);
}
.pricing-value-card__list .inter-text {
  color: #ffffff;
}
.pricing-value-card__right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 30px;
  align-content: center;
  width: 100%;
  min-width: 0;
  padding: 32px 32px;
  background: #ffffff;
}
.pricing-value-card__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}
.pricing-value-card__icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(57, 59, 58, 0.1);
}
.pricing-value-card__icon img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.pricing-value-card__content {
  min-width: 0;
}
.pricing-value-card__item-title {
  margin: 0 0 4px;
  color: #121414;
  font-family: 'Inter-SemiBold';
  line-height: 1.35;
}
.pricing-value-card__item-text {
  margin: 0;
  color: #4B5563;
  line-height: 1.45;
}

/* ========== Pricing Feature Matrix ========== */
.pricing-matrix-sec {
  background: #f7f8fa;
}
.pricing-matrix__heading {
  margin: 0 auto 40px;
  max-width: 820px;
}
.pricing-matrix__heading .michroma-title {
  margin: 0 0 16px;
}
.pricing-matrix__heading p {
  margin: 0;
  color: rgba(0, 0, 0, 0.91);
}
.pricing-matrix-card {
  padding: 28px 32px 20px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px #0000000D;
}
.pricing-matrix-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.pricing-matrix-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
  border: 0;
}
.pricing-matrix-table th,
.pricing-matrix-table td {
  padding: 16px 18px;
  vertical-align: middle;
  border: 1px solid #F3F4F6;
  font-family: 'Inter-Medium';
  color: #111827;
}
.pricing-matrix-table thead tr:first-child > * {
  border-top: 0;
}
.pricing-matrix-table tbody tr:last-child > * {
  border-bottom: 0;
}
.pricing-matrix-table tr > *:first-child {
  border-left: 0;
}
.pricing-matrix-table tr > *:last-child {
  border-right: 0;
}
.pricing-matrix-table thead th {
  padding-top: 8px;
  padding-bottom: 22px;
  text-align: center;
}
.pricing-matrix-table .pricing-matrix__feature-head {
  text-align: left;
}
.pricing-matrix-table .pricing-matrix__feature-head .inter-text {
  font-size: 24px;
  font-family: 'Inter-Bold';
  letter-spacing: -0.6px;
  color: #111827;
  line-height: 1.3;
}
.pricing-matrix-table .pricing-matrix__feature {
  text-align: left;
}
.pricing-matrix-table td:not(.pricing-matrix__feature) {
  text-align: center;
}
.pricing-matrix-table tbody tr:nth-child(even) th,
.pricing-matrix-table tbody tr:nth-child(even) td {
  background: rgba(249, 250, 251, 0.5);
}
.pricing-matrix__plan {
  position: relative;
  display: block;
  min-width: 100%;
  padding: 16px 28px;
  border-radius: 8px 8px 0 0;
  background: var(--nhp-orange);
  color: #ffffff;
  font-family: 'Inter-ExtraBold';
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.pricing-matrix__plan .inter-text {
  color: #ffffff;
  font-family: 'Inter-ExtraBold';
  text-transform: uppercase;
}
.pricing-matrix__plan::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 18px;
  height: 10px;
  transform: translateX(-50%);
  background: var(--nhp-orange);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ========== Pricing Trusted Logos ========== */
.pricing-trusted-sec {
  background-color: #ffffff;
}
.pricing-trusted-sec .image-place img {
  opacity: 0.08;
}
.pricing-trusted-sec .michroma-title {
  margin: 0;
  max-width: 480px;
}
.pricing-trusted-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.pricing-trusted-logos__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #E5E2E1;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px #00000008;
}
.pricing-trusted-logos__item img {
  display: block;
  width: 165px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* ========== Pricing Impact CTA ========== */
.pricing-impact-cta {
  position: relative;
  background-color: #F7F6F6;
  overflow: hidden;
}
.pricing-impact-cta.bg-image-section .image-place.right-half-place {
  z-index: 0;
}
.pricing-impact-cta.bg-image-section .image-place.right-half-place img{
  object-position: center;
}
.pricing-impact-cta__blur {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 145px;
  height: 580px;
  max-height: 100%;
  transform: translate(-50%, -50%);
  background-color: #F7F6F6;
  filter: blur(60px);
  z-index: 1;
  pointer-events: none;
}
.pricing-impact-cta .content-box {
  z-index: 2;
}
.pricing-impact-cta .michroma-title {
  max-width: 560px;
}
.pricing-impact-cta .inter-size-20 {
  margin: 0 0 28px;
  max-width: 540px;
}
.pricing-impact-cta .inter-size-20 p {
  margin: 0;
  color: rgba(0, 0, 0, 0.82);
}

/* ========== Pricing Stop Bots CTA ========== */
.pricing-stop-bots__content {
  max-width: 820px;
  margin: 0 auto;
}
.pricing-stop-bots .michroma-title {
  margin-left: auto;
  margin-right: auto;
}
.pricing-stop-bots .inter-size-20 {
  margin: 0 0 28px;
}
.pricing-stop-bots .inter-size-20 p {
  margin: 0;
  color: rgba(0, 0, 0, 0.82);
}
.pricing-stop-bots__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pricing-stop-bots__note {
  margin: 20px 0 0;
  font-family: 'Inter-Medium';
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}

/* ========== Contact Us page — white Figma ========== */
body.contact-page {
  background: #ffffff;
  /* Do not use overflow-x:hidden here — it clips the fixed Privacy/Terms badge */
}
body.contact-page .site-navbar.nhp-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}

.contact-banner {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 48px 0 8px;
  margin: 0;
  overflow: hidden;
}
.contact-banner__content {
  position: relative;
  z-index: 2;
  padding-right: 12px;
  padding-bottom: 32px;
}
.contact-banner__title {
  margin: 0 0 18px;
  font-family: 'Michroma-Regular';
  font-size: 32px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 0;
  color: #EA5802;
}
.contact-banner__title span {
  color: #000000;
}
.contact-banner__subtitle,
.contact-banner__lead {
  margin: 0 0 12px;
  max-width: 620px;
  font-family: 'Inter-Regular';
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.89);
}
.contact-banner__lead {
  margin-bottom: 0;
}
.contact-banner__lead a {
  color: #EA5802;
  font-family: 'Inter-SemiBold';
  text-decoration: none;
}
.contact-banner__lead a:hover {
  text-decoration: underline;
}
.contact-banner__media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 8px;
  margin-right: 0;
  overflow: hidden;
}
.contact-banner__img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
}

/* Pattern behind form; card width matches Figma (~800) */
.contact-form-sec {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 72px 0 96px;
  background: transparent;
  overflow: visible;
  transform: none;
  filter: none;
  perspective: none;
}
.contact-form-sec__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #ffffff;
  background-image: url("../images/new-web/contact-form-network-pattern-light.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 1;
}
.contact-form-sec > .container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.contact-form-card {
  position: relative;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 56px 48px 36px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: visible;
  transform: none;
  filter: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.contact-form-card__logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.contact-form-card__logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.contact-form-card__intro {
  margin: 8px auto 28px;
  max-width: 520px;
  text-align: center;
  font-family: 'Inter-Regular';
  font-size: 20px;
  line-height: 28.5px;
  color: #000000;
}
.contact-form-card__form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.contact-form-card__form .row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.contact-form-card__form .form-group {
  margin-bottom: 20px;
}
.contact-form-card__form .form-control {
  display: block;
  width: 100%;
  height: 57px !important;
  min-height: 57px !important;
  padding: 16px 18px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #f5f5f5 !important;
  color: #000 !important;
  font-family: 'Inter-Regular' !important;
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}
.contact-form-card__form textarea.form-control {
  height: auto !important;
  min-height: 150px !important;
  resize: vertical;
}
.contact-form-card__form .form-control:focus {
  background: #f0f0f0 !important;
  border: 1px solid #EA5802 !important;
  box-shadow: 0 0 0 1px rgba(234, 88, 2, 0.2) !important;
  outline: none !important;
}
.contact-form-card__form .form-control::placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1 !important;
  font-size: 20px !important;
  font-family: 'Inter-Regular' !important;
}
.contact-form-card__form .text-danger,
.contact-form-card__form .error {
  font-size: 14px;
  line-height: 19px;
  margin-top: 6px;
}
.contact-form-card__captcha {
  display: flex;
  justify-content: center;
  min-height: 0;
  margin: 0 0 8px;
  overflow: visible;
}
.contact-form-card__captcha .SiaraShield {
  margin: 0 auto;
  width: auto;
  height: auto;
  overflow: visible;
}
.contact-form-card__submit {
  display: flex;
  justify-content: center;
  margin: 4px 0 0;
}
.contact-form-card__submit .SiaraShildBtn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  min-width: 168px;
  height: 48px !important;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #EA5802 !important;
  box-shadow: none !important;
  overflow: hidden;
  position: relative;
}
.contact-form-card__submit .SiaraShildBtn:after {
  display: none !important;
  content: none !important;
}
.contact-form-card__submit .SiaraShildBtn:hover,
.contact-form-card__submit .SiaraShildBtn:focus {
  background: #d14e01 !important;
}
.contact-form-card__submit .SiaraShildBtn span {
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-family: 'Inter-SemiBold' !important;
  font-size: 16px !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1 !important;
}
.contact-form-card__submit .SiaraShildBtn span i {
  margin-left: 6px !important;
  font-size: 12px;
}
.contact-form-card__legal {
  margin: 28px auto 0;
  padding-top: 22px;
  max-width: 772px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #e8e8e8;
  font-family: 'Inter-Medium';
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
}
.contact-form-card__legal a {
  color: #EA5802;
  font-family: 'Inter-Medium';
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 500;
  text-decoration: none;
}
.contact-form-card__legal a:hover {
  text-decoration: underline;
}

/* New Home Page - Design - End */