html {
  overflow-x:hidden
}
body {
  font-family: 'Hanken Grotesk', sans-serif;
  color: #475569; /* better readable grey */
  line-height: 1.6;
  font-size: 16px;
  background-color: #F8FAFC;
}
a {
  color:#6d768b;
  transition:.3s all ease
}
a:hover {
  color:#000
}
.font-heading,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:Hanken Grotesk,sans-serif;
  color:#000
}
.container {
  z-index:2;
  position:relative
}
.text-black {
  color:#000!important
}
.text-primary {
  color:#13D6A5!important
}
.border-top {
  border-top:1px solid #f2f2f2!important
}
.border-bottom {
  border-bottom:1px solid #f2f2f2!important
}
figure figcaption {
  margin-top:.5rem;
  font-style:italic;
  font-size:.8rem
}
#livechat_box {
  bottom:25px;
  left:30px;
  z-index:999;
  position:fixed
}
#livechat_box a {
  height:48px;
  display:inline-block;
  width:48px;
  border-radius:50%;
  background:url(../img/chat.png) no-repeat center #4cb849;
  position:relative;
  transition:all .3s ease;
  box-shadow:0 0 20px rgba(0,0,0,.4)
}
#livechat_box:hover a {
  background:url(../img/chat.png) no-repeat center #399837
}
#livechat_box a:after,
#livechat_box a:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  border-radius:50%;
  border:1px solid #63dc60
}
#livechat_box a:before {
  -webkit-animation:ripple 1.8s linear infinite;
  animation:ripple 1.8s linear infinite
}
#livechat_box a:after {
  -webkit-animation:ripple 1.8s linear 1s infinite;
  animation:ripple 1.8s linear 1s infinite
}
#livechat_box a:hover:after,
#livechat_box:hover a:before {
  -webkit-animation:none;
  animation:none
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform:scale(1)
  }
  75% {
    -webkit-transform:scale(1.75);
    opacity:1
  }
  100% {
    -webkit-transform:scale(2);
    opacity:0
  }
}
@keyframes ripple {
  0% {
    transform:scale(1)
  }
  75% {
    transform:scale(1.75);
    opacity:1
  }
  100% {
    transform:scale(2);
    opacity:0
  }
}
.site-section {
  padding:1rem 0
}
.section-heading {
  background:linear-gradient(-45deg,#3db3c5,#274685);
  -webkit-background-clip:text;
  font-size:28px
}
/* BACK TO TOP */
.back-to-top {
  position: fixed;
  display: none;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #00A86B, #13D6A5); 
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  left: 20px;  
  bottom: 20px;
  box-shadow: 0 6px 18px rgba(19,214,165,0.25);
  transition: all 0.3s ease;
  z-index: 999;
}

.back-to-top i {
  color:#fff;
  font-size:24px;
  position:absolute;
  top:8px;
  left:10px
}
/* =========================
   BASE BUTTON (SAAZTRO STANDARD)
========================= */
.btn {
  border: none;
  padding: 10px 24px; /* slightly balanced */
  border-radius: 10px; /* softer SaaS look */

  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  transition: all 0.25s ease;
  cursor: pointer;
}

/* =========================
   PRIMARY BUTTON (MAIN CTA)
========================= */
.btn.btn-primary {
  background: linear-gradient(135deg, #00A86B, #13D6A5);
  color: #ffffff;

  box-shadow: 0 6px 16px rgba(19, 214, 165, 0.18); /* reduced */
}

.btn.btn-primary:hover {
  background: #00A86B;
  transform: translateY(-2px);

  box-shadow: 0 10px 22px rgba(19, 214, 165, 0.22); /* softer hover */
}

/* =========================
   SUCCESS BUTTON (USE SAME STYLE)
========================= */
.btn-success {
  background: linear-gradient(135deg, #00A86B, #13D6A5);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(19, 214, 165, 0.25);
}

.btn-success:hover {
  background: #00A86B;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(19, 214, 165, 0.35);
}

/* =========================
   OUTLINE BUTTON (SECONDARY CTA)
========================= */
.btn.btn-outline-white {
  border: 1.5px solid #13D6A5;
  background: transparent;
  color: #13D6A5;
  border-radius: 8px;
}

.btn.btn-outline-white:hover {
  background: #13D6A5;
  color: #121A23;
}

/* =========================
   OPTIONAL DARK BUTTON
========================= */
.btn-dark {
  background: #1a2430;
  color: #ffffff;
}

.btn-dark:hover {
  background: #1a2430;
  color: #121A23;
}
.feature-1 .wrap-icon {
  margin:0 auto;
  height:100px;
  width:100px;
  border-radius:50%;
  position:relative;
  margin-bottom:30px;
  box-shadow:0 15px 30px 0 rgba(0,0,0,.2)
}
.feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(135deg, #13D6A5, #D4AF37);
  border-radius: 14px;
}
.feature-1 .wrap-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.2rem;
}
.feature-1 h3 {
  font-size:20px
}
.step .number {
  background:linear-gradient(-45deg,#1391a5,#274685);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  font-weight:700;
  letter-spacing:.2rem;
  margin-bottom:10px;
  display:block
}
.step p:last-child {
  margin-bottom:0
}
.review h3 {
  font-size:20px
}
.review p {
  line-height:1.8;
  font-style:italic;
  color:#333
}
.review .stars span {
  color:#ff8803
}
.review .stars .muted {
  color:#ccc
}
.review .review-user img {
  width:70px;
  margin:0 auto
}
.testimonial-carousel .owl-dots {
  position:absolute;
  bottom:-40px;
  width:100%;
  text-align:center
}
.testimonial-carousel .owl-dots .owl-dot {
  display:inline-block
}
.testimonial-carousel .owl-dots .owl-dot>span {
  display:inline-block;
  width:7px;
  height:7px;
  background-color:#cbd3da;
  border-radius:50%;
  margin:5px
}
.testimonial-carousel .owl-dots .owl-dot.active {
  outline:0
}
.testimonial-carousel .owl-dots .owl-dot.active>span {
  background:linear-gradient(-45deg,#1391a5,#274685)
}
.pricing {
  padding:50px;
  background:linear-gradient(-45deg,#1391a5,#274685);
  color:#fff;
  padding-bottom:12rem!important;
  position:relative;
  border-radius:4px;
  color:#000;
  background:#fff;
  box-shadow:0 10px 30px 0 rgba(0,0,0,.2)
}
.pricing h3 {
  color:#13D6A5
}
.pricing .price-cta {
  position:absolute;
  bottom:50px;
  width:100%;
  text-align:center;
  left:0
}
.pricing .price-cta .price {
  display:block;
  margin-bottom:20px;
  font-size:2rem;
  font-weight:300
}
.pricing .popularity {
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.2rem;
  display:block;
  margin-bottom:20px
}
.pricing ul {
  margin-bottom:50px
}
.pricing ul li {
  margin-bottom:10px
}
.pricing .btn-white {
  background:#fff;
  border:2px solid #f1f1f1;
  border-radius:4px;
  box-shadow:0 5px 20px 0 rgba(0,0,0,.1)
}
.pricing .btn-white:hover {
  color:#13D6A5
}
.pricing.popular {
  background:#fff;
  box-shadow:0 10px 30px 0 rgba(0,0,0,.2);
  color:#000;
  background:linear-gradient(-45deg,#1391a5,#274685);
  color:#fff;
  box-shadow:none
}
.pricing.popular .popularity {
  color:#b3b3b3
}
.pricing.popular h3 {
  color:#fff;
  background:0 0
}
.pricing.popular .btn-white {
  border:2px solid #13D6A5
}
.cta-section h2 {
  color:#fff;
  font-size:2rem;
  font-weight:700
}
.cta-section .btn {
  background:#000;
  color:#fff;
}
.sticky-wrapper {
  position:absolute;
  z-index:100;
  width:100%
}
.sticky-wrapper .site-navbar {
  transition:.3s all ease
}
.sticky-wrapper .site-navbar .site-menu-toggle {
  color:#fff
}
.sticky-wrapper .site-navbar .site-logo a {
  color:#fff;
  font-weight:700
}
.sticky-wrapper .site-navbar .site-menu>li>a {
  color:#fff!important
}
.sticky-wrapper .site-navbar .site-menu>li>a.active,
.sticky-wrapper .site-navbar .site-menu>li>a:hover {
  color:#fff!important
}
.sticky-wrapper.is-sticky .burger span,
.sticky-wrapper.is-sticky .burger:after,
.sticky-wrapper.is-sticky .burger:before {
  background:#000;
  transition:0s all ease
}
.sticky-wrapper.is-sticky .site-navbar {
  background:#fff;
  border-bottom:1px solid transparent;
  box-shadow:4px 0 20px -5px rgba(0,0,0,.2)
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color:#000!important
}
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
  color:#000!important
}
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover {
  color:#13D6A5!important
}
.sticky-wrapper.is-sticky .site-navbar .site-menu>li.active a {
  color:#13D6A5!important
}
.sticky-wrapper .shrink {
  padding-top:0!important;
  padding-bottom:0!important
}
.form-control {
  height:53px;
  border-radius:0;
  border:1px solid #dae0e5
}
.form-control:active,
.form-control:focus {
  outline:0;
  box-shadow:none;
  border:1px solid #13D6A5
}
.php-email-form .validate {
  display:none;
  color:red;
  margin:0 0 15px 0;
  font-weight:400;
  font-size:13px
}
.php-email-form .error-message {
  display:none;
  color:#fff;
  background:#ed3c0d;
  text-align:center;
  padding:15px;
  font-weight:600
}
.php-email-form .sent-message {
  display:none;
  color:#fff;
  background:#18d26e;
  text-align:center;
  padding:15px;
  font-weight:600
}
.php-email-form .loading {
  display:none;
  background:#fff;
  text-align:center;
  padding:15px
}
.php-email-form .loading:before {
  content:"";
  display:inline-block;
  border-radius:50%;
  width:24px;
  height:24px;
  margin:0 10px -6px 0;
  border:3px solid #18d26e;
  border-top-color:#eee;
  -webkit-animation:animate-loading 1s linear infinite;
  animation:animate-loading 1s linear infinite
}
@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes animate-loading {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
.post-entry {
  margin-bottom:60px
}
.post-entry .post-text .post-meta {
  color:#ccc;
  font-size:13px;
  display:block;
  margin-bottom:10px
}
.post-entry .post-text h3 {
  font-size:20px;
  color:#000
}
.post-entry .post-text h3 a {
  color:#000
}
.post-entry .post-text h3 a:hover {
  text-decoration:none;
  color:#13D6A5
}
.post-entry .post-text .readmore {
  color:#13D6A5
}
.sidebar-box {
  margin-bottom:30px;
  padding:25px;
  font-size:15px;
  width:100%;
  float:left;
  background:#fff
}
.sidebar-box :last-child {
  margin-bottom:0
}
.sidebar-box h3 {
  font-size:18px;
  margin-bottom:15px
}
.categories li,
.sidelink li {
  position:relative;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px dotted gray("300");
  list-style:none
}
.categories li:last-child,
.sidelink li:last-child {
  margin-bottom:0;
  border-bottom:none;
  padding-bottom:0
}
.categories li a,
.sidelink li a {
  display:block
}
.categories li a span,
.sidelink li a span {
  position:absolute;
  right:0;
  top:0;
  color:#ccc
}
.categories li.active a,
.sidelink li.active a {
  color:#000;
  font-style:italic
}
.comment-form-wrap {
  clear:both
}
.comment-list {
  padding:0;
  margin:0
}
.comment-list .children {
  padding:50px 0 0 40px;
  margin:0;
  float:left;
  width:100%
}
.comment-list li {
  padding:0;
  margin:0 0 30px 0;
  float:left;
  width:100%;
  clear:both;
  list-style:none
}
.comment-list li .vcard {
  width:80px;
  float:left
}
.comment-list li .vcard img {
  width:50px;
  border-radius:50%
}
.comment-list li .comment-body {
  float:right;
  width:calc(100% - 80px)
}
.comment-list li .comment-body h3 {
  font-size:20px
}
.comment-list li .comment-body .meta {
  text-transform:uppercase;
  font-size:13px;
  letter-spacing:.1em;
  color:#ccc
}
.comment-list li .comment-body .reply {
  padding:5px 10px;
  background:#e6e6e6;
  color:#000;
  text-transform:uppercase;
  font-size:14px
}
.comment-list li .comment-body .reply:hover {
  color:#000;
  background:#e3e3e3
}
.search-form {
  background:#f7f7f7;
  padding:10px
}
.search-form .form-group {
  position:relative
}
.search-form .form-group input {
  padding-right:50px
}
.search-form .icon {
  position:absolute;
  top:50%;
  right:20px;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%)
}
.hero-section {
  background: linear-gradient(
    135deg,
    rgba(18, 26, 35, 0.95),
    rgba(0, 168, 107, 0.75),
    rgba(19, 214, 165, 0.65)
  );
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-section .wave {
  width:100%;
  overflow:hidden;
  position:absolute;
  z-index:1;
  bottom:-150px
}
.hero-section .wave svg {
  width:100%
}
.hero-section,
.hero-section>.container>.row {
  height:100vh;
  min-height:640px
}
/* Desktop */
.hero-section.inner-page {
  min-height: 5vh;
  height: auto; /* remove fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section.inner-page .hero-text {
  -webkit-transform:translateY(-150px);
  transform:translateY(-150px);
  margin-top:-50px;
}
.hero-section h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.hero-section p {
  font-size: 18px;
  color: #E2E8F0; /* soft white */
  line-height: 1.6;
  margin: 0px auto 20px;
}
.hero-section .iphone-wrap {
  position:relative
}
.hero-section .iphone-wrap .phone-1,
.hero-section .iphone-wrap .phone-2 {
  position:absolute;
  top:-50%;
  overflow:hidden;
  left:0;
  box-shadow:0 15px 50px 0 rgba(0,0,0,.3);
  border-radius:10px
}
.hero-section .iphone-wrap .phone-1,
.hero-section .iphone-wrap .phone-2 {
  width:600px
}
.hero-section .iphone-wrap .phone-2 {
  margin-top:130px;
  margin-left:0;
  width:600px
}
.site-navbar {
  margin-bottom:0;
  z-index:1999;
  position:absolute;
  top:0;
  width:100%
}
.site-navbar .site-logo {
  position:relative;
  font-size:24px
}
.site-navbar .site-logo a {
  color:#fff
}
.site-navbar .site-logo a:hover {
  text-decoration:none
}
.site-navbar .site-navigation .site-menu {
  margin-bottom:0
}
.site-navbar .site-navigation .site-menu a {
  text-decoration:none!important;
  display:inline-block
}
.site-navbar .site-navigation .site-menu>li {
  display:inline-block
}
.site-navbar .site-navigation .site-menu>li>a {
  padding:30px 20px;
  color:#000;
  display:inline-block;
  text-decoration:none!important;
  font-weight:700!important
}
.site-navbar .site-navigation .site-menu>li>a:hover {
  color:#13D6A5
}
.site-navbar .site-navigation .site-menu .has-children {
  position:relative
}
.site-navbar .site-navigation .site-menu .has-children>a {
  position:relative;
  padding-right:20px
}
.site-navbar .site-navigation .site-menu .has-children>a:before {
  position:absolute;
  content:"\ea99";
  font-size:16px;
  top:52%;
  right:0;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  font-family:icofont
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility:hidden;
  opacity:0;
  top:100%;
  position:absolute;
  text-align:left;
  box-shadow:0 2px 10px -2px rgba(0,0,0,.1);
  padding:0 0;
  margin-top:15px;
  margin-left:0;
  background:#fff;
  transition:.2s 0s
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position:absolute
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom:100%;
  left:20%;
  border:solid transparent;
  content:" ";
  height:0;
  width:0;
  position:absolute;
  pointer-events:none
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color:rgba(136,183,213,0);
  border-bottom-color:#fff;
  border-width:10px;
  margin-left:-10px
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform:none;
  letter-spacing:normal;
  transition:0s all;
  color:#000
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color:#13D6A5!important
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style:none;
  padding:0;
  margin:0;
  min-width:210px
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding:9px 20px;
  display:block
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background:#f2f4f6;
  color:#000
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content:"\ea75";
  right:20px
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left:100%;
  top:0
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a {
  background:#f2f4f6
}
.site-navbar .site-navigation .site-menu .has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:hover>a {
  color:#13D6A5
}
.site-navbar .site-navigation .site-menu .has-children:active,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:hover {
  cursor:pointer
}
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown {
  transition-delay:0s;
  margin-top:-10px;
  visibility:visible;
  opacity:1
}
.site-mobile-menu {
  width:300px;
  position:fixed;
  right:0;
  z-index:2000;
  padding-top:20px;
  background:#fff;
  height:calc(100vh);
  -webkit-transform:translateX(110%);
  transform:translateX(110%);
  box-shadow:-10px 0 20px -10px rgba(0,0,0,.1);
  transition:.3s all ease-in-out
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform:translateX(0);
  transform:translateX(0)
}
.site-mobile-menu .site-mobile-menu-header {
  width:100%;
  float:left;
  padding-left:20px;
  padding-right:20px
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float:right;
  margin-top:8px
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size:30px;
  display:inline-block;
  padding-left:10px;
  padding-right:0;
  line-height:1;
  cursor:pointer;
  transition:.3s all ease
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float:left;
  margin-top:10px;
  margin-left:0
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display:inline-block;
  text-transform:uppercase
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width:70px
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration:none
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y:scroll;
  -webkit-overflow-scrolling:touch;
  position:relative;
  padding:0 20px 20px 20px;
  height:calc(100vh - 52px);
  padding-bottom:150px
}
.site-mobile-menu .site-nav-wrap {
  padding:0;
  margin:0;
  list-style:none;
  position:relative
}
.site-mobile-menu .site-nav-wrap a {
  padding:10px 20px;
  display:block;
  position:relative
}
.site-mobile-menu .site-nav-wrap a:hover {
  color:#13D6A5
}
.site-mobile-menu .site-nav-wrap li {
  position:relative;
  display:block
}
.site-mobile-menu .site-nav-wrap li.active>a {
  color:#13D6A5
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position:absolute;
  right:0;
  top:10px;
  z-index:20;
  width:36px;
  height:36px;
  text-align:center;
  cursor:pointer;
  border-radius:50%
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size:12px;
  z-index:20;
  font-family:icofont;
  content:"\ea99";
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%) rotate(-180deg);
  transform:translate(-50%,-50%) rotate(-180deg);
  transition:.3s all ease
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%)
}
.site-mobile-menu .site-nav-wrap>li {
  display:block;
  position:relative;
  float:left;
  width:100%
}
.site-mobile-menu .site-nav-wrap>li>a {
  padding-left:20px;
  font-size:20px
}
.site-mobile-menu .site-nav-wrap>li>ul {
  padding:0;
  margin:0;
  list-style:none
}
.site-mobile-menu .site-nav-wrap>li>ul>li {
  display:block
}
.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left:40px;
  font-size:16px
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding:0;
  margin:0
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display:block
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size:16px;
  padding-left:60px
}
.burger {
  width:28px;
  height:32px;
  cursor:pointer;
  position:relative;
  z-index:99;
  float:right
}
.burger span,
.burger:after,
.burger:before {
  width:100%;
  height:2px;
  display:block;
  background:#fff;
  border-radius:2px;
  position:absolute;
  opacity:1
}
.burger:after,
.burger:before {
  transition:top .35s cubic-bezier(.23,1,.32,1),opacity .35s cubic-bezier(.23,1,.32,1),background-color 1.15s cubic-bezier(.86,0,.07,1),-webkit-transform .35s cubic-bezier(.23,1,.32,1);
  transition:top .35s cubic-bezier(.23,1,.32,1),transform .35s cubic-bezier(.23,1,.32,1),opacity .35s cubic-bezier(.23,1,.32,1),background-color 1.15s cubic-bezier(.86,0,.07,1);
  transition:top .35s cubic-bezier(.23,1,.32,1),transform .35s cubic-bezier(.23,1,.32,1),opacity .35s cubic-bezier(.23,1,.32,1),background-color 1.15s cubic-bezier(.86,0,.07,1),-webkit-transform .35s cubic-bezier(.23,1,.32,1);
  -webkit-transition:top .35s cubic-bezier(.23,1,.32,1),-webkit-transform .35s cubic-bezier(.23,1,.32,1),opacity .35s cubic-bezier(.23,1,.32,1),background-color 1.15s cubic-bezier(.86,0,.07,1);
  content:""
}
.burger:before {
  top:4px
}
.burger span {
  top:15px
}
.burger:after {
  top:26px
}
.burger:hover:before {
  top:7px
}
.burger:hover:after {
  top:23px
}
.burger.active span {
  opacity:0
}
.burger.active:after,
.burger.active:before {
  top:40%
}
.burger.active:before {
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg)
}
.burger.active:after {
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg)
}
.burger:focus {
  outline:0
}
.footer {
  padding:2rem 0 1.5rem 0
}
.footer h3 {
  font-size:18px;
  margin-bottom:30px
}
.footer ul li {
  margin-bottom:10px
}
.footer a {
  color:#000
}
.footer .copyright {
  margin-bottom:0
}
.footer .copyright,
.footer .credits {
  font-size:14px
}
.social a {
  display:inline-block;
  width:50px;
  height:50px;
  border-radius:50%;
  background:#f8f9fa;
  position:relative;
  text-align:center;
  transition:.3s background ease;
  color:#0d1e2d
}
.social a span {
  display:inline-block;
  left:50%;
  position:absolute;
  top:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%)
}
.social a:hover {
  color:#fff;
  background:#13D6A5
}
@media screen and (max-width:992px) {
  .hero-section .wave {
    bottom:-180px
  }
  .hero-section.inner-page .hero-text {
    margin-top:-80px
  }
  .hero-section h1 {
    font-size:2.5rem;
    text-align:center
  }
  .hero-section .hero-text-image {
    margin-top:4rem
  }
  .hero-section .iphone-wrap {
    text-align:center
  }
  .hero-section .iphone-wrap .phone-1,
  .hero-section .iphone-wrap .phone-2 {
    position:relative;
    top:0;
    max-width:100%
  }
  .hero-section .iphone-wrap .phone-1 {
    margin-left:-150px
  }
  .hero-section .iphone-wrap .phone-2 {
    width:250px;
    position:absolute;
    margin-top:0;
    margin-left:100px
  }
}
@media (max-width:768px) {
  .back-to-top {
    bottom:15px
  }
}
@media screen and (max-width:768px) {
  .cta-section h2 {
    font-size:2rem
  }
}
.stephead {
  font-size:16px
}
.strong {
  font-weight:700
}
.item-preview {
  position:relative
}
.item-preview a.item-preview-img {
  transition:.15s box-shadow,.15s transform;
  border-radius:.5rem;
  box-shadow:0 2rem 1.5rem -1.5rem rgba(33,37,41,.15),0 0 1.5rem .5rem rgba(33,37,41,.05);
  overflow:hidden
}
.item-preview .item-preview-title {
  font-size:1.2rem;
  font-weight:700;
  line-height:1
}
.item-preview .item-preview-description {
  font-size:.8rem;
  color:rgba(33,37,41,.7)
}
.item-preview .item-preview-framework-badges {
  position:absolute;
  top:0;
  right:1rem
}
.item-preview .item-preview-framework-badges .item-preview-framework-badge {
  height:2rem;
  width:2rem;
  background-color:#fff;
  color:rgba(33,37,41,.5);
  border-radius:100%
}
@media(min-width:992px) {
  .item-preview a.item-preview-img:hover {
    transform:translateY(-.25rem);
    box-shadow:0 2.25rem 1.5rem -1.5rem rgba(33,37,41,.3),0 0 1.5rem .5rem rgba(33,37,41,.05)!important
  }
  .item-preview a.item-preview-img:active {
    transform:none;
    box-shadow:0 2rem 1.5rem -1.5rem rgba(33,37,41,.15),0 0 1.5rem .5rem rgba(33,37,41,.05)!important
  }
}
.item-preview a.item-preview-img {
  transition:.15s box-shadow,.15s transform;
  border-radius:.5rem;
  box-shadow:0 2rem 1.5rem -1.5rem rgba(33,37,41,.15),0 0 1.5rem .5rem rgba(33,37,41,.05);
  overflow:hidden
}
.item-preview .item-preview-title {
  font-size:1.2rem;
  font-weight:700;
  line-height:1
}
.align-items-center {
  align-items:center!important
}
.d-flex {
  display:flex!important
}
.img-fluid {
  max-width:100%;
  height:auto
}
img {
  vertical-align:middle;
  border-style:none
}
.lead {
  font-size:1.25rem;
  font-weight:300
}
.d-block {
  display:block!important
}
#footer {
  background-color:#f5f5f5;
  background-color:#f5f5f5;
  color:#fff
}
.site-footer {
  text-align:left;
  background:#0a3057;
  color:#fff;
  padding:0 0 0
}
#footer {
  color:#fff
}
.error {
  color:red;
  padding:5px
}
.bg-color-2 {
  background:#050708 none repeat scroll 0 0
}
.ptb-15 {
  padding:10px 0 0
}
#footer a {
  color:#fff
}
p {
  margin:0 0 10px
}
.footer-menu {
  text-align:right
}
.footer-menu ul li {
  display:inline-block
}
.footer-menu ul li:first-child a {
  border-left:medium none
}
.footer-menu ul li a {
  border-left:1px solid #dadada;
  color:#fff;
  display:block;
  font-size:11px;
  line-height:9px;
  margin-left:8px;
  padding-left:8px;
  text-transform:uppercase;
  font-family:inherit
}
.socials a {
  font-size:16px;
  margin-left:12px
}
#faq {
  padding:40px 0;
  overflow:hidden
}
.section-header h3 {
  font-size:26px;
  color:#413e66;
  text-align:center;
  position:relative
}
.section-header p {
  text-align:center;
  margin:auto;
  font-size:15px;
  padding-bottom:30px;
  color:#535074;
}
#faq #faq-list {
  padding:0;
  list-style:none
}
#faq #faq-list li {
  border-bottom:1px solid #ebebeb
}
#faq #faq-list {
  list-style:none
}
#faq #faq-list a.collapsed {
  color:#535074
}
#faq #faq-list i {
  font-size:24px;
  position:absolute;
  right:0;
  top:20px
}
#faq #faq-list p {
  margin-bottom:20px
}
#faq #faq-list a {
  padding:22px 0;
  padding-right:0;
  display:block;
  position:relative;
  padding-right:2px
}
a:active,
a:focus,
a:hover {
  color:#121A23;
  outline:0;
  text-decoration:none
}
.tabSection li {
  display:inline-block
}
.tabSection li a {
  background: #FCEFE5;
  color: #13D6A5;
  padding: 10px 24px;
  font-size: 15px;
  border-radius: 8px;
  margin: 0 8px;
  border: 1px solid #D4AF37;
  transition: all 0.3s ease;
}
.tabSection li a.active {
  background: linear-gradient(135deg, #13D6A5, #D4AF37);
  color: #ffffff;
  border: none;
}
.tabSection li a:hover {
  background: #D4AF37;
  color: #ffffff;
}
.contact_us_new {
  background:#fff;
  width:100%;
  display:inline-block
}
.cont_new_inner {
  margin:40px 230px;
  width:55%
}
.new_form_sect b {
  color:#fff;
  font-size:22px;
  width:100%;
  margin:26px 0 14px;
  text-align:center
}
.new_form_sect h5 {
  width:100%;
  text-align:center;
  color:#fff;
  margin:15px 0 35px
}
.logo_black {
  display:none
}
.formInnersNew {
  display:inline-block;
  width:100%;
  position:relative
}
.formInnersNew input,
.formInnersNew select {
  width:100%;
  padding:10px;
  border:1px solid #e2e2e2;
  margin-bottom:27px;
  font-size:16px;
  background:#fff;
  height:49px
}
.formInnersNew .pricingType {
  display:inline-block;
  width:100%;
  padding:8px 10px;
  color:#a0a0a0;
  color:#000
}
.formInnersNew h3 {
  display:inline-block;
  width:100%;
  margin:0;
  margin-bottom:30px;
  font-size:24px
}
.formInnersNew input[type=submit] {
  width:100%;
  display:block;
  margin:10px auto 35px;
  border:none;
  background:#f44336;
  color:#fff;
  font-size:18px
}
#modalForm .modal-content,
#requestDemo .modal-content {
  border:none;
  border-radius:inherit
}
#modalForm .modal-body,
#requestDemo .modal-body {
  padding:25px 35px 10px;
  background:#f5f5f5
}
#modalForm .modal-dialog,
#requestDemo .modal-dialog {
  width:460px
}
#modalForm button.close,
#requestDemo button.close {
  position:absolute;
  right:0;
  top:-1px;
  font-size:35px
}
#view-demo-part h5 {
  font-size:18px;
  margin-bottom:20px
}
#view-demo-part h3 {
  font-size:22px;
  margin-bottom:25px;
  font-weight:700
}
#view-demo-part .col-lg-4 img {
  margin-bottom:25px;
  margin-left:auto;
  margin-right:auto
}
#view-demo-part .view-demo {
  display:inline-block;
  padding:6px 30px;
  color:#fff;
  background:#f44336;
  font-size:18px;
  margin-bottom:25px;
  border-radius:5px
}
#view-demo-part .col-lg-4 p {
  font-size:16px;
  line-height:25px;
  margin-bottom:25px
}
#view-demo-part .col-lg-3.col-md-4 {
  background:#fff
}
.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
  background-color:rgba(0,0,0,.05);
  display:table
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag {
  width:70px
}
.formInnersNew label.error {
  font-weight:400;
  font-size:14px;
  position:absolute;
  right:0;
  top:0;
  right:20px;
  color:#fff;
  right:0;
  top:0;
  background:#f44336;
  padding:0 5px;
  right:15px
}
.formInnersNew input[type=submit] {
  width:100%;
  display:block;
  margin:10px auto 35px;
  border:none;
  background:#f44336;
  color:#fff;
  font-size:18px
}
@media(max-width:460px) {
  .hero-section .iphone-wrap .phone-2 {
    display:none
  }
  .hero-section h1 {
    font-size:23px;
    text-align:center;
    line-height:35px;
	margin: 35px 0px 10px 0px;
  }
  .hero-section,
  .hero-section>.container>.row {
    min-height:0
  }
  .hero-section p{
	 font-size: 15px;
  }
  .mobile-view-line{
	width: 100%;
	display: inline-grid;
  }
  .btn.btn-outline-white{
	  margin: 10px 0 0 0;
	}
}
.cta-section h4 {
  color:#fff;
  font-size:25px;
  font-weight:700
}
.mb-15 {
  margin-bottom:15px
}
.site-section p {
  font-size: 15px;
  line-height: 1.65;
}
.step {
  box-shadow:0 10px 30px -5px rgba(0,0,0,.1);
  background:#fff;
  padding:15px 20px;
  margin:5px 0 15px 20px;
  border-radius: 5px;
}
.whatapp {
  padding:5px 10px 10px 7px;
  margin-top:10px;
  text-align:left;
  height:68px
}
.whatapp h4 a {
  color:#fff;
  font:400 21px Hanken Grotesk
}
.skype.gmail {
  padding:5px 10px 10px 7px;
  text-align:left;
  height:58px;
  max-width:350px;
  border-radius:0;
  margin-top:12px
}
.skype.gmail h4 a {
  font:400 18px/40px Hanken Grotesk
}
.skype h4 a {
  color:#fff;
  font:400 21px/40px Hanken Grotesk
}
.footer_end p,
.footer_end p a {
  color:#a9a9a9;
  font-size:14px;
  line-height:12px
}
.padding-top-20 {
  padding-top:20px!important
}
.footer_end ul li {
  display:inline-block
}
.footer_end .footerterms a {
  border-right:1px solid #a5a5a5;
  padding:0 6px
}
.footer_end a {
  color:#a5a5a5;
  font-size:14px
}
.heapana {
  position:absolute;
  top:20px;
  right:0
}
h4.footer_tit {
  color:#fff;
  font:bold 18px/0 Hanken Grotesk;
  font-size:18px;
  font-family:Hanken Grotesk;
  width:auto;
  margin:30px 0;
  font-family:Hanken Grotesk;
  font-size:20px
}
.solLink {
  display:inline-block;
  width:100%;
  margin-bottom:15px
}
.footer_end ul.solLink li {
  width:100%
}
.solLink li a {
  display:inline-block;
  font-size:15px;
  color:#a9a9a9;
  margin-bottom:5px
}
ul {
  margin-bottom:0;
  padding-left:0
}
.footer_end .footerterms li:first-child a {
  padding-left:0
}
.mb-4.section-heading.extrfont {
  line-height:35px;
  font-size:18px
}
@media screen and (max-width:575px) {
  .step {
    box-shadow:0 10px 30px -5px rgba(0,0,0,.1);
    background:#fff;
    padding:15px 20px;
    margin:5px 0 10px 5px
  }
  p {
    padding:5px
  }
}

.site-navbar .site-navigation .site-menu > li > a{
	color:#fff;
}

.mt-2, .my-2{
	width:100%;
}
/* =========================
   CTA BUTTON
========================= */
.cta-section .btn {
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 12px 28px;
  font-weight: 600;
  background: linear-gradient(135deg, #00A86B, #13D6A5);
  transition: all 0.3s ease;
}

.cta-section .btn:hover {
  transform: translateY(-2px);
  background: #00A86B;
}

/* =========================
   CTA SECTION BACKGROUND
========================= */
.cta-section {
  background: linear-gradient(
    135deg,
    #121A23,
    #0f2e2a,
    #0a3d2f
  );
  padding: 50px 35px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(19, 214, 165, 0.15),
    transparent 60%
  );
  pointer-events: none;
}

/* =========================
   FOOTER
========================= */
footer {
  background: #0f1720;
  color: #c9d1d9;
  padding: 30px 0;
}

/* =========================
   STICKY NAV TEXT FIX
========================= */
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: #0f1720; /* dark text */
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
  color: #13D6A5; /* brand highlight */
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li.active > a {
  color: #00A86B;
  font-weight: 600;
}

/* =========================
   BUTTON INFO (REPLACED)
========================= */
.btn-info {
  color: #ffffff;
  background: linear-gradient(135deg, #00A86B, #13D6A5);
  border: none;
  border-radius: 8px;

  box-shadow: 0 8px 20px rgba(19, 214, 165, 0.25);
  transition: all 0.3s ease;
}

.btn-info:hover {
  background: #00A86B;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(19, 214, 165, 0.35);
}

/* =========================
   LIGHT BUTTON (SECONDARY)
========================= */
.btn-light {
  color: #13D6A5;
  background-color: transparent;
  border: 1px solid #13D6A5;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-light:hover {
  background-color: #13D6A5;
  color: #121A23;
}

/* =========================
   PRIMARY SAZTRO BUTTON
========================= */
.btn-saaztro {
  background: linear-gradient(135deg, #00A86B, #13D6A5);
  border: none;
  box-shadow: 0 8px 20px rgba(19, 214, 165, 0.25);
}

.btn-saaztro:hover {
  background: #00A86B;
  box-shadow: 0 12px 30px rgba(19, 214, 165, 0.35);
}

.btn-saaztro:focus,
.btn-saaztro:active {
  box-shadow: 0 0 0 0.2rem rgba(19, 214, 165, 0.25) !important;
  border: none;
}

/* =========================
   BACKGROUND UTIL
========================= */
.bg-saaztro {
  background: linear-gradient(
    135deg,
    #121A23,
    #0f2e2a,
    #0a3d2f
  ) !important;
}

/* =========================
   GENERIC BUTTON FIX
========================= */
.btn {
  color: #FFF;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.btn:hover {
  text-decoration: none;
  color: #FFF;
  transform: translateY(-1px);
}

/* =========================
   DARK PREMIUM BG
========================= */
.bg-premium-dark {
  background: linear-gradient(
    135deg,
    #121A23,
    #1a2430
  );
  color: #fff;
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
}

.btn-quote {
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  color: #fff;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 14px;
  white-space: nowrap;
}
.btn-whatsapp {
  margin-right: 8px;
}
.btn-whatsapp:hover {
  background: #1ebe5d;
}

.btn-quote:hover {
  opacity: 0.9;
}
/* CARD */
.process-card {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 14px;
  text-align: center;

  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);

  transition: all 0.3s ease;
  height: 100%;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.08);
}

/* STEP NUMBER */
.step-number {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;

  background: linear-gradient(135deg, #00A86B, #13D6A5);
  color: #ffffff;

  font-weight: 600;
  line-height: 50px;
  border-radius: 50%;
  font-size: 15px;

  box-shadow: 0 6px 15px rgba(19,214,165,0.3);
}

/* TITLE */
.process-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #0f1720;
}

/* DESCRIPTION */
.process-card p {
  font-size: 14px;
  color: #6d768b;
}
.process-card:hover .step-number {
  box-shadow: 0 8px 25px rgba(19,214,165,0.5);
}

.hero-section {
  color: #fff;
}

.thankyou-steps {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

@media (max-width: 480px) {

  /* Hero Section */
  .hero-section {
    padding: 40px 10px;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 26px;
  }

  .hero-text p {
    font-size: 14px;
  }

  /* Buttons Stack */
  .hero-text .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  /* Navbar buttons */
  .btn-whatsapp,
  .btn-quote {
    font-size: 13px;
    padding: 6px 10px;
  }

  /* Process Cards */
  .process-card {
    margin-bottom: 15px;
    padding: 20px 15px;
  }

  /* Contact form */
  .form-control {
    font-size: 14px;
    padding: 10px;
  }

  /* Thank you page */
  .thankyou-steps {
    padding: 15px;
  }
  
  .site-navbar .site-logo {
	  padding: 15px 0;
	}
}

.hero-badge {
  display: inline-block;

  background: rgba(19, 214, 165, 0.1);
  color: #13D6A5;

  padding: 8px 16px;
  border-radius: 30px;

  font-size: 14px;
  text-align: center;

  border: 1px solid rgba(19, 214, 165, 0.25);
}

/* Mobile Fix */
@media (max-width: 480px) {

  .hero-badge {
    font-size: 12px;
    padding: 6px 12px;
    line-height: 1.4;
    display: block;         /* important */
    width: 100%;
    border-radius: 20px;
  }

}

/* Wrapper */
.hero-buttons {
  display: flex;
  flex-direction: column; /* mobile first */
  align-items: center;
  gap: 12px;
}

/* Buttons */
.hero-buttons .btn {
  width: 100%;
  max-width: 280px; /* better width */
  text-align: center;
  padding: 12px 15px;
  font-size: 15px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Mobile Fix */
@media (max-width: 480px) {

  .hero-buttons {
    width: 100%;
    padding: 0 10px;
  }

  .hero-buttons .btn {
    width: 100%;
    max-width: 100%;
  }

}

/* Desktop Fix */
@media (min-width: 768px) {

  .hero-buttons {
    flex-direction: row;    
  }

  .hero-buttons .btn {
    width: auto;                  /* remove full width */
    max-width: none;
    min-width: 220px;             /* equal size */
  }

}

@media (max-width: 480px) {

  .hero-section {
    padding: 40px 12px;
    text-align: center;
  }

  /* Heading */
  .hero-text h1 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  /* Paragraph */
  .hero-text p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  /* Badge */
  .hero-badge {
    font-size: 12px;
    padding: 6px 10px;
    display: block;
    width: 100%;
    line-height: 1.4;
  }

  /* Buttons spacing */
  .hero-buttons {
    margin-top: 15px;
  }

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

  .hero-section.inner-page {
    min-height: auto;
    height: auto;
    padding: 30px 10px;
    display: block; /* important */
  }
	.footer_end p, .footer_end p a {
	  line-height: 20px;
	}
}
.inner-page {
  height: 100vh;
}
html, body {
  overflow-x: hidden;
}

.hero-section {
  overflow: hidden;
}

@media (max-width: 480px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Wrapper */
.tabSection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/* Each item */
.tabSection .nav-item {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Tab link */
.tabSection .nav-link {
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #d4a437;
  background: #f3e8dc;
  color: #8b1e2d;
  font-weight: 500;
  transition: 0.3s;
}

/* Active */
.tabSection .nav-link.active {
  background: linear-gradient(135deg, #8b1e2d, #d4a437);
  color: #fff;
  border: none;
}

/* Hover */
.tabSection .nav-link:hover {
  transform: translateY(-2px);
}

@media (min-width: 768px) {

  .tabSection .nav-item {
    width: auto;
  }

  .tabSection .nav-link {
    width: auto;
    min-width: 220px;
  }

}

.case-features h5 {
font-weight: 600;
margin-bottom: 5px;
}

.case-features p {
font-size: 14px;
line-height: 1.6;
}

.case-features div {
padding: 15px;
border-radius: 10px;
background: #fff;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.case-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.feature-card {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.feature-card:hover {
  transform: translateY(-3px);
}

.feature-card h5 {
  font-weight: 600;
  margin-bottom: 6px;
}

.feature-card p {
  font-size: 14px;
  color: #666;
}

/* Mobile */
@media (max-width: 768px) {
  .case-features {
    grid-template-columns: 1fr;
  }
}
/* LOGO */
.navbar-brand .logo {
  height: 40px;
}

/* MENU LINKS */
.st-root-link {
  color: #c9d1d9 !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* HOVER EFFECT */
.st-root-link:hover {
  color: #13D6A5 !important;
  text-shadow: 0 0 8px rgba(19, 214, 165, 0.4);
}

/* CTA BUTTON */
.btn-primary {
  background: linear-gradient(135deg, #00A86B, #13D6A5);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 20px;
}

.btn-primary:hover {
  background: #00A86B;
}

/* MOBILE TOGGLER */
.navbar-toggler {
  border: none;
  outline: none;
}

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #13D6A5;
  margin: 5px 0;
}
.hero-section {
  background: radial-gradient(
      circle at 20% 30%,
      rgba(19, 214, 165, 0.15),
      transparent 40%
    ),
    linear-gradient(
      135deg,
      #121A23 20%,
      #0f2e2a 60%,
      #0a3d2f 100%
    );
  color: #fff;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(135deg, #00A86B, #13D6A5);
  border: none;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(19, 214, 165, 0.3);
}

.btn-primary:hover {
  background: #00A86B;
}

/* Secondary */
.btn-contrast {
  border: 1px solid #13D6A5;
  color: #13D6A5;
  background: transparent;
}

.btn-contrast:hover {
  background: #13D6A5;
  color: #ffffff;
}

/* Highlight */
.btn-highlight {
  background: #F2F566;
  color: #121A23;
  font-weight: 600;
}

.btn-highlight:hover {
  background: #dfe34f;
}

.navigation {
  background: rgba(18, 26, 35, 0.85) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.st-root-link {
  color: #e6edf3 !important;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.st-root-link:hover {
  color: #13D6A5 !important;
}
.navigation .btn-solid {
  background: linear-gradient(135deg, #00A86B, #13D6A5);
  border: none;
  color: #fff;

  box-shadow: 0 6px 20px rgba(19, 214, 165, 0.25);
  transition: all 0.3s ease;
}

.navigation .btn-solid:hover {
  background: #00A86B;
  box-shadow: 0 8px 25px rgba(19, 214, 165, 0.4);
}
.navigation::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(19, 214, 165, 0.4),
    transparent
  );
}
/* Section */
.partners {
  position: relative;
}

/* Heading */
.partners .lead {
  color: #8b98a5;
  font-size: 15px;
  letter-spacing: 0.3px;
}

/* Divider line */
.b-b {
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* Logo Styling */
.partner-logo {
  max-height: 45px;
  opacity: 0.6;
  filter: grayscale(100%) brightness(0.9);
  transition: all 0.3s ease;
}

/* Hover effect (VERY IMPORTANT) */
.partner-logo:hover {
  opacity: 1;
  filter: grayscale(0%) brightness(1);
  transform: scale(1.05);
}

/* Swiper alignment fix */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* SECTION */
.saaz-features {
  background: #121A23;
  color: #fff;
}

/* Heading */
.saaz-features h2 {
  color: #fff;
  font-weight: 700;
}

.saaz-features .lead {
  color: #b0bac5;
}

/* Button */
.btn-primary {
  background: linear-gradient(135deg, #00A86B, #13D6A5);
  border: none;
  color: #fff;
}

.btn-primary:hover {
  background: #00A86B;
}

/* Hover */
.feature-item:hover {
  background: rgba(19, 214, 165, 0.05);
  transform: translateY(-5px);
}

/* Icons */
.feature-icon {
  width: 36px;
  height: 36px;
  color: #13D6A5;
}

/* Title */
.feature-title {
  font-weight: 600;
  color: #fff;
}

/* Dashboard Image */
.dashboard-img {
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

/* Bottom text */
.feature-bottom-text {
  color: #F2F566;
  font-size: 14px;
}
/* SECTION */
.saaz-offers {
  background: #121A23;
  color: #fff;
  position: relative;
}

/* Glow background */
.saaz-glow {
  background: radial-gradient(circle, rgba(19,214,165,0.2), transparent 60%);
}

/* Heading */
.saaz-offers h2 {
  color: #fff;
}

/* Top icon */
.saaz-icon {
  font-size: 32px;
  color: #13D6A5;
}

/* Feature box */
.feature-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 14px;

  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);

  display: flex;
  align-items: flex-start;
  gap: 12px;

  transition: all 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Icons */
.feature-icon {
  width: 36px;
  height: 36px;
  color: #13D6A5;
}

/* Titles */
.feature-title {
  font-size: 16px;
  font-weight: 600;
  color: #0f1720;
}

.saaz-bottom-text {
  color: #6d768b;
  font-size: 14px;
}
/* SECTION */
.saaz-counters {
  background: radial-gradient(
      circle at 50% 0%,
      rgba(19,214,165,0.12),
      transparent 50%
    ),
    #121A23;
  color: #fff;
  position: relative;
}

/* Heading */
.saaz-counters h2 {
  color: #fff;
}

/* Gradient */
.text-gradient {
  background: linear-gradient(90deg, #13D6A5, #F2F566);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subtext */
.saaz-counters .lead {
  color: #8b98a5;
}

/* Counter Box */
.counter-box {
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

/* Hover */
.counter-box:hover {
  background: rgba(19,214,165,0.05);
  transform: translateY(-5px);
}

/* Icons */
.counter-icon {
  width: 34px;
  height: 34px;
  color: #13D6A5;
  margin-bottom: 10px;
}

/* Numbers */
.counter-value {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* Labels */
.counter-label {
  color: #8b98a5;
  font-size: 14px;
}
/* SECTION */
.saaz-usecases {
  background: #121A23;
  color: #fff;
}

/* Badge */
.saaz-badge {
  background: rgba(19,214,165,0.1);
  color: #13D6A5;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  display: inline-block;
}

/* Heading */
.saaz-usecases h2 {
  color: #fff;
}

/* Subtext */
.section-subtext {
  color: #8b98a5;
}

.saaz-card {
  background: #121A23;
  padding: 18px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical center */
  align-items: center;     /* horizontal center */
  height: 100%;
  border-radius: 12px;
  transition: 0.3s;
}

.saaz-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
  border-color: rgba(19,214,165,0.3);
}

/* Icons */
.saaz-icon {
  font-size: 26px;
  color: #13D6A5;

  margin-bottom: 12px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;

  background: rgba(19,214,165,0.08);
  border-radius: 12px;
}

/* Titles */
.saaz-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.saaz-desc {
  font-size: 14px;
  min-height: 72px;
  color: #9aa4b2;
  text-align:center;
}

/* Button */
.btn-primary {
  background: linear-gradient(135deg, #00A86B, #13D6A5);
  border: none;
  color: #fff;
}

.btn-primary:hover {
  background: #00A86B;
}
/* SECTION */
.saaz-benefits {
  background: #121A23;
  color: #fff;
}

/* Top label */
.saaz-top-text {
  color: #13D6A5;
  font-size: 14px;
}

.saaz-card:hover .saaz-icon {
  background: rgba(19,214,165,0.15);
}

/* Heading */
.saaz-benefits h2 {
  color: #fff;
}

/* Box */
.saaz-benefits-box {
  background: linear-gradient(
    135deg,
    #121A23,
    #0f2e2a,
    #0a3d2f
  );
  border-radius: 16px;
  overflow: hidden;
}

/* Benefit items */
.benefit-item {
  color: #c9d1d9;
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Icons */
.benefit-icon {
  width: 18px;
  height: 18px;
  color: #13D6A5;
}

/* Right image */
.saaz-benefits-image {
  background-image: url('assets/img/screens/dash/on-demand-delivery-solutions.jpg');
  background-size: cover;
  background-position: center;
  min-height: 100%;
}

/* Hover effect (optional subtle) */
.benefit-item:hover {
  color: #13D6A5;
}
/* SECTION (NO BG) */
.site-section {
  background: transparent; /* or #fff if needed */
  padding: 40px 0;
}

/* Heading */
.site-section h2 {
  font-weight: 700;
  color: #0f1720; /* dark text for light bg */
}

/* Gradient highlight */
.text-gradient-updated {
  background: linear-gradient(90deg, #00A86B, #13D6A5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subtext */
.site-section .lead {
  color: #6d768b;
}

/* Image */
.dashboard-img {
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* FEATURE CARD */
.feature-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  text-align:center;
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s;
  height: 100%;
}

/* HEADER ALIGN */
.feature-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

/* ICON */
.feature-header i {
  color: #13D6A5;
  font-size: 16px;
}

/* TITLE */
.feature-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6 !important;
  margin: 0;
  color: #0f1720;
}

/* DESCRIPTION */
.feature-desc {
  font-size: 14px;
  color: #6d768b;
  margin: 0;
  line-height: 1.6 !important;
  text-align:left !important;
}

.row.g-4 {
  row-gap: 24px;
}
.btn-primary {
  color: #ffffff !important;
}
/* =========================
   FOOTER BASE
========================= */
footer {
  background: #121A23;
  color: #c9d1d9;
}

/* SECTION WRAPPER */
#footer_section {
  position: relative;
  padding: 35px 0 25px;
  width: 100%;
}

/* =========================
   HEADING
========================= */
.footer_tit {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Hanken Grotesk", sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* =========================
   LINKS
========================= */
footer a {
  display: block;
  color: #ccc;
  margin-bottom: 6px;
  transition: 0.2s;
  text-decoration: none;
}

footer a:hover {
  color: #13D6A5;
}

/* =========================
   TEXT
========================= */
footer p {
  color: #8b98a5;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 6px;
}

/* Footer description */
.footer-desc {
  font-size: 14px;
  color: #8b98a5;
  margin-bottom: 10px;
}

/* =========================
   SOCIAL BUTTONS
========================= */
footer .btn-light {
  background: rgba(255,255,255,0.05);
  border: none;
  color: #c9d1d9;
}

footer .btn-light:hover {
  background: #13D6A5;
  color: #121A23;
}

/* =========================
   CTA BUTTON
========================= */
footer .btn-primary {
  background: linear-gradient(135deg, #00A86B, #13D6A5);
  border: none;
  color: #fff;
}

footer .btn-primary:hover {
  background: #00A86B;
}

/* =========================
   FOOTER BOTTOM
========================= */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #6d768b;
}

/* =========================
   ALTERNATIVES SECTION
========================= */
.alt-footer-section {
  background: #0f1720;
  padding: 10px 0 15px;
}

.alt-footer-section h6 {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
}

.alt-footer-section p {
  color: #8b98a5;
  font-size: 13px;
}

.alt-footer-section a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #9aa4b2;
}

.alt-footer-section a:hover {
  color: #13D6A5;
}

/* =========================
   UTILITIES
========================= */
.padding-top-20 {
  padding-top: 20px !important;
}
.alt-footer-section a {
  transition: all 0.2s ease;
}

.alt-footer-section a:hover {
  color: #13D6A5;
  transform: translateX(3px);
}
.alt-footer-section {
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
footer .btn-primary {
  padding: 14px;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 768px) {
  .alt-footer-section .col-6 {
    margin-bottom: 6px;
  }

  footer .row > div {
    margin-bottom: 20px;
  }
}
.cta-section .btn-outline-light {
  border: 1px solid #13D6A5;
  color: #13D6A5;
  background: transparent;
}

.cta-section .btn-outline-light:hover {
  background: #13D6A5;
  color: #121A23;
}
.cta-section .btn, .questions .btn{
  margin: 5px;
}

.questions .btn-dark {
  background: #121A23;
  border: 1px solid #1f2a36;
  color: #ffffff;
}

.questions .btn-dark:hover {
  background: #0f1720;
  border-color: #13D6A5;
  color: #13D6A5;
}

.section-heading h2 {
  font-weight: 700;
}

.section-heading p {
  font-weight: 400;
}

/* CARD */
.counter-card {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 14px;

  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);

  transition: all 0.3s ease;
}

/* HOVER */
.counter-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* ICON BOX (IMPORTANT FIX) */
.counter-icon {
  font-size: 20px;

  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(19,214,165,0.12);
  color: #13D6A5;

  border-radius: 10px;
}

/* BIG NUMBER */
.counter-value {
  font-size: 34px;
  font-weight: 700;
  color: #0f1720;
}

/* LABEL */
.counter-label {
  font-size: 14px;
  color: #6d768b;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
.counter-label {
  text-align: center;
  width: 100%;
}
.counter-top i {
  margin-right: 10px;
}

/* BENEFIT CARD */
.benefit-card {
  display: flex;
  align-items: center;

  background: #ffffff;
  padding: 14px 16px;
  margin-bottom: 12px;

  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.05);

  box-shadow: 0 6px 16px rgba(0,0,0,0.04);

  transition: all 0.25s ease;
}

/* HOVER */
.benefit-card:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ICON */
.benefit-card i {
  color: #13D6A5;
  margin-right: 10px;
  font-size: 16px;
}

/* TEXT */
.benefit-card span {
  font-size: 14px;
  color: #0f1720;
}
.section-heading p {
  text-align: center;
}
/* PRIMARY */
.btn-primary {
  background: linear-gradient(135deg, #00A86B, #13D6A5);
  color: #fff;
  border: none;
}
.btn + .btn {
  margin-left: 12px;
}

/* =========================
   MAIN BIG CARD
========================= */
.saaz-capabilities-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 50px 40px;

  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 20px 60px rgba(0,0,0,0.06);
}

/* =========================
   FEATURE CARD
========================= */
.step {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;

  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);

  transition: all 0.25s ease;
  height: 100%;
}

/* HOVER */
.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  border-top: 2px solid #13D6A5;
}

/* =========================
   HEADER (ICON + TITLE)
========================= */
.step-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

/* ICON */
.step-header i {
  color: #13D6A5;
  font-size: 16px;
}

/* TITLE */
.stephead {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #0f1720;
}

/* DESCRIPTION */
.step p {
  font-size: 14px;
  color: #6d768b;
  line-height: 1.6;
}

/* =========================
   HEADING FIX
========================= */
.section-heading {
  font-weight: 700;
  color: #0f1720;
}

/* SUBTEXT */
.text-muted {
  color: #6d768b !important;
}

/* SECTION */
.saaz-global-section {
  padding: 60px 0;
}

/* REGION CARDS */
.region-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 12px;

  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);

  transition: all 0.25s ease;
  height: 100%;
}

.region-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* REGION TITLE */
.region-card h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0f1720;
}

/* REGION TEXT */
.region-card p {
  font-size: 14px;
  color: #6d768b;
  margin: 0;
}

/* STATS */
.stat-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;

  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.stat-card h3 {
  color: #13D6A5;
  font-weight: 700;
}

/* OUTLINE PRIMARY BUTTON */
.btn-outline-primary {
  border: 1px solid #00A86B;
  color: #00A86B;
  background: transparent;

  border-radius: 8px;
  font-weight: 600;
  padding: 10px 24px;

  transition: all 0.3s ease;
}

/* HOVER */
.btn-outline-primary:hover {
  background: linear-gradient(135deg, #00A86B, #13D6A5);
  color: #ffffff;
  border-color: #00A86B;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(19,214,165,0.25);
}
.btn {
  padding: 15px 30px !important;
}

/* ACTIVE / FOCUS */
.btn-outline-primary:focus,
.btn-outline-primary:active {
  box-shadow: 0 0 0 0.2rem rgba(19,214,165,0.25);
  outline: none;
}
.btn-outline-saaztro {
  transition: all 0.25s ease;
}
.sticky-wrapper.is-sticky .btn-outline-saaztro:hover {
  box-shadow: 0 8px 20px rgba(19,214,165,0.3);
}
/* SECTION */
.saaz-admin-section {
  padding: 60px 0;
}

/* IMAGE */
/* Base image */
.saaz-admin-img {
  width: 100%;
  height: auto;
  border-radius: 16px;

  /* Smooth animation */
  transition: all 0.4s ease;

  /* Slight glass feel */
  backdrop-filter: blur(6px);
}

/* Hover effect */
.saaz-admin-img:hover {
  transform: translateY(-8px) scale(1.01);

}

/* FEATURES LIST */
.admin-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ITEM */
.admin-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* ICON */
.admin-item i {
  color: #13D6A5;
  font-size: 16px;
  margin-top: 4px;
}

/* TEXT */
.admin-item p {
  margin: 0;
  font-size: 14px;
  color: #6d768b;
  line-height: 1.6;
}

/* FEATURES GRID */
.app-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

/* ITEM */
.app-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* ICON */
.app-item i {
  color: #13D6A5;
  font-size: 16px;
  margin-top: 4px;
}

/* TEXT */
.app-item p {
  margin: 0;
  font-size: 14px;
  color: #6d768b;
  line-height: 1.6;
}

/* FEATURES */
.delivery-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ITEM */
.delivery-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* ICON */
.delivery-item i {
  color: #13D6A5;
  font-size: 16px;
  margin-top: 4px;
}

/* TEXT */
.delivery-item p {
  margin: 0;
  font-size: 14px;
  color: #6d768b;
  line-height: 1.6;
}

/* FOOTER BASE */
.saaz-footer {
  background: #121A23;
  color: #9aa4b2;
  padding: 55px 0 30px;
}

/* HEADINGS */
.footer_tit {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* LINKS */
.saaz-footer a {
  display: block;
  color: #8b98a5;
  margin-bottom: 8px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.25s;
}

.saaz-footer a:hover {
  color: #13D6A5;
}

/* TEXT */
.saaz-footer p {
  font-size: 14px;
  color: #8b98a5;
}

/* ALT SECTION */
.saaz-alt-section {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 30px;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 15px;
  font-size: 13px;
  color: #6d768b;
}
/* POWERED BY */
.saaz-by-text {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6d768b;
}

/* LOGO */
.saaz-footer-logo {
  height: 42px;
}

/* DESCRIPTION */
.saaz-footer-desc {
  max-width: 850px;
  margin: 0 auto;
  font-size: 14px;
  color: #8b98a5;
  line-height: 1.6;
}

.footerterms {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* EACH ITEM */
.footerterms li {
  display: flex;
  align-items: center;
  gap: 12px; /* space between text & dot */
}

/* DOT */
.footerterms li:not(:last-child)::after {
  content: "•";
  color: #6d768b;
  font-size: 12px;
}


/* MOBILE VIEW */
@media (max-width: 768px) {

  .footerterms {
    display: flex;
    flex-direction: column;
    align-items: center;   /* center items */
    justify-content: center;
    gap: 10px;
  }

  .footerterms li {
    width: auto;           /* IMPORTANT FIX */
    text-align: center;
    border-bottom: none;   /* optional cleaner look */
    padding-bottom: 0;
  }

  /* REMOVE DOTS */
  .footerterms li::after {
    content: none !important;
  }

  .footerterms a {
    font-size: 14px;
    display: inline-block;
  }

}

@media (max-width: 480px) {
  .btn + .btn {
  margin-left: 0;
}
.site-section {
  padding: 20px 0;
}
#faq {
  padding: 40px 0;
}
.btn {
	width: 100%;
}
.feature-title {
	font-size: 14px;
}
.section-heading {
	font-size: 26px;
}
.step {
  padding: 10px;
}
.counter-value {
  font-size: 24px;
}
.counter-top i {
  margin: 4px;
  width: 100%;
}
footer .row > div {
 margin-bottom: 10px;
}
.footerterms.list-inline.mb-2 {
  font-size: 12px;
}
}

/* MENU RESET */
.site-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-menu li a {
  color: #e6edf3;
  font-weight: 500;
  text-decoration: none;
}

/* REMOVE OLD WIDTH ISSUES */
.site-logo {
  display: flex;
  align-items: center;
}

/* FIX OVERFLOW */
header .row {
  flex-wrap: nowrap;
}
/* HIDE CTA BUTTONS ON MOBILE */
@media (max-width: 992px) {
  .site-navbar .btn {
    display: none !important;
  }
}

/* HIDE CTA BUTTONS ON MOBILE */
@media (max-width: 992px) {
  .site-navbar .btn {
    display: none !important;
  }
}

/* HEADER HEIGHT */
.site-navbar {
  padding: 20px 0;
}

/* BURGER ALIGN */
.burger {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* FIX GRID WRAP */
.site-navbar .row {
  flex-wrap: nowrap;
}

/* MENU RESET */
.site-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* LINK STYLE */
.site-menu li a {
  color: #e6edf3;
  font-weight: 500;
  text-decoration: none;
}

/* MOBILE CLEAN */
@media (max-width: 992px) {
  .site-navbar {
    padding: 12px 0;
  }
}

/* MOBILE MENU PANEL */
.site-mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: #121A23;
  z-index: 9999;
  transform: translateX(100%);
  transition: 0.3s ease;
}

/* OPEN STATE */
.offcanvas-menu .site-mobile-menu {
  transform: translateX(0);
}

/* MENU ITEMS */
.site-mobile-menu-body {
  padding: 20px;
}

.site-mobile-menu-body a {
  color: #fff;
  display: block;
  padding: 10px 0;
  font-size: 16px;
}

/* CLOSE BUTTON */
.site-mobile-menu-close {
  text-align: right;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
}


/* OUTLINE BUTTON */
.btn-outline-saaztro {
  border: 1.5px solid #13D6A5;
  color: #13D6A5;
  background: transparent;
}

.btn-outline-saaztro:hover {
  background: rgba(19, 214, 165, 0.1);
}

/* PRIMARY BUTTON */
.btn-primary {
  background: linear-gradient(135deg, #00A86B, #13D6A5);
  color: #fff;
}

.mobile-cta .btn {
  height: 50px;
  font-size: 14px;
  border-radius: 8px;
}

.mobile-cta .btn-outline-saaztro {
  border: 1.5px solid #13D6A5;
  color: #13D6A5;
  background: transparent;
}

.mobile-cta .btn-outline-saaztro:hover {
  background: rgba(19, 214, 165, 0.1);
}

.site-navbar {
  padding: 18px 0; /* increase vertical spacing */
  min-height: 80px; /* proper SaaS header height */
  display: flex;
  align-items: center;
}
.site-logo img {
  height: 43px; /* slightly bigger */
  display: block;
}

/* HEADER CTA BUTTONS */

.site-navbar .btn {
  height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 12px 24px !important;
  font-size: 13px;
  border-radius: 6px;
}
.sticky-wrapper.is-sticky .site-navbar {
  padding: 18px 0;
  min-height: 80px;
}
/* =========================
   NAVBAR CONTEXT
========================= */
.site-navbar {
  position: relative;
}

/* IMPORTANT FIX */
.has-mega-menu {
  position: static;
}

/* =========================
   MEGA MENU (FINAL)
========================= */
.mega-menu .container {
  width: 100%;
  margin: 0;
}
.mega-menu {
  position: absolute;
  top: 100%;

  left: 75%;
  transform: translateX(-50%) translateY(10px); /* 🔥 center fix */

  width: 1100px;
  max-width: 95vw;

  background: rgba(18, 26, 35, 0.98);
  backdrop-filter: blur(10px);

  padding: 40px 30px;
  z-index: 999;

  border-radius: 14px;
  box-shadow: 0 25px 80px rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.05);

  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
.has-mega-menu {
  position: relative;
}

/* SHOW */
.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* =========================
   CONTENT WIDTH
========================= */

/* GRID SPACING */
.mega-menu .col-md-3 {
  padding-left: 10px;
  padding-right: 20px;
}

.mega-menu .col-md-3:first-child {
  padding-left: 10px; /* reduce extra push */
}

.dropdown-link {
  margin-bottom: 20px;
}
.mega-menu .col-md-3:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,0.05);
}
.mega-menu .row {
  display: flex;
  gap: 10px; /* equal spacing between columns */
}

/* =========================
   LINKS
========================= */
.dropdown-title {
  color: #13D6A5;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 1px 5px;
}

.dropdown-link {
  display: block;
  margin-bottom: 18px;
  padding: 5px 5px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.2s;
}

.dropdown-link strong {
  display: block;
  color: #fff;
  font-size: 14px;
}

.dropdown-link small {
  color: #8b98a5;
  font-size: 12px;
}

/* HOVER */
.dropdown-link:hover {
  background: rgba(19, 214, 165, 0.08);
}

.dropdown-link:hover strong {
  color: #13D6A5;
}

.dropdown-link:hover small {
  color: #cbd5e1;
}
.site-menu .nav-link {
  white-space: nowrap;
}

.mobile-menu {
  list-style: none;
  padding: 0;
}

.mobile-menu li {
  margin-bottom: 10px;
}

.menu-link {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-weight: 500;
  position: relative;
}

/* Arrow */
.menu-link::after {
  content: "▾";
  position: absolute;
  right: 0;
  transition: 0.3s;
}

/* Rotate arrow when active */
.has-submenu.active .menu-link::after {
  transform: rotate(180deg);
}

/* Submenu */
.submenu {
  display: none;
  padding-left: 10px;
}

.submenu-group {
  margin-bottom: 15px;
}

.submenu-group h6 {
  color: #13D6A5;
  font-size: 13px;
  margin-bottom: 5px;
}

.has-submenu.active .submenu {
  display: block;
}

.submenu a {
  display: block;
  color: #ccc;
  font-size: 14px;
  padding: 5px 0;
}

/* =========================
   RESPONSIVE BREAKPOINTS
========================= */

/* Large Devices (Desktops < 1200px) */
@media (max-width: 1199px) {
  .mega-menu {
    width: 950px;
  }
}

/* Tablets (iPad / Small Laptop) */
@media (max-width: 991px) {

  /* Disable mega menu on tablet */
  .mega-menu {
    display: none !important;
  }

  /* Show mobile menu instead */
  .site-mobile-menu {
    display: block;
  }

  /* Hide desktop menu */
  .site-menu {
    display: none !important;
  }
}

/* Mobile Devices (<= 768px) */
@media (max-width: 767px) {

  .site-mobile-menu {
    width: 100%;
    max-width: 320px;
  }

  .menu-link {
    font-size: 15px;
  }

  .submenu a {
    font-size: 13px;
  }

  .submenu-group h6 {
    font-size: 12px;
  }

  /* Improve spacing */
  .mobile-menu li {
    margin-bottom: 12px;
  }

}

/* Small Mobile (<= 480px) */
@media (max-width: 480px) {

  .site-mobile-menu {
    max-width: 100%;
  }

  .mobile-cta .btn {
    font-size: 14px;
    padding: 10px;
  }

}

/* FORCE VISIBILITY CONTROL */
@media (max-width: 991px) {
  .d-lg-flex {
    display: none !important;
  }
}

.footer-contact-item {
  display: flex;
  align-items: center;
  justify-content: center; /* center like your UI */
  gap: 10px;
  margin-bottom: 10px;
}

.footer-contact-item i {
  color: #8b98a5;
  font-size: 14px;
  width: 18px;
}

.footer-contact-item a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-contact-item a:hover {
  color: #13D6A5;
}

/* =========================
   MOBILE MENU TYPOGRAPHY
========================= */
@media (max-width: 767px) {

  /* Main menu (Solutions, Features etc.) */
  .menu-link {
    font-size: 15px;
    font-weight: 500;
  }

  /* Section headings (For Restaurants etc.) */
  .submenu-group h6 {
    font-size: 13px;
    font-weight: 600;
    color: #13D6A5;
    margin-bottom: 6px;
  }

  /* Inner links (IMPORTANT) */
  .submenu a {
    font-size: 14px;      
    color: #cbd5e1;
    padding: 6px 0;
    line-height: 1.5;
  }

}

@media (max-width: 767px) {
  .submenu-group {
    margin-bottom: 18px;
  }
}

/* Global line highlight */
.saaz-global-line {
  font-size: 15px;
  color: #cbd5e1;
}

/* Stats cards */
.stat-card {
  padding: 15px;
  border-radius: 12px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  transition: 0.3s;
}

.stat-card h3 {
  color: #13D6A5;
  font-weight: 700;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.social-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
  margin-right: 10px;
  padding: 4px 7px;
}

.social-icon:hover {
  background: #00A86B;
  transform: translateY(-2px);
}
.case-card {
  transition: all 0.3s ease;
  border-radius: 12px;
}

.case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}
.case-card .text-muted,
.case-card p {
  text-align: left;
}

.client-card {
  position: relative; /* IMPORTANT for flag */
  background: #fff;
  border-radius: 12px;
  padding: 18px 15px;
  text-align: center;
  border: 1px solid #f1f1f1;
  height: 100%;
  transition: all 0.3s ease;
}

.client-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.client-logo-box {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.client-logo {
  max-height: 50px;
  max-width: 100%;
  border-radius: 5px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.85;
  transition: all 0.3s ease;
}

.client-card:hover .client-logo {
  filter: grayscale(0%);
  opacity: 1;
}

.client-name {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.flag {
  font-size: 16px;
  margin-right: 6px;
}

.client-flag {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 16px;
}

.price-table[style*="border:2px"] {
transform: scale(1.03);
}
.price-table {
padding: 20px 16px;
border-radius: 12px;
}

/* Plan Title */
.price-text h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}
.price-list li {
  font-size: 14px;
  padding: 6px 0;
}

/* Subtitle */
.price-text p {
  font-size: 13px;
  color: #6d768b;
  margin-bottom: 12px;
}

/* Price */
.price-value span[style] {
  font-size: 24px !important;
  font-weight: 700;
}

/* Setup badge */
.price-value .badge {
  font-size: 12px;
  padding: 5px 10px;
}

/* Feature list */
.price-list li {
  font-size: 14px;
  padding: 6px 0;
}

/* Button */
.price-block-btn {
  font-size: 14px;
  padding: 9px 14px;
}

/* Hover */
.price-table:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.icon-box i {
  width: 22px;
  height: 22px;
  stroke: #00A86B;
}

.pricing-section {
  background: #f8fafc; /* light clean SaaS bg */
  padding: 60px 0;
}

.pricing-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  border: 1px solid #eee;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.pricing-card .features {
  flex-grow: 1;
}

.pricing-card .pricing-btn {
  margin-top: auto;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.pricing-badge {
  position: absolute;
  top: -10px;
  right: 20px;
  background: #ff6b00;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
}

.plan-title {
  font-size: 18px;
  font-weight: 700;
}

.price-box {
  margin: 15px 0;
}

.price {
  font-size: 32px;
  font-weight: 700;
  color: #111;
}

.period {
  font-size: 14px;
  color: #6d768b;
}

.setup-fee {
  font-size: 13px;
  color: #666;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left;
  flex-grow: 1;
}

.pricing-features li {
  padding: 8px 0;
  font-size: 14px;
}

.pricing-features .highlight {
  color: #00A86B;
  font-weight: 600;
}

.pricing-footer {
  margin-top: auto; /* pushes footer (button) to bottom */
}

.price-list li {
  padding: 6px 0;
  font-size: 14px;
  color: #444;
}

.price-list .text-success {
  color: #00A86B !important;
}

.price-list li.disabled {
  color: #bbb;
}

.price-footer .btn-outline {
  border: 1px solid #00A86B;
  color: #00A86B;
}

.pricing-card.popular {
  border: 2px solid #00A86B;
  transform: scale(1.05);
  box-shadow: 0 20px 60px rgba(0,168,107,0.15);
}

.pricing-card.popular .pricing-btn {
  background: #00A86B;
  color: #fff;
  font-weight: 600;
}

.pricing-card:not(.popular) {
  opacity: 0.92;
}

.pricing-addon-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #eee;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

.info-strip {
  background: rgba(0, 168, 107, 0.08);
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  color: #00A86B;
  font-weight: 500;
}

.addon-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background: #fafafa;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  transition: 0.2s;
  margin: 6px 4px;
}

.addon-item:hover {
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.addon-item span {
  font-size: 14px;
  color: #555;
}

.addon-item strong {
  color: #00A86B;
}
.saaz-contact-cta {
  background: rgba(19, 214, 165, 0.08);
  border: 1px solid rgba(19, 214, 165, 0.2);
  border-radius: 12px;
  padding: 20px;
}

.cta-text {
  font-size: 16px;
  font-weight: 600;
  color: #0f1720;
}

.cta-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  color: #13D6A5;
}

.cta-contact i {
  color: #13D6A5;
  margin-right: 6px;
}

.cta-contact a {
  color: #13D6A5;
  text-decoration: none;
}

.cta-contact a:hover {
  text-decoration: underline;
}
.video-card {
  background: #121A23;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s;
}

.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.video-thumb {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-overlay i {
  font-size: 26px;
  color: #fff;
  background: #13D6A5;
  padding: 12px 18px;
  border-radius: 50%;
}

.video-content {
  padding: 16px;
}

.video-content h5 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 6px;
}

.video-content p {
  color: #8b98a5;
  font-size: 13px;
}
/* =========================
   CONTACT SECTION WRAPPER
========================= */
.contact-card,
.contact-form-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-card:hover,
.contact-form-card:hover {
  transform: translateY(-3px);
}

/* =========================
   LEFT CARD (INFO)
========================= */
.contact-card {
  background: linear-gradient(135deg, #0f172a, #121A23);
  padding: 35px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.05);
  color: #e2e8f0;
  height: 100%;
}

/* HEADING */
.contact-card .section-heading p {
  color: #13D6A5;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 8px;
}

.contact-card .section-heading h2 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 15px;
}

/* TEXT */
.contact-card p {
  color: #cbd5e1;
  font-size: 14px;
}

/* =========================
   REVIEW BOX
========================= */
.review-box {
  background: rgba(19,214,165,0.12);
  border: 1px solid rgba(19,214,165,0.3);
  padding: 14px 16px;
  border-radius: 10px;
  margin-top: 15px;
  transition: 0.3s;
}

.review-box:hover {
  background: rgba(19,214,165,0.18);
}

.review-box a {
  color: #13D6A5;
  font-weight: 500;
  text-decoration: none;
}

/* =========================
   CONTACT INFO
========================= */
.contact-item {
  display: flex;
  align-items: flex-start; /* better for multi-line */
  gap: 12px;
  margin-top: 18px;
}

.contact-item i {
  font-size: 16px;
  color: #13D6A5;
  margin-top: 4px;
  min-width: 18px;
}

.contact-item strong {
  display: block;
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 2px;
}

.contact-item span,
.contact-item a {
  font-size: 14px;
  color: #e2e8f0;
  text-decoration: none;
}

.contact-item a:hover {
  color: #13D6A5;
}

/* =========================
   RIGHT FORM CARD
========================= */
.contact-form-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.08);
  border: 1px solid #f1f5f9;
}

/* =========================
   FORM LABELS
========================= */
.form-label {
  font-weight: 600;
  font-size: 13px;
  color: #334155;
  margin-bottom: 6px;
}

/* =========================
   INPUTS
========================= */
.form-control {
  border-radius: 10px;
  height: 48px;
  border: 1px solid #e2e8f0;
  padding: 10px 12px;
  font-size: 14px;
  transition: 0.2s;
  background: #ffffff;
}

textarea.form-control {
  height: auto;
  min-height: 100px;
}

/* FOCUS */
.form-control:focus {
  border-color: #13D6A5;
  box-shadow: 0 0 0 3px rgba(19,214,165,0.15);
  outline: none;
}

/* SELECT */
select.form-control {
  height: 48px;
  cursor: pointer;
}

/* =========================
   BUTTON
========================= */
#contactus_btn {
  height: 50px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px;
  background: linear-gradient(90deg, #00A86B, #13D6A5);
  border: none;
  color: #fff;
  transition: 0.2s;
}

#contactus_btn:hover {
  opacity: 0.9;
}

/* =========================
   LOADER
========================= */
#loading {
  font-size: 13px;
  color: #64748b;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {

  .contact-card,
  .contact-form-card {
    padding: 25px;
  }

  .contact-card .section-heading h2 {
    font-size: 22px;
  }

}

/* FLOW WRAPPER */
.shipping-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* STEP BOX */
.flow-step {
  background: #ffffff;
  padding: 20px 18px;
  border-radius: 12px;
  text-align: center;
  width: 180px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.25s;
}

.flow-step:hover {
  transform: translateY(-4px);
}

/* ICON */
.icon-box {
  width: 50px;
  height: 50px;
  background: rgba(19,214,165,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.icon-box i {
  color: #13D6A5;
  font-size: 18px;
}

/* ARROW */
.flow-arrow {
  font-size: 18px;
  color: #94a3b8;
}

/* MOBILE */
@media (max-width: 768px) {
  .shipping-flow {
    flex-direction: column;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }
}

/* ICON */
.api-icon {
  width: 50px;
  height: 50px;
  background: rgba(19,214,165,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.api-icon i {
  color: #13D6A5;
  font-size: 18px;
}

/* CARD HOVER */
.api-step {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.25s;
}

/* ENSURE ROW STRETCHES */
.row.g-4.align-items-center {
  align-items: stretch !important;
}

/* OPTIONAL: UNIFORM CARD LOOK */
.feature-item {
  height: 100%;
  border-radius: 14px;
}

.api-step:hover {
  transform: translateY(-5px);
}
/* WRAPPER */
.comparison-table-wrapper {
  overflow-x: auto;
}

/* TABLE BASE */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

/* HEAD */
.comparison-table thead {
  background: #121A23;
  color: #fff;
}

.comparison-table th {
  padding: 18px;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
}

/* FIRST COLUMN */
.comparison-table td:first-child {
  font-weight: 500;
  color: #111827;
}

/* CELLS */
.comparison-table td {
  padding: 16px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #f1f5f9;
}

/* ROW HOVER */
.comparison-table tbody tr:hover {
  background: #f9fafb;
}

/* SAAS COLUMN HIGHLIGHT */
.saas-col {
  background: rgba(19, 214, 165, 0.06);
  font-weight: 500;
}

/* BADGE */
.badge {
  display: inline-block;
  margin-left: 8px;
  background: #13D6A5;
  color: #000;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
}

/* HEADER ALIGN */
.comparison-table th:first-child {
  text-align: left;
}

/* FIRST COLUMN ALIGN */
.comparison-table td:first-child {
  text-align: left;
}

/* MOBILE */
@media (max-width: 768px) {
  .comparison-table th,
  .comparison-table td {
    padding: 12px;
    font-size: 13px;
  }
}

.integration-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 14px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #f1f5f9;
  height: 100%;
}

.integration-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* ICON */
.integration-card .icon {
  font-size: 30px;
  margin-bottom: 15px;
}

/* TITLE */
.integration-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* TEXT */
.integration-card p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 15px;
}

/* LINK */
.integration-card .link-btn {
  color: #13D6A5;
  font-weight: 500;
  text-decoration: none;
}

.integration-card .link-btn:hover {
  text-decoration: underline;
}
.alt-card {
  display: block;
  padding: 18px;
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  color: #111;
  border: 1px solid #eee;
  transition: 0.25s ease;
}

.alt-card h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.alt-card:hover {
  background: rgba(19, 214, 165, 0.08);
  transform: translateY(-3px);
  border-color: #13D6A5;
}
/* Wrapper Upgrade */
.saaztro-compare-wrapper {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  padding: 20px;
  overflow-x: auto;
}

/* Table spacing */
.saaztro-compare-table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

/* Row card style */
.saaztro-compare-table tbody tr {
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
  border-radius: 10px;
  transition: all 0.2s ease;
}

.saaztro-compare-table tbody tr:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

/* Cells */
.saaztro-compare-table td,
.saaztro-compare-table th {
  padding: 16px 14px;
  border: none;
}

/* Rounded row corners */
.saaztro-compare-table tbody tr td:first-child {
  border-radius: 10px 0 0 10px;
}
.saaztro-compare-table tbody tr td:last-child {
  border-radius: 0 10px 10px 0;
}

/* Highlight Saaztro column */
.saaztro-highlight {
  background: linear-gradient(135deg, #f0fff7, #e6fff5);
  font-weight: 600;
}

/* Header sticky */
.saaztro-compare-table thead th {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 2;
  font-weight: 600;
}

/* Recommended badge improvement */
.saaztro-highlight .badge {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 20px;
}

/* Icon spacing */
.saaztro-compare-table i {
  margin-right: 6px;
}
.saaztro-compare-table td:last-child,
.saaztro-compare-table th:last-child {
  position: sticky;
  right: 0;
  z-index: 1;
}

.saaztro-highlight {
  background: linear-gradient(135deg, #e9fff5, #dffaf0);
  box-shadow: inset 0 0 0 1px rgba(0,168,107,0.08);
}
.saaztro-compare-table td:nth-child(2),
.saaztro-compare-table th:nth-child(2) {
  border-right: 1px solid #eee;
}
.saaztro-compare-table th.saaztro-highlight {
  font-size: 16px;
  font-weight: 700;
}
.saaztro-compare-table tbody tr:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}
.fa-check {
  transition: transform 0.2s ease;
}

.saaztro-compare-table tbody tr:hover .fa-check {
  transform: scale(1.15);
}
.terms .hero-section {
  padding: 40px 0 !important;
}

.terms .hero-section,
.terms .hero-section .container,
.terms .hero-section .row {
  height: auto !important;
  min-height: auto !important;
}
.terms .hero-section {
  background: #f8f9fa;
  color: #000;
}
/* Legal Header (Saaztro Standard) */
.page-header {
  padding: 135px 0 20px 0px;
  background: #121A23; /* your brand dark */
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.page-header p {
  max-width: 700px;
  margin: 0 auto;
}

/* Override hero behavior */
.hero-legal,
.hero-legal .container,
.hero-legal .row {
  height: auto !important;
  min-height: auto !important;
}
.page-header h1 {
  font-weight: 600;
  letter-spacing: -0.3px;
}

.cta-legal {
  padding: 40px 0;
  border-top: 1px solid #eee;
}
.cta-legal h5 {
  font-weight: 600;
}
.benefit-item {
  display: flex;
  align-items: flex-start; /* aligns icon + text properly */
  gap: 10px;
  margin-bottom: 10px;
}

.benefit-item i {
  font-size: 16px;
  margin-top: 3px; /* fine-tune vertical alignment */
  color: #13D6A5; /* optional brand color */
}

.benefit-item span {
  display: block;
  line-height: 1.5;
}
.faq-link {
  display: inline !important;
  color: #13D6A5;
  font-weight: 600;
  text-decoration: none;
}

.faq-link:hover {
  text-decoration: underline;
}
/* CARD BASE */
.solution-card-advanced {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e9eef3;
  transition: all 0.3s ease;
  position: relative;
}

/* HOVER */
.solution-card-advanced:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.06);
  border-color: #13D6A5;
}

/* ICON HOVER */
.solution-card-advanced:hover .icon-box {
  background: linear-gradient(135deg, #00A86B, #13D6A5);
  color: #fff;
  transform: scale(1.08);
}

/* TITLE */
.solution-card-advanced h5 a {
  color: #121A23;
  text-decoration: none;
  font-weight: 600;
}

.solution-card-advanced h5 a:hover {
  color: #00A86B;
}

/* TEXT */
.solution-card-advanced p {
  font-size: 14.5px;
  line-height: 1.6;
}

/* CENTER CARD (IMPORTANT VISUAL HIERARCHY) */
.active-card {
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 20px 60px rgba(0,0,0,0.06);
}
.mini-point {
  background: #ffffff;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #eef1f5;
  transition: 0.3s;
}

.mini-point:hover {
  border-color: #13D6A5;
  transform: translateY(-3px);
}

