/* NextSaaS Custom CSS */

/* Fix for team member images - override global figure margin reset */
.nextsaas-team-image {
  margin: 0 auto !important;
}

/* Contact Form 7 Start */

.nextsaas-contact-form-7 .wpcf7 {
  width: 100%;
}

.nextsaas-contact-form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
}

.nextsaas-contact-form .nextsaas-contact-form-title {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-size: 30px;
  color: #132c47;
  font-weight: 500;
}

.nextsaas-contact-form .nextsaas-contact-form-input-group {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 575px) {
  .nextsaas-contact-form .nextsaas-contact-form-input-group {
    width: 100%;
  }
}

.nextsaas-contact-form-7 input[type="text"], .nextsaas-contact-form-7 input[type="email"], .nextsaas-contact-form-7 input[type="url"], .nextsaas-contact-form-7 input[type="password"], .nextsaas-contact-form-7 input[type="search"], .nextsaas-contact-form-7 input[type="number"], .nextsaas-contact-form-7 input[type="tel"], .nextsaas-contact-form-7 input[type="range"], .nextsaas-contact-form-7 input[type="date"], .nextsaas-contact-form-7 input[type="month"], .nextsaas-contact-form-7 input[type="week"], .nextsaas-contact-form-7 input[type="time"], .nextsaas-contact-form-7 input[type="datetime"], .nextsaas-contact-form-7 input[type="datetime-local"], .nextsaas-contact-form-7 input[type="color"], .nextsaas-contact-form-7 textarea {
  width: 100%;
  border: none;
}

.nextsaas-contact-form-7 label {
  display: block;
}

.nextsaas-contact-form-7 textarea {
  height: auto;
}

.nextsaas-contact-form .nextsaas-contact-form-input-group label {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  margin-top: 20px;
  padding: 0 0 0 25px;
}

.nextsaas-contact-form .nextsaas-contact-form-input-group label input {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.nextsaas-contact-form .nextsaas-contact-form-input-group label input:checked ~ .checkmark:after {
  display: block;
}

.nextsaas-contact-form .nextsaas-contact-form-input-group label input:checked ~ .checkmark {
  background-color: #4ce2bd;
  border: none;
}
.nextsaas-contact-form .nextsaas-contact-form-input-group label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #e3e6ec;
}

.nextsaas-contact-form .nextsaas-contact-form-input-group label .checkmark::after {
  content: "\e90e";
  font-family: eicons;
  position: absolute;
  display: none;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}

.nextsaas-contact-form-7 .wpcf7-form input[type="submit"] {
  transition: all .4s ease;
  display: flex;
  cursor: pointer;
}

.nextsaas-contact-form-7 .nextsaas-cf7-column{
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 15px;
}

.nextsaas-contact-form-7 .wpcf7-list-item{
  margin: 0;
}

.nextsaas-contact-form .nextsaas-contact-form-input-action i {
  margin-left: 10px;
}

.nextsaas-contact-form.two {
  display: flex;
  flex-wrap: wrap;
}

.nextsaas-contact-form-7 br{ display: none;}

.nextsaas-contact-form-7 .wpcf7-form-control.wpcf7-text:focus,
.nextsaas-contact-form-7 .wpcf7-form-control.wpcf7-textarea:focus{
  outline: 0;
}

.nextsaas-contact-form .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #D7DDE5;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  background-color: #fff;
  transition: all 0.2s ease;
  margin: 0 8px 0 0 !important;
}
.nextsaas-contact-form .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked {
  background-color: #D7DDE5;
  border-color: #864FFE;
}
.nextsaas-contact-form .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  background: #864FFE;
  border-radius: 50%;
  border: none;
  transform: translate(-50%, -50%);
}

/* Contact Form 7 End */

/* Enable sticky only for specific breakpoints */
.nextsaas-sticky-enabled {
    position: sticky;
}

/* Desktop only (default Elementor breakpoint ≥1025px) */
@media (max-width: 1024px) {
    .nextsaas-sticky--desktop {
        position: static !important;
    }
}

/* Tablet only (768px–1024px) */
@media (min-width: 1025px), (max-width: 767px) {
    .nextsaas-sticky--tablet {
        position: static !important;
    }
}

/* Mobile only (≤767px) */
@media (min-width: 768px) {
    .nextsaas-sticky--mobile {
        position: static !important;
    }
}

.nextsaas-card-marquee-shadow {
  -webkit-mask: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent) !important;
  mask: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent) !important;
}

.card-item.left .card-content p{
  justify-content: flex-start;
}
.card-item.center .card-content p{
  justify-content: center;
}
.card-item.right .card-content p{
  justify-content: flex-end;
}

.nextsaas-service-alignment-left .nextsaas-service-item{
  align-items: flex-start;
}
.nextsaas-service-alignment-left .nextsaas-service-item .service-content{
  text-align: left;
}
.nextsaas-service-alignment-center .nextsaas-service-item{
  align-items: center;
}
.nextsaas-service-alignment-center .nextsaas-service-item .service-content{
  text-align: center;
}
.nextsaas-service-alignment-right .nextsaas-service-item{
  align-items: flex-end;
}
.nextsaas-service-alignment-right .nextsaas-service-item .service-content{
  text-align: right;
}
.blog-filter-tab.filter-active{
  border-bottom: 2px solid #864ffe;
}
.blog-loading{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: #1a1a1a31;
  z-index: 1;
}
.blog-loading p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1a1a1a;
}


/* Mega menu css start */
.nextsaas-mega-menu-wrapper ul.nextsaas-mega-menu-list{
  margin: 0;
  padding: 0;
  display: flex;
}
.nextsaas-mega-menu-wrapper.nextsaas-mega-menu-align-left ul.nextsaas-mega-menu-list{
  justify-content: flex-start;
}
.nextsaas-mega-menu-wrapper.nextsaas-mega-menu-align-center ul.nextsaas-mega-menu-list{
  justify-content: center;
}
.nextsaas-mega-menu-wrapper.nextsaas-mega-menu-align-right ul.nextsaas-mega-menu-list{
  justify-content: flex-end;
}
.nextsaas-mega-menu-wrapper.nextsaas-mega-menu-align-justify ul.nextsaas-mega-menu-list{
  justify-content: space-between;
}
.nextsaas-mega-menu-wrapper ul.nextsaas-mega-menu-list li.menu-item{
  list-style: none;
  display: inline-block;
  position: relative;
  transition: all .3s ease;
}
.nextsaas-mega-menu-wrapper ul.nextsaas-mega-menu-list li.menu-item .nextsaas-menu-item{
  display: flex;
  align-items: center;
  line-height: 1;
}

.nextsaas-mega-menu .nextsaas-mega-menu-wrapper ul.nextsaas-mega-menu-list li.parent-has-no-child .nextsaas-menu-toggle {
	display: none;
}
.nextsaas-mega-menu-wrapper ul.nextsaas-sub-menu{
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 111;
  transition: all .3s ease;
  transform: scaleY(0);
  transform-origin: top;
  overflow: hidden;
}
.nextsaas-mega-menu-wrapper ul.nextsaas-mega-menu-list li.menu-item:hover ul.nextsaas-sub-menu{
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.nextsaas-mega-menu-wrapper ul.nextsaas-sub-menu > li.menu-item{
  display: block;
  text-align: left;
  transition: all .3s ease;
}
.nextsaas-mega-menu-wrapper ul.nextsaas-sub-menu > li.menu-item a.nextsaas-sub-menu-item{
  display: block;
}
.nextsaas-mega-menu-wrapper .nextsaas-sub-menu li.menu-item:not(:last-child){
  border-bottom-style: solid;
}
.nextsaas-mega-menu-wrapper ul.nextsaas-sub-menu div.menu-item{
  display: block;
}
.nextsaas-mega-menu.nextsaas-mega-menu-oriantation-vertical ul.nextsaas-mega-menu-list{
  flex-direction: column;
  width: 100%;
}
.nextsaas-mega-menu.nextsaas-mega-menu-oriantation-vertical ul.nextsaas-mega-menu-list ul.nextsaas-sub-menu{
  top: 0;
  left: 100%;
}
.nextsaas-mega-menu.nextsaas-mega-menu-oriantation-vertical .nextsaas-mega-menu-wrapper{
  display: flex;
}
.nextsaas-mega-menu.nextsaas-mega-menu-oriantation-vertical{
  width: 300px;
}
.nextsaas-mega-menu-icon{
  display: inline-block;
  line-height: 1;
}
.nextsaas-mega-menu-label{
  display: inline-block;
  position: relative;
  line-height: 1;
}
.nextsaas-mega-menu-wrapper .slicknav_menu {
  visibility: hidden;
  opacity: 0;
  display: none;
}

@media (max-width: 1024px) {
  .nextsaas-mega-menu__breakpoint-tablet .nextsaas-mega-menu-wrapper .slicknav_menu {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  .nextsaas-mega-menu__breakpoint-tablet .nextsaas-mega-menu-wrapper ul.nextsaas-mega-menu-list {
    visibility: hidden;
    opacity: 0;
    height: 0;
    display: none;
  }
  .nextsaas-mega-menu__breakpoint-tablet .nextsaas-mega-menu-wrapper .slicknav_menu .slicknav_nav,
  .nextsaas-mega-menu__breakpoint-mobile .nextsaas-mega-menu-wrapper .slicknav_menu .slicknav_nav {
    position: absolute;
    top: 100%;
    width: 100%;
    height: auto;
    z-index: 111;
    background: #ffffff;
    right: 0;
    margin: 0 -10px;
    padding: 0 10px;
  }

  .nextsaas-mega-menu__breakpoint-tablet .nextsaas-mega-menu-wrapper .slicknav_menu .slicknav_nav ul.nextsaas-sub-menu,
  .nextsaas-mega-menu__breakpoint-mobile .nextsaas-mega-menu-wrapper .slicknav_menu .slicknav_nav ul.nextsaas-sub-menu {
    position: relative;
    top: 100%;
    left: 0;
    width: 100% !important;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    z-index: 111;
    transition: all .3s ease;
    transform: scaleY(1);
    transform-origin: top;
    overflow: hidden;
  }

  .nextsaas-mega-menu__breakpoint-tablet .nextsaas-mega-menu-wrapper .slicknav_menu .slicknav_nav .nextsaas-menu-toggle,
  .nextsaas-mega-menu__breakpoint-mobile .nextsaas-mega-menu-wrapper .slicknav_menu .slicknav_nav .nextsaas-menu-toggle {
    display: none;
  }
  .nextsaas-mega-menu__breakpoint-tablet .nextsaas-mega-menu-wrapper .slicknav_menu .slicknav_nav li,
  .nextsaas-mega-menu__breakpoint-mobile .nextsaas-mega-menu-wrapper .slicknav_menu .slicknav_nav li {
    margin: 0;
  }
  .slicknav_nav .slicknav_row {
    padding: 0 !important;
  }
  .slicknav_nav .slicknav_arrow{
    margin: 0 15px 0 0 !important;
  }
}
@media (max-width: 767px) {
  .nextsaas-mega-menu__breakpoint-mobile .nextsaas-mega-menu-wrapper .slicknav_menu {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  .nextsaas-mega-menu__breakpoint-mobile .nextsaas-mega-menu-wrapper ul.nextsaas-mega-menu-list {
    visibility: hidden;
    opacity: 0;
    height: 0;
    display: none;
  }
}

@media (max-width: 992px) {
  .nextsaas-mega-menu__breakpoint-mobile.nextsaas-mega-menu-dropdown-overflow-yes .nextsaas-mega-menu-wrapper .slicknav_menu .slicknav_nav, 
  .nextsaas-mega-menu__breakpoint-tablet.nextsaas-mega-menu-dropdown-overflow-yes .nextsaas-mega-menu-wrapper .slicknav_menu .slicknav_nav {
    overflow-y: scroll;
  }
  .nextsaas-mega-menu__breakpoint-mobile.nextsaas-mega-menu-dropdown-overflow-yes .nextsaas-mega-menu-wrapper .slicknav_menu .slicknav_nav, 
  .nextsaas-mega-menu__breakpoint-tablet.nextsaas-mega-menu-dropdown-overflow-yes .nextsaas-mega-menu-wrapper .slicknav_menu .slicknav_nav {
    scrollbar-width: none; 
    -ms-overflow-style: none;
  }
    
  .nextsaas-mega-menu__breakpoint-mobile.nextsaas-mega-menu-dropdown-overflow-yes .nextsaas-mega-menu-wrapper .slicknav_menu .slicknav_nav::-webkit-scrollbar, 
  .nextsaas-mega-menu__breakpoint-tablet.nextsaas-mega-menu-dropdown-overflow-yes .nextsaas-mega-menu-wrapper .slicknav_menu .slicknav_nav::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
/* Mega menu css end */
.testimonial-tiled-card:hover{
  rotate: 0deg !important;
}