.main-nav.nav-hidden,
.topbar.hide-topbar {
  transform: translateY(-100%);
}
.btn-pill,
.topbar,
body,
html {
  color: var(--text);
}
.consultation-card .btn,
.cta-text-col,
.lenis.lenis-stopped,
.logo-marquee-wrap,
.our-capabilities,
.topbar,
svg:not(:root) {
  overflow: hidden;
}
.nav-links > li.has-dropdown:hover > a i,
.text-card-step h3 {
  transform: rotate(180deg);
}
.blog-card a,
.ft-brand-logo,
.rc-btn-pill,
.rc-icon-circle,
.wi-btn-pill,
a {
  text-decoration: none;
}
.button,
.cta-hover-label,
.cta-text-col,
.text-card-step h3,
.topbar a {
  white-space: nowrap;
}
.eyebrow,
.wi-eyebrow {
  text-transform: uppercase;
}
.contactInfo,
.ft-links-list,
.nav-links,
.related-blogs .section-title li,
.wi-features-list {
  list-style: none;
}
:root {
  --navy: #213170;
  --green: #d7f6a4;
  --green-dark: #82d001;
  --hover-green: #c4f650;
  --ink: #1a1a1a;
  --text: #272727;
  --text-2: #464646;
  --muted: #6b7280;
  --line: #e8e8ef;
  --rc-gradient-start: #d1e2fc;
  --rc-gradient-end: #fcdad4;
}
* {
  box-sizing: border-box;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
body,
html {
  font-family: "DM Sans", sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 1rem;
  line-height: 1.6;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.logo-set.marquee-clone,
/*.site-header .nav-hidden,*/
.svg-filter_embed {
  display: none;
}
.topbar {
  background: #d9f2a0;
  text-align: center;
  padding: 8px 16px;
  font-size: 0.85rem;
  width: 100%;
  transition: transform 0.25s, opacity 0.25s, visibility 0.25s, max-height 0.25s,
    padding 0.25s;
  max-height: 50px;
}
.topbar.hide-topbar {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.topbar a {
  color: #000;
  font-weight: 500;
  margin-left: 6px;
  font-size: 0.9rem;
}
.topbar a svg {
  transition: transform 0.2s;
  width: 15px;
}
.topbar a:hover {
  text-decoration: underline;
}
.rc-btn-pill:hover .rc-custom-arrow,
.topbar a:hover svg {
  transform: translateX(3px);
}
.main-nav {
  background: var(--navy);
  padding: 14px 0;
  width: 100%;
  will-change: transform;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    background-color 0.3s;
}
.btn-pill,
.call-us .icon-circle {
  transition: background 0.2s, transform 0.2s;
}
.main-nav .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
  font-size: 1.3rem;
}
.main-nav .navbar-brand img {
  height: 50px;
  width: auto;
  object-fit: contain;
}
.main-nav .navbar-brand small {
  display: block;
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: var(--green);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2.1rem;
  margin: 0;
  padding: 0;
}
.nav-links > li > a {
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
}
.nav-links > li > a i {
  font-size: 0.7rem;
  transition: transform 0.25s;
}
.mega-item a:hover,
.nav-links > li > a:hover {
  color: var(--green);
}
.btn-pill {
  background: var(--green);
  font-weight: 600;
  border-radius: 40px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  border: none;
}
.btn-pill:hover {
  background: #c4f650;
  transform: translateY(-1px);
}
.btn-pill svg {
  width: 20px;
  transition: transform 0.2s;
}
.navbar-toggler-custom {
  border: none;
  background: 0 0;
  color: #fff;
  /*font-size: 1.6rem;*/
  display: none;
}
.has-dropdown {
  position: static;
}
.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: 100vw;
  background: var(--navy);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  padding: 44px 0 48px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s, transform 0.22s, visibility 0.22s;
  z-index: 999;
}
.hero,
.hero-left,
.section-block,
.section-header {
  position: relative;
}
.mega-menu-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.has-dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.mega-col-title {
  color: #8b93c4;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 18px;
}
.mega-item {
  margin-bottom: 20px;
}
.mega-item a {
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  display: block;
  margin-bottom: 4px;
  transition: color 0.2s;
}
.mega-item p {
  color: #a9aecb;
  font-size: 0.82rem;
  margin: 0;
  line-height: 1.4;
}
.mega-feature h6 {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
}
.mega-feature p {
  color: #a9aecb;
  font-size: 0.85rem;
  line-height: 1.5;
}
.mega-feature a.feature-link {
  color: #6fb8ff;
  font-weight: 600;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.mega-feature img {
  width: 100%;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  height: 170px;
}
.section-block {
  width: 100%;
  padding: 100px 0;
}
.hero-section {
  background: #fff;
  padding-top: 170px;
}
.hero-left {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.hero-section h1 {
  font-size: 3.4rem;
  font-weight: 500;
  color: var(--text);
  line-height: 60px;
  letter-spacing: 1px;
}
.green {color: var(--green-dark);}
.trusted-section h2 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
  color: #000;
}
.b-500 { font-weight: 500; color: #000000;}
.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-up.active {
  opacity: 1;
  transform: translateY(0);
}
.hero {
  width: 100%;
}
.hero::after,
.hero::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(164, 210, 51, 0.1) 0,
    rgba(164, 210, 51, 0) 70%
  );
  z-index: 0;
}
.break {
  display: block;
}
.hero::before {
  top: -80px;
  left: -60px;
}
.hero::after {
  bottom: -100px;
  left: 35%;
}
.section-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  max-width: 990px;
  margin: 0 auto 40px;
      z-index: 1;
}
.circle,
.top-radius:before {
  height: 150px;
  position: absolute;
}
.section-header h2 {
  font-size: 42px;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 0px;
}
.top-radius:before {
  top: -50px;
  left: 0;
  right: 0;
  border-radius: 0 0 50% 50%;
  z-index: 1;
  background-size: cover;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #626262;
  line-height: 0;
}
.scnd-card .text-card,
.testimonial {
  background: #ebefff;
}
.call-us .icon-circle,
.eyebrow .dot {
  background: var(--green);
  border-radius: 50%;
}
.our-process.top-radius:before {
  background: url(../images/bottom-radius.svg);
}
.our-process {    padding-top: 50px;}
.call-us a:hover .icon-circle,
.consultation-card .btn:hover {
  background: var(--hover-green);
}
.eyebrow .dot {
  width: 10px;
  height: 10px;
  display: inline-block;
}
.hero h1 {
  font-size: 2.9rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}
.call-us a:hover .number,
.cta-text-col .cta-row-item:hover .cta-item,
.hero-left h1 .accent {
  color: var(--green-dark);
}
.hero-left p {
  font-size: 1.1rem;
  color: #464646;
}
.hero p.lead-text {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 460px;
  margin-bottom: 34px;
}
.hero-cta {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}
.call-us,
.ft-social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.call-us a,
.text-card-header {
  display: flex;
  gap: 10px;
  align-items: center;
}
.call-us .icon-circle {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  font-size: 1.1rem;
}
.call-us .label {
  font-size: 0.75rem;
  color: var(--muted);
  letter-spacing: 0.03em;
  font-weight: 600;
  display: block;
}
.call-us .number {
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--ink);
  transition: 0.2s;
}
.circle {
  width: 150px;
  background: linear-gradient(45deg, #ebefff, rgb(219 226 255 / 83%));
  border-radius: 50%;
  opacity: 35%;
  right: -30px;
  top: -45px;
  z-index: -1;
}
.bottom-circle {
  left: -30px;
  top: auto;
  right: auto;
  bottom: -45px;
}
.capability-card-row {
  position: relative;
  z-index: 2;
}
.circle-with-bg {
  opacity: 1;
  background: linear-gradient(45deg, #ebefff, #dbe2ff);
  z-index: 1;
}
.circle-with-bg.top-circle {
  top: 15%;
  right: 15px;
}
.circle-with-bg.bottom-circle {
  bottom: 15%;
  left: 15px;
  background: linear-gradient(45deg, #dbe2ff, #ebefff);
}
.consultation-card {
      border-radius: 15px;
    padding: 26px;
    border: 10px solid #fff;
    box-shadow: 0 0 6px #dacdcd;
    position: relative;
    background: #f7f7f7;
}
.consultation-card h3 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}
.flex-fields {
  display: flex;
  gap: 15px;
}
.form-label {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.consultation-card ::placeholder {
  color: #ddd;
}
.form-label .required {
  color: #dc2626;
}
.form-control {
  border-radius: 6px;
  border: 1px solid #d1d5db;
  padding: 10px 14px;
  font-size: 0.95rem;
  transition: 0.2s;
}
.form-control:focus {
  box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}
.invalid-feedback {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.consultation-card .btn {
      background-color: var(--navy);
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    padding: 12px 22px;
    border: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    isolation: isolate;
    transition: 0.2s;
    margin-top: 5px;
}
.flex-11,
.section-content-block,
.trusted {
  width: 100%;
}
.consultation-card .btn:hover {
  color: var(--ink);
}
.hero-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.hero-col-7 {
  flex: 0 50%;
}
.hero-col-5 {
  flex: 0 36%;
}
.form-security-note {
  font-size: 0.85rem;
  text-align: center;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
.form-security-note i {
  color: #000;
}
.hero-media,
.shtc-input-wrapper {
  position: relative;
}
.hero-media img {
  width: 100%;
  border-radius: 18px;
  display: block;
  box-shadow: 0 30px 60px rgba(20, 20, 50, 0.12);
}
.floating-cta {
  position: fixed;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  z-index: 1200;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.cta-pill {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 14px 34px rgba(20, 20, 50, 0.16);
  padding: 14px 16px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0;
  transform-origin: bottom right;
  transition: padding 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    gap 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.cta-pill:hover {
  padding: 16px 20px;
  gap: 16px;
}
.cta-text-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 0;
  opacity: 0;
  transition: max-width 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s;
}
.cta-pill:hover .cta-text-col {
  max-width: 180px;
  opacity: 1;
}
.cta-text-col .cta-label {
  font-size: 0.78rem;
  color: #9aa0ad;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin-bottom: 0;
  transition: height 0.3s 0.05s, opacity 0.25s 0.1s, margin-bottom 0.3s 0.05s;
}
.cta-pill:hover .cta-text-col .cta-label {
  height: 20px;
  opacity: 1;
  margin-bottom: 8px;
}
.cta-row-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  cursor: pointer;
}
.cta-text-col .cta-item {
  font-size: 0.92rem;
  font-weight: 600;
  color: #aeb2bd;
  line-height: 28px;
  transition: color 0.2s;
  text-align: left;
}
.cta-text-col .cta-item.active {
  color: #171a20;
  font-weight: 700;
}
.cta-dot-col {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  flex-shrink: 0;
  height: 96px;
}
.cta-dot-col .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c9cdd8;
  position: relative;
  z-index: 1;
  align-self: center;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, width 0.2s, height 0.2s;
}
.cta-dot-col .dot:hover {
  transform: scale(1.35);
}
.cta-dot-col .dot.active {
  width: 10px;
  height: 10px;
  background: var(--green);
}
.cta-dot-col::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 50%;
  width: 2px;
  background: #e2e4ea;
  transform: translateX(-50%);
  z-index: 0;
}
.cta-circle-wrap {
  position: relative;
  display: inline-block;
}
.cta-circle-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #171a20;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
  position: relative;
  transition: transform 0.2s, background 0.2s;
}
.cta-circle-btn:hover {
  background: var(--navy);
  transform: translateY(-2px);
}
.cta-circle-btn .bi-envelope-fill {
  font-size: 1.15rem;
}
.cta-circle-btn .bi-telephone-fill {
  font-size: 0.62rem;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: var(--green);
  color: var(--navy);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-hover-label {
  position: absolute;
  right: 58px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #171a20;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  pointer-events: none;
}
.solutions-cards,
.svg-section,
.svg-wrapper,
.text-card,
.ts-progress-container,
.ts-testimonial-section,
.why-insadec-section,
.why-section .container,
.wi-stat-item {
  position: relative;
}
.cta-circle-wrap:hover .cta-hover-label {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-4px);
}
.trusted h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  max-width: 680px;
  margin: 0 auto 46px;
  line-height: 1.5;
  color: var(--ink);
}
.logo-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.logo-set {
  display: contents;
}
.logo-card {
  border: 1px solid #e8e8ef;
  border-radius: 10px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #fff;
}
.capability-card,
.our-solutions-right-col {
  flex-direction: column;
  display: flex;
}
.logo-card img {
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}
.section-content-block h3 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: var(--navy);
}
.section-content-block p {
  color: var(--muted);
  max-width: 650px;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
}
.our-capabilities {
  background: #ebefff;
  padding-top: 0;
}
.our-solutions-col,
.our-solutions-right-col,
.our-solutions-row,
.why-section,
.why-section .container {
  overflow: visible !important;
}
.capability-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0 0 12px rgb(0 0 0 / 17%);
  border: 1px solid rgba(232, 232, 239, 0.8);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  gap: 18px;
}
.capability-icon {
  transition: background 0.3s, color 0.3s;
}
.capability-card h4 {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0;
}
.capability-card p {
  color: #464646;  
  margin: 0;
}
.header-left .section-header {
  align-items: flex-start;
}
.header-left,
.header-left h2 {
  text-align: left;
}
.why-section {
  background: var(--navy);
  color: #fff;
}
.contactInfo li a,
.why-section .eyebrow,
.why-section h2,
.why-section p {
  color: #fff;
}
.our-solutions-row {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
.our-solutions-left-col {
  width: 40%;
  align-self: stretch;
}
.solutions-cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 40px;
}
.solutions-cards h3 {
  color: #d7f6a4;
  font-size: 1.4rem;
}
.demo-bottom h2,
.demo-top h1 {
  font-size: clamp(60px, 10vw, 150px);
  font-weight: 800;
  letter-spacing: -0.07em;
}
.solutions-cards p {
  margin-bottom: 0;
}
.solutions-cards a {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-right: auto;
  display: none;
}
.solutions-cards:hover a {
  color: #d7f6a4;
  border-color: #d7f6a4;
}
.demo-bottom,
.demo-top {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
.demo-top h1 {
  margin: 0;
}
.our-solutions-right-col {
  --timeline-x: -28px;
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: relative;
}
.our-solutions-left-col .section-header {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  z-index: 20;
}
.our-solutions-right-col::before {
  content: "";
  position: absolute;
  left: var(--timeline-x);
  top: 3px;
  bottom: 0;
  width: 2px;
  background: #2c3d84;
  pointer-events: none;
}
.our-solutions-right-col::after {
  content: "";
  position: absolute;
  left: var(--timeline-x);
  top: 0;
  width: 2px;
  height: var(--timeline-progress, 0%);
  background: var(--hover-green);
  pointer-events: none;
  z-index: 2;
}
.solutions-cards::before {
  content: "";
  position: absolute;
  left: calc(var(--timeline-x) - 7px);
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid;
  z-index: 5;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.solutions-cards.active::before {
  background: #d7f6a4;
  border-color: #d7f6a4;
  transform: scale(1.35);
}
.solutions-cards.active h3 {
  color: #d7f6a4;
}
.why-insadec-section {
  background: #ebefff;
  overflow: hidden;
  padding-bottom: 0;
  z-index: 9;
}
.bottom-radius:before {
  content: "";
  background: url(../images/bottom-radius.svg) 0 0 / cover;
  position: absolute;
  bottom: -50px;
  height: 150px;
  left: 0;
  right: 0;
  border-radius: 0 0 50% 50%;
  z-index: 1;
}
.wi-top-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
.wi-col-image {
  flex: 0 0 45%;
  max-width: calc(45% - 50px);
}
.wi-col-content {
  flex: 0 0 55%;
  max-width: 55%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wi-image-box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(28, 37, 85, 0.08);
  background-color: #fff;
}
.wi-btn-pill,
.wi-eyebrow::before {
  background-color: var(--wi-green);
}
.wi-image-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.wi-eyebrow {
  color: var(--wi-navy);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wi-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.wi-title {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.25;
}
.wi-features-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.wi-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0;
  font-size: 1.05rem;
  color: var(--wi-navy);
  font-weight: 500;
}
.wi-features-list li strong {
  font-weight: 600;
  color: var(--text);
}
.wi-features-list li span {
  color: #474747;
  font-weight: 400;
  font-size: 1rem;
}
.wi-features-list li .wi-check-icon {
  width: 24px;
  height: 24px;
  background-color: var(--green);
  color: var(--text);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
  line-height: 16px;
}
.wi-btn-pill {
  color: var(--wi-navy);
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 15px rgba(164, 210, 51, 0.3);
}
.rc-banner-card,
.ts-testimonial-card {
  box-shadow: 0 10px 30px rgba(28, 37, 85, 0.05);
}
.wi-btn-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(164, 210, 51, 0.4);
  color: var(--wi-navy);
}
.wi-stats-row {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.ft-col-services-1,
.wi-stats-intro {
  flex: 0 0 30%;
  max-width: 30%;
}
.wi-stats-intro h4 {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 5px;
}
.wi-stats-intro p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 20px;
}
.wi-stats-grid {
  flex: 0 0 64%;
  max-width: 64%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wi-stat-item {
  text-align: center;
  flex: 1;
}
.wi-stat-item:before {
  content: "";
  background: #dadada;
  width: 1px;
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
}
.wi-stat-item:last-child:before {
  content: none;
}
.wi-stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: var(--navy);
  border-radius: 50%;
}
.wi-stat-number {
  font-size: 3.4rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.1;
  margin-bottom: 8px;
}
.wi-stat-label {
  font-size: 0.9rem;
  color: #0c0c0c;
  font-weight: 500;
  margin: 0 auto;
}
.text-card-step h3,
.ts-stars {
  font-size: 1.1rem;
  display: flex;
}
.approach-row {
  width: 100%;
  margin: 0 auto;
}
.card-rows {
  display: flex;
  align-items: baseline;
  max-width: 1025px;
  margin: 0 auto;
}
.text-card {
  background: #f7fce8;
  padding: 20px 20px 20px 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  top: 0;
  width: 420px;
}
.justify-end {
  justify-content: end;
  align-items: end;
  margin-top: -57px;
}
.justify-end .arrow-card {
  margin-bottom: -80px;
}
.text-card-step h3 {
  flex: 0 0 40px;
  width: 40px;
  margin: 15px 0 15px 15px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  background: #d2f69a;
  color: #202020;
  font-weight: 500;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.text-card-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.text-card-icon {
  width: 40px;
  height: 40px;
  background: var(--green);
  border-radius: 50px;
  line-height: 37px;
  text-align: center;
} 
.text-card-header h4 {
  margin-bottom: 0;
  font-size: 1.3rem;
}
.justify-center {
  justify-content: center;
  margin-top: 72px;
}
.last-flow-card {
  max-width: 1199px;
}
.scnd-card .text-card-icon,
.scnd-card .text-card-step h3 {
  background: #dbe2ff;
}
.svg-wrapper {
  z-index: 0;
  pointer-events: none;
  background-color: #ebefff;
  height: 9rem;
  inset: 0% 0% auto;
}
.svg-section {
  z-index: 1;
  pointer-events: none;
  transform-origin: 50% 0;
  width: 100%;
  transform-style: preserve-3d;
  margin-top: -1px;
  display: flex;
  transform: scaleY(0);
}
.text-color-invert {
  color: #fff;
  translate: none;
  rotate: none;
  scale: none;
  transform-origin: 50% 0%;
  transform: translate3d(0, 0, 0) scale(1, 0.2378);
}
.bottom-wrapper {
  background: #fff;
  margin-top: 40px;
}
.ts-testimonial-section {
  padding: 100px 0;
  background-color: var(--ts-bg);
  overflow: hidden;
}
.ft-container,
.ts-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.ts-swiper {
  padding-bottom: 40px !important;
  overflow: hidden;
}
.ts-swiper .swiper-slide {height: auto;}
.ts-testimonial-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 25px 25px;
  border: 1px solid rgba(28, 37, 85, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.swiper-slide-active .ts-testimonial-card {
  background-color: #d5e6ff;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 11%);
}
.ts-stars {
  color: #f67700;
  margin-bottom: 20px;
  gap: 4px;
}
.ts-stars svg {width: 20px; height: 20px;}
.ts-author-name,
.ts-quote {
  font-size: 1.05rem;
  color: var(--ts-navy);
}
.ts-quote {
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 30px;
  font-weight: 400;
}
.ts-author-name {
  font-weight: 700;
  margin-bottom: 2px;
}
.ts-author-title {
  font-size: 0.85rem;
  color: #555c70;
  font-weight: 500;
  margin: 0;
}
.ts-controls-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.ts-progress-container {
  flex-grow: 1;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.ts-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: var(--green);
  border-radius: 4px;
  transition: width 0.2s;
}
.ts-nav-buttons {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.ts-swiper-button-next,
.ts-swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--green);
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  font-size: 1.1rem;
}
.ts-swiper-button-next:hover,
.ts-swiper-button-prev:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.ts-swiper-button-next.swiper-button-disabled,
.ts-swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}
.blog-link:hover {
  opacity: 0.85;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 40px;
  row-gap: 50px;
}
.blog-image {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 4px;
}
.blog-image img {
  width: 100%;
  display: block;
  will-change: transform;
}
.blog-meta {
  color: #757575;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  align-items: center;
  gap: 7px;
  display: none;
}
.blog-card a {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.blog-card h3 {
  margin-top: 0;
  line-height: 1.3;
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-item a,
.page-link:focus,
.page-link:hover,
.rc-title {
  color: var(--text);
}
.page-item.active a {
  background: var(--green-dark);
  color: #fff;
  border-color: var(--green-dark);
}
.page-item a {
  font-size: 1.1rem;
  font-weight: 500;
}
.page-link:focus {
  box-shadow: none;
}
.rc-banner-card {
  background: linear-gradient(
    -90deg,
    rgb(250 181 165 / 48%) 0,
    #f4f4f4 41%,
    #dde9ff 68%,
    #aec7f7bf 99%
  );
  border-radius: 24px;
  padding: 40px 50px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: 70px 0;
}
.rc-content-left {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.rc-content-left .button-1_arrow-wrapper,
.rc-content-left .button-1_content-wrap,
.rc-custom-arrow {
  background: #fff;
}
.rc-title {
  margin-bottom: 0;
  line-height: 1.25;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 500;
}
.rc-desc {
  /* font-size: 1.15rem; */
  color: #464646;
  margin-bottom: 0;
  max-width: 660px;
}
.rc-btn-pill {
  background-color: #fff;
  color: var(--navy);
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}
.rc-btn-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  color: var(--navy);
}
.rc-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  min-width: 280px;
  position: relative;
}
.rc-phone-bubble {
  background: #fff;
  padding: 7px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.2rem;
  color: #000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-right: 15px;
}
.rc-phone-bubble::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 25px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 2px;
}
.rc-icons-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.rc-icon-circle {
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-size: 1.1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s;
  position: relative;
  z-index: 2;
}
.rc-icon-circle svg {
  height: 24px;
}
.rc-icon-circle:last-child {
  background: #f9bfbf;
}
.rc-icon-circle:hover {
  transform: scale(1.05);
  color: var(--navy);
}
.rc-phone-pulse-wrap {
  position: relative;
  display: inline-flex;
}
.rc-phone-pulse-wrap::after,
.rc-phone-pulse-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border: 1px solid #f99;
  border-radius: 50%;
  animation: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite rcPulse;
  z-index: 1;
  pointer-events: none;
}
.rc-phone-pulse-wrap::after {
  animation-delay: 1s;
}
.insadec-footer {
  background-color: var(--navy);
  color: #fff;
  padding: 70px 0 0;
  position: relative;
}
.ft-email-box,
.ft-phone-link {
  background: #3a4880;
  transition: background 0.2s;
}
.ft-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}
.ft-col-brand {
  flex: 0 0 31%;
  max-width: 31%;
}
.ft-brand-logo {
  display: inline-block;
  margin-bottom: 18px;
}
.ft-brand-logo img {
  height: 48px;
  width: auto;
  display: block;
}
.ft-brand-desc {
  font-size: 0.93rem;
  line-height: 1.6;
  color: var(--ft-text-muted);
  margin-bottom: 22px;
}
.ft-email-box {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 8px;
  color: var(--ft-text-light);
  font-size: 1rem;
  margin-bottom: 10px;
  text-decoration: underline;
}
.ft-email-box:hover {
  background: rgba(255, 255, 255, 0.14);
  color: var(--green);
}
.ft-phone-text {
  font-size: 0.95rem;
  color: var(--ft-text-muted);
}
.ft-phone-link {
  color: #fff;
  font-weight: 400;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 6px;
  margin-left: 4px;
  text-decoration: underline;
}
.button-1_arrow-wrapper,
.button-1_content-wrap,
.ft-dot-sep {
  background-color: var(--green);
}
.ft-phone-link:hover {
  background: rgba(255, 255, 255, 0.16);
  color: var(--green);
}
.ft-col-links {
  flex: 0 0 15%;
  max-width: 15%;
}
.ft-col-services-2 {
  flex: 0 0 18%;
  max-width: 18%;
  padding-top: 48px;
}
.ft-heading {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 22px;
  letter-spacing: -0.01em;
}
.ft-heading:after {
  content: "";
  background: #96bbfe;
  height: 2px;
  display: block;
  width: 60px;
  margin-top: 8px;
}
.ft-links-list {
  padding: 0;
  margin: 0;
}
.ft-links-list li {
  margin-bottom: 13px;
}
.ft-legal-links a,
.ft-links-list a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.contactInfo li a:hover,
.ft-legal-links a:hover,
.ft-links-list a:hover {
  color: var(--green);
  text-decoration: underline;
}
.ft-bottom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-top: 1px solid #c5e2ff;
  margin-top: 40px;
}
.ft-copyright {
  font-size: 0.88rem;
  color: var(--ft-text-muted);
  margin: 0;
}
.ft-social-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ft-text-light);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.ft-social-btn:hover {
  background: var(--green);
  border-color: var(--green);
  color: var(--text);
}
.details-share img,
.ft-social-btn:hover img {
  filter: invert(1);
}
.ft-legal-links {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
}
.ft-dot-sep {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}
.button,
.shtc-panel-form-capture .btn {
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.shtc-panel-form-capture .btn:hover { background: var(--hover-green); color: #000;}
.button {
  height: 48px;
  color: #000;
  filter: url(#buttonFilter);
  justify-content: flex-start;
  align-items: stretch;
}
button.button {
      background: transparent;
    outline: none;
    border: none;
}
.button-1_content-wrap {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  transition: background-color 0.3s;
}
.button-text {
  color: var(--text);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
}
.button-1_arrow-wrapper {
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 48px;
  margin-left: -0.5rem;
  display: flex;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.135, 0.9, 0.15, 1),
    background-color 0.3s;
}
.button_arrow-icon {
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button:hover .button-1_arrow-wrapper {
  transform: translate3d(1rem, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(45deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.button:hover .button_arrow-icon img {
  filter: brightness(0) invert(1);
  transform: rotate(-45deg);
}
.shtc-panel-form-capture {
  background: #f5f5f5;
  width: 100%;
  padding: 1.8rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shtc-form-masthead-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--dark);
  letter-spacing: -0.02em;
  margin-bottom: 0.7rem;
}
.h1,
.section-title h2 {
  letter-spacing: 1px;
  color: var(--text);
}
.shtc-form-sub {
  font-size: 0.8rem;
  color: #4a4a5a;
  margin-bottom: 1.3rem;
  border-left: 2px solid #9ec5f4;
  padding-left: 8px;
  font-weight: 500;
  display: none;
}
.shtc-form-group {
  margin-bottom: 0.65rem;
}
.shtc-field-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  color: #0b040d;
}
.shtc-input-icon,
.shtc-select-chevron {
  top: 50%;
  transform: translateY(-50%);
  color: var(--navy);
  pointer-events: none;
  position: absolute;
}
.shtc-form-control {
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 0.85rem;
  font-weight: 400;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  transition: 0.2s;
}
.shtc-form-control:focus {
  border-color: var(--navy);
  background: #fff;
  box-shadow: 0 2px 8px rgba(215, 52, 44, 0.15);
  outline: 0;
}
.shtc-input-icon {
  left: 1rem;
  font-size: 0.85rem;
}
textarea.shtc-form-control {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
}
.shtc-select-control {
  appearance: none;
  cursor: pointer;
  padding-right: 2rem;
}
.shtc-select-control option {
  margin-left: 2rem;
}
.shtc-select-chevron {
  right: 0.8rem;
  font-size: 0.7rem;
}
.shtc-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
}
.shtc-native-checkbox {
  width: 14px;
  height: 14px;
  accent-color: var(--navy);
  margin: 0;
}
.shtc-checkbox-link {
  color: var(--navy);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dotted var(--navy);
}
.shtc-checkbox-link:hover {
  color: #0b040d;
}
.shtc-submit-pipeline-btn {
  background: var(--dark);
  border: none;
  width: 100%;
  padding: 0.7rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  gap: 8px;
  transition: 0.2s;
  box-shadow: 0 6px 12px -6px rgba(215, 52, 44, 0.4);
  margin-top: 0.5rem;
}
.shtc-submit-pipeline-btn:hover {
  opacity: 0.8;
  transform: scale(0.99);
  box-shadow: 0 8px 16px -8px rgba(181, 43, 36, 0.5);
}
.shtc-modal-close-trigger {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  width: 32px;
  height: 32px;
  border-radius: 30px;
  border: none;
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1060;
  transition: 0.2s;
  cursor: pointer;
  padding: 0;
}
.shtc-modal-close-trigger:hover {
  background: var(--navy);
  transform: rotate(90deg);
}
.shtc-modal-close-trigger svg {
  width: 26px;
  height: 26px;
}
.shtc-split-popup-engine .modal-content {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 55px -20px rgba(0, 0, 0, 0.45);
  border: 0;
  background: 0 0;
  box-shadow: none;
  transform-style: preserve-3d;
  translate: none;
  rotate: none;
  scale: none;
  transform: perspective(1000px) translate(0, -200%) rotate(-25deg)
    rotateX(-90deg);
  opacity: 0;
  filter: blur(10px);
  transform-origin: top center;
  will-change: transform, opacity, filter;
}
.shtc-split-popup-engine {
  --bs-modal-bg: transparent;
}
.shtc-split-popup-engine .modal-dialog {
  perspective: 1200px;
  perspective-origin: 50% 50%;
}
.shtc-split-popup-engine.show .modal-content {
  animation: 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards popup3DOpen;
}
@keyframes popup3DOpen {
  0% {
    opacity: 0;
    filter: blur(12px);
    translate: none;
    rotate: none;
    scale: none;
    transform: perspective(1000px) translate(0, -200%) rotate(-25deg)
      rotateX(-90deg);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    translate: none;
    rotate: none;
    scale: none;
    transform: perspective(1000px) translate(0, 0) rotate(0) rotateX(0);
  }
}
.shtc-split-popup-engine.is-closing .modal-content {
  animation: 0.5s cubic-bezier(0.55, 0.05, 0.67, 0.19) forwards popup3DClose;
}
@keyframes popup3DClose {
  0% {
    opacity: 1;
    filter: blur(0);
    translate: none;
    rotate: none;
    scale: none;
    transform: perspective(1000px) translate(0, 0) rotate(0) rotateX(0);
  }
  100% {
    opacity: 0;
    filter: blur(0px);
    translate: none;
    rotate: none;
    scale: none;
    transform: perspective(1000px) translate(0, 100%) rotate(0) rotateX(0);
  }
}
.modal-backdrop {
  background: #000;
}
.modal-backdrop.show {
  opacity: 0.82;
}
.shtc-panel-form-capture .btn {
  background-color: #283891;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
  padding: 10px 22px;
  border: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}
.innerpage {
  padding-top: 200px;
}
.h1 {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 20px;
}
.blog-details-area-inner-content .blog-details-top-wrapper {
  display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}
.blog-details-top-wrapper .single {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.related-blogs .section-title {
  margin-bottom: 40px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.section-title h2 {
  line-height: 1.2;
  margin: 0;
  font-size: 2.3rem;
  font-weight: 500;
}
.related-blogs {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #ddd;
}
.related-blogs .section-title ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}
.related-blogs .section-title a {
  color: #0b040d;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
ul.anime li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #000;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s;
}
ul.anime li a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.rts-quote-area {
  padding: 30px;
  background: #ebefff;
  border-radius: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-left: 4px solid var(--green-dark);
}
.rts-quote-area .name {
  font-size: 1.1rem;
  color: var(--text);
  font-weight: 700;
}
.rts-quote-area span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #5d666f;
}
.rts-quote-area .title {
  margin-bottom: 25px;
  font-size: 1.4rem;
  font-weight: 500;
}
.details-share {
  display: flex;
  align-items: center;
}
.socials { 
    border-top: 1px solid #ddd;
    padding-top: 30px;}
.details-share h6 {
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 15px;
}
.details-share a,
.details-share button {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: none;
  margin: 0 3px;
  transition: 0.2s;
  background: var(--green);
}
.details-share a {
  line-height: 38px;
    text-align: center;
}
.details-share a:hover,
.details-share button:hover {
  background: var(--green-dark);
  box-shadow: 0 0 6px #414141;
}
.details-share a:hover img,
.details-share button:hover img {
  filter: invert(0);
}
.m-inf-item {
  background: #fff;
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  flex-wrap: wrap;
  gap: 20px;
}
.m-inf-item .icon-lg {
  width: 70px;
  height: 70px; 
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: var(--green-dark);
  text-align: center;
  line-height: 70px;
}
.rs-contact-six { padding-bottom: 0px;}
.rs-contact-six .contact-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
} 
.rs-contact-six .contact-icon {
        display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--green);
    border-radius: 50px;
}
.rs-contact-six .contact-list-item svg {
    width: 24px;
    height: 20px; 
}
.contact-list-item:first-child {    align-items: flex-start;}
.contact-list-content {    width: calc(100% - 70px);}
.contact-list-content h6 {     font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text);}
.contact-list { margin-top: 25px; margin-bottom: 30px;}
.contact-list-content a { color: var(--text); text-decoration: underline;    font-weight: 500;}
.contact-list-content a:hover { color: var(--green-dark); text-decoration: none;}
.rs-contact-six .contact-list-item:not(:last-child) {
    margin-bottom: 10px;
}

.m-inf-txt {    width: calc(100% - 90px);}
.icon-lg svg {    width: 30px;
    height: 30px;
    fill: #fff;}
.m-inf-item h5 {
  margin-bottom: 5px;
  font-size: 1rem;
}
.m-inf-item p {
  margin: 0;
}
.m-inf-item .ct-url {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.19;
  color: #181717;
  text-decoration: underline;
}
.map-loc {
  /* border: 10px solid #fff;
  box-shadow: 0 0 6px #dacdcd; */
  margin-top: 50px;
}
.map-loc iframe {
  height: 500px;
  width: 100%;
}
.contact-form2 .form-group input,
.contact-form2 .form-group textarea {
  border-radius: 30px;
  padding-left: 30px;
}
.contact-form2 .form-group {
  margin-bottom: 30px;
}
.contact-form2 .form-control,
.contact-form2 input,
.contact-form2 select,
.contact-form2 textarea {
  width: 100%;
  color: var(--body-color);
  padding: 12px 15px;
  border: 1px solid #d8dde1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.social-share a {
  background-color: #1b695c;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.social-share a i {
  display: table-cell;
  vertical-align: middle;
}
.contact-map h5 {
  font-weight: 600;
    color: var(--text);
    font-size: 1.1rem;
}
.policy-section li {margin-bottom: 5px;}
.policy-section ul { margin-bottom: 30px;}
.policy-pages h2 {
      font-size: 1.4rem;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
}
.contactInfo {
  padding-left: 0;
}
.contactInfo li {
  position: relative;
  padding-left: 35px !important;
  padding: 5px 0;
}
.contactInfo li svg {
  position: absolute;
  left: 2px;
  top: 6px;
  font-size: 20px;
  filter: brightness(0) invert(1);
  width: 24px;
  height: 22px;
  text-align: center;
  stroke: none;
}
@keyframes rcPulse {
  0% {
    width: 48px;
    height: 48px;
    opacity: 0.8;
  }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
.rc-address {
  font-size: 1rem;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 5px;
    line-height: 1.3;
    text-align: right;
    width: 410px;
}
.rc-address svg {
      color: #909090;
    width: 24px;
    height: 24px;
}
.rc-address i {
  color: #909090;
  font-size: 1rem;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.thankyou-container {    width: 480px;
    margin: 0 auto;
    background: #ebefff;
    border: 1px solid #c9e4eb;
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0px 0px 10px #dee1f4;}
.thankyou-container .section-title {
    gap: 20px;
}
.icon-box {
    width: 72px;
    height: 72px;
    background-color: #16a34a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin: 0 auto;
    animation: scaleUp 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.section-title h2 {
    font-weight: 600;
    font-size: 2.7rem;
    /* background: var(--heading-gradient); */
    /* -webkit-text-fill-color: transparent; */
    /* background-image: linear-gradient(#000, #013b9a); */
    /* -webkit-background-clip: text; */
    /* background-clip: text; */
    line-height: 1.2;
    margin: 0;
}
.section-subtext {
    max-width: 450px;
    margin: 0 auto;
}
.section-subtext p {
    margin: 0;
}
.btn-schedule {
    background-color: #283891;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 22px;
    border: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* border: 1px solid #283891; */
    text-decoration: none;
    cursor: pointer;
    isolation: isolate;
}
.btn-schedule:hover { background: #3447b3; color: #fff;}
.blodet { display: flex;
    justify-content: space-between;
    gap: 50px;
    text-align: left;
    align-items: center;
    margin-bottom: 30px;flex-wrap: wrap;}
.blodet-col {width: calc(60% - 50px);}
.thumbnail-large {border-radius: 10px;
    overflow: hidden;
    width: 40%;}


@media (max-width: 1400px) {
    .wi-stats-intro h4 {
    font-size: 1.2rem;
    }
 
}

@media (max-width: 1199px) { 
.rc-address {
   width: 330px;
   font-size: .92rem;
} 
.innerpage {
    padding-top: 170px;
}
.m-inf-item {
            padding: 10px;
        flex-wrap: wrap;
        justify-content: space-between; 
}
.m-inf-item p {
    font-size: .85rem;
}
.m-inf-item .ct-url {
    margin-top: 5px;
            display: none;
}
.m-inf-txt {
        width: calc(100% - 70px);
    }
.m-inf-item .icon-lg {
    margin-right: 0px;
    width: 60px;
    height: 60px; 
    line-height: 60px;
}
    .hero-section h1 {
    font-size: 3rem;
    font-weight: 500;
    color: var(--text);
    line-height: 50px;
    letter-spacing: 1px;
}
.capability-card {
    padding: 30px 20px;
}
.capability-icon img {    height: 60px;}
.our-solutions-row { 
    gap: 50px;
}
.our-solutions-left-col {
    width: 55%; 
}
.wi-stats-grid {
    flex: 0 0 65%;
    max-width: 65%; 
}
 .wi-stats-intro {
    flex: 0 0 35%;
    max-width: 35%;
}
.wi-stat-number {
    font-size: 2.9rem;
}
.wi-stat-label {
    font-size: 0.85rem; 
}
.wi-stat-item:not(:last-child)::after, .wi-stat-item:before { content: none;}
.wi-stat-item { 
    flex: auto;
}
.rc-banner-card {
    border-radius: 20px;
    padding: 25px 30px;
        gap: 20px;
}
.rc-title {  
    line-height: 1.2;
    font-size: 31px;
    letter-spacing: .01rem; 
}

.blodet-col .h1 {
    font-size: 34px; 
}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .insa-approach-card {
    width: 280px;
  }
  .insa-approach-card-1 {
    left: 2%;
  }
  .insa-approach-card-2 {
    right: 4%;
  }
  .insa-approach-card-3 {
    left: 10%;
  }
  .insa-approach-card-4 {
    right: 0;
  }
  .insa-approach-card-5 {
    left: 25%;
  }
}
@media (max-width: 991.98px) {
.blodet {
    flex-direction: column;gap: 0px;
}
.blodet-col {
    width: 100%;
}
.thumbnail-large {
    max-width: 400px;
            width: 100%;
}
.nav-links li:last-child { border-bottom: 0px;}
.rc-address {
  width: 340px;
           text-align: left;
        flex-direction: row-reverse;
} 
.socials {
    margin-top: 30px; 
    padding-top: 30px;
    margin-bottom: 30px;
}
.rc-address i { 
    font-size: 1.5rem;
}
.contact-map {    display: flex;
    flex-direction: column;
    gap: 0px;}
.contact-mt { }
.map-info { order: 1;}
.od-1 {        order: 2;
        gap: 40px;
        flex-direction: column-reverse;}
.m-inf-item {         padding: 0;
        border: none;
        align-items: flex-start !important;
        background: transparent;
    }
.icon-lg svg {
    width: 15px;
}
    .m-inf-item .icon-lg { 
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
.m-inf-txt {
        width: calc(100% - 45px);
    }
.section-header h2 {
    font-size: 2.2rem;
}
.trusted-section h2 {
    font-size: 1.4rem;
}
.main-nav .button { display: none;}
  .insa-approach-stage,
  .our-solutions-left-col .section-header {
    position: relative;
    top: auto;
  }
  .insa-approach-card.is-visible,
  .mega-menu {
    transform: none;
    opacity: 1;
  }
  .rc-banner-card {
    padding: 40px 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .rc-content-right {
    align-items: flex-start;
    width: 100%;
    align-items: center;
  }
  .rc-title {
    font-size: 1.85rem;
  }
  .insa-approach-section {
    padding: 80px 0;
    overflow: visible;
  }
  .insa-approach-header {
    text-align: left;
  }
  .insa-approach-header h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .insa-approach-header p {
    margin-left: 0;
    margin-right: 0;
  }
  .insa-approach-scroll {
    height: auto;
    margin-top: 40px;
  }
  .insa-approach-stage {
    height: auto;
    min-height: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .insa-approach-svg,
  .nav-links,
  .wi-stat-item:not(:last-child)::after {
    display: none;
  }
  .insa-approach-card,
  .insa-approach-card-1,
  .insa-approach-card-2,
  .insa-approach-card-3,
  .insa-approach-card-4,
  .insa-approach-card-5 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    min-height: 125px;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .insa-approach-card.is-active {
    box-shadow: none;
  }
  .ft-col-brand,
  .wi-col-content,
  .wi-col-image,
  .wi-stats-grid,
  .wi-stats-intro {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .wi-title {
    font-size: 1.6rem;
        font-weight: 500;
  }
  .wi-stats-intro {
    margin-bottom: 30px;
    text-align: center;
  }
  .why-section {
    padding: 100px 0;
  }
  .our-solutions-row {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .solutions-cards::before, .our-solutions-right-col::before, .our-solutions-right-col::after { content: none;}
  .solutions-cards {
    padding-left: 00px;
}
  .our-solutions-left-col {
    width: 100%;
  }
  .our-solutions-right-col {
    width: 100%;
    --timeline-x: -20px;
    gap: 50px;
  }
  .solutions-cards::before {
    left: calc(var(--timeline-x) - 5px);
  }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1c2a60;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 24px;
    gap: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  }
  .nav-links.show {
    display: flex;
  }
  .nav-links > li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .nav-links > li > a {
    width: 100%;
    justify-content: space-between;
    padding: 14px 0;
  }
  .has-dropdown.open .mega-menu,
  .navbar-toggler-custom {
    display: block;
  }
  .mega-menu {
    position: static;
    width: 100%;
    visibility: visible;
    display: none;
    box-shadow: none;
    padding: 20px 6px 6px;
    border-radius: 0;
  }
  .nav-cta {
    margin-top: 14px;
  }
  .hero h1 {
    font-size: 2.1rem;
  }
  .section-block {
    padding: 60px 0;
  }
  .ft-col-links {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .ft-col-services-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ft-col-services-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
  }
.hero-section {    padding-top: 170px;}
.hero-left {
     text-align: center;
}
.hero-left .eyebrow { justify-content: center;}
.hero-cta { 
    justify-content: center;
}
.call-us .label {
    text-align: left;
}
.logo-card {    height: auto;}
.main-nav {
   padding: 8px 0px;
}
.our-capabilities { padding-top: 0px;}
  .why-insadec-section { padding-bottom: 0px;}
  .our-process {
    padding-top: 0px;
}
.arrow-card {    width: 340px;text-align: right; }
.text-card {   width: 340px;}
.justify-end { 
    margin-top: -80px;
}
.blog-card h3 {    font-size: 1.1rem;}
.blog-grid {
    gap: 15px;
}
.rc-content-left { 
    text-align: center;
}
.last-widgets { margin-top: 30px;}
.innerpage {
    padding-top: 170px;
}
.rs-contact-six { padding-bottom: 0px;}
.innerpage .blog-grid { 
    grid-template-columns: repeat(2, 1fr); 
}
}
@media (max-width: 767.98px) {

.aboutContentWidget h4 { display: none;}
.innerpage .blog-grid { 
    grid-template-columns: repeat(1, 1fr); 
}
.topbar {
    font-size: 0.75rem;
}
.svg-wrapper {
    height: 6rem;
}
  .logo-set,
  .logo-set.marquee-clone,
  .logo-track {
    display: flex !important;
  }
  .ts-controls-row {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 20px;
  }
  .ts-nav-buttons {
    justify-content: center;
  }
  .why-insadec-section {
    padding: 60px 0 0px 0;
  } 
  .rc-desc {
    font-size: 1.05rem;
  }
  .wi-stats-grid { 
    gap: 20px;
  }
      .wi-stat-label {
        font-size: 0.85rem;
        line-height: 17px;
    }
  .wi-stat-number {
    font-size: 2.3rem;
  }
  .logo-marquee-wrap {
    overflow: hidden;
  }
  .logo-track {
    flex-wrap: nowrap;
    width: max-content;
    gap: 0;
    animation: 22s linear infinite marquee;
  }
  .logo-track:hover {
    animation-play-state: paused;
  }
  .logo-set {
    gap: 14px;
    padding-right: 14px;
  }
  .logo-card {
    flex: 0 0 150px;
    height: 80px;
  }
  .ft-col-links,
  .ft-col-services-1 {
    flex: 0 0 100%;
    max-width: 100%;
  } 
  .arrow-card { display: none;}
  .justify-end {
        margin-top: 0px;
    }
    .justify-center { 
    margin-top: 0px;
}
    .text-card {
        width: 100%;
    }
.card-rows { 
    margin-bottom: 20px;
}
.red-card .text-card {background: #ffe8e8;}
.red-card .text-card-step h3, .red-card .text-card-icon {
    background: #ffd2d2;
}
.blue-card .text-card {background: #ebebeb;}
.blue-card .text-card-step h3, .blue-card .text-card-icon {
    background: #dedede;
}
.ts-progress-container { display: none;}
.insadec-footer { 
    font-size: .9rem;
}
.ft-legal-links a, .ft-copyright {font-size: 14px;}
.ft-bottom-row {
    margin-top: 20px;
}
.ft-heading {
    font-size: 1.1rem;
    margin-bottom: 20px;
}
.blog-card h3 {
        text-align: center;
                font-size: 1.2rem;
    }
    .section-header h2 {
         line-height: 40px;
    }
    .blog-grid {
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }
.rc-content-right { display: none;}
.rc-banner-card {        
    margin: 60px 0;
    }
        .rc-title {
        font-size: 1.6rem;
    }
.aboutContentWidget h4 {    font-size: 1.2rem;}
    .innerpage {
        padding-top: 130px;
    }
.h1 { font-size: 2.4rem; }
.policy-pages h2 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}
.rts-quote-area .title {
    font-size: 1.2rem;
}
.rts-quote-area .name {
    font-size: 1rem; 
}
.rts-quote-area {
    padding: 25px;
}
.rts-quote-area .title {
    margin-bottom: 15px;
}
.section-title h2 { 
    font-size: 2rem;
    font-weight: 500;
}
.related-blogs {
    padding-top: 30px;
    margin-top: 30px; 
}
.map-loc iframe {
    height: 300px;
}
.map-info {
        gap: 20px;
    }
.contact-map h5 {
   font-size: 1rem;
       text-align: left;
}
.details-share {justify-content: flex-start;}
    .socials {
        margin-top: 0px !important;
    }
.consultation-card {
    border: none;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
}
.contact-form2 .form-control::placeholder { font-size: .9rem;}
}
@media (max-width: 640px) { 
.hero-left p {
    font-size: 1rem;
}
.thankyou-container {
    width: 100%;
    padding: 30px;
 }
.thankyou-container h2 {font-weight: 600;}
.trusted-section h2 {
        font-size: 1.2rem;
}
.circle {width: 100px;
        height: 100px;}
}
@media (max-width: 575.98px) {
.flex-fields {        flex-direction: column;
        gap: 0;}
.related-blogs h2 {
        font-size: 1.6rem; 
    }
.related-blogs .section-title a {
    font-size: 1rem;
}
  .why-section {
    padding: 80px 0;
  }
  .our-solutions-row {
    gap: 20px;
  }
  .our-solutions-right-col {
    --timeline-x: -15px;
  }
  .solutions-cards h3 {
            font-size: 1.25rem;
     margin-bottom: 0;
  }
  .solutions-cards p {
    font-size: 15px;
  }
  .hero h1 {
    font-size: 1.75rem;
  }
  .topbar {
    font-size: 0.72rem;
    display: none;
  }
  .trusted h2 {
    font-size: 1.2rem;
  }
  .floating-cta {
    right: 10px;
  }
  .cta-pill:hover {
    padding: 16px 18px;
  }
  .cta-pill:hover .cta-text-col,
  .cta-text-col:hover {
    max-width: 140px;
  }
  .cta-circle-btn {
    width: 44px;
    height: 44px;
  }
  .capabilities-title {
    font-size: 1.65rem;
  }
  .capability-card,
  .rc-banner-card {
    padding: 30px 20px;
  }
  .insa-approach-section {
    padding: 65px 0;
  }
  .insa-approach-header h2 {
    font-size: 30px;
  }
  .insa-approach-header p {
    font-size: 13px;
  }
  .insa-approach-card {
    min-height: 120px;
  }
  .insa-approach-step {
    flex-basis: 38px;
    width: 38px;
  }
  .insa-approach-card-body {
    padding: 13px 13px 15px 12px;
  }
  .insa-approach-card-heading {
    margin-bottom: 14px;
  }
  .insa-approach-card-heading h3 {
    font-size: 14px;
  }
  .insa-approach-card-body p {
    font-size: 11.5px;
  }
  .rc-title {
    font-size: 1.6rem;
  }
  .hero-section {
        padding-top: 130px;
        overflow: hidden;
    }
    .hero-section h1 {
        font-size: 2.3rem;
         line-height: 44px; 
    }
    .hero-cta { 
    gap: 20px; 
}
.shtc-split-popup-engine .modal-content {
    border-radius: 10px;
}
.shtc-form-group:last-child { margin-top: 0px;}
    .section-header h2 {
        line-height: 38px;
        font-size: 2rem;
    }
        .wi-title {
        font-size: 1.3rem;
         line-height: 26px;
    }
    .break {
    display: inline;
}
.ts-testimonial-card { padding: 25px;}
.ts-author-name {
    font-weight: 600; 
    color: #000;
}
.aboutContentWidget {width: 64%;}
.quickWidget {width: 36%;}
    .ft-bottom-row {
        margin-top: 10px;
        justify-content: center;
        gap: 3px;
    }
.h1 {        line-height: 38px;
        font-size: 2rem; }
}
.error-text {
    color: red;
    font-size: 12px;
}