/** Shopify CDN: Minification failed

Line 553:19 Expected identifier but found whitespace
Line 553:21 Unexpected "{"
Line 553:30 Expected ":"
Line 565:10 Expected identifier but found whitespace
Line 565:12 Unexpected "{"
Line 565:21 Expected ":"
Line 575:8 Expected identifier but found whitespace
Line 575:10 Unexpected "{"
Line 575:19 Expected ":"
Line 672:0 Unexpected "<"
... and 1 more hidden warnings

**/


/* CSS from section stylesheet tags */
.automation-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  /* padding: 60px 20px; */
  border-radius: 16px;
  background-color: var(--bg-color, #f5edff);
  margin: 50px;
      /* box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    border: 6px solid #ffffff40; */
}
.automation-left {
  flex: 1 1 50%;
}
/* .automation-left img {
  max-width: 100%;
  border-radius: 12px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
} */

  .automation-left {
  flex: 1 1 50%;
  padding: 0;
}
.automation-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  height: auto;
  overflow: hidden;
  border-radius: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

  
  .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.automation-right {
  flex: 1 1 45%;
}
.automation-right h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.automation-right h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.automation-right p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.automation-meta {
  margin-top: 20px;
}
.automation-meta .name {
  font-weight: 600;
  font-size: 16px;
}
.automation-meta .designation {
  font-size: 14px;
  color: #666;
}
.automation-meta img {
  margin-top: 10px;
  max-width: 120px;
  height: auto;
}

  .automation-row.reverse {
  flex-direction: row-reverse;
}

    .automation-row.reverse .automation-right-padding {
    padding-left: 20px;
  }

@media (max-width: 768px) {
  .automation-row {
    flex-direction: column;
    text-align: center;
  }
  .automation-right {
    max-width: 100%;
  }

    .automation-row.reverse {
    flex-direction: column;
  }


}
.mars-case-study {
  /* max-width: 1000px; */
  margin: 0 auto;
}


.mars-case-study {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  /* gap: 2rem; */
  /* padding: 40px 20px; */
  /* background-color: #ffffff; */
  /* font-family: sans-serif; */
}


/* Wrapper Grid */
.mars-case-study {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  gap: 2rem;
  align-items: stretch;
  /* padding: 40px 20px; */
  /* background-color: #f8f5f3; */
  border-radius: 20px;
  margin:0px;
}
  .blackdots {
    padding:80px 10px;
  }

/* Left Column */
.mars-left {
  background-color: #a389f4;
  color: white;
  padding: 40px 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* width: 700px; */
}

.mars-left h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 20px;
}

.mars-left h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.mars-left .highlights {
  font-size: 14px;
  line-height: 1.8;
}

/* Right Column */
.mars-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

/* Logos Row */
.mars-logos-row {
  flex: 1;
  background-color: #f8f5f3;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* Logos in the Row */
.mars-logos-row img,
.mars-logos-row svg {
      width: 130px;
}

.mars-logos-row .plus-icon {
  background-color: #e8dbfd;
  color: #a389f4;
  font-weight: bold;
  font-size: 24px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Quote Box */
.mars-quote {
  flex: 1;
  background-color: #efe9ff;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  text-align: center;
}


  .mars-left .mars-highlights p {
  position: relative;
  padding-left: 20px;
}

.mars-left .mars-highlights p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 12px;
  height: 2px;
  background-color: white;
  border-radius: 1px;
}

  .mars-left .mars-highlights p {
    margin-bottom: -23px;
}

.logo-box {
    width: 250px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10%;
    box-shadow: 7.2px 14.4px 14.4px hsl(0deg 0% 0% / 7%);
}

.logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Keeps image proportions */
}

  .plus {
    background: #a48af4;
    color: #ffffff;
    border-radius: 50%;
    padding: 0px 10px;
    font-weight: bold;
}

/* Responsive (Optional) */
@media (max-width: 768px) {
  .mars-case-study {
    grid-template-columns: 1fr;
  }

  .mars-left,
  .mars-right {
    padding: 30px 20px;
  }

  .mars-left h2 {
    font-size: 24px;
  }

  .mars-quote {
    font-size: 16px;
  }
}
.our-values {
  padding: 60px 0;
  /* background-color: #1c1c24; */
  color: #1c1c24;
  text-align: center;
}
.our-values h2 {
  font-size: 42px;
  color: #1c1c24;
  margin-bottom: 50px;
}
.our-values-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.our-value-item {
  flex: 1 1 300px;
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
}
.our-value-description {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}
.our-value-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-value-footer h3 {
  font-size: 20px;
  color: #1c1c24;
  margin: 0;
}
.our-value-footer img {
  max-height: 40px;
}
.security-features-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 40px 0;
}
.security-feature {
  /* width: 280px;
  min-height: 340px;
  border-radius: 10px;
  color: white;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; */


      width: 280px;
    min-height: 340px;
    border-radius: 10px;
    color: white;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #0e0b17;
    background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #0e0b178c 10px), repeating-linear-gradient(#16161655, #16161669);
}
.security-feature-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.security-feature-subtext {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 20px;
}
.security-feature img {
  max-width: 100px;
  margin: 0 auto;
}
.smart-workflows {
  padding: 60px 20px;
  font-family: 'Helvetica Neue', sans-serif;
  text-align: center;
}

  .smart-workflows.page-width {
    padding-bottom: 50px;
}
.smart-workflows h2 {
  font-size: 36px;
  font-weight: 600;
  color: #3f2b63;
  margin-bottom: 20px;
}

.smart-workflows .heading-icon {
  margin: 20px auto;
  max-width: 80px;
}

/* .tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.tab-button {
  padding: 14px 28px;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 18px;
  transition: all 0.3s ease;
} */


.tabs {
  display: flex;
  width: 100%;
  gap: 16px;
  margin: 30px auto;
  justify-content: space-between;
}
/* 
.tab-button {
  flex: 1;
  text-align: center;
  padding: 16px 20px;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 18px;
  transition: all 0.3s ease;
} */


.tab-button {
  position: relative;
  flex: 1;
  padding: 16px 20px;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 18px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tab-text {
  line-height: 1.4;
}
  
.tab-button.active {
  font-weight: bold;
}

/* .tab-content {
  display: none;
  border-radius: 20px;
  padding: 30px;
  margin: 0 auto;
  transition: all 0.3s ease;
  text-align: left;
  flex-wrap: wrap;
  gap: 30px;
} */


  .tab-content {
  display: flex;
  align-items: center;        /* Vertically center */
  justify-content: space-between; /* Adjust if needed */
  gap: 40px;
  padding: 40px;
  border-radius: 16px;
  min-height: 300px;          /* Ensures vertical space for centering */
  transition: all 0.3s ease;
  background-color: var(--tab-content-bg-color);
    text-align: left;
}

.tab-content.active {
  display: flex;
}

.tab-media {
  flex: 1 1 70%;
}

.tab-media img,
.tab-media video {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.tab-text {
  flex: 1 1 400px;
}

.tab-text h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.tab-text p {
  font-size: 16px;
  color: #333;
}

.tab-icon {
  margin-top: 15px;
  max-width: 60px;
}
.scrolling-text-wrapper {
  background-color: {{ section.settings.background_color }};
  overflow: hidden;
  padding: 40px 0;
}
.text-line {
    display: flex
;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
    font-size: 40px;
    font-weight: 400;
    color: {{ section.settings.text_color}};
    white-space: nowrap;
    gap: 20px;
    margin-bottom: 8px;
    will-change: transform;
    font-weight: normal;
}
.text-line span::after {
  content: '•';
  margin-left: 16px;
  color: {{ section.settings.dot_color }};
}
.text-line span:last-child::after {
  content: '';
}
.text-split-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* border-top: 1px solid #d6c8f0;
  border-bottom: 1px solid #d6c8f0; */
  padding: 60px 20px;
  max-width: 100%;
  margin: 0 auto;
  gap: 40px;
}
.text-split-column {
  flex: 1 1 45%;
  display: flex;
}
.text-split-left h2 {
  font-size: 43px;
  font-weight: 600;
  color: #3c256c;
  line-height: 1.3;
}
.text-split-right p {
  font-size: 15px;
  color: #3c256c;
  line-height: 1.6;
}

section.text-split-section {
    padding: 40px;
    border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .text-split-wrapper {
    flex-direction: column;
    padding: 40px 16px;
  }
  .text-split-column {
    flex: 1 1 100%;
  }
}
.timeline-wrapper {
  display: flex;
  position: relative;
  padding: 2rem 1rem;
  width: 1000px;
}

.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  background-color: #e5dbff; /* light purple */
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
  position: relative;
}

.timeline-label {
  background: #e5dbff;
  color: #5f3dc4;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: bold;
  position: relative;
  left: 0;
  width: 250px;
  text-align: center;
  flex-shrink: 0;
  z-index: 1;
}

.timeline-content {
  padding-left: 2rem;
  max-width: 89%;
  color: #333;
}

.timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 98px;
  top: 20px;
  width: 2px;
  height: 110%;
  background-color: #e5dbff;
}
<style>
.where-it-starts-section {
  padding: 60px 0;
}
.where-it-starts-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.where-it-starts-column {
  flex: 1 1 48%;
  padding: 30px;
  border-radius: 16px;
  position: relative;
      color: #000000;
    border: 1px solid #8d75e6;
}
.where-it-starts-left-icon {
  /* position: absolute;
  top: 20px;
  right: 20px;
  max-width: 40px;
  width:100px; */
      position: absolute;
    top: 120px;
    right: 25px;
    width: 121px;
    filter: grayscale(100%);
    opacity: 0.8;
}
.where-it-starts-right-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  /* max-width: 40px; */
  width:200px;
}
.where-it-starts-tagline {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.where-it-starts-heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}
.where-it-starts-text {
    font-size: 16px;
    line-height: 1.6;
    width: 60%;
}

.page-width.where-it-starts-wrapper {
    margin-top: 30px;
  margin-bottom: 30px;
} 
  
@media screen and (max-width: 767px) {
  .where-it-starts-wrapper {
    flex-direction: column;
  }
}
 
</style>
.workflow-cards-grid, .workflowcardsgrid  {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important; /* Always 3 columns */
  gap: 20px !important;
  padding: 40px 20px !important;
}

  .workflowcardsgrid  {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important; /* Always 3 columns */
  gap: 10px !important;
  padding: 40px 20px !important;
}
  
.workflow-card {
  padding: 20px;
  border-radius: 16px;
  background-color: var(--card-bg, #f8f5f9);
  text-align: left;
  transition: transform 0.3s ease;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(/cdn/shop/files/dot.svg?v=1749845696);
  background-position: center top;
  inset: 0px;
  margin:10px;
}
.workflow-card:hover {
  transform: translateY(-5px);
}
.workflow-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 200px;
  flex-wrap: wrap;
}
.workflow-icons img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffffb0;
    padding: 14px;
}
.workflow-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}
.workflow-tools {
  font-size: 14px;
  color: #555;
  margin-top: 0px;
}
.workflow-author {
  font-size: 13px;
  color: #666666;
  margin-top: 0px;
}