/* 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;
}

.primary-blue{
  color: #2C35F5;
}

.custom-highlight-section {
  margin-top: 100px;
  display: flex;
  width: 100%;
  padding: 0 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F0F2F6;
  box-sizing: border-box;
}

.custom-highlight-section-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1290px;
  min-height: 766px;
  padding: 80px 0 100px 0;
  align-items: center;
  gap: 60px;
}

.custom-highlight-section-left {
  display: flex;
  width: 645px;
  min-width: 400px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}

.chs-badge-wrap-outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}

.chs-badge-wrap-mid {
  display: flex;
  padding-bottom: 20px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.chs-badge-wrap-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.chs-badge-pill {
  display: flex;
  padding: 6px 20px;
  align-items: flex-start;
  border-radius: 33554400px;
  background: #E7EEFE;
  backdrop-filter: blur(8.614150047302246px);
}

.chs-badge-text {
  color: var(--nextsaas-wp-pixels-71-com-shark, var(--color-grey-11, #1A1A1C));
  font-family: var(--font-family-Font-1, Inter), sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-21, 21px);
  text-transform: lowercase;
  margin: 0;
}

.chs-title-wrap-outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  
}

.chs-title-wrap-mid {
  display: flex;
  padding-bottom: 12px;
  flex-direction: column;
  align-items: flex-start;
}

.chs-title-wrap-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.chs-title-text {
  color: var(--nextsaas-wp-pixels-71-com-shark, var(--color-grey-11, #1A1A1C));
  font-family: var(--font-family-Font-1, Inter), sans-serif;
  font-size: 47.6px;
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-62, 62px);
  margin: 0;
}

.chs-desc-wrap {
  display: flex;
  width: 483.75px;
  max-width: var(--width-645, 645px);
  flex-direction: column;
  align-items: flex-start;
  
}

.chs-desc-text {
  color: var(--nextsaas-wp-pixels-71-com-shark-60, var(--color-grey-1160, rgba(26, 26, 28, 0.60)));
  font-family: var(--font-family-Font-1, Inter), sans-serif;
  font-size: 14.5px;
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-24, 24px);
  margin: 0;
}

.chs-list-wrap-outer {
  display: flex;
  padding: 56px 0 0 12px;
  flex-direction: column;
  align-items: flex-start;
}

.chs-list-wrap-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.chs-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.chs-list-item-icon-col {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.chs-list-item-text-wrap {
  display: flex;
  padding-left: 5px;
  flex-direction: column;
  align-items: flex-start;
}

.chs-list-item-text {
  color: var(--nextsaas-wp-pixels-71-com-shark, var(--color-grey-11, #1A1A1C));
  font-family: var(--font-family-Font-1, Inter), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-27, 27px);
  margin: 0;
}

.custom-highlight-section-right {
  flex: 1;
  align-self: stretch;
  background: url("../images/wh-bg.png") center center / contain no-repeat;
}

.shopify-service-boxes {
  display: flex;
  height: 347px;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 35px;
  align-self: stretch;
  flex-wrap: wrap;
  margin-top: 36px;
}

.shopify-service-box {
  display: flex;
  width: 406.667px;
  height: 156px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #ECEFF4;
  background: #FFF;
}

.shopify-service-icon {
  display: flex;
  padding-bottom: 16px;
  flex-direction: column;
  align-items: flex-start;
}

.shopify-service-title {
  display: flex;
  padding-bottom: 8px;
  flex-direction: column;
  align-items: flex-start;
  color: #191919;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.shopify-service-desc {
  color: #64748B;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
}

.featured-apps-outer {
  display: flex;
  max-width: 1440px;
  height: 1018px;
  padding: 100px 0;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
}

.featured-apps-main {
  display: flex;
  padding: 80px 74px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 32px;
  background: #1A1A1C;
}

.featured-apps-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  align-self: stretch;
}

.featured-apps-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.featured-apps-head {
  display: flex;
  padding-bottom: 36px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.featured-apps-badge {
  display: flex;
  padding: 6px 20px;
  justify-content: center;
  align-items: flex-start;
  border-radius: 33554400px;
  background: rgba(252, 252, 252, 0.10);
  backdrop-filter: blur(8.6141500473px);
  color: #C6F56F;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12.7px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-transform: lowercase;
}

.featured-apps-title {
  color: #FCFCFC;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 47.1px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  margin: 22px 0 12px;
}

.featured-apps-subtitle {
  color: rgba(252, 252, 252, 0.60);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.featured-apps-carousel {
  position: relative;
  align-self: stretch;
}

.featured-apps-list-wrap {
  display: flex;
  height: 279px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  overflow-y: hidden;
  overflow-x: auto;
  padding: 0.5px 0 10.5px;
  scrollbar-width: thin;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.featured-apps-list-wrap::-webkit-scrollbar {
  display: none;
}

.featured-apps-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 36px;
  align-self: flex-start;
  padding-right: 72px;
}

.featured-app-card {
  flex: 0 0 340px;
}

.featured-apps-scroll-next {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border: 1px solid #1a1a1c;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 2;
  cursor: pointer;
}

.featured-apps-scroll-prev {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border: 1px solid #1a1a1c;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.featured-apps-scroll-prev.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.featured-app-card {
  display: flex;
  width: 340px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px;
  background: rgba(65, 65, 65, 0.50);
  backdrop-filter: blur(4.5px);
}

.featured-app-card-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.featured-app-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #FCFCFC;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}

.featured-app-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.featured-app-name {
  color: #FCFCFC;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
}

.featured-app-desc {
  color: rgba(252, 252, 252, 0.60);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.featured-install-btn {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid rgba(200, 200, 200, 0.45);
  color: #C8C8C8;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.featured-apps-cta-wrap {
  display: flex;
  padding: 8px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.featured-apps-cta {
  display: flex;
  min-width: 90px;
  padding: 12px 25px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 33554400px;
  border: 1px solid #1A1A1C;
  background: rgba(255, 255, 255, 0.95);
  color: #191919;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.featured-apps-cta-viewall {
  display: none;
}

@media (max-width: 1024px) {
  .custom-highlight-section {
    padding: 0 28px;
  }

  .custom-highlight-section-inner {
    min-height: auto;
    padding: 72px 0 80px;
    gap: 40px;
  }

  .custom-highlight-section-left {
    width: 100%;
    min-width: 0;
  }

  .chs-title-text {
    font-size: 40px;
    line-height: 52px;
  }

  .chs-desc-wrap {
    width: 100%;
    max-width: 100%;
  }

  .chs-list-wrap-outer {
    padding: 42px 0 0;
  }

  .shopify-service-boxes {
    height: auto;
    gap: 20px;
  }

  .shopify-service-box {
    width: calc(50% - 10px);
  }

  .shopify-service-title {
    font-size: 22px;
    line-height: 30px;
  }

  .featured-apps-outer {
    height: auto;
    padding: 64px 20px;
  }

  .featured-apps-main {
    padding: 48px 20px;
  }

  .featured-apps-title {
    font-size: 36px;
    line-height: 46px;
  }

  .featured-apps-list { gap: 24px; }

  .featured-apps-scroll-next {
    width: 42px;
    height: 42px;
    right: 8px;
  }

  .featured-apps-scroll-prev {
    width: 42px;
    height: 42px;
    left: 8px;
  }
}

@media (max-width: 767px) {
  .custom-highlight-section {
    margin-top: 64px;
    padding: 0 20px;
  }

  .custom-highlight-section-inner {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    gap: 32px;
    padding: 52px 0 56px;
  }

  .custom-highlight-section-left {
    width: 100%;
    min-width: 0;
  }

  .chs-badge-wrap-mid {
    padding-bottom: 18px;
  }

  .chs-title-wrap-mid {
    padding-bottom: 10px;
  }

  .chs-title-text {
    color: var(--nextsaas-wp-pixels-71-com-shark, var(--color-grey-11, #1A1A1C));
    font-family: var(--font-family-Font-1, Inter), sans-serif;
    font-size: 21.8px;
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-34, 34px);
  }

  .chs-desc-wrap {
    width: 100%;
    max-width: 100%;
  }

  .chs-desc-text {
    color: var(--nextsaas-wp-pixels-71-com-shark-60, var(--color-grey-1160, rgba(26, 26, 28, 0.60)));
    font-family: var(--font-family-Font-1, Inter), sans-serif;
    font-size: 12.7px;
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-21, 21px);
  }

  .chs-list-wrap-outer {
    padding: 34px 0 0;
    width: 100%;
  }

  .chs-list-wrap-inner {
    gap: 22px;
  }

  .chs-list-item {
    gap: 10px;
    align-items: center;
  }

  .chs-list-item-icon-col {
    width: 28px;
    height: 28px;
  }

  .chs-list-item-icon-col svg {
    width: 24px;
    height: 24px;
  }

  .chs-list-item-text-wrap {
    padding-left: 2px;
  }

  .chs-list-item-text {
    color: var(--nextsaas-wp-pixels-71-com-shark, var(--color-grey-11, #1A1A1C));
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }

  .custom-highlight-section-right {
    width: 100%;
    min-height: 300px;
    align-self: stretch;
    background-position: center top;
    background-size: 100% auto;
  }

  .featured-apps-title {
    font-size: 30px;
    line-height: 40px;
  }

  .featured-apps-carousel {
    display: block;
  }

  .featured-apps-list-wrap {
    height: auto;
    overflow: visible;
    padding: 0;
  }

  .featured-apps-list {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding-right: 0;
    width: 100%;
  }

  .featured-app-card {
    width: 100%;
    flex-basis: auto;
    max-width: 100%;
  }

  .featured-apps-list .featured-app-card {
    display: none;
  }

  .featured-apps-list .featured-app-card.featured-app-card-mobile-show {
    display: flex;
  }

  .featured-apps-scroll-prev,
  .featured-apps-scroll-next {
    display: none;
  }

  .featured-apps-cta-wrap {
    align-items: stretch;
    align-self: stretch;
    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    box-sizing: border-box;
  }

  .featured-apps-cta-viewall {
    display: flex;
    width: 100%;
    min-width: 0;
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 33554400px;
    background: rgba(65, 65, 65, 0.50);
    color: #ECEFF4;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
    box-sizing: border-box;
  }

  .featured-apps-cta {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .shopify-tech-section {
    padding: 40px 0 48px;
  }

  .shopify-tech-section .elementor-element-701c7313 > .e-con-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  .shopify-tech-section .elementor-element-5ceb6ab9,
  .shopify-tech-section .elementor-element-cd0e27c {
    width: 100%;
    text-align: center;
  }

  .shopify-tech-section .elementor-element-5ceb6ab9 .nextsaas_heading_wrap,
  .shopify-tech-section .elementor-element-cd0e27c .nextsaas_heading_wrap {
    text-align: center;
  }

  .shopify-tech-section .elementor-element-5ceb6ab9 h2,
  .shopify-tech-section .elementor-element-cd0e27c p {
    text-align: center;
  }

  .shopify-tech-section .elementor-element-6a22efdf {
    width: 100%;
    max-width: 100%;
    align-items: center;
  }

  .shopify-tech-section .elementor-element-6a22efdf .nextsaas_button_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .shopify-tech-section .shopify-tech-cta {
    width: auto;
    max-width: 100%;
    background: #1a1a1c;
    color: #fff;
    border-color: #1a1a1c;
    border-radius: 999px;
    padding: 12px 20px;
    font-size: 14px;
    text-transform: lowercase;
  }

  .shopify-tech-section .shopify-tech-cta:hover {
    background: #333;
    color: #fff;
  }

  .shopify-tech-section .shopify-service-boxes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
    width: 100%;
    max-width: 100%;
    height: auto;
    justify-content: stretch;
    align-content: start;
  }

  .shopify-tech-section .shopify-service-box {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    padding: 16px 10px;
    box-sizing: border-box;
  }

  .shopify-tech-section .shopify-service-icon {
    align-items: center;
    align-self: center;
    padding-bottom: 10px;
  }

  .shopify-tech-section .shopify-service-box:nth-child(5) .shopify-service-icon svg path {
    stroke: #7c3aed;
  }

  .shopify-tech-section .shopify-service-title {
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    padding-bottom: 6px;
  }

  .shopify-tech-section .shopify-service-desc {
    font-size: 12px;
    line-height: 16px;
  }
}

.nextsaas-menu-footer .footer-link {
  color: #FFFFFFB3;
  font-family: var(--font-family-Font-1, Inter), sans-serif;
  font-size: 14.5px;
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-24, 24px);
}

.nextsaas-menu-footer li:has(.footer-link[href="#"]) {
  display: none;
}

.blog-page {
  margin: 0;
  background: #f5f7fb;
}

.blog-theme-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 247, 251, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e2e6ed;
}

.blog-theme-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
}

.blog-theme-brand img {
  height: 34px;
  width: auto;
  display: block;
}

.blog-theme-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.blog-theme-nav a {
  color: #1a1a1c;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.blog-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 24px 80px;
  box-sizing: border-box;
}

.blog-hero {
  margin-bottom: 32px;
}

.blog-back-home,
.blog-back-link {
  display: inline-flex;
  margin-bottom: 20px;
  text-decoration: none;
  color: #2c35f5;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.blog-page-title {
  margin: 0 0 12px;
  color: #1a1a1c;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
}

.blog-page-lead {
  margin: 0;
  max-width: 760px;
  color: rgba(26, 26, 28, 0.7);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.blog-card {
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 16px;
  padding: 20px;
  box-sizing: border-box;
}

.blog-card-meta {
  margin: 0 0 10px;
  color: #2c35f5;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.blog-card-title {
  margin: 0 0 12px;
  color: #1a1a1c;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.blog-card-excerpt {
  margin: 0 0 16px;
  color: rgba(26, 26, 28, 0.7);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.blog-card-link {
  color: #1a1a1c;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #1a1a1c;
}

.blog-article-main {
  max-width: 860px;
}

.blog-article {
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 16px;
  padding: 28px;
  box-sizing: border-box;
}

.blog-article-title {
  margin: 0 0 12px;
  color: #1a1a1c;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

.blog-article-lead {
  margin: 0 0 20px;
  color: rgba(26, 26, 28, 0.75);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.blog-article h2 {
  margin: 22px 0 8px;
  color: #1a1a1c;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.blog-article p {
  margin: 0;
  color: rgba(26, 26, 28, 0.8);
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.blog-theme-footer {
  background: #1a1a1c;
  margin-top: 48px;
}

.blog-theme-footer .blog-theme-shell {
  padding-top: 26px;
  padding-bottom: 26px;
  flex-wrap: wrap;
}

.blog-theme-footer-copy {
  margin: 0;
  color: rgba(252, 252, 252, 0.8);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.blog-theme-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.blog-theme-footer-links a {
  color: rgba(252, 252, 252, 0.85);
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .blog-theme-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-theme-brand img {
    height: 30px;
  }

  .blog-theme-nav {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .blog-theme-nav a {
    font-size: 12px;
    line-height: 18px;
  }

  .blog-main {
    padding: 110px 16px 60px;
  }

  .blog-page-title {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-page-lead {
    font-size: 13px;
    line-height: 21px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card-title {
    font-size: 20px;
    line-height: 28px;
  }

  .blog-article {
    padding: 20px 16px;
  }

  .blog-article-title {
    font-size: 27px;
    line-height: 36px;
  }
}

.footer-social-icons {
  display: flex;
  padding-top: 40px;
  align-items: center;
  gap: 11px;
}

.footer-social-icon {
  display: flex;
  width: 34.233px;
  height: 34.233px;
  padding: 7.607px 6.847px;
  justify-content: center;
  align-items: center;
  gap: 7.607px;
  border-radius: 17.117px;
  border: 0.4px solid rgba(255, 255, 255, 0.70);
}

.footer-copyright-text {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 26px 20px 32px;
  text-align: center;
  border-top: 1px solid rgba(252, 252, 252, 0.1);
  color: var(--nextsaas-wp-pixels-71-com-alabaster-60, var(--color-grey-9960, rgba(252, 252, 252, 0.60)));
  font-family: var(--font-family-Font-1, Inter), sans-serif;
  font-size: 14.4px;
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-24, 24px);
  position: relative;
  z-index: 1;
}

#nextsass-footer .elementor-element-4f1ad517 > .e-con-inner {
  flex-wrap: wrap;
}

#nextsass-footer .elementor-element-4f1ad517 > .e-con-inner > .footer-copyright-text {
  flex: 0 0 100%;
  max-width: 100%;
}

#nextsass-footer {
  position: relative;
  background-color: #1a1a1c;
  overflow: hidden;
}

#nextsass-footer .elementor-34006 {
  background-color: #1a1a1c;
}

#nextsass-footer .elementor-34006 .elementor-element-4f1ad517 {
  position: relative;
  overflow: hidden;
}

#nextsass-footer .elementor-34006 .footer-decor {
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  margin: 0 !important;
  transform: none !important;
  --e-transform-rotateZ: 0deg !important;
}

#nextsass-footer .elementor-34006 .footer-decor--tr {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: min(52vw, 500px);
  max-width: 500px;
}

#nextsass-footer .elementor-34006 .footer-decor--tr img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top right;
}

#nextsass-footer .elementor-34006 .footer-decor--bl {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
  width: min(52vw, 500px);
  max-width: 500px;
}

#nextsass-footer .elementor-34006 .footer-decor--bl img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom left;
}

@media (max-width: 767px) {
  #nextsass-footer .elementor-34006 .footer-decor--tr,
  #nextsass-footer .elementor-34006 .footer-decor--bl {
    width: min(70vw, 320px);
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .nav-menu.header-one {
    display: flex !important;
    width: 90% !important;
    max-width: 90% !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    translate: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 8px !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 33554400px !important;
    border: 1px solid #E3E7ED !important;
    background: #fff !important;
  }
}

body.page-apps {
  background-color: #fff !important;
}

body.page-apps .nav-menu.header-one {
  background-color: #fff !important;
}

body.page-services {
  background-color: #fff !important;
}

body.page-services .nav-menu.header-one {
  background-color: #fff !important;
}

body.page-about {
  background-color: #fff !important;
}

body.page-about .nav-menu.header-one {
  background-color: #fff !important;
}

.apps-page {
  background: #fff;
  min-height: 50vh;
}

.apps-page-main {
  max-width: 1290px;
  margin: 0 auto;
  padding: 120px 24px 96px;
}

.apps-page-title {
  color: #191919;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 16px;
}

.apps-page-lead {
  color: rgba(20, 20, 20, 0.6);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 640px;
  margin: 0 auto 48px;
}

.apps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.apps-page-card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #e2e6ed;
  background: #f9fafb;
  backdrop-filter: blur(4.5px);
}

.apps-page-card-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
  border-radius: 8px;
}

.apps-page-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex: 1 1 auto;
}

.apps-page-card-title {
  color: #1a1a1c;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
  padding-bottom: 12px;
}

.apps-page-card-desc {
  color: rgba(20, 20, 20, 0.6);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.apps-page-install {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 20px;
  border-radius: 14px;
  background: #fff;
  border: none;
  color: #191919;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  margin-top: auto;
  box-sizing: border-box;
}

.apps-page-install:hover {
  opacity: 0.92;
}

.apps-page-install svg {
  flex-shrink: 0;
}

.elementor-element-d40bf4f .nav-menu .apps-page-nav-active {
  color: #191919;
  font-weight: 500;
}

.elementor-element-d40bf4f .nav-menu .services-page-nav-active {
  color: #191919;
  font-weight: 500;
}

.elementor-element-d40bf4f .nav-menu .about-page-nav-active {
  color: #191919;
  font-weight: 500;
}

main.about-page {
  background: #fff;
}

.about-page-hero {
  background: #fff;
  padding: 172px 0 56px;
}

.about-page-hero-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  text-align: center;
}

@media (min-width: 640px) {
  .about-page-hero-inner {
    max-width: 540px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .about-page-hero-inner {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .about-page-hero-inner {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .about-page-hero-inner {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .about-page-hero-inner {
    max-width: 1290px;
  }
}

.about-hero-title {
  color: #1a1a1c;
  font-family: Inter, sans-serif;
  font-size: clamp(2rem, 5vw, 3.9rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 28px;
  letter-spacing: -0.02em;
}

.about-hero-lead {
  color: rgba(26, 26, 28, 0.6);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
  max-width: 640px;
}

.about-stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  margin: 96px auto 0;
  max-width: 100%;
}

.about-stat-card {
  display: flex;
  width: 200px;
  padding: 26px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border-radius: 20px;
  border: 1px solid rgba(223, 228, 235, 0.9);
  background: #f9fafb;
  box-sizing: border-box;
}

.about-stat-value {
  color: #1a1a1c;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
  margin: 0;
}

.about-stat-label {
  color: rgba(26, 26, 28, 0.6);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.about-values {
  background: #fff;
  padding: 0 0 96px;
}

.about-values-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}

@media (min-width: 640px) {
  .about-values-inner {
    max-width: 540px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .about-values-inner {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .about-values-inner {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .about-values-inner {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .about-values-inner {
    max-width: 1290px;
  }
}

.about-values-title {
  color: #1a1a1c;
  font-family: Inter, sans-serif;
  font-size: 43.7px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  margin: 0;
}

.about-values-title-line2 {
  white-space: nowrap;
}

.about-values-accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 687px;
  max-width: 100%;
  box-sizing: border-box;
  justify-self: start;
}

.about-values-item {
  border-radius: 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.about-values-item[open] {
  background: #f9fafb;
  border: 1.5px solid transparent;
}

.about-values-item:not([open]) {
  background: #fff;
  border: 1.5px solid #e2e6ed;
}

.about-values-summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 22px;
  cursor: pointer;
}

.about-values-summary::-webkit-details-marker {
  display: none;
}

.about-values-summary-left {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.about-values-number {
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 62px;
  color: #bebebe;
  flex-shrink: 0;
}

.about-values-heading {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #1a1a1c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-values-item[open] .about-values-number,
.about-values-item[open] .about-values-heading {
  color: #2c35f5;
}

.about-values-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-values-arrow svg {
  display: block;
}

.about-values-item[open] .about-values-arrow-down {
  display: none;
}

.about-values-item:not([open]) .about-values-arrow-up {
  display: none;
}

.about-values-body {
  padding: 0 22px 22px;
}

.about-values-arrow {
  transition: background 0.2s ease;
}

.about-values-summary {
  transition: opacity 0.2s ease;
}

.about-values-desc {
  color: rgba(26, 26, 28, 0.6);
  text-align: justify;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.about-philosophy {
  background: #fff;
  padding: 0 24px 80px;
}

.about-philosophy-inner {
  display: flex;
  height: 275px;
  max-width: 1290px;
  margin: 0 auto;
  padding: 44px;
  align-items: center;
  gap: 32px;
  border-radius: 30px;
  background: #1a1a1c;
  box-sizing: border-box;
}

.about-philosophy-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 0 0 55%;
  max-width: 55%;
}

.about-philosophy-title {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 43.7px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  margin: 0;
}

.about-philosophy-lead {
  color: rgba(255, 255, 255, 0.8);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.about-philosophy-btn {
  display: flex;
  width: 145px;
  min-width: 90px;
  padding: 12px 20px;
  justify-content: center;
  align-items: flex-start;
  border-radius: 9999px;
  border: 1px solid #fff;
  background: #fff;
  color: #1a1a1c;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  box-sizing: border-box;
}

.about-philosophy-btn:hover {
  opacity: 0.92;
}

.about-philosophy-btn-mobile {
  display: none;
}

.about-philosophy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 0 45%;
  max-width: 45%;
}

.about-philosophy-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.about-philosophy-item svg {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .about-philosophy-inner {
    flex-direction: column;
    height: auto;
    padding: 32px 24px;
    gap: 24px;
  }

  .about-philosophy-left {
    min-width: 0;
    width: 100%;
  }

  .about-philosophy-title {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (max-width: 640px) {
  .about-philosophy {
    background: #f0f2f6;
    padding: 0 20px 64px;
  }

  .about-philosophy-inner {
    max-width: 100%;
    width: 100%;
    border-radius: 30px;
    padding: 34px 16px 28px;
    gap: 26px;
    box-sizing: border-box;
  }

  .about-philosophy-left {
    gap: 12px;
    flex: 1 1 auto;
    max-width: 100%;
  }

  .about-philosophy-title {
    color: #fff;
    font-family: var(--font-family-Font-1, Inter), sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: 40.023px;
  }

  .about-philosophy-lead {
    font-size: 12.5px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.7);
  }

  .about-philosophy-list {
    gap: 10px;
    flex: 1 1 auto;
    max-width: 100%;
  }

  .about-philosophy-item {
    gap: 8px;
    font-size: 13px;
    line-height: 21px;
  }

  .about-philosophy-item svg {
    width: 18px;
    height: 18px;
  }

  .about-philosophy-btn {
    width: 113px;
    min-width: 113px;
    padding: 8px 0;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    border-radius: 999px;
  }

  .about-philosophy-left .about-philosophy-btn {
    display: none;
  }

  .about-philosophy-btn-mobile {
    display: inline-flex;
    margin-top: 4px;
    align-self: flex-start;
  }
}

.about-cta {
  background: #fff;
  padding: 80px 24px 96px;
}

.about-cta-inner {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

.about-cta-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background: #eef0f8;
  color: #1a1a1c;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}

.about-cta-title {
  color: #1a1a1c;
  font-family: Inter, sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

.about-cta-lead {
  color: rgba(20, 20, 20, 0.6);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 36px;
}

.about-cta-btn {
  display: inline-flex;
  padding: 14px 28px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: #1a1a1c;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.about-cta-btn:hover {
  opacity: 0.88;
}

@media (max-width: 768px) {
  .about-cta-title {
    font-size: 30px;
  }
}

.about-build {
  background: #fff;
  padding: 80px 0 96px;
}

.about-build-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  text-align: center;
}

@media (min-width: 640px) {
  .about-build-inner { max-width: 540px; padding-left: 10px; padding-right: 10px; }
}
@media (min-width: 768px) {
  .about-build-inner { max-width: 720px; }
}
@media (min-width: 1024px) {
  .about-build-inner { max-width: 960px; }
}
@media (min-width: 1280px) {
  .about-build-inner { max-width: 1140px; }
}
@media (min-width: 1440px) {
  .about-build-inner { max-width: 1290px; }
}

.about-build-title {
  color: #1a1a1c;
  font-family: Inter, sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 16px;
}

.about-build-lead {
  color: rgba(20, 20, 20, 0.6);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto 48px;
  max-width: 600px;
}

.services-page {
  background: #fff;
  min-height: 50vh;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.services-page-card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #e2e6ed;
  background: #f9fafb;
  backdrop-filter: blur(4.5px);
}

.services-page-card-icon {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  color: #191919;
}

.services-page-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.services-page-card-title {
  color: #1a1a1c;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin: 0;
  padding-bottom: 12px;
}

.services-page-card-desc {
  color: rgba(20, 20, 20, 0.6);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.services-page-cta {
  background: #f5f5f7;
  padding: 80px 24px;
  margin-top: 0;
}

.services-page-cta-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.services-page-cta-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 9999px;
  background: #e7eefe;
  color: #1a1a1c;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
}

.services-page-cta-title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #191919;
  margin: 0 0 16px;
  font-family: Inter, sans-serif;
  line-height: 1.2;
}

.services-page-cta-desc {
  color: rgba(20, 20, 20, 0.6);
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto 32px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  max-width: 520px;
}

.services-page-cta .btn.btn-primary {
  background-color: #1a1a1c !important;
  border-color: #1a1a1c !important;
  color: #fff !important;
}

.services-page-cta .btn.btn-primary span {
  color: #fff !important;
}

.services-page-cta .btn.btn-primary:hover {
  background-color: #2e2e30 !important;
  border-color: #2e2e30 !important;
  color: #fff !important;
}

@media (max-width: 1024px) {
  .apps-grid,
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 640px) {
  .apps-page-title {
    font-size: 32px;
  }

  .apps-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .apps-page-main {
    padding-top: 100px;
    padding-bottom: 64px;
  }

  .services-page-cta {
    padding: 56px 20px;
  }

  .services-page-cta-title {
    font-size: 1.75rem;
  }

  .about-page-hero {
    padding: 124px 0 40px;
  }

  .about-page-hero-inner,
  .about-values-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-stats-grid {
    margin-top: 40px;
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .about-stat-card {
    width: 100%;
    min-width: 0;
    padding: 18px 20px;
    gap: 16px;
    border-radius: 14px;
  }

  .about-hero-title {
    font-size: 21.8px;
    line-height: 34px;
    letter-spacing: 0;
    margin-bottom: 12px;
  }

  .about-hero-lead {
    font-size: 12.7px;
    line-height: 21px;
    max-width: 316px;
  }

  .about-stat-value {
    font-size: 44px;
    line-height: 1;
  }

  .about-stat-label {
    font-size: 13px;
    line-height: 21px;
  }

  .about-values {
    padding: 0 0 96px;
  }

  .about-values-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-values-title {
    font-size: 32px;
    line-height: 44px;
  }

  .about-values-title-line2 {
    white-space: normal;
  }

  .about-build-title {
    font-size: 22px;
  }

  .about-build-lead {
    color: var(--nextsaas-wp-pixels-71-com-shark-60, var(--color-grey-1160, rgba(26, 26, 28, 0.60)));
    text-align: center;
    font-family: var(--font-family-Font-1, Inter), sans-serif;
    font-size: 12.5px;
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-21, 21px);
  }

  .about-values-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 28px;
  }

  .about-values-title {
    max-width: 320px;
    color: var(--nextsaas-wp-pixels-71-com-shark, var(--color-grey-11, #1A1A1C));
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
  }

  .about-values-accordion {
    width: 100%;
    gap: 12px;
  }

  .about-values-item {
    border-radius: 20px;
  }

  .about-values-summary {
    padding: 14px 10px 14px 10px;
    gap: 10px;
  }

  .about-values-summary-left {
    gap: 8px;
  }

  .about-values-number {
    font-size: 13px;
    line-height: 21px;
  }

  .about-values-heading {
    font-size: 17.829px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .about-values-arrow {
    width: 44px;
    height: 44px;
  }

  .about-values-arrow svg {
    width: 18px;
    height: 18px;
  }

  .about-values-body {
    padding: 0 10px 10px 10px;
  }

  .about-values-desc {
    font-size: 11.886px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.829px;
  }
}

/* ── Homepage Hero – Mobile (beats post-1939.css: load custom.css last in head) ─ */
@media (max-width: 767px) {
  .elementor-1939 .elementor-element.elementor-element-642cb7e6 .nextsaas_heading_wrap .nextsaas_heading.res-title,
  .elementor-1939 .elementor-element.elementor-element-642cb7e6 .nextsaas_heading_wrap .nextsaas_heading {
    font-size: 29.6px !important;
    font-weight: 500 !important;
    line-height: 42px !important;
    color: #1A1A1C !important;
    text-align: center !important;
    font-family: Inter, sans-serif !important;
  }

  .elementor-1939 .elementor-element.elementor-element-87d1735 .elementor-heading-title {
    font-size: 12.5px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    color: rgba(26, 26, 28, 0.60) !important;
    text-align: center !important;
  }

  .hero-desc-br {
    display: none;
  }

  .elementor-1939 .elementor-element.res-hero-container.elementor-element-346a60f6 {
    margin-top: 5rem !important;
  }

  .hero-stats-bar__value {
    font-size: 22px !important;
  }

  .hero-stats-bar__label {
    font-size: 11px !important;
  }
}

/* ── Hero gradient swap (mobile) ──────────────────────── */
.hero-gradient-mobile {
  display: none;
}

@media (max-width: 768px) {
  .hero-gradient-desktop {
    display: none;
  }
  .hero-gradient-mobile {
    display: block;
  }
}

/* ── Policy Pages ─────────────────────────────────────── */
.fseo-features-section {
  background: #f5f5f7;
  padding: 80px 24px;
}

.fseo-features-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.fseo-features-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.fseo-features-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 9999px;
  background: #1a1a1c;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fseo-features-title {
  color: #1a1a1c;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.fseo-features-desc {
  color: rgba(26, 26, 28, 0.6);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-width: 600px;
  margin: 0;
}

.fseo-slider-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 24px rgba(0,0,0,0.06);
  overflow: hidden;
  padding: 48px 48px 36px;
}

.fseo-swiper { width: 100%; }

.fseo-slide {
  display: flex !important;
  align-items: center;
  gap: 48px;
}

.fseo-slide-text {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fseo-slide-title {
  color: #1a1a1c;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.fseo-slide-desc {
  color: rgba(26, 26, 28, 0.6);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.fseo-slide-media {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  min-height: 240px;
  display: flex;
  align-items: center;
}

.fseo-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.fseo-slider-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.fseo-slider-arrows {
  display: flex;
  gap: 8px;
}

.fseo-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  border: 1px solid rgba(26,26,28,0.15);
  background: #fff;
  color: #1a1a1c;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.fseo-arrow:hover {
  background: #1a1a1c;
  color: #fff;
  border-color: #1a1a1c;
}

.fseo-swiper-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  justify-content: center;
}

.fseo-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: rgba(26,26,28,0.2);
  opacity: 1;
  transition: background 0.2s, width 0.2s;
}

.fseo-swiper-pagination .swiper-pagination-bullet-active {
  background: #1a1a1c;
  width: 24px;
}

@media (max-width: 767px) {
  .fseo-features-section { padding: 56px 16px; }
  .fseo-features-title { font-size: 26px; }
  .fseo-slider-card { padding: 28px 20px 24px; }
  .fseo-slide { flex-direction: column; gap: 24px; }
  .fseo-slide-text { flex: none; width: 100%; }
  .fseo-slide-title { font-size: 20px; }
  .fseo-slide-media { width: 100%; min-height: 180px; }
}

.fseo-reviews-section {
  background: #fff;
  padding: 80px 24px;
}

.fseo-reviews-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.fseo-reviews-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}

.fseo-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.fseo-review-card {
  background: #f5f5f7;
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background 0.2s, box-shadow 0.2s;
}

.fseo-review-card:hover {
  background: #fff;
  box-shadow: 0 4px 32px rgba(0,0,0,0.08);
}

.fseo-review-stars {
  display: flex;
  gap: 3px;
}

.fseo-review-text {
  color: rgba(26, 26, 28, 0.75);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  flex: 1;
}

.fseo-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.fseo-review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: #1a1a1c;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fseo-review-name {
  color: #1a1a1c;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .fseo-reviews-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .fseo-reviews-section { padding: 56px 16px; }
  .fseo-reviews-grid { grid-template-columns: 1fr; }
  .fseo-review-card { padding: 24px 20px; }
}

.policy-page-main {
  background: #fff;
  padding: 172px 24px 96px;
  min-height: 100vh;
}

.policy-page-inner {
  max-width: 860px;
  margin: 0 auto;
}

.policy-page-title {
  color: #1A1A1C;
  font-family: Inter, sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 62px;
  margin: 0 0 12px;
}

.policy-page-date {
  color: rgba(26, 26, 28, 0.50);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 48px;
}

.policy-page-heading {
  color: #1A1A1C;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  margin: 40px 0 12px;
}

.policy-page-subheading {
  color: #1A1A1C;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 24px 0 8px;
}

.policy-page-inner p {
  color: rgba(26, 26, 28, 0.70);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 16px;
}

.policy-page-list {
  color: rgba(26, 26, 28, 0.70);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 16px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.policy-page-link {
  color: #1A1A1C;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .policy-page-main {
    padding: 120px 16px 60px;
  }
  .policy-page-title {
    font-size: clamp(28px, 7vw, 47px);
    line-height: 1.3;
  }
}

/* ── Contact Modal ────────────────────────────────────── */
.cmodal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.50);
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.cmodal-backdrop.cmodal--open {
  display: flex;
}

.cmodal-box {
  background: #fff;
  border-radius: 32px;
  padding: 44px;
  width: 100%;
  max-width: 860px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cmodal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #F5F5F7;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cmodal-close:hover {
  background: #e5e5e7;
}

.cmodal-title {
  color: #1A1A1C;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 8px;
}

.cmodal-lead {
  color: rgba(26, 26, 28, 0.60);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 24px;
}

.cmodal-form {
  display: flex;
  flex-direction: column;
}

.cmodal-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

.cmodal-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  width: 100%;
}

.cmodal-group--accept {
  padding-bottom: 12px;
}

.cmodal-label {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.cmodal-input {
  height: 40px;
  padding: 10.5px 18px;
  border-radius: 20px;
  border: 1px solid #D7DDE5;
  background: #FCFCFC;
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #000;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.cmodal-input::placeholder {
  color: rgba(0, 0, 0, 0.50);
}

.cmodal-select-wrap {
  position: relative;
  width: 100%;
}

.cmodal-select {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 18px;
  border-radius: 20px;
  border: 1px solid #D7DDE5;
  background: #FCFCFC;
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #000;
  outline: none;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
}

.cmodal-select option[value=""][disabled] {
  color: rgba(0, 0, 0, 0.50);
}

.cmodal-select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.cmodal-textarea {
  height: 140px;
  padding: 12px 18px;
  border-radius: 20px;
  border: 1px solid #D7DDE5;
  background: #FCFCFC;
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #000;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  resize: none;
}

.cmodal-textarea::placeholder {
  color: rgba(0, 0, 0, 0.50);
}

.cmodal-accept-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #1A1A1C;
  cursor: pointer;
}

.cmodal-checkbox {
  width: 17px;
  height: 17px;
  border-radius: 16px;
  border: 1px solid #D7DDE5;
  background: #FFF;
  flex-shrink: 0;
  accent-color: #1A1A1C;
  cursor: pointer;
}

.cmodal-terms {
  color: #864FFE;
  font-size: 12px;
  text-decoration: underline;
}

.cmodal-submit {
  display: flex;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  background: #1A1A1C;
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: none;
  cursor: pointer;
}

.cmodal-submit:hover {
  background: #2c2c2e;
}

@media (max-width: 480px) {
  .cmodal-box {
    padding: 28px 20px;
  }
  .cmodal-row {
    grid-template-columns: 1fr;
  }
}

/* ── Contact Page ─────────────────────────────────────── */
.contact-page-main {
  background: #F5F5F7;
  padding: 172px 24px 80px;
  min-height: 100vh;
}

.contact-hero {
  max-width: 1290px;
  margin: 0 auto 56px;
  text-align: center;
}

.contact-hero-title {
  color: #1A1A1C;
  font-family: Inter, sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 62px;
  margin: 0 0 16px;
}

.contact-hero-lead {
  color: rgba(26, 26, 28, 0.60);
  font-family: Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.contact-body {
  background: #F5F5F7;
}

.contact-body-inner {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.contact-form {
  display: flex;
  flex: 1;
  padding: 44px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 32px;
  background: #FFF;
  gap: 0;
}

.contact-form-row--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

.contact-form-group {
  display: flex;
  padding-bottom: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.contact-form-group--accept {
  padding-bottom: 16px;
}

.contact-form-label {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.contact-form-input {
  display: flex;
  height: 40px;
  padding: 10.5px 18px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid #D7DDE5;
  background: #FCFCFC;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.contact-form-input::placeholder {
  color: rgba(0, 0, 0, 0.50);
}

.contact-form-textarea {
  display: flex;
  height: 170px;
  padding: 12px 18px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid #D7DDE5;
  background: #FCFCFC;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  resize: none;
}

.contact-form-textarea::placeholder {
  color: rgba(0, 0, 0, 0.50);
}

.contact-form-accept-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #1A1A1C;
  cursor: pointer;
}

.contact-form-radio {
  width: 17px;
  height: 17px;
  aspect-ratio: 1/1;
  border-radius: 16px;
  border: 1px solid #D7DDE5;
  background: #FFF;
  flex-shrink: 0;
  accent-color: #1A1A1C;
  cursor: pointer;
}

.contact-form-terms {
  color: #864FFE;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
  text-decoration-style: solid;
}

.contact-form-submit {
  display: flex;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 25px;
  background: #1A1A1C;
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: none;
  cursor: pointer;
  width: 100%;
}

.contact-form-submit:hover {
  background: #2c2c2e;
}

.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 371px;
  flex-shrink: 0;
}

.contact-info-card {
  display: flex;
  padding: 36px 44px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  border-radius: 20px;
  background: #1A1A1C;
  position: relative;
  overflow: hidden;
}

.contact-info-card-bg {
  position: absolute;
  width: 60%;
  height: auto;
  pointer-events: none;
  object-fit: cover;
}

.contact-info-card-bg:not([class*="--"]) {
  top: 0;
  right: 0;
}

.contact-info-card-bg--br {
  bottom: 0;
  right: 0;
}

.contact-info-card-bg--bl {
  bottom: 0;
  left: 0;
}

.contact-info-icon {
  margin-bottom: 8px;
}

.contact-info-label {
  color: #FCFCFC;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  text-align: center;
}

.contact-info-value {
  color: rgba(252, 252, 252, 0.60);
  font-family: Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .contact-body-inner {
    flex-direction: column;
  }
  .contact-info-cards {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contact-info-card {
    flex: 1;
    min-width: 220px;
  }
}

@media (max-width: 640px) {
  .contact-page-main {
    padding: 120px 16px 60px;
  }
  .contact-hero-title {
    font-size: clamp(28px, 6vw, 47px);
    line-height: 1.3;
  }
  .contact-form {
    padding: 24px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .contact-form-row--2col {
    grid-template-columns: 1fr;
  }
  .contact-info-cards {
    flex-direction: column;
  }
  .elementor-element.elementor-element-511985cb{
    margin-bottom: 30px !important;
  }
  /* .e-con>.e-con-inner{
    margin: -40px auto!important;
  } */
  .featured-apps-title{
    font-size: 21.9px!important;
    font-weight: 400!important;
    line-height: 34px!important;
  }
}

/* ── Homepage Blog Section ── */
.home-blog-section {
  background: #f4f6f9;
  padding: 80px 0 88px;
}
.home-blog-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.home-blog-header {
  text-align: center;
  margin-bottom: 48px;
}
.home-blog-label {
  display: inline-block;
  margin: 0 0 14px;
  color: #2c35f5;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.home-blog-title {
  margin: 0 0 12px;
  color: #1a1a1c;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.22;
}
.home-blog-lead {
  margin: 0;
  color: rgba(26, 26, 28, 0.6);
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 24px;
}
.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.home-blog-card {
  background: #fff;
  border: 1px solid #e3e7ed;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.home-blog-card-img-wrap {
  display: block;
  overflow: hidden;
  height: 200px;
}
.home-blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.home-blog-card:hover .home-blog-card-img {
  transform: scale(1.04);
}
.home-blog-card-body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.home-blog-card-tag {
  margin: 0 0 8px;
  color: #2c35f5;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.home-blog-card-title {
  margin: 0 0 10px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}
.home-blog-card-title a {
  color: #1a1a1c;
  text-decoration: none;
}
.home-blog-card-title a:hover {
  color: #2c35f5;
}
.home-blog-card-excerpt {
  margin: 0 0 18px;
  color: rgba(26, 26, 28, 0.65);
  font-family: Inter, sans-serif;
  font-size: 13.5px;
  line-height: 21px;
  flex: 1;
}
.home-blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #1a1a1c;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #1a1a1c;
  padding-bottom: 1px;
  width: fit-content;
}
.home-blog-card-link:hover {
  color: #2c35f5;
  border-color: #2c35f5;
}

@media (max-width: 1024px) {
  .home-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .home-blog-section {
    padding: 56px 0 64px;
  }
  .home-blog-inner {
    padding: 0 16px;
  }
  .home-blog-title {
    font-size: 24px;
    line-height: 34px;
  }
  .home-blog-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .home-blog-card-img-wrap {
    height: 180px;
  }
}

.cmodal-success,
.contact-form-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  gap: 12px;
}
.cmodal-success h3,
.contact-form-success h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1A1A1C;
  margin: 0;
}
.cmodal-success p,
.contact-form-success p {
  font-size: 14px;
  color: rgba(26,26,28,0.6);
  margin: 0;
}
