/** Shopify CDN: Minification failed

Line 257:10 Expected identifier but found whitespace
Line 257:12 Unexpected "{"
Line 257:21 Expected ":"
Line 257:48 Unexpected "0"
Line 257:51 Unexpected "{"
Line 257:60 Expected ":"
Line 257:89 Expected ":"

**/
h1 em {
    color: #006c50;
}
h2 em {
    color: #006c50;
}
h3 em {
    color: #006c50;
}
h4 em {
    color: #006c50;
}
h5 em {
    color: #006c50;
}
h6 em {
    color: #006c50;
}
h1,h2,h3,h4,h5,h5,p{
    margin:0;
}
.container {
    max-width: 1272px;
    margin: 0 auto;
    padding: 0 15px;
}
h6{
    letter-spacing: 0.2em;
    margin-bottom: 24px;
}
li.menu__item a {
    font-size: 15px !important;
}
.footer-content .group-block-content p {
    font-size: 14px;
}
.header-logo__image-container {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
.header__row{
    background: transparent !important; 
}
.header {
    backdrop-filter: blur(12.1px) !important;
}
.header__columns {
    padding: 20px 0;
      transition:padding 0.4s ease;
}
.header-sticky .header__columns {
    padding: 12px 0;
}
.trusted-brands {
    display: grid;
    gap: 60px;
    margin-bottom: 48px;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
}
.brand_logo img {
    display: block;
    width: 80px;
    height: auto;
    margin: 0 auto;
}
.trusted-divider {
  width: 100%;
  height: 1px;
  background: #e5e7eb;
}

.trusted-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 36px;
    padding-top: 32px;
}
h6.trusted-heading {
    margin-bottom: 40px;
}
.trusted-feature {
  display: flex;
  align-items: center;
  gap: 12px;
}
.trusted-icon svg {
    width: 18px;
    height: 18px;
}
.trusted-feature p {
    margin: 0;
    line-height: normal;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.trusted-section .container {
    max-width: 1200px;
    display: block;
    padding: 0 15px;
    margin: 0 auto;
}
.methodology-top {
  max-width: 700px;
  margin-bottom: 50px;
}

.methodology-desc {
    margin-top: 32px;
    line-height: 1.4;
    font-weight: 500 !important;
}
.methodology-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 48px;
    row-gap: 64px;
}
.method-item {
  position: relative;
}
.method-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 14px;
}

.method-text {
    font-size: 16px;
    margin: 0;
}
.method-item {
  position: relative;
  padding-top: 40px;
  transition: 0.4s;
}

/* BIG FADED NUMBER */
.method-number {
    position: absolute;
    top: -20px;
    left: -8px;
    font-size: 72px;
    font-weight: 800;
    z-index: 0;
}

.method-icon-box {
    width: 62px;
    height: 62px;
    background: #ffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: 32px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.method-icon-box svg {
    width: 25px;
    height: 25px;
}


.rotate-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  line-height: 1.3; /* 🔥 IMPORTANT (cut avoid kare) */
}
.rotate-word {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  opacity: 0;
  font-style: italic;
  transform: translateY(110%); /* thodu vadhu space */
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1),
              opacity 0.4s ease;
}
.rotate-word.active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
}
.rp-card {
  perspective: 1000px;
  position: relative;
  cursor: pointer;
}

/* INNER */
.rp-card-inner {
  width: 100%;
  position: relative;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  height: 100%;

  display: grid; /* IMPORTANT */
}

/* HOVER */
.rp-card:hover .rp-card-inner {
  transform: rotateY(180deg);
}

/* BOTH SIDES */
.rp-card-face {
  grid-area: 1 / 1; /* overlap both sides */
  width: 100%;
  height: 100%;
  padding: 16px;
  border-radius: 16px;
  backface-visibility: hidden;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  transition: all 0.4s ease;
}

/* FRONT */
.rp-card-front {
  background: inherit;
}

/* BACK */
.rp-card-back {
  transform: rotateY(180deg);
}


.result-proof {
  padding: {{ section.settings.padding_top }}px 0 {{ section.settings.padding_bottom }}px;
}

.rp-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  gap: 30px;
  align-items: end;
}
.rp-card p {
    margin: 0;
    margin-bottom: 20px;
}
.rp-heading {
  max-width: 620px;
  margin: 0;
  font-weight: 600;
}
.rp-desc {
  max-width: 470px;
  
}
.rp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.rp-card {
    padding: 0;
    border-radius: 16px;
    position: relative;
}
.rp-icon {
  margin-bottom: 20px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.rp-card h3 {
  font-size: 24px;
  margin: 0 0 18px;
}
.rp-icon svg {
  width: 20px;
  height: 20px;
}

.rp-stat {
  margin: 0 0 16px;
}

.rp-card .desc {
  font-size: 14px;
}
.rp-card h6 {
    margin: 0;
}
.rp-card img {
    width: 100%;
    border-radius: 12px;
    height: 126px;
    object-fit: cover;
}
.exp-tag {
    margin-bottom: 48px;
}
.pill-wrapper {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pill {
    padding: 8px 18px;
    border-radius: 30px;
    background: #444643;
    color: #fff;
    font-size: 12px;
    letter-spacing: normal;
    text-transform: uppercase;
    transition: 0.3s ease;
    line-height: normal;
}
.exp-card-4 .exp_card_flex {
    display: grid;
    gap: 30px;
    grid-template-columns: 1.3fr 1fr;
}
.exp-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 30px;
    align-items: end;
}
.exp-top p {
    max-width: 435px;
}
.exp-top h2 {
    margin: 0;
}
.exp_title_card {
    margin-bottom: 24px;
}
.exp-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  row-gap: 20px;
}
.exp-card{
    padding: 0 10px;
}
.exp-card-2,
.exp-card-3  {
    width: 44%;
    flex: 0 0 44%;
}
.exp-card-1,
.exp-card-4 {
    width: 56%;
    flex: 0 0 56%;
}
.exp_card_inner {
    padding: 40px;
    border-radius: 12px;
    height: 100%;
}
.exp-card {
  border-radius: 12px;
}

.exp_card_inner{
  transition: 0.4s;
}
.exp-card-4 .exp_card_inner:hover img {
    opacity: unset;
}
.exp_card_inner p {
    margin: 0;
    margin-bottom: 46px;
}

.exp-card-1 .exp_card_inner:hover img {
    filter: unset;
}
.exp-card-1 .exp-img img {
    display: block;
    width: 100%;
    height: 192px;
    object-fit: cover;
    border-radius: 12px;
    transition: 0.4s;
}
.exp-card-4 .exp-img img {
    width: 100%;
    border-radius: 10px;
    height: 375px;
    object-fit: cover;
    transition: 0.4s;
}

.exp-btn {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  text-decoration: none;
  color: inherit;
}
.stats-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
.stat-label {
    margin: 0;
}
.stat-number {
    margin-bottom: 8px !important;
}
.case-container {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.view_case_title {
    max-width: 750px;
}
.case-card img {
    overflow: hidden;
    transition: 0.4s;
}
.case-img {
    overflow: hidden;
    transition: 0.4s;
}
.case-card:hover img {
    transform: scale(1.08);
    overflow: hidden;
}
.view-case-desc {
    margin: 0;
    margin-bottom: 60px !important;
}
.view-case-heading {
    margin: 0;
    margin-bottom: 32px;
}
/* CARD */
.case-card {
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
}
.case-img img {
  width: 100%;
  object-fit: cover;
      aspect-ratio: 1 / 1;
}
.case-content {
  padding: 20px;
}
.case-category {
  margin-bottom: 14px;
}
.case-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: -0.025em;
    line-height: normal;
}
.case-desc {
  font-size: 16px;
  margin-bottom: 30px;
}
.case-btn {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  display: inline-block;
}
.case-btn span {
  margin-left: 5px;
}
.split-heading {
    margin: 0;
}
.split-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.split-desc {
    margin: 24px 0 30px 0;
}
.split-image img {
    width: 100%;
    border-radius: 12px;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
aspect-ratio: 1 / 1.1;
    object-fit: contain;
}


/* FEATURES */
.split-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-icon svg {
    width: 20px;
    height: 20px;
}
.feature-title {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: normal;
}
.split_right .shopify_icon {
    display: block;
    width: auto;
    margin-bottom: 30px;
}
.feature-text {
  font-size: 14px;
    line-height: normal;
}
.impact-box {
  border-radius: 24px;
  padding: 80px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.impact-left h5 {
  margin-bottom: 15px;
  max-width: 460px;
}

.impact-left p {
  margin: 0;
    max-width: 462px;
}

/* RIGHT */
.impact-right {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.impact-stat {
  text-align: left;
}

.impact-number {
  margin-bottom: 8px;
}

.impact-label {
  margin-top:0;
}
.testimonial-wrap {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 70px;
}

/* LEFT */
.testimonial-left .tag {
  margin-bottom: 15px;
}

.testimonial-left h2 {
  font-weight: 600;
  margin: 0;
margin-bottom: 40px
}

.author-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.author-box img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.author-info {
  font-size: 20px;
  font-weight: 600;
}

.author-info span {
  display: block;
  font-size: 11px;
  opacity: 0.7;
}

/* RIGHT STATS */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
    height: fit-content;
}

.stat-card {
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: 32px;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.4s;
}
.stat-card:hover {
    border-color: #00d9a5;
}
.stat-card.big {
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lightning-icon {
  width: 48px;
  height: 48px;
}
.stat-label {
  opacity: 0.7;
}
.logo-strip {
  margin-top: 50px;
}

.logo-text {
  font-size: 11px;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 15px;
}

.logo-list {
  display: flex;
  gap: 30px;
  align-items: center;
}
.logo-text {
    margin: 0;
    margin-bottom: 30px;
}
.logo-item img {
  width: 28px;
  height: 28px;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: 0.3s;
}
.testimonial_title_col {
    margin-bottom: 30px;
}
.logo-item img:hover {
  opacity: 1;
  filter: grayscale(0%);
}
    .project_inquiry_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.proejct_trused_logo {
    margin-top: 50px;
}
.project_inquiry_form {
    background: #fff;
    padding: 40px 20px;
    border-radius: 15px;
}
.proejct_inquiry_left h2 {
    margin: 0;
    margin-bottom: 22px;
}
.proejct_inquiry_left p {
    margin: 0;
    margin-bottom: 40px;
}
.project_inquiry_form .section {
    --full-page-grid-central-column-width: unset;
    --full-page-grid-margin: unset;
    --full-page-grid-with-margins:unset;
    --util-page-margin-offset: unset;
    --full-page-margin-inline-offset: unset;
    width: unset;
    position: unset;
    display: unset;
    grid-template-columns: unset;
    min-height: unset;
}
.project_trusted-item img {
    display: block;
    height: 24px;
    width: 24px;
}
.project_trusted-grid {
    display: flex;
    gap: 22px;
}
.hg-heading {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.hg-rotate {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  line-height: 1.3; /* 🔥 IMPORTANT (cut avoid kare) */
}

.hg-rotate-item {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(110%);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1),
              opacity 0.4s ease;
    font-style: italic;
}

.hg-rotate-item.is-active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
}

.hg-desc {
    max-width: 730px;
    margin: 0 auto 60px;
}
.concept-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:14px 34px;
  border-radius:100px;
  background:var(--btn-bg);
  text-decoration:none;
  cursor:pointer;
}
.scale-cta-box .dual-btn-wrap {
    justify-content: center;
    margin-bottom: 50px;
}
.header_btn.desk-header-btn .concept-btn {
    padding: 10px 26px;
}
.header_btn.desk-header-btn .concept-btn .btn-label {
    font-size: 13px;    
}
/* TEXT */
.concept-btn .btn-label{
  position:relative;
  z-index:2;
  color:var(--btn-text);
  font-weight: bold;
  font-size:15px;
  line-height: normal;
  transition:0.45s ease;
text-transform: capitalize;
}
.dual-btn-wrap{
  display:flex;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
}
/* HOVER EFFECT */
.concept-btn .btn-bg{
  position:absolute;
  left:50%;
  bottom:-120%;
  width:200%;
  height:120%;
  background:var(--btn-hover-bg);
  border-radius:50%;
  transform:translateX(-50%);
  transition:0.5s cubic-bezier(.65,.05,.36,1);
  z-index:1;
}

/* HOVER */
.concept-btn:hover .btn-bg{
  bottom:-10%;
}

.concept-btn:hover .btn-label{
  color:var(--btn-hover-text);
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}
.conversion_box {
    position: absolute;
    content: "";
    right: 0px;
    bottom: -80px;
}
.conversion_box_title {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 18px;
}
.conversion_box_title h6 {
    margin: 0;
    letter-spacing: normal;
    text-transform: capitalize;
}
.conversion_box_inner h5 {
    margin: 0;
}
.conversion_box p {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.conversion_box_inner {
    padding: 24px;
    border: 1px solid #ffffff1a;
    border-radius: 16px;
    background: #0f172a94;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.conversion_box_title span {
    display: inline-flex;
    background: #00d9a533;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.conversion_box_title span svg path {
    stroke: #00d9a5;
}
.conversion_box_title span svg{
  width: 20px;
}
.hero-page-width {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 80px;
}
.hero_title_flex {
    display: flex;
    justify-content: end;
    column-gap: 20px;
    max-width: 86%;
}
.word-rotate {
    position: relative;
    display: inline-block;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.word {
  position: absolute;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.word.active {
  opacity: 1;
  transform: translateY(0);
}
.hero-heading {
    margin: 0;
    margin-bottom: 32px;
}

.hero-desc {
    margin: 0;
    margin-bottom: 46px;
    max-width: 575px;
    font-size: 20px;
}


.hero_first_img {
    display: block;

    border-radius: 12px;
    max-width: 588px;
    margin-left: auto;
}
.hero-right {
  position: relative;
}

.hero-card img {
    border-radius: 40px;
    width: 290px !important;
}
.hero-card {
    position: absolute;
    bottom: -60px;
    left: 0;
    border-radius: 40px;
}
.hero-heading p {
    margin: 0;
}
.hero-trusted-text {
    letter-spacing: normal;
}
.cta-box {
  border-radius: 32px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
}
.cta-left h4 {
  margin: 0;
  margin-bottom: 20px;
}
.cta-left p {
     margin: 0;
    margin-bottom: 32px;
}
.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
/* PRIMARY BTN */
.cta-btn-primary {
  padding: 14px 24px;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}
/* SECONDARY BTN */
.cta-btn-secondary {
  padding: 14px 24px;
    font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.cta-image img {
    width: 100%;
    border-radius: 20px;
    display: block;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#header-component[data-menu-style=drawer] .header__columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.service-card {
  padding: 30px;
  border-radius: 12px;
  transition: 0.3s;
}
.service-card h3 {
    margin-bottom: 24px;
    font-size: 25px;
}
.service-tag {
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin-bottom: 46px;
}
.service-card p {
    margin-bottom: 32px;
}
.service-btn {
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}
.ctm-methodology-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
    align-items: end;
}
.ctm-methodo-left {
    width: 50%;
}
.ctm-methodo-right {
    width: 50%;
}
.ctm-methodology-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.ctm-method-card {
  position: relative;
  padding: 34px;
  border-radius: 12px;
  transition: 0.3s;
}
.ctm-method-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.faq-left .faq-title {
    margin-bottom: 24px;
}
.faq-left .email-box a {
    text-decoration: none;
    font-size: 18px;
    color: #006C50;
    font-weight: bold;
}
.ctm-method-card h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.ctm-method-card p {
  font-size: 16px;
}
.faq_top {
    display: flex;
    align-items: end;
    column-gap: 30px;
    justify-content: space-between;
    margin-bottom: 50px;
}
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
}
.faq-left .email-box {
    margin-top: 30px;
    padding: 32px;
    border-radius: 12px;
}
.faq-left .desc {
    padding-top: 24px;
    position: relative;
}
.faq-left .desc:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 48px;
    background: #00D9A5;
    left: 0;
    top: 0;
    border-radius: 30px;
}
.faq-item {
    padding: 22px 0;
    border-bottom: 1px solid #BACAC14D;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 22px;
    align-items: center;
}
.faq-answer {
  display: none;
  margin-top: 14px;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-item.active .icon {
  transform: rotate(45deg);
}
.faq_top_right {
    width: 33%;
}
.faq_top_left {
    width: 60%;
}
.faq-question .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BACAC14D;
    border-radius: 50%;
}
.mob-header-btn {
    display: none;
}
.service_inquiry_flex {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
}
.service_inquiry_form {
    background: #F4F4F0;
    padding: 40px 15px;
    border-radius: 30px;
}
.service_inquiry_left h6 {
    border-bottom: 2px solid #00D9A5;
    display: inline-block;
    line-height: 2.5;
}
.service_inquiry_left h2 {
    padding-bottom: 32px;
}
.service_inquiry_left p {
    padding-bottom: 60px;
}
.service_inquiry_left .feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #EEEEEA;
}
.service_inquiry_left .service_trused_item {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.service_inquiry_left .case-btn {
    margin-top: 40px;
    color: #006C50;
}
.service_card_inner_flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.why-sec-grid {
    display: flex;
    margin: 0 -12px;
    flex-wrap: wrap;
    row-gap: 24px;
}
.why-sec-card-1 {
    width: 60%;
    flex: 0 0 60%;
}
.why-sec-card-2 {
    width: 40%;
    flex: 0 0 40%;
}
.why-sec-card {
    padding: 0 12px;
}
.why-sec-card-inner {
    border-radius: 12px;
    padding: 40px;
    height: 100%;
}
.why-sec-card-3,
.why-sec-card-4,
.why-sec-card-5 {
    width: 33.33%;
    flex: 0 0 33.33%;
}
.why-sec-top {
    display: flex;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 60px;
}
.why-sec-card-inner h5 {
    margin-bottom: 18px;
    font-size: 24px;
}
.why-sec-card-inner p {
    max-width: 351px;
    margin-bottom: 30px;
}
.why_card_icon {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 30px;
}
.why-sec-card-5 .why_card_icon {
    border: 1px solid #006C5033;
}
.custom_scores {
    display: flex;
    gap: 8px;
    align-items: flex-end;
}
.why-sec-card-inner h5 br {
    display: none;
}
.custom_scores p {
    margin: 0;
    font-size: 12px;
}
.custom_scores h4 {
    font-weight: bold;
}
.custom-liquid-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}
.why-sec-top p {
    max-width: 500px;
}
.growth-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

.growth-left {
  width: 50%;
}

.growth-left h2 {
  margin-bottom: 30px ;
}
.growth-left .desc {
  margin-bottom: 40px;
}
.growth-inner .btn-primary {
  padding: 12px 24px;
  border-radius: 30px;
  margin-right: 10px;
  display: inline-block;
}
.growth-inner .btn-secondary {
  border: 1px solid #ccc;
  padding: 12px 24px;
  border-radius: 30px;
  color: #111;
}

/* RIGHT */
.growth-right {
  width: 50%;
}
.growth-right .image-wrapper {
  position: relative;
}
.ser_growth_inner_box {
    background: #FAF9F5;
    padding: 22px;
    border-radius: 12px;
}
.ser-growth_img_box {
    position: absolute;
    content: "";
    bottom: 24px;
    left: 24px;
    transform: rotate(-1deg);
}
.ser_growth_inner_box h6 {
    margin-bottom: 8px;
    letter-spacing: normal;
}
.ser_growth_inner_box p {
    font-size: 12px;
    color: #A8A29E;
    max-width: 120px;
    line-height: 1.2;
}
.ser_growth_inner_box h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #006C50;
    font-size: 28px;
    margin-bottom: 6px;
}
.growth-right .image-wrapper img {
    width: 100%;
    border-radius: 10px;
    transform: rotate(-1deg);
}

.growth-inner .badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #111;
    color: #fff;
    padding: 5px 12px;
    font-size: 11px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    column-gap: 6px;
    line-height: normal;
    letter-spacing: 1.2px;
}
ul.logic-list li img {
    display: block;
    width: 20px;
    height: 22px;
}
.card_top_icon {
    background: #006C50;
    display: inline-flex;
    padding: 12px;
    border-radius: 12px;
}
.card_title_top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}
.card-top p {
    font-size: 12px;
    line-height: 1;
}
.card-top strong {
    font-size: 16px;
    line-height: 1;
}
.bar_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 10px;
}
.stat-box h6 {
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.stat-box h4 {
    font-size: 24px;
    font-weight: bold;
}
.progress-bar {
    width: 76%;
}
h6.status {
    width: 24%;
    letter-spacing: 1px;
    text-align: end;
    margin: 0;
}
.logic-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

.logic-left, .logic-right {
  width: 50%;
}

/* CARD */
.logic-card {
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #BACAC11A;
}


.status {
  font-size: 12px;
  color: #006C50;
}

.progress-bar {
  height: 6px;
  background: #EEEEEA;
  border-radius: 10px;
}

.progress {
  height: 100%;
  border-radius: 10px;
}

.card-stats {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}

.stat-box {
    flex: 1;
    background:#EEEEEA;
    padding: 24px;
    border-radius: 16px;
}
.stat-box.highlight {
  color: #005942;
}

.card-note {
    padding: 24px;
    font-size: 14px;
    display: flex;
    border: 1px solid #006C5033;
    border-radius: 12px;
    background: #006C500D;
    gap: 10px;
}

/* RIGHT */
.logic-right h2 {
  margin-bottom: 30px;
}
.logic-right h6 {
    background: #E4DBFE4D;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}
.logic-list {
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

.logic-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
}
ul.logic-list li p {
    font-size: 15px;
    line-height: 1.3;
}
.mig_top_row_icon {
    background: #E4DBFE;
    border-radius: 50%;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.mig_top_row_inner_flex {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.mig_top_row_titles {
    line-height: 1;
}
.mig-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}
.mig_right_inner {
    background: #F4F4F0;
    padding: 36px;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: 1px solid #BACAC126;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}
.mig-subtitle{
}
.mig-heading{
  margin-bottom:30px;
}
.mig-feature-grid{
  margin-top:45px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  margin-bottom: 40px;
}
.mig-icon svg{
  width:26px;
  height:26px;
  display:block;
 margin-bottom: 15px;
}
.mig-feature-title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    max-width: 256px;
    text-transform: uppercase;
}
.mig-btn{
  margin-top:60px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:15px 28px;
  border-radius:50px;
  text-decoration:none;
}

.mig-card.top-card {
    transform: rotate(-1deg);
    background: #fff;
}

.mig-card,
.mig-mini-card
{
  background:#E2E3DF66;
  border-radius:12px;
  padding:24px;
}
.mig-image-box{
      border-radius:6px;
}
.mig-top-row{
  display:flex;
  justify-content:space-between;
  gap:20px;
}

.mig-top-row h4{
  margin:0;
  font-size:15px;
}

.mig-top-row small{
  color:#666;
}

.mig-badge {
    font-size: 11px;
    color: #0b7a4b;
    padding: 6px 12px;
    border-radius: 30px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    height: fit-content;
    background: #006C501A;
}

.mig-progress-label{
  margin-top:20px;
  display:flex;
  justify-content:space-between;
  font-size:14px;
}

.mig-progress-bar{
  margin-top:10px;
  height:8px;
  background:#ececec;
  border-radius:20px;
  overflow:hidden;
}

.mig-progress-bar span{
  display:block;
  height:100%;
  border-radius:20px;
}

.mig-small-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.mig-mini-card small {
    color: #777;
    font-size: 13px;
}

.mig-mini-card h3{
  margin:10px 0 0;
  font-size:36px;
  color:#111;
}


.mig-mini-card.active h3,
.mig-mini-card.active small{
  color:#fff;
}

.mig-image-box{
  padding:0;
  overflow:hidden;
}

.mig-image-box img{
  width:100%;
  display:block;
}

.mig-floating-box {
    position: absolute;
    left: -30px;
    bottom: -20px;
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.mig-floating-box small {
    color: #777;
    font-size: 12px;
}
.mig_floating_box_flex {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.mig-floating-box_icon {
    background: #00D9A533;
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.mig-floating-box_title {
    line-height: 1;
}
.mig-floating-box h4{
  margin:6px 0 0;
  font-size:18px;
line-height: 1;
font-weight: bold;
}
.features_redesign {
    padding: 0;
}
.features_redesign li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    color: #1A1C1A;
    margin-bottom: 18px;
    line-height: normal;
}
.features_redesign li {
    list-style: none;
}
.redesign-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
.redesing_title {
    margin-bottom: 24px;
}
.redesign-left p {
    margin-bottom: 30px;
}
.redesign-left {
  width: 50% !important;
}

.redesign-right {
  width: 50%;
  position: relative;
}

/* COMMON IMAGE */
.redesign-right .img {

  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* MIDDLE CARD */
.img2 {
    bottom: -60px;
    left: -60px;
    width: 350px;
    z-index: 2;
    position: absolute;
}
.img3 {
    bottom: -80px;
    right: 60px;
    z-index: 3;
    width: 170px;
    position: absolute;
}
.cta_par_title h5 {
    font-size: 26px;
    margin-bottom: 5px;
}
.cta-partner-right {
    display: flex;
    align-items: center;
    gap: 16px;
}
.why-btn {
    padding: 16px 40px;
    font-size: 14px;
    line-height: normal;
    border-radius: 30px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    transition: 0.4s;
}
.why-btn.secondary-btn {
    border: 1px solid #9197944d;
    color: #1A1C1A;
}
.why-btn.primary-btn {
    background: #006C50;
    color: #fff;
}
.why-btn.primary-btn:hover{
  opacity: .9;
}
.why-btn.secondary-btn:hover{
  background-color: #e9e6e6;
}
/* BUTTONS */
.redesign-btn-wrap .btn-primary {
    background:#006C50;
    color: #fff;
    padding: 15px 22px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: normal;
}
.redesign-btn-wrap {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}
.redesign-btn-wrap .btn-secondary {
  border: 1px solid #ccc;
  padding: 15px 22px;
  border-radius: 50px;
  display: inline-block;
     text-align: center;
    font-size: 16px;
    line-height: normal;
    color: #000;
}
.why-sec-card-1 .why-sec-card-inner:after {
    position: absolute;
    content: "";
    background-image: url(/cdn/shop/files/Decorative_Element.png?v=1776420057);
    bottom: 0;
    right: 0;
    width: 320px;
    height: 320px;
    border-radius: 12px;
}
.cta-partner-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    background: #F4F4F0;
    padding: 48px;
    border-radius: 12px;
    margin-top: 80px;
}
.why-sec-card-1 .why-sec-card-inner {
    position: relative;
}
.sec_service_count .stats-container {
    grid-template-columns: repeat(3, 1fr);
}
.cro_opt_right_inner_flex {
    display: flex;
    gap: 16px;
}
.cro-opt-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}
.cro-small-card.cro-bottom-card svg {
    position: absolute;
    content: "";
    top: 0;
    right: 60px;
    filter: brightness(0.5);
    width: 100px;
    height: 100px;
}

.cro-label {
    display: inline-block;
    background: #00D9A533;
    padding: 4px 12px;
    border-radius: 6px;
}
.cro-heading{
  max-width:580px;
  margin:0 0 25px;
}
.cro-small-card.cro-top-card {
    padding: 34px 24px;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
}
.cro-small-card.cro-top-card li {
    display: flex;
    align-items: center;
    gap: 10px;
      font-size:15px;
  margin-bottom:16px;
  line-height:1.4;
}
.cro-desc{
  max-width:560px;
  margin-bottom:35px;
}

.cro-list{
  display:flex;
  flex-direction:column;
  gap:18px;
  margin-bottom:50px;
}

.cro-item{
  display:flex;
  align-items:center;
  gap:14px;
  font-size:16px;
  color:#111;
}

.cro-icon{
  width:40px;
  height:40px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}


.cro-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 34px;
  border-radius:40px;
  text-decoration:none;
  font-size:16px;
}



.cro-main-card img{
  width:100%;
  display:block;
}
.cro-main-card {
    position: relative;
}
.cro-cart-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #006C50;
    color: #fff;
    text-decoration: none;
    padding: 13px 34px;
    left: 24px;
    right: 24px;
    bottom: 24px !important;
    position: absolute !important;
    font-size: 16px;
    text-transform: uppercase;
    line-height: normal;
}
.cro-main-card img {
    display: block;
    width: 100%;
    border-radius: 16px;
}

.cro-small-card.cro-bottom-card {
    padding: 40px 32px;
    background: #1A1C1A;
    border-radius: 16px;
    color: #FFFFFF99;
    margin-top: 14px;
    position: relative;
}

.cro-top-card ul{
  list-style:none;
  padding:0;
  margin:0;
}

.cro-small-card.cro-top-card li:last-child {
    margin-bottom: 0;
}

.cro_opt_right_side_col {
    width: 66%;
}
.cro_opt_left_side_col {
    width: 34%;
}
.cro-bottom-card h3 {
    font-size: 40px;
    margin: 0;
    color: #00D9A5;
    font-weight: bold;
    line-height: 1;
}
.cro-bottom-card p {
    margin: 12px 0 0;
    font-size: 14px;
}
.cro-side-card img{
  width:100%;
  border-radius:10px;
  display:block;
}
.shop-dev-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

/* LEFT */
.shop-dev-left {
    position: relative;
    padding: 36px 36px 100px 36px;
    background: #F4F4F0;
    border-radius: 30px;
}

.sd-main-image{
  width:100%;
  display:block;
  border-radius:18px;
}

.sd-score-box {
    position: absolute;
    top: -30px;
    right: 0;
    background: #FAF9F5B2;
    border-radius: 14px;
    padding: 50px 22px;
    box-shadow: 0 15px 35px rgba(0,0,0,.07);
    text-align: center;
    min-width: 224px;
    backdrop-filter: blur(20px);
}

.sd-score-box strong{
  display:block;
  font-size:48px;
  line-height:1;
}

.sd-score-box small{
  display:block;
  margin-top:4px;
  font-size:10px;
  letter-spacing:1px;
  color:#777;
  text-transform:uppercase;
}

.sd-bars{
  margin-top:12px;
  display:flex;
  gap:5px;
  justify-content:center;
}

.sd-bars span{
  width:32px;
  height:4px;
  border-radius:20px;
}

.sd-module-box {
    position: absolute;
    bottom: -3px;
    background: #E2E3DF;
    border-radius: 12px;
    padding: 24px 24px 80px 24px;
    right: 36px;
    border: 1px solid #BACAC133;
    min-width: 320px;
    box-shadow: 0px 8px 10px -6px #0000001A;
    box-shadow: 0px 20px 25px -5px #0000001A;
}

.sd-module-title {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3B4A43;
    margin-bottom: 14px;
}

.sd-module-item {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 12px;
}
.sd-module-item.active {
    background: #00D9A51A;
    border: 1px solid #006C5033;
}

.sd-module-item:last-child{
  margin-bottom:0;
}

.sd-module-box .dot {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot.purple{ background:#E4DBFE; }
.dot.green{ background:#006C50; }

.sd-module-item strong{
  display:block;
  font-size:12px;
  line-height:1.2;
  color:#111;
}

.sd-module-item small{
  display:block;
  margin-top:2px;
  font-size:10px;
  color:#666;
}



.sd-heading{
  margin:0;
}

.sd-desc{
  margin-top:24px;
  max-width:500px;
}

.sd-feature-grid{
  margin-top:34px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-bottom: 30px;
}

.sd-feature-item{
  display:flex;
  align-items:flex-start;
  gap:10px;
}

.sd-check{
  width:18px;
  height:18px;
  flex:0 0 18px;
}

.sd-check svg{
  width:18px;
  height:18px;
}



.sd-feature-text{
  font-size:15px;
  max-width: 220px;
  line-height:1.4;
}

.sd-btn{
  margin-top:35px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:18px 30px;
  border-radius:50px;
  text-decoration:none;
  font-size:16px;
}

.support-growth-wrap{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:60px;
  align-items:center;
}

.sg-subheading{
  margin:0 0 18px;
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
}

.sg-heading{
  max-width:520px;
}

.sg-description{
  margin-top:28px;
  max-width:420px;
}

.sg-list{
  margin-top:28px;
  display:flex;
  flex-direction:column;
  gap:20px;
  margin-bottom: 30px;
}

.sg-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: normal;
}

.sg-check{
  width:18px;
  height:18px;
  display:flex;
  flex:0 0 18px;
}

.sg-check svg{
  width:18px;
  height:18px;
}



.sg-item-text{
  font-size:14px;
  text-transform: uppercase;
  letter-spacing:.2px;

}

.sg-btn{
  margin-top:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:18px 30px;
  border-radius:50px;
  background:#006C50;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  letter-spacing:.6px;
  text-transform:uppercase;
}

.support-growth-right{
  position:relative;
}

.sg-main-image{
  width:100%;
  border-radius:18px;
  display:block;
}

.sg-dashboard {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 74%;
    z-index: 1;
}

.sg-bar{
  width:70%;
  height:10px;
  background:#ececec;
  border-radius:20px;
  margin-bottom:14px;
}

.sg-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.sg-grid span{
  height:110px;
  background:rgba(255,255,255,.9);
  border-radius:8px;
}

.sg-stat-box {
    position: absolute;
    right: 0;
    bottom: 50px;
    background: #fff;
    padding: 18px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transform: rotate(2deg);
}

.sg-stat-box small {
    display: block;
    font-size: 12px;
    color: #006C50;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sg_dash_box_img {
    position: absolute;
    content: "";
    top: 40px;
    transform: rotate(-3deg);
    left: 0;
}
.sg_dash_box_img img {
    border-radius: 16px;
}
.sg-stat-box strong{
  display:block;
  margin-top:4px;
  font-size:34px;
  line-height:1;
}

.sg-stat-box span{
  display:block;
  margin-top:4px;
  font-size:12px;
  color:#666;
}
.metrics-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:50px;
  flex-wrap: wrap;
}

.metrics-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.metrics-card{
  border-radius:12px;
  padding:32px;
  transition:all .3s ease;
}

.metrics-icon{
  margin-bottom:40px;
}
.metrics-card h3 {
    margin: 0 0 14px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}
.metrics-top h6 {
    margin: 0;
}
.metrics-card h4 {
    margin: 0 0 30px;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.metrics-card p{
  margin:0;
  font-size:15px;
  line-height:1.7;
}

.stm-impact-top{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:start;
  margin-bottom:60px;
}
.stm-impact-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.stm-impact-card{
  padding:32px;
  border-radius:12px;
}
.stm-impact-icon{
  margin-bottom: 40px;
}
.stm-impact-card h3{
  font-size:20px !important;
  line-height:1.3;
  margin:0 0 20px;
  font-weight:600;
}

.stm-impact-card p{
  font-size:16px;
  line-height:1.8;
  margin:0;
}
.vscale-wrap{
  max-width: 620px;
}
.vscale-heading{
  margin: 0 0 22px;
}
.vscale-desc p{
  margin:0;
}
.project_inquiry_form .section {
    display: block;
}
/* ANIMATION START */
.custom-scroll-animation{
  opacity:0;
  transform:translateY(30px);
  transition:1s ease;
}

.custom-scroll-animation.active{
  opacity:1;
  transform:translateY(0);
}
/* Responsive */
@media (max-width: 1360px){
    .container {
    max-width: 1200px;
}
.hero-page-width {
    max-width: 1280px !important;
}
h1 {
    font-size: 68px !important;
}
.hero-wrapper {
    gap: 40px;
}
.hero-card {
    left: -14px;
}
.hero-card img {
    width: 250px !important;
}
.conversion_box_inner {
    padding: 20px;
}
.img2 {
    width: 280px;
}
.img3 {
    width: 150px;
}
.metrics-card {
    padding: 28px;
}
.metrics-grid {
    gap: 15px;
}
.stm-impact-card {
    padding: 28px;
}
.stm-impact-grid {
    gap: 15px;
}
}
@media (max-width: 1199px){
.trusted-brands {
    gap: 50px;
}
.trusted-features {
    gap: 20px;
}
.rp-grid {
    gap: 12px;
}
.rp-card-face {
    padding: 14px;
}
.exp_card_inner {
    padding: 30px;
}
.case-container {
    gap: 12px;
}
.impact-box {
    padding: 60px 40px;
}
.methodology-grid {
    column-gap: 30px;
    row-gap: 50px;
}
.method-number {
    font-size: 68px;
}
.testimonial-wrap {
    gap: 30px;
}
.stat-card {
    padding: 24px;
}
.split-container {
    gap: 30px;
}
.split-desc {
    margin: 15px 0 20px 0;
}
.project_inquiry_form {
    padding: 30px;
}
.hg-desc {
    margin: 0 auto 40px;
}
h1 {
    font-size: 50px !important;
}
.hero_title_flex {
    max-width: 96%;
}
.hero-card img {
    width: 200px !important;
}
.growth-inner {
    gap: 40px;
}
.services-grid {
    gap: 14px;
}
.service-tag {
    margin-bottom: 30px;
}
.service-card h3 {
    margin-bottom: 18px;
    font-size: 22px;
}
.cro-small-card.cro-bottom-card svg {
    right: 24px;
    width: 80px;
    height: 80px;
}
.logic-inner {
    gap: 40px;
}
.shop-dev-wrap {
    gap: 40px;
}
.support-growth-wrap {
    gap: 40px;
}
.why-btn {
    padding: 16px 30px;
    font-size: 13px;
}
.ctm-methodology-grid {
    gap: 14px;
}
.metrics-card h3 {
    font-size: 24px;
}
}
@media (max-width: 991px){
.cta-box {
    padding: 30px;
    gap: 15px;
}
.metrics-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}
.stm-impact-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}
.stm-impact-card {
    width: 40%;
    flex: 0 0 40%;
}
.stm-impact-icon {
    margin-bottom: 26px;
}
.metrics-icon {
    margin-bottom: 26px;
}
.metrics-top {
    gap: 20px;
}
.metrics-card h4 {
    margin: 0 0 20px;
}
.stm-impact-top {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 30px;
}
.metrics-card {
    width: 40%;
    flex: 0 0 40%;
}
  .mig-wrap{
    grid-template-columns:1fr;
    gap: 40px;
  }

.cta-left p {
    margin-bottom: 18px;
}
.cta-buttons {
    margin-bottom: 12px;
}
  .cro-opt-wrap{
    grid-template-columns:1fr;
    gap:50px;
  }
.services-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}
.service-card {
    width: 48%;
    flex: 0 0 48%;
}
.redesign-left {
    width: 100% !important;
}
.redesign-right {
    width: 100%;
    position: relative;
}
.redesign-inner {
    gap: 40px;
    flex-wrap: wrap;
}
.img2 {
    left: 0;
}
.shop-dev-wrap {
    grid-template-columns: 1fr;
}
.mig-floating-box {
    left: 0;
}
.support-growth-wrap {
  grid-template-columns: 1fr ;
}
.sg-heading{
  max-width:100%;
}
.sg-description {
    max-width: 100%;
}
.faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
}
.faq_top_right {
    width: 100%;
}
.faq_top_left {
    width: 100%;
}
.faq_top {
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.ctm-methodology-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}
.ctm-method-card {
    width: 48%;
    flex: 0 0 48%;
}
.ctm-method-card h3 {
    font-size: 24px !important;
}
.ctm-methodology-top {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}
.ctm-methodo-left {
    width: 100%;
}
.ctm-methodo-right {
    width: 100%;
}
.cta-partner-wrap {
    padding: 40px;
    margin-top: 50px;
    flex-wrap: wrap;
}
.why-sec-grid {
    margin: 0 -6px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}
.why-sec-card {
    width: 60% !important;
    flex: 0 0 60% !important;
    padding: 0 6px;
}
.why-sec-card-1 .why-sec-card-inner:after {
    width: 260px;
    height: 260px;
}
.why-sec-top {
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.why-sec-top p {
    max-width: 100%;
}
.service_inquiry_flex {
    grid-template-columns: 1fr;
    gap: 40px;
}
}
@media (max-width: 900px){
.header-btn-primary {
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 10px;
}

.mig-top-row h4 {
    font-size: 15px !important;
}
.service-card h3 {
    margin-bottom: 18px;
    font-size: 20px !important;
}
.header {
    padding: 0px 15px;
}
.menu-drawer-container .header__icon--summary {
    padding-left: 0 !important;
}
.header-logo__image-container {
    font-size: 16px;
    letter-spacing: 0;
}
  .logic-inner {
    flex-direction: column;
  }

  .logic-left, .logic-right {
    width: 100%;
  }
  .rp-top {
    flex-direction: column;
    align-items: flex-start;
  }
    .faq-grid {
    grid-template-columns: 1fr;
  }
.exp-card-1, .exp-card-4 {
    width: 100%;
    flex: 0 0 100%;
}
.hero_first_img {
    max-width: 100%;
}
.exp-card-2, .exp-card-3 {
    width: 100%;
    flex: 0 0 100%;
}
.exp_card_inner p {
    margin-bottom: 30px;
}
.exp-tag {
    margin-bottom: 30px;
}
.rp-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}
.rp-heading {
    max-width: 100%;
}
.rp-desc {
    max-width: 100%;
}
.rp-top {
    margin-bottom: 40px;
}
.exp-top {
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.exp-top p {
    max-width: 100%;
}
.method-number {
    left: 0;
}
.impact-box {
    gap: 30px;
}
h5 {
    font-size: 26px !important;
}
h4 {
    font-size: 30px !important;
}
h3 {
    font-size: 30px !important;
}
h2 {
    font-size: 36px !important;
}
.trusted-brands {
    grid-template-columns: repeat(3, 1fr);
}
.proejct_inquiry_left p {
    margin-bottom: 25px;
}
.proejct_trused_logo {
    margin-top: 30px;
}
.project_inquiry_form .layout-panel-flex {
    display: unset !important;
}
.hero-wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
}
.method-title {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 14px;
}
.rp-card {
    width: 60%;
    flex: 0 0 60%;
}
.case-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
}
  .method-item {
    width: 50%;
    flex: 0 0 50%;
}
.methodology-grid {
    column-gap: 12px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

  .hero-left {
    max-width: 100%;
  }
  .hero-buttons {
    justify-content: center;
  }
  .split-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .split-heading {
    font-size: 26px;
  }
    .impact-box {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .impact-right {
    flex-direction: column;
    gap: 20px;
  }
    .testimonial-wrap {
    grid-template-columns: 1fr;
  }
.hero-wrapper {
    grid-template-columns: 1fr;
}
.stats-container {
    grid-template-columns: repeat(2, 1fr);
}
.case-card {
    width: 60%;
    flex: 0 0 60%;
}
  .testimonial-left h2 {
    font-size: 24px;
  }
  .project_inquiry_flex {
    grid-template-columns: 1fr;
}
.methodology-top {
    max-width: 100%;
    margin-bottom: 30px;
}
  .cta-box {
    grid-template-columns: 1fr;
    padding: 30px;
  }
  .cta-left h2 {
    font-size: 24px;
  }
  .hero_title_flex {
    justify-content: start;
}
.hero-desc {
    margin-bottom: 30px;
    max-width: 100%;
}
.growth-inner {
    flex-direction: column-reverse;
}

  .growth-left,
  .growth-right {
    width: 100%;
  }

  .mig-btn{
    width:100%;
    justify-content:center;
  }

.support-growth-wrap {
    grid-template-columns: 1fr;
}
}
@media (max-width: 767px){
  .sd-score-box {
    padding: 40px 15px;
    min-width: 200px;
}
.dual-btn-wrap {
    gap: 8px;
}
.concept-btn {
    padding: 12px 24px;
}
.concept-btn .btn-label {
    font-size: 12px;
}
.sd-score-box strong {
    font-size: 40px;
}
.sd-btn {
    padding: 14px 25px;
    font-size: 14px;
}
.mig-btn {
    margin-top: 30px;
    padding: 12px 28px;
}
.mig-floating-box h4 {
    font-size: 18px !important;
}
.sg-btn {
    margin-top: 28px;
    padding: 13px 26px;
    font-size: 14px;
}
.why-sec-card-inner {
    padding: 32px;
}
.why-sec-card {
    width: 74% !important;
    flex: 0 0 74% !important;
}
.why-sec-card-inner h5 {
    font-size: 22px !important;
}
.ctm-method-card {
    padding: 28px;
}
.ctm-method-card {
    width: 64%;
    flex: 0 0 64%;
}
.ctm-method-card .icon {
    margin-bottom: 30px;
}
.view-case-heading br {
    display: none;
}
.view-case-desc {
    margin-bottom: 40px !important;
}
.view-case-heading {
    margin-bottom: 18px;
}
.case-title {
    font-size: 20px;
}
.faq-question {
    font-size: 20px;
}
.faq-item {
    padding: 16px 0;
}
.faq-question .icon {
    width: 36px;
    height: 36px;
}
.why-btn {
    padding: 14px 26px;
    font-size: 13px;
}
.cta-partner-wrap {
    padding: 32px;
    margin-top: 46px;
}
.service-card {
    width: 66%;
    flex: 0 0 66%;
}
.metrics-card {
    width: 56%;
    flex: 0 0 56%;
}
.stm-impact-card {
    width: 56%;
    flex: 0 0 56%;
}
.stm-impact-card h3 {
    font-size: 18px !important;
    margin: 0 0 15px;
}
}
@media (max-width: 749px){
.mob-header-btn {
    display: block;
}
.desk-header-btn {
    display: none;
}
.mob-header-btn img {
    width: 28px;
    height: 28px;
}
.service_inquiry_form .layout-panel-flex {
    display: unset;
}
}
@media (max-width: 575px){
  .view-case-desc {
    margin-bottom: 40px !important;
}
.trusted-features {
    justify-content: start;
}
.view-case-heading {
    margin-bottom: 20px;
}
.cro_opt_right_inner_flex {
    gap: 15px;
    flex-wrap: wrap;
}
.cro_opt_right_side_col {
    width: 100%;
}
.cro_opt_left_side_col {
    width: 100%;
}
h2 {
    font-size: 28px !important;
}
h3 {
    font-size: 22px !important;
}
h4 {
    font-size: 24px !important;
}
p {
    font-size: 15px !important;
}
.rp-card {
    width: 90%;
    flex: 0 0 90%;
}
.rp-card-inner h6 p {
    font-size: 13px !important;
}
.exp_card_inner {
    padding: 26px;
}
.exp-card-4 .exp_card_flex {
    grid-template-columns: 1fr;
}
.exp_card_inner p {
    margin-bottom: 18px;
}
.exp-card-4 .exp-img img {
    height: auto;
}
.pill {
    padding: 8px 14px;
    font-size: 10px;
}
.stats-container {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}
.case-card {
    width: 90%;
    flex: 0 0 90%
}
.method-item {
    width: 82%;
    flex: 0 0 82%;
}
.method-icon-box {
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
}
.method-number {
    font-size: 62px;
    top: -10px;
}
.method-text {
    font-size: 14px;
}
.cta-box {
    padding: 26px;
}
.cta-btn-primary {
    padding: 10px 16px;
    font-size: 13px;
}
.cta-btn-secondary {
    padding: 10px 16px;
    font-size: 13px;
}
.stats-grid {
    gap: 10px;
}
.stat-card {
    padding: 18px;
}
h6 {
    font-size: 10px !important;
}
.logo-strip {
    margin-top: 40px;
}
.hero-card {
    padding: 4px;
    border-radius: 15px;
    top: -40px;
    height: fit-content;
}
.hero-card img {
    border-radius: 15px;
    width: 150px !important;
}
.conversion_box {
    right: 20px;
}
.conversion_box_inner {
    padding: 16px;
    text-align: justify;
}
h1 {
    font-size: 46px !important;
}
.hero-buttons .btn-primary {
    padding: 15px 18px;
    font-size: 13px;
}
.hero-buttons .btn-link {
    font-size: 14px;
}
.hero-buttons {
    margin-bottom: 20px;
}
.hero-card {
    left: 0;
}
.project_inquiry_form {
    padding: 15px;
}
.feature-title {
    font-size: 16px;
}
.feature-item {
    flex-wrap: wrap;
}
.ser_growth_inner_box {
    padding: 16px;
}
.ser_growth_inner_box p {
    font-size: 12px !important;
    max-width: 100%;
}
.growth-inner .btn-primary {
    padding: 10px 20px;
    margin-right: 2px;
    font-size: 15px;
}
.growth-inner .btn-secondary {
    padding: 10px 20px;
    font-size: 15px;
}
.growth-left .btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.growth-left .desc {
    margin-bottom: 26px;
}
.trusted-feature p {
    font-size: 12px !important;
}
.service-card {
    padding: 26px;
}
.service-card {
    width: 88%;
    flex: 0 0 88%;
}
.service-card p {
    margin-bottom: 10px;
}
.features_redesign li {
    gap: 12px;
    font-size: 15px;
    margin-bottom: 14px;
}
.redesign-btn-wrap {
    gap: 10px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.redesign-btn-wrap .btn-primary {
    padding: 12px 18px;
    font-size: 12px;
}
.redesign-btn-wrap .btn-secondary {
    padding: 12px 18px;
    font-size: 12px;
}
.img2 {
    width: 180px;
    bottom: -20px;
    left: 10px;
}
.img3 {
    width: 100px;
    bottom: -20px;
    right: 20px;
}
.cro-icon {
    width: 36px;
    height: 36px;
}
.cro-list {
    gap: 14px;
    margin-bottom: 30px;
}
.cro-btn {
    padding: 12px 20px;
    font-size: 14px;
}
.cro-cart-btn {
    padding: 10px 20px;
    left: 14px;
    right: 14px;
    bottom: 14px !important;
    font-size: 12px;
}
.cro-small-card.cro-top-card {
    padding: 28px 18px;
    margin-bottom: 16px;
}
.cro-small-card.cro-top-card li {
    font-size: 12px;
    flex-wrap: wrap;
}
.cro-small-card.cro-bottom-card {
    padding: 30px 24px;
}
.cro-small-card.cro-bottom-card svg {
    right: 20px;
    width: 60px;
    height: 60px;
}
.logic-card {
    padding: 20px;
}
.card_top_icon {
    padding: 8px;
    border-radius: 8px;
}
.bar_flex {
    margin-bottom: 25px;
}
.card-stats {
    gap: 10px;
    margin-bottom: 18px;
}
.stat-box {
    padding: 16px;
}
.stat-box h4 {
    font-size: 20px !important;
}
.card-note {
    padding: 16px;
    font-size: 12px;
}
.sd-score-box {
    padding: 26px 13px;
    min-width: 150px;
}
.sd-score-box strong {
    font-size: 34px;
}
.sd-bars span {
    width: 24px;
}
.sd-module-box {
    padding: 16px 16px 50px 16px;
    right: 0;
    min-width: 280px;
}
.sd-feature-grid {
    gap: 10px;
}
.mig-feature-title {
    font-size: 11px;
    max-width: 100%;
}
.mig-feature-grid {
    margin-top: 35px;
    gap: 15px;
}
.mig_right_inner {
    padding: 18px;
    gap: 20px;
}
.mig-card, .mig-mini-card {
    padding: 14px;
}
.mig-mini-card small {
    font-size: 10px;
}
.mig-mini-card h3 {
    margin: 4px 0 0;
}
.mig-small-grid {
    gap: 8px;
}
.mig_top_row_inner_flex {
    flex-wrap: wrap;
}
.mig_top_row_icon {
    width: 36px;
    height: 36px;
}
.mig-floating-box {
    padding: 12px;
}
.mig-floating-box_icon {
    width: 40px;
    height: 40px;
}
.mig-floating-box h4 {
    font-size: 14px !important;
}
.sg_dash_box_img {
    width: 200px;
}
.sg-dashboard {
    width: 66%;
}
.sg-stat-box {
    bottom: 30px;
    padding: 14px 14px;
}
.sg-stat-box strong {
    font-size: 28px;
}
.why-sec-card-inner {
    padding: 26px;
}
.why-sec-card {
    width: 90% !important;
    flex: 0 0 90% !important;
}
.cta-partner-wrap {
    padding: 22px;
    margin-top: 24px;
}
.cta-partner-right {
    gap: 10px;
    flex-wrap: wrap;
}
.why-btn {
    padding: 12px 20px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.ctm-method-card {
    padding: 24px;
}
.ctm-method-card {
    width: 86%;
    flex: 0 0 86%;
}
.ctm-method-card h3 {
    font-size: 20px !important;
    margin-bottom: 10px;
}
.ctm-method-card .icon {
    margin-bottom: 20px;
}
.faq_top {
    margin-bottom: 22px;
}
.faq-left .email-box {
    margin-top: 24px;
    padding: 18px;
}
.faq-grid {
    gap: 25px;
}
.faq-answer {
    font-size: 14px;
}
.faq-question {
    font-size: 16px;
}
.faq-item {
    padding: 12px 0;
}
.service_inquiry_left p {
    padding-bottom: 30px;
}
.service_inquiry_left .case-btn {
    margin-top: 12px;
}
.service_inquiry_form {
    padding: 24px 10px;
}
ul.logic-list li img {

    width: 16px;
    height: 18px;
}
.service_inquiry_left .feature-icon {
    width: 44px;
    height: 44px;
}
.metrics-card {
    padding: 24px;
}
.metrics-card {
    width: 76%;
    flex: 0 0 76%;
}
.stm-impact-card {
    padding: 24px;
}
.stm-impact-card {
    width: 76%;
    flex: 0 0 76%;
}
}
@media (max-width: 395px){
  h1 {
    font-size: 42px !important;
}
}

/* new css */
.theme-label{
    display: inline-block;;
    padding: 4px 12px;
    border-radius: 6px;
}
.theme-flex{
    display: flex;
    align-items: center;
}
.start-conv-inner{
    gap:96px;
}
.width-50{
    width:50%;
}
.start-conv-right {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}
.start-conv-info {
    position: absolute;
    width: 100%;
    padding: 32px;
    padding-top: 0;
}
.start-conv-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
    padding: 24px;
    border-radius: 12px;
}
.start-conv-bg .start-conv-icon {flex: 0 0 48px;width: 48px;}
.start-conv-content h5 {
    font-size: 12px !important;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 700;
}
.start-conv-content h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin: 6px 0 0 0;
}
.start-conv-right>img {
    border-radius: 12px;
}
@media (max-width: 749px) {
.start-conv-content h3 {
    font-size: 18px !important;
    line-height: 26px;
}
}