.section-py {
  padding: 6.25rem 0;
}
@media (max-width: 1199.98px) {
  .section-py {
    padding: 4rem 0;
  }
}
@media (max-width: 767.98px) {
  .section-py {
    padding: 3rem 0;
  }
}

.first-section-pt {
  padding-top: 10.3rem;
}
@media (max-width: 1199.98px) {
  .first-section-pt {
    padding-top: 6.5rem;
  }
}

.card[class*=card-hover-border-] {
  transition: all 0.2s ease-in-out;
}

.banner-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
  z-index: -1;
}

.bg-icon-left,
.bg-icon-right {
  position: relative;
}
.bg-icon-left::before,
.bg-icon-right::before {
  position: absolute;
  display: block;
  top: 0;
}

.bg-icon-left::before {
  left: 0;
}
@media (max-width: 575.98px) {
  .bg-icon-left::before {
    left: 0.625rem;
  }
}

.bg-icon-right::before {
  right: 0;
}
@media (max-width: 575.98px) {
  .bg-icon-right::before {
    right: 0.625rem;
  }
}

.dropdown-toggle::after {
  margin-top: -0.28em;
  width: 0.42em;
  height: 0.42em;
  border: 1px solid !important;
  border-top: 0 !important;
  border-left: 0 !important;
  transform: rotate(45deg);
}

.light-style body {
  background-color: #fff;
}

.dark-style body {
  background-color: #30334e;
}
.dark-style .landing-light-mode {
  display: none;
}
.dark-style .landing-dark-mode {
  display: block;
}

nav.layout-navbar {
  backdrop-filter: unset !important;
  height: auto !important;
  z-index: 999 !important;
}

.navbar.landing-navbar {
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  transform: unset !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.navbar.landing-navbar .navbar-nav .nav-link {
  padding: 0.5rem 0.8375rem;
}
@media (max-width: 1199.98px) {
  .navbar.landing-navbar .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.navbar.landing-navbar .navbar-nav .nav-link .menu-icon, .navbar.landing-navbar .navbar-nav .nav-link .menu-icon::before {
  font-size: 0.5rem;
}
@media (min-width: 992px) {
  .navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .dropdown-menu {
    max-width: 1300px;
    inset-inline-start: 50% !important;
    transform: translateX(-50%);
    top: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
.navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .dropdown-menu .mega-dropdown-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar.landing-navbar .navbar-nav .nav-item .nav-img-col,
.navbar.landing-navbar .navbar-nav .nav-item .nav-img-col img {
  border-radius: 0.625rem;
}
@media (max-width: 991.98px) {
  .navbar.landing-navbar .landing-nav-menu .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: unset !important;
    box-shadow: none;
    border: none;
    margin: 0;
    margin-left: 1rem;
  }
}
@media (max-width: 991.98px) {
  .navbar.landing-navbar .landing-menu-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 43, 67, 0.78);
    transition: all 0.2s ease-in-out;
    z-index: 9998;
  }
  .navbar.landing-navbar .landing-nav-menu {
    position: fixed;
    display: block !important;
    height: 100%;
    max-width: 300px;
    width: 80%;
    inset-inline-start: -100%;
    top: 0;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
  }
  .navbar.landing-navbar .landing-nav-menu.show {
    inset-inline-start: 0;
  }
  .navbar.landing-navbar .landing-nav-menu.show ~ .landing-menu-overlay {
    display: block;
  }
}

.light-style .navbar.landing-navbar {
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.78);
}
.light-style .navbar.landing-navbar.navbar-active {
  box-shadow: 0 0.125rem 0.625rem 0 rgba(38, 43, 67, 0.16);
}
.light-style .navbar.landing-navbar .navbar-brand .navbar-toggler {
  color: #3b4056;
}
.light-style .navbar.landing-navbar .navbar-nav .nav-link {
  color: #3b4056;
}
.light-style .navbar.landing-navbar .navbar-nav .nav-link .menu-icon {
  color: #a8aab4;
}
@media (max-width: 991.98px) {
  .light-style .navbar.landing-navbar .landing-nav-menu {
    background-color: #fff;
  }
}
.light-style .menu-text {
  color: #3b4056;
}

.dark-style .navbar.landing-navbar {
  background-color: #30334e;
  border: 1px solid rgba(48, 51, 78, 0.78);
}
.dark-style .navbar.landing-navbar.navbar-active {
  box-shadow: 0 0.125rem 0.625rem 0 rgba(16, 17, 33, 0.24);
}
.dark-style .navbar.landing-navbar .navbar-brand .navbar-toggler {
  color: #d7d8ed;
}
.dark-style .navbar.landing-navbar .navbar-nav .nav-link {
  color: #d7d8ed;
}
.dark-style .navbar.landing-navbar .navbar-nav .nav-link .menu-icon {
  color: #7b7c95;
}
@media (max-width: 991.98px) {
  .dark-style .navbar.landing-navbar .landing-nav-menu {
    background-color: #30334e;
  }
}
.dark-style .navbar .menu-text {
  color: #d7d8ed;
}

@media (min-width: 992px) {
  [dir=rtl] .navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .dropdown-menu {
    transform: translateX(50%);
  }
}

.landing-footer .footer-link {
  transition: all 0.2s ease-in-out;
}
.landing-footer .footer-link:hover {
  opacity: 1;
}
.landing-footer .footer-link,
.landing-footer .footer-text,
.landing-footer .footer-title {
  color: rgb(81, 75, 129);
}
.landing-footer .footer-link,
.landing-footer .footer-text {
  opacity: 0.78;
}
.landing-footer .app-brand-text.footer-link {
  opacity: 1;
}
.landing-footer .footer-title {
  opacity: 0.92;
}
.landing-footer .footer-top {
  padding: 3rem 0;
}
@media (max-width: 767.98px) {
  .landing-footer .footer-top {
    padding: 3rem 0;
  }
}
.landing-footer .footer-top .footer-bg {
  object-position: center;
}
@media (min-width: 992px) {
  .landing-footer .footer-logo-description {
    max-width: 385px;
  }
}
.landing-footer .footer-bottom {
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
}
.landing-footer .footer-bottom .footer-text,
.landing-footer .footer-bottom .footer-link {
  opacity: 0.92;
}
.landing-footer .form-floating.form-floating-outline .form-control {
  color: #d7d8ed;
}
.landing-footer .form-floating.form-floating-outline .form-control:focus ~ label:after,
.landing-footer .form-floating.form-floating-outline .form-control:not(:placeholder-shown) ~ label:after {
  background: #241d31 !important;
}

.wrapMenuElement {
  padding: .3125rem;
  border: 1px solid rgba(206, 206, 234);
  border-radius: 14px;
  background-color: rgb(255 255 255);
  box-shadow: 0 4px 6px 0 rgba(67, 46, 134, .04);
  float: left;
}

.wrapMenuElementNavbar {
  padding: .3125rem;
  border-radius: 4.8rem;
  background-color: rgb(255 255 255);
  box-shadow: 0 4px 6px 0 rgba(67, 46, 134, .04);
  float: left;
}

.superSlideLanding .swiper-slide {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 -3px 4px -2px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  position: relative; 
  padding-bottom: 20px;
  padding-top: 40px;
  bottom: 40px!important;
  background-origin: content-box;
  background-repeat: no-repeat;
}

.superSlideLanding .swiper-slide .swiper-note {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 16px;
  color: #000;
}

.wrapperFeatureSlider {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  border: 1px solid #eef0f3;
  padding: 24px;
  overflow: hidden;
  position: relative;
}

.wrapperBoxElementContent {
  background: #fcfcfd;
  border-radius: 24px;
  border: 1px solid #eef0f3;
  padding: 24px;
  overflow: hidden;
  position: relative;
}

.wrapperBoxElementContent:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 25%;
  background: linear-gradient(to left, rgba(252, 252, 253, 0) 0%, #fcfcfd 90%), url('/core/assets/img/front-pages/landing-page/illustrations/pattern-square.svg') top right repeat-y;
}

.bgPattern_lines:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url('/core/assets/img/front-pages/landing-page/illustrations/pattern-lines.svg') top center repeat #fcfcfd;
}

.bgPattern_hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url('/core/assets/img/front-pages/landing-page/illustrations/pattern-hero.svg') top center repeat var(--bs-primary);
}

.bgPattern_lines:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, #fcfcfd 0%, rgba(255, 255, 255, 0) 100%);
}

.bgPattern_square:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.5;
  background: url('/core/assets/img/front-pages/landing-page/illustrations/pattern-square-second.svg') top center repeat #fcfcfd;
}

.bgPattern_square:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, #fcfcfd 0%, rgba(255, 255, 255, 0) 100%);
}

.wrapperFeatureSlider h2 {
  color: #000;
}

.wrapperFeatureSlider p {
  color: #000;
}

.wrapperFeatureSlider img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

footer.landing-footer {
  background-color: #fefefe;
  border-top: 1px solid #e0e0e0;
  float: left;
  width: 100%;
}
.headerLogoSeparation {
  float: left;
  border-left: 1px solid #ddd;
  font-size: 11px;
  line-height: 13px;
  color: #444;
  font-weight: 600;
  width: 111px;
  padding-left: 8px;
  margin: 4px 10px 0px 0px;
  white-space: normal;
  word-wrap: break-word;
}

.product-preview-visual {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eef0f3;
  padding: 24px;
}

body, html {
  overflow-x: hidden;
}

.preFooter {
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
  /* border-bottom: 1px solid #ceceea; */
  background-color: #fff;
  position: relative;
  z-index: 9;
}

.preFooter .col-lg-3, .preFooter .col-lg-2 {
  float: left;
  padding: 17px 20px;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}

.preFooter .hasSeparator::after {
  content: "";
  position: absolute;
  color: #ddd;
  border-inline-end: 1px solid #ceceea;
  top: 18px;
  height: 20px;
  left: 0;
  width: 100%;
}

.wrapMenuElementNavbar.wrapMenuElementNavbarActive {
  box-shadow: 0 .1rem .2rem 0 rgba(0, 0, 0, .04), 0 .2rem 2.4rem 0 rgba(0, 0, 0, .05)!important;
}

.container-sm {
  max-width: 1000px;
}

body, html {
  background-color: #fcfcfd!important;
}

video {
  border-radius: 20px;
  border: 1px solid #eef0f3;
}







@media (max-width: 1400px) {
}

@media (max-width: 1000px) {
  li.mega-dropdown .dropdown-menu {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 100%!important;
    margin-left: -2px!important;
  }

  li.mega-dropdown .dropdown-menu ul li {
    width: 50%!important;
    display: block!important;
  }
  li.mega-dropdown .dropdown-menu ul li a {
    width: 100%!important;
    padding:0px!important;
  }
  .bindNavBarIndustries {
    padding:0px!important;

  }
}

@media (max-width: 1200px) {
  nav.wrapMenuElementNavbar {
    width:100%;
    max-width: 100%;
    border-radius: 0px;
    margin:0px!important;
  }
  #landingHero:after, .headerLogoSeparation {
    display: none;
  }
  nav .navbar-brand {
    margin-right:0px!important;
  }
}

@media (max-width: 992px) {
  #landingHero {
    margin-top:60px;
  }
  #landingHero:after, .headerLogoSeparation {
    display: none;
  }
  .testimonialBar .col-md-2 {
    display: none!important;
  }

  .bg-wrap-hero {
    display: none!important;
  }

  .landing-testimonial .px-12, .aboutUs_1 .px-12, .aboutUs_1 .p-12 {
    padding-left:10px!important;
    padding-right:10px!important;
  }

  .aboutUs_rightBigTitle {
    padding:0px!important;
  }

  .aboutUs_rightBigTitle h4 {
    font-size: 20px!important;
    line-height: 24px!important;
  }

  .testimonialBar img {
    width:50px!important;
    height:50px!important;
    border-radius: 50%!important;
    margin:0px 0px 20px 0px!important;
  }
}

@media (max-width: 768px) {
  .preFooter .hasSeparator::after {
    display: none;
  }
  .preFooter .col-lg-3, .preFooter .col-md-2 {
    width: 100%;
    text-align: center;
  }
  .zBarReview {
    margin:0 auto;
  }
  .landing-testimonial .col-md-6, .landing-testimonial .col-md-3 {
    border-right:0px!important;
    border-left:0px!important;
    border-bottom:0px!important;
  }
  

  .landing-hero {
    padding-top:60px!important;
  }
}

@media (max-width: 576px) {
}
