/* COMMON STYLE */
html.js {
  margin: 0 !important;
}


h1,
.h1 {
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  font-weight: 700;
}

h2,
.h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: 700;
}

h3,
.h3 {
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  font-weight: 700;
}

h4,
.h4 {
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-weight: 600;
}

h5,
.h5 {
  font-size: var(--fs-h5);
  line-height: var(--lh-h5);
  font-weight: 600;
}

h6,
.h6 {
  font-size: var(--fs-h6);
  line-height: var(--lh-h6);
  font-weight: 600;
}

.body-lg {
  font-size: var(--fs-body-lg);
  line-height: var(--lh-body-lg);
  font-weight: 400;
}

.body {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  font-weight: 400;
}

.small {
  font-size: var(--fs-small);
  line-height: var(--lh-small);
  font-weight: 400;
}

.caption {
  font-size: var(--fs-caption);
  line-height: var(--lh-caption);
  font-weight: 500;
}

a {
  text-decoration: none;
  color: var(--bodyTextgray);
}

p a,
.desc a,
p a span,
p a strong,
.desc a span,
p a strong,
.desc a strong,
p a b,
.desc a b,
section li a b,
section li a:not(.nav-link),
section li a strong,
section li a span {
  color: var(--bodyTextgray) !important;
}

p a:hover,
.desc a:hover,
p a:hover span,
p a:hover strong,
.desc a:hover span,
p a:hover strong,
.desc a:hover strong,
p a:hover b,
.desc a:hover b,
section li a:hover b,
section li a:not(.nav-link):hover,
section li a:hover strong,
section li a:hover span {
  color: var(--orange) !important;
}

a:hover {
  color: var(--orange);
}

p:has(+ p),
p:has(+ ul),
p:has(+ ol) {
  margin-bottom: 1rem;
}

p:empty {
  display: none;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

html:has(.toc-smooth) {
  scroll-behavior: smooth;
}

.sd-new {
  section .breadcrumb .bread-wrap {
    border-bottom: none;
  }
}

.btn a {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.15;
  color: var(--white);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s linear;
  gap: 14px;
  border-radius: 0.5rem;
  border: 1px solid transparent;
}

.btn a .icon {
  display: flex;
}

.btn.btn-1 a {
  border-color: var(--orange);
  color: var(--white);
}

.btn.btn-1 a:hover {
  background-color: var(--orange);
}

.btn.btn-2 a {
  border: 1px solid var(--orange);
  color: var(--orange);
}

.btn.btn-2 a:hover {
  color: var(--white);
  background-color: var(--orange);
}

.btn.btn-2 a:hover [stroke] {
  stroke: var(--white);
}

.btn.btn-2 a [stroke] {
  transition: all 0.3s linear;
}

.btn.btn-2 a svg [stroke],
.btn.btn-4 a svg [stroke] {
  stroke: currentColor;
}

.btn.btn-2 a svg [fill],
.btn.btn-4 a svg [fill] {
  fill: currentColor;
}

.btn.btn-3 a {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.btn.btn-3 a:hover {
  background-color: var(--white);
  color: var(--orange);
}

.btn.btn-3 a:hover [stroke] {
  stroke: var(--orange);
}

.btn.btn-3 a [stroke] {
  transition: all 0.3s linear;
}

.btn.btn-4 a {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--dark);
}

.btn.btn-4 a:hover {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.btn.btn-5 a {
  background-color: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.btn.btn-5 a:hover {
  background-color: var(--white);
  border-color: var(--navy);
  color: var(--navy);
}

.best-fitt {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--white);
  background-color: var(--orange);
  line-height: 1;
  padding: 5px 7px;
  border-radius: 4px;
  letter-spacing: 0.1px;
  margin-right: 6px;
  font-size: 80%;
}

th .best-fitt {
  background: var(--orange);
  color: var(--white);
  vertical-align: text-top;
}

/* SECTION TITLE */
.service_sec_with_sidebar section {
  padding: 100px 0;
}

.service_sec_with_sidebar section:first-child {
  padding-top: 0px;
}

.service_sec_with_sidebar .section-title {
  max-width: 1180px;
}

.service_sec_with_sidebar .section-title {
  max-width: calc(100% - 330px);
}

.section-title-button {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.section-title {
  max-width: 1060px;
  margin-bottom: 60px;
}

.section-title h2,
.section-title .h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
}

.section-title .desc,
.section-title .desc p {
  font-size: var(--fs-body-lg);
  margin-top: 24px;
}


.section-title .desc a,
.desc a:not(.btn a) {
  font-weight: 500;
  text-decoration: underline;
}

.section-title .desc a:hover,
.desc a:hover {
  color: var(--orange);
}

.section-title .small_text {
  /* letter-spacing: 0.65px; */
  /* color: var(--orange); */
  /* text-transform: uppercase; */
  /* margin-bottom: 6px; */
  font-size: 14px;
  line-height: 2.25;
  font-weight: 600;
  color: var(--new-orange);
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 14px;
  display: flex;
}

.section-title .sub-title {
  margin-top: 30px;
}

.section-title .h3:has(+ .desc) {
  margin-top: 30px;
}

.section-title .h3+.desc {
  margin-top: 16px;
}

h1 span,
.h1 span {
  font-weight: 700;
}

.section-title h2::before,
.section-title .h2::before {
  position: absolute;
  content: "";
  width: 46px;
  height: 4px;
  background-color: var(--orange);
  bottom: 0;
  left: 0;
}


.desc b,
.desc strong,
.desc b i,
.desc strong i {
  font-weight: inherit;
}

/* SECTION TITLE */
.our-work-banner+.case_study_sec .container::before {
  opacity: 0;
}

.case_study_sec .container::before {
  max-width: var(--content-width);
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: var(--lightOrange);
  opacity: 0.5;
  border-radius: 10px;
  right: 0;
  margin: 0 auto;
  top: 0;
}

.case_study_sec {
  position: relative;
}

.case_study_sec .card_group {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin: 0 -10px;
}

.case_study_sec .card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 40px;
  padding-right: 0;
  padding-bottom: 0;
  margin: 0 10px;
}

.case_study_sec .card .left_part {
  color: var(--white);
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  gap: 32px;
}

.case_study_sec .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.case_study_sec .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case_study_sec .card::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #000000 30%, rgba(0, 0, 0, 0) 76.17%);
  filter: blur(20px);
  mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 59.17%,
      rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 59.17%,
      rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.case_study_sec .card .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: center;
  /* position: relative; */
  /* z-index: 2; */
}

.case_study_sec .card .card_header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  padding-right: 32px;
  gap: 10px;
}

.case_study_sec .card .right_part img {
  width: 90%;
  display: block;
  margin: 0 auto;
  max-height: 680px;
  object-fit: contain;
}



.case_study_sec .card .project_pill {
  display: inline-flex;
  background-color: var(--orange);
  padding: 6px 14px;
  width: max-content;
  border-radius: 24px;
  font-weight: 600;
  font-size: 13px;
  color: var(--white);
}

.case_study_sec .card .project_desc {
  color: var(--white);
  display: flex;
  font-size: 18px;
}

.case_study_sec .card .small_title {
  font-size: 20px;
  color: #FFFFFFB2;
}

.case_study_sec .card .small_title span {
  color: var(--orange);
  font-weight: 600;
}

.case_study_sec .card .project_name {
  font-size: 38px;
  line-height: 1.25;
  color: var(--white);
  width: 1370px;
}

.case_study_sec .card .badge_group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.case_study_sec .card .badge_group .badge {
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0.5px solid #00000033;
  border-radius: 58px;
  box-shadow: 1px 1px 0px 0px #ffffff40, -1px -2px 0px 0px #ffffff40;
  background: #FFFFFF1A;
  backdrop-filter: blur(4px) saturate(180%);
  color: var(--white);
  font-weight: 100;
}

.case_study_sec .card .badge_group .badge>img {
  width: 24px;
  height: 24px;
}

.case_study_sec .card .badge_group .badge:last-child>img {
  border-radius: 100px;
}

.case_study_sec .card .badge_group .badge span {
  font-weight: 700;
}

.case_study_sec .card .divider {
  border-radius: 4px;
  width: 50px;
  height: 4px;
  background: var(--white);
}

.case_study_sec .card .desc {
  color: #FFFFFFB2;
}

.case_study_sec .card .sub_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 0;
  padding-top: 10px;
  max-width: 90%;
}

.case_study_sec .card .feature_list {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}

.case_study_sec .card .feature_list h3,
.case_study_sec .card .feature_list .h3 {
  font-size: 20px;
  line-height: 1.4;
  color: var(--white);
}

.case_study_sec .card .feature_list:nth-child(odd) {
  border-right: 1px solid #CCCCCC;
  padding-right: 60px;
}

.case_study_sec .card .feature_list:nth-child(even) {
  padding-left: 76px;
}

.case_study_sec .card .feature_list:last-child {
  border: 0px;
  grid-column: span 2;
}

.case_study_sec .card .feature_list::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100.5%;
  height: 1px;
  background: #FFFFFF33;
}

.case_study_sec .card .feature_list:nth-child(4)::before {
  width: calc(100% - 55px);
}

.case_study_sec .card .feature_list:last-child::before {
  width: calc(100% - 101px);
}

.case_study_sec .card .left_part .btn a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}


/* PORTFOLIO WRAPPER LIST AND CARD */

/* CONSULT SIDEBAR STYLE */

div+.consult_div {
  margin-top: 40px;
}

.consult_div {
  position: relative;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  padding: 24px;
  border-radius: 12px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  /* gap: 24px; */
  overflow: hidden;
  pointer-events: all;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.consult_div .sidebar-cluth-wrap {
  background-color: var(--white);
  min-height: 100px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consult_div .sidebar-cluth-wrap .clutch-rating-external {
  transform: scale(1.1);
}

.consult_div .desc {
  display: block;
  font-size: 18px;
  position: relative;
  z-index: 1;
}

.consult_div h3,
.consult_div .btn.btn-3 {
  position: relative;
  z-index: 1;
}

.consult_div li:before {
  display: none;
}

.consult_div ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.consult_div ul li {
  line-height: 1.5;
  color: var(--white);
}

.consult_div .consult_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}

.consult_div .btn.btn-3 a {
  width: 100%;
  justify-content: center;
}

.consult_div:has(.consult_count),
.consult_div:has(.consult_form) {
  gap: 0;
}




/* NEW CUSNULT STYLE */
.consult_form {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 0 0 2px #ffffffa6;
  margin: 24px 0 0;
}

.consult_form+.desc {
  margin-top: 10px;
}

.consult_div:has(.consult_count),
.consult_div:has(.consult_form) {
  gap: 16px;
}

.consult_count {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 10px;
  background: #FFFFFF1A;
  border-radius: 12px;
  padding: 13px 12px;
  box-shadow: 0 0 0 2px #ffffff57;
}

.consult_certificate {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.consult_certificate .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.consult_certificate .img-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 85%;
}

.consult_count_item {
  height: auto;
  position: relative;
  padding-left: 7px;
}

.consult_count_item::before {
  position: absolute;
  content: '';
}

.consult_count_item:nth-child(1)::after,
.consult_count_item:nth-child(3)::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: var(--white);
  right: 0;
  top: 0;
  opacity: 0.5;
}

.consult_count_item .count {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.consult_count_item .count span {
  background-image: var(--orangeGradient);
  color: transparent;
  background-clip: text;
}

.consult_count_item .text {
  font-size: 14px;
}

.consult_count_item:nth-child(1)::before,
.consult_count_item:nth-child(2)::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--white);
  bottom: -15px;
  max-width: calc(100% - 10px);
  left: 0;
  opacity: 0.5;
}


/* CONSULT SIDEBAR STYLE END */


/* SIDEBAR NEW STYLE 08-07-2026 */
.logged-in .consult_div:has(.consult_count),
.logged-in .consult_div:has(.consult_form) {
  gap: 0 !important;
}

.consult_div-top-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  /* opacity: 0.6; */
  color: var(--orange);
  /* margin-bottom: 14px; */
}

.consult_div-big-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 12px;
  /* color: var(--inkNavy); */
  color: var(--bodyTextgray);
  max-width: 290px;
  margin-top: 10px;
}

.consult_div-bottom-title {
  font-size: 16px;
  /* margin-bottom: 30px; */
  /* opacity: 0.8; */
  color: var(--bodyTextgray);
}

.consult_div-profile-wrap {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.consult_div-profile-wrap ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0;
}

.consult_div-profile-wrap ul li {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  /* color: var(--inkNavy); */
  font-size: 80%;
  font-weight: 600;
}

.consult_div-profile-wrap ul li:not(:first-child) {
  margin-left: -15px;
}

.consult_div-profile-wrap ul li:nth-child(1) {
  background-color: lightgreen;
}

.consult_div-profile-wrap ul li:nth-child(2) {
  background-color: darksalmon;
}

.consult_div-profile-wrap ul li:nth-child(3) {
  background-color: cornflowerblue;
}

.consult_div-profile-wrap .label {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  /* color: var(--inkNavy); */
  color: var(--bodyTextgray);
}

.consult_div-comany-feature {
  margin-top: 20px;
}

.consult_div-comany-feature ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6px 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.consult_div-comany-feature ul li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnPgogICAgICAgIDxwYXRoIGQ9Ik03Ljk5OTY3IDE0LjY2NTRDMTEuNjgxNiAxNC42NjU0IDE0LjY2NjMgMTEuNjgwNiAxNC42NjYzIDcuOTk4N0MxNC42NjYzIDQuMzE2OCAxMS42ODE2IDEuMzMyMDMgNy45OTk2NyAxLjMzMjAzQzQuMzE3NzggMS4zMzIwMyAxLjMzMzAxIDQuMzE2OCAxLjMzMzAxIDcuOTk4N0MxLjMzMzAxIDExLjY4MDYgNC4zMTc3OCAxNC42NjU0IDcuOTk5NjcgMTQuNjY1NFoiIHN0cm9rZT0iIzBDN0VFOCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICAgICAgICA8cGF0aCBkPSJNNiA4LjAwMTNMNy4zMzMzMyA5LjMzNDY0TDEwIDYuNjY3OTciIHN0cm9rZT0iIzBDN0VFOCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
  background-position: 0px 8px;
  background-repeat: no-repeat;
  background-size: 19px;
  padding-left: 26px;
  /* color: var(--inkNavy); */
  color: var(--bodyTextgray);
}

.consult_div-certificate-chip {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--on-dark);
  display: flex;
  justify-content: space-between;
  gap: 7px
}

.consult_div-certificate-chip span {
  display: inline-flex;
  padding: 7px 8px;
  border: 1px solid var(--border);
  font-size: 14px;
  line-height: 1;
  border-radius: 6px;
  /* color: var(--inkNavy); */
  color: var(--bodyTextgray);
}

/* BT FORM */
.service_sec_with_sidebar .consult_div {
  gap: 0;
}

.consult_div .bf-form-wrapper {
  background-color: var(--offWhite2);
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #dadada61;
  margin-top: 24px;
}

.consult_div .bf-form-wrapper .bf-field-wrapper {
  padding: 0;
}

.consult_div .bf-form-wrapper .btcd-fld-itm:last-child .bf-field-wrapper {
  padding-bottom: 0;
}

.consult_div .bf-form-wrapper .btcd-fld-itm {
  min-height: unset;
}

.consult_div .bf-form-wrapper .bf-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.consult_div .bf-form-wrapper .bf-form .bf-label {
  font-size: 16px;
  /* color: var(--inkNavy); */
}

.consult_div .bf-form-wrapper .bf-field-wrapper input {
  padding: 23px 16px !important;
  border-radius: 9px !important;
  border-color: var(--border) !important;
}

.consult_div .bf-form-wrapper .bf-field-wrapper .bf-button {
  padding: 1rem !important;
  line-height: 1.15;
  color: var(--white);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s linear;
  gap: 14px;
  border-radius: 0.5rem !important;
  border: 1px solid transparent;
  font-size: 16px !important;
  width: 100%;
  background-color: var(--orangeNew);
  box-shadow: none !important;
}

.consult_div .bf-form-wrapper .bf-field-wrapper .bf-button:hover {
  background-color: var(--white) !important;
  color: var(--orangeNew);
  border-color: var(--orangeNew);
}

/* BT FORM */

/* SIDEBAR NEW STYLE 08-07-2026 */

/* BREADCRUMBS */
.breadcrumb-main {
  font-size: 16px;
  padding: 10px 0;
  border-top: 1px solid var(--border);
}

.breadcrumb-main .breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb-main .breadcrumb ul li a {
  color: var(--orange);
}

.breadcrumb-main .breadcrumb ul li.active a {
  color: var(--bodyText);
  font-size: 0.875rem;
}

.breadcrumb-main .breadcrumb ul li:last-child:after {
  display: none;
}

.breadcrumb-main .breadcrumb ul li::after {
  content: "/";
  margin: 0px 8px;
}

/* BREADCRUMBS */

/* BLOG CARD LIST */
.blog-wraper-main {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}

.esb-card-blog {
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  overflow: hidden;
  background: var(--white);
  position: relative;
  transition: 0.3s;
}

.esb-card-blog:hover {
  border: 1px solid var(--orange);
}

.esb-card-blog .esb-card-blog-img {
  height: 224px;
}

.esb-card-blog .esb-card-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center center;
}

.esb-card-blog-detail {
  padding: 20px 30px 30px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 224px);
  /* height: 100%; */
}

.esb-card-blog-detail .esb-blog__chip {
  font-weight: 600;
  font-size: 1rem;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  margin-bottom: 1rem;
}

.esb-card-blog .esb-blog-title {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 38px;
}

.esb-card-blog:hover .esb-blog-title {
  color: var(--orange);
  text-decoration: underline;
}

.esb-blog-author-img {
  width: 50px;
  height: 50px;
  border: 1.26px solid #dadada;
  border-radius: 100%;
  overflow: hidden;
}

.esb-blog-author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.esb-blog-author {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.esb-blog-author .esb-blog-author-name {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2px;
  font-weight: 600;
}

.esb-blog-author .esb-blog-author-post {
  font-size: 0.875rem;
  line-height: 1.35;
}

.esb-card-blog-bottom .esb-blog-date {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

.esb-card-blog-bottom .esb-blog-date img {
  width: 16px;
}

.esb-blog-read a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 600;
}

.esb-blog-read a:after {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  content: "";
}

.esb-blog-read a .icon {
  display: flex;
}

.esb-card-date-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
  gap: 10px;
}

.blog-list-section {
  padding: 60px 0px 120px;
}

/* BLOG CARD LIST */

/* BLOG LIST TLRD */
.tldr-main-title {
  font-weight: 700;
  color: var(--darkChoco);
  font-size: 24px;
}

.tldr-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 30px 0;
}

.tldr-wrapper .tldr-item {
  border: 1px solid var(--border);
  padding: 20px;
  border-radius: 12px;
}

.tldr-item .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.tldr-item .inner .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--orange);
  border-radius: 12px;
}

.tldr-item .inner .icon img {
  display: block;
  max-width: 35px;
  width: 100%;
  filter: brightness(0) invert(1);
}

.tldr-item .inner .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tldr-item .inner .content .h3,
.tldr-item .inner .content h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  line-height: 1.35;
  margin-bottom: 5px;
}

.tldr-item .inner .content .desc {
  display: block;
  font-size: 18px;
  max-width: 95%;
}

.tldr-item .inner .content .desc p {
  margin: 0;
}

/* BLOG LIST TLRD */


/* BLOG DETAILS CASE STUDY */
.post-content .blog-case-study-wrap {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background-color: var(--lightOrange);
}

.blog-case-study-header {
  padding: 20px;
  background-color: var(--lightOrange);
  border-radius: 12px;
  background-color: var(--white);
  border: 1px solid var(--border);
}

.blog-case-study-header .h2,
.blog-case-study-header h2 {
  font-size: 24px;
}

.blog-case-study-header .desc {
  line-height: 1.6;
  font-size: 18px;
  margin: 10px 0 0;
}

.blog-case-study-header .desc p {
  margin: 0;
}

.blog-case-study-header::before {
  content: 'Our Work';
  background-color: var(--orange);
  display: inline-flex;
  color: var(--white);
  line-height: 1;
  padding: 6px 8px;
  border-radius: 100px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
}

.post-content .blog-case-study-body {
  padding: 26px 0px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.post-content .blog-case-study-part p {
  margin: 0;
}

.post-content .blog-case-study-part {
  display: flex;
  flex-direction: column;
}

.post-content .blog-case-study-part-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 5px;
}

.post-content .blog-case-study-part .desc {
  font-size: 18px;
}

.post-content .blog-case-study-part.reply {}

.post-content .blog-case-study-part-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.post-content .blog-case-study-techstack ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.post-content .blog-case-study-techstack ul>li {
  padding: 0 !important;
  list-style: none;
  font-size: 16px;
  line-height: 1;
  background-color: var(--orange);
  color: var(--white);
  padding: 8px 10px !important;
  border-radius: 7px;
}

.post-content .blog-case-study-techstack ul li::before {
  opacity: 0;
  display: none;
}

.post-main-wrap .post-content .blog-case-study-techstack ul li:not(:last-child) {
  margin: 0 !important;
}

.post-content .blog-case-study-key-delivery ul {
  margin: 0;
}

.post-main-wrap .post-content .blog-case-study-key-delivery ul li:not(:last-child) {
  margin: 0 !important;
}

.post-content .blog-case-study-key-delivery ul>li {
  font-size: 18px;
  padding-left: 20px !important;
}

.post-content .blog-case-study-key-delivery ul>li::before {
  top: 13px;
  background-image: none;
  background-color: var(--orange);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: 3px;
}

.blog-case-study-part-outcome {
  padding: 15px 18px;
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 12px;
}

/* BLOG DETAILS CASE STUDY */

/* CERTIFICATE CARD */
.certificate-card {
  background: var(--sectionBG);
  padding: 42px 42px 70px 42px;
  border-radius: 12px;
  border: 1px solid var(--border);
  transition: all 0.2s;
}

.certificate-card:hover {
  box-shadow: 0px 2px 30px 0px #00000026;
  background: var(--white);
}

.certificate-card .img-wrap {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.certificate-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.certificate-card h3 {
  margin-bottom: 20px;
}

.certificate-card .desc,
.certificate-card .desc p {
  max-width: 93%;
}

/* CERTIFICATE CARD */

/* BANNER CERTIFICATE SLIDES */
@keyframes certSlideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes certSlideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}

.banner-certificate-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  height: 120px;
}

.banner-certificate-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.banner-certificate-item.cert-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  animation: certSlideIn 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.banner-certificate-item.cert-leaving {
  opacity: 1;
  animation: certSlideOut 0.45s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards;
}

.banner-certificate-item .inner {
  display: flex;
  align-items: center;
  gap: 16px;
}

.banner-certificate-item .img-part {
  height: 104px;
}

.banner-certificate-item .img-part img {
  width: auto;
  height: 100%;
  display: block;
}

.banner-certificate-item .content-part .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}

.banner-certificate-item .content-part .desc {
  color: var(--white);
  font-size: 18px;
}

/* BANNER CERTIFICATE SLIDES */

/* CLUTCH RATING BAR */
.clutch-rating-wrap {
  display: flex;
  width: fit-content;
  box-shadow: 3px 0 14px 3px rgba(0, 0, 0, 0.0509803922);
  border-radius: 12px;
  transition: all 0.3s ease;
  background-color: var(--white);
  padding: 28px;
  gap: 20px 50px;
  align-items: center;
}

.clutch-rating-company {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  flex-wrap: wrap;
}

.clutch-rating-external {
  height: 50px;
  overflow: hidden;
  width: 215px;
}

a.clutch-rating-static {
  max-width: 220px;
  display: flex;
}

a.clutch-rating-static img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.clutch-rating-company ul {
  display: flex;
  align-items: center;
}

.clutch-rating-company li {
  width: 36px;
  height: 36px;
  box-shadow: 0 0 0 1px var(--border);
  background-color: var(--white);
  border-radius: 4px;
  box-shadow: 4.15px 0 18.52px 4.15px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
}

.clutch-rating-company li img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: contain;
}

.clutch-rating-company li+li {
  margin-left: 6px;
}

.clutch-rating-company-text {
  font-size: 19px;
  font-weight: 500;
}

.clutch-rating-company::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 50%;
  right: -25px;
  background-color: var(--dark);
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 0.2;
  min-height: 25px;
}

/* CLUTCH RATING BAR */

/* RANK CARD */
.rank-card {
  border-radius: 12px;
  border: 1px solid #0000001a;
  background: var(--white);
  transition: all 0.3s;
  padding: 42px 42px 42px 42px;
  height: 100%;
}

.rank-card:hover {
  border-color: var(--orange);
}

.rank-card>a {
  display: block;
}

.rank-card .rank-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.rank-card .rank-name p {
  margin-bottom: 0;
}

.rank-card .img-div {
  margin-bottom: 24px;
  max-width: 131px;
}

.rank-card .img-div img {
  width: 100%;
}

.rank-card h3 {
  margin-bottom: 20px;
}

/* RANK CARD */

/* GENERAL CTA */
.general-cta {
  margin-top: 60px;
}

.general-cta .inner {
  display: flex;
  align-items: center;
  position: relative;
  /* background: linear-gradient(92.1deg, #ffe8c2 0%, #ffffff 100%); */
  background-color: var(--dark);
  border-radius: 2.5rem;
  overflow: hidden;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.general-cta .inner::after {
  background-image: url(https://www.esparkinfo.com/wp-content/uploads/2026/04/team-decore-img.png.webp);
  width: 470px;
  aspect-ratio: 1;
  z-index: 1;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-size: 100%;
  background-position: center;
  transform: rotate(35deg);
}

.general-cta .inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: radial-gradient(62% 155% at 124% 50%,
      #0a181c00 0%,
      #0a181c 100%);
}

.general-cta .content {
  /* max-width: 87%; */
  display: grid;
  grid-template-areas:
    "c_title c_btn"
    "c_desc c_btn";
}

.general-cta .content h3,
.general-cta .content .h3 {
  grid-area: c_title;
  color: var(--white);
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.general-cta .content .desc {
  grid-area: c_desc;
  color: var(--white);
}

.general-cta .content .btn {
  grid-area: c_btn;
  /* margin-top: 32px; */
  align-self: center;
  text-align: right;
}

.general-cta .left-block {
  padding: 60px;
  flex: 1;
  position: relative;
  z-index: 2;
}

.general-cta .right-block {
  height: 100%;
  width: 37%;
  position: absolute;
  top: 0;
  right: 0;
}

.general-cta .right-block img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* GENERAL CTA */

/* SERVICE LAYOUT  */

.service_sec_with_sidebar .section-title h2,
.service_sec_with_sidebar .section-title .h2 {
  font-size: 2.25rem;
  font-size: 1.75rem;
  padding-bottom: 0;
}

.service_sec_with_sidebar .section-title h2::before,
.service_sec_with_sidebar .section-title .h2::before {
  opacity: 0;
}

.service_sec_with_sidebar {
  --sidebar-width: 412px;
  padding-top: 100px;
}


.service_sidebar .sticky_sidebar {
  /* position: static !important; */
  /* height: 100%; */
}

.service_sec_with_sidebar .consult_div_wrapper {
  position: sticky;
  top: 120px;
  z-index: 10;
  margin-top: 30px;
}

.service_sec_with_sidebar section {
  scroll-margin-top: 30px;
}

.service_sec_with_sidebar section:last-child {
  padding-bottom: 0px;
}

.service_inner_grid {
  position: relative;
}

.service_content .sub_container {
  max-width: calc(100% - var(--sidebar-width) - 70px);
  width: 100%;
  position: relative;
  /* z-index: 2; */
}

.service_sidebar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.service_sidebar .container {
  height: 100%;
}

.service_sidebar .sticky_sidebar {
  max-width: calc(var(--sidebar-width) - 30px);
  width: 100%;
  margin-left: auto;
  position: sticky;
  top: 120px;
  z-index: 3;
}

.service_sidebar .accordian_content {
  height: 216px;
}

.service_sidebar .accordian_wrapper {
  background: var(--white);
  border: 1px solid var(--border);
  /* box-shadow: 0px 8px 16px 0px #0000001f; */
  border-radius: 12px;
  overflow: hidden;
  pointer-events: all;
}

.service_sidebar .accordian_wrapper ul {
  max-height: 100%;
  overflow-y: auto;
  padding: 4px 0;
}

.service_sidebar .nav-link {
  display: block;
  padding: 7px 24px;
  color: #252425;
  text-decoration: none;
  transition: 0.3s;
  border-left: 3px solid transparent;
  font-size: 18px;
}

.service_sidebar .nav-link.active {
  font-weight: 600;
  border-color: var(--orange);
}

.service_sidebar .accordian_title {
  background-color: var(--sectionBG);
  border-bottom: 1px solid var(--border);
}

.service_sidebar .accordian_title .navigate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
}

.service_sidebar .accordian_item.active .navigate svg {
  rotate: 0deg;
}

.service_sidebar .accordian_item .navigate svg {
  rotate: 180deg;
}

.sec_divider {
  position: relative;
}

.sec_divider::after {
  content: "";
  position: absolute;
  bottom: -104px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: var(--sectionBG);
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.service_sec_with_sidebar section:last-child .sec_divider::after {
  opacity: 0;
}

/* SERVICE LAYOUT END */


/* COMMON */
section {
  padding: 120px 0;
}

.section-title-button .section-title {
  margin-bottom: 0;
}

.section-title-button {
  margin-bottom: 60px;
}

.link-text a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

.link-text a:hover .icon {
  margin-left: 5px;
  transition: 0.3s ease;
}

.link-text a .icon {
  transition: 0.3s ease;
}

[accordion-content] {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.custom_ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.custom_ul li {
  position: relative;
  /* color: var(--bodyText); */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* gap: 0 10px; */
  line-height: 1.55;
  padding-left: 26px;
  /* background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMyODBfMjM2NTEpIj4KPHBhdGggZD0iTTcuOTk5NjcgMTQuNjY1NEMxMS42ODE2IDE0LjY2NTQgMTQuNjY2MyAxMS42ODA2IDE0LjY2NjMgNy45OTg3QzE0LjY2NjMgNC4zMTY4IDExLjY4MTYgMS4zMzIwMyA3Ljk5OTY3IDEuMzMyMDNDNC4zMTc3OCAxLjMzMjAzIDEuMzMzMDEgNC4zMTY4IDEuMzMzMDEgNy45OTg3QzEuMzMzMDEgMTEuNjgwNiA0LjMxNzc4IDE0LjY2NTQgNy45OTk2NyAxNC42NjU0WiIgc3Ryb2tlPSIjRkY2MDAwIiBzdHJva2Utd2lkdGg9IjEuMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNiA4LjAwMTNMNy4zMzMzMyA5LjMzNDY0TDEwIDYuNjY3OTciIHN0cm9rZT0iI0ZGNjAwMCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zMjgwXzIzNjUxIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo="); */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnPgogICAgICAgIDxwYXRoIGQ9Ik03Ljk5OTY3IDE0LjY2NTRDMTEuNjgxNiAxNC42NjU0IDE0LjY2NjMgMTEuNjgwNiAxNC42NjYzIDcuOTk4N0MxNC42NjYzIDQuMzE2OCAxMS42ODE2IDEuMzMyMDMgNy45OTk2NyAxLjMzMjAzQzQuMzE3NzggMS4zMzIwMyAxLjMzMzAxIDQuMzE2OCAxLjMzMzAxIDcuOTk4N0MxLjMzMzAxIDExLjY4MDYgNC4zMTc3OCAxNC42NjU0IDcuOTk5NjcgMTQuNjY1NFoiIHN0cm9rZT0iIzBDN0VFOCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICAgICAgICA8cGF0aCBkPSJNNiA4LjAwMTNMNy4zMzMzMyA5LjMzNDY0TDEwIDYuNjY3OTciIHN0cm9rZT0iIzBDN0VFOCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 18px;
  /* font-size: 16px; */
}

/* Desc Ul li Design */
.service_sec_with_sidebar section .desc ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.service_sec_with_sidebar section .desc .esb-info__content-inner+.esb-info__content-inner {
  margin-top: 16px;
}

.service_sec_with_sidebar section .desc ul li {
  position: relative;
  color: var(--bodyText);
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  line-height: 1.55;
  padding-left: 26px;
  /* background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMyODBfMjM2NTEpIj4KPHBhdGggZD0iTTcuOTk5NjcgMTQuNjY1NEMxMS42ODE2IDE0LjY2NTQgMTQuNjY2MyAxMS42ODA2IDE0LjY2NjMgNy45OTg3QzE0LjY2NjMgNC4zMTY4IDExLjY4MTYgMS4zMzIwMyA3Ljk5OTY3IDEuMzMyMDNDNC4zMTc3OCAxLjMzMjAzIDEuMzMzMDEgNC4zMTY4IDEuMzMzMDEgNy45OTg3QzEuMzMzMDEgMTEuNjgwNiA0LjMxNzc4IDE0LjY2NTQgNy45OTk2NyAxNC42NjU0WiIgc3Ryb2tlPSIjRkY2MDAwIiBzdHJva2Utd2lkdGg9IjEuMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNiA4LjAwMTNMNy4zMzMzMyA5LjMzNDY0TDEwIDYuNjY3OTciIHN0cm9rZT0iI0ZGNjAwMCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zMjgwXzIzNjUxIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo="); */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnPgogICAgICAgIDxwYXRoIGQ9Ik03Ljk5OTY3IDE0LjY2NTRDMTEuNjgxNiAxNC42NjU0IDE0LjY2NjMgMTEuNjgwNiAxNC42NjYzIDcuOTk4N0MxNC42NjYzIDQuMzE2OCAxMS42ODE2IDEuMzMyMDMgNy45OTk2NyAxLjMzMjAzQzQuMzE3NzggMS4zMzIwMyAxLjMzMzAxIDQuMzE2OCAxLjMzMzAxIDcuOTk4N0MxLjMzMzAxIDExLjY4MDYgNC4zMTc3OCAxNC42NjU0IDcuOTk5NjcgMTQuNjY1NFoiIHN0cm9rZT0iIzBDN0VFOCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICAgICAgICA8cGF0aCBkPSJNNiA4LjAwMTNMNy4zMzMzMyA5LjMzNDY0TDEwIDYuNjY3OTciIHN0cm9rZT0iIzBDN0VFOCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 18px;
}

.perk-joining-card {
  padding: 30px;
  background: var(--sectionBG);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: all 0.3s;
}

.perk-joining-card:hover {
  border-color: var(--orange);
  box-shadow: 0px 2px 30px 0px #00000026;
}

.perk-joining-card .perk-joining-card-icon {
  margin-bottom: 24px;
}

.perk-joining-card .perk-joining-card-title {
  margin-bottom: 15px;
  max-width: 95%;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  --content-width: 100%;
}

/* COMMON */

/* TAB TO DROP_DOWN STYLE V1 */
.selected-label {
  display: none;
}

/* TAB TO DROP_DOWN STYLE V1 END */

/* TAB TO DROP_DOWN STYLE V2 */
.scrollable-tab-left li {
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  font-weight: 600;
  font-size: 20px;
}

.scrollable-tab-left li span {
  font-weight: 600;
}

.scrollable-tab-left li.active {
  background-color: var(--orange);
  color: var(--white);
}

.scrollable-tab-left li:first-child {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.scrollable-tab-left li:last-child {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.scrollable-tab-left ul {
  overflow: hidden;
  border-radius: 14px;
}

.scrollable-tab-left li:not(.active):hover {
  background-color: #ff600017;
  color: var(--orange);
}

/* Slider Arrows */
.slider-arrows-count {
  display: flex;
  align-items: center;
  gap: 25px;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 2.5vh;
}

.slider-arrows-count:has(.slick-hidden) .slider-count-wrap,
.method-slider-arrows-count:has(.slick-hidden) .method-slider-count-wrap {
  display: none;
}

.esb-common-slider-arrow.slick-disabled,
.esb-common-slider-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.esb-common-slider-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #252425;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.esb-common-slider-arrow:hover {
  background: linear-gradient(180deg, #ffa000 0%, #ff6000 100%);
  border-color: var(--orange);
}

.esb-common-slider-arrow:hover svg path {
  fill: var(--white);
}

/* TAB TO DROP_DOWN STYLE V2 END */

/* Super Title */
.esb-super-title:not(:has(a)) {
  /* background-color: var(--white); */
  /* border-radius: 40px; */
  /* min-height: 48px; */
  /* border: 1px solid var(--darkBlue); */
  /* color: var(--darkBlue); */
  /* padding: 8px 26px; */
  /* margin-bottom: 24px; */
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: border-color .3s ease, color .3s ease;

  padding: 0;
  border: 0px;
  min-height: unset;
  background-color: transparent;
  color: var(--new-orange);
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 14px;
  border-radius: 0;
}

.esb-super-title:not(:has(a))::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--darkBlue);
  border-radius: inherit;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s ease;
  background-color: transparent;
}

.esb-super-title:not(:has(a)):hover p {
  /* color: var(--white); */
  color: var(--new-orange);
}


.esb-super-title div {
  flex-shrink: 0;
  display: flex;
  position: relative;
  z-index: 1
}

.esb-super-title p {
  position: relative;
  z-index: 1;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: 500;
  font-size: 14px;
}

.esb-super-title div {
  display: none;
}

.esb-super-title__arrow {
  margin-left: 24px
}

.esb-super-title__arrow svg {
  transition: transform .3s ease
}

.esb-super-title .esb-super-title__logo path {
  transition: fill .3s ease;
  fill: var(--orange)
}

.esb-super-title .esb-super-title__arrow svg g {
  transition: stroke .3s ease, opacity .3s ease
}

.esb-super-title:hover {
  color: var(--white)
}

.esb-super-title:hover::after {
  transform-origin: left;
  transform: scaleX(1)
}

.esb-super-title:hover .esb-super-title__logo path {
  fill: var(--white)
}

.esb-super-title:hover .esb-super-title__arrow svg g {
  stroke: var(--white);
  opacity: 1
}

.esb-super-title p {
  margin: 0
}

/* Super Title End */

/* BOX ICONS */

.s_box_icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: transparent;
  border: 0px;
}



.s_box_icon::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 32px;
  border-radius: 12px;
  background: var(--orange);
  opacity: 0;
}

.s_box_icon img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* BOX ICONS END */

/* Fledged Service Start */
.selected-label-fledged {
  display: none;
}

.fledged-services-tab-wrap {
  display: grid;
  grid-template-columns: 520px auto;
}

div#selectedLabel_fledged {
  display: none;
}

.fledged-services-wrapper {
  position: relative;
  height: max-content;
}

.service_process_sec .fledged-services-wrapper::before {
  width: calc(100% - 30px);
}

.fledged-services-wrapper::before {
  content: "";
  position: absolute;
  width: calc(100% - 33px);
  max-height: 550px;
  height: 100%;
  top: 0px;
  left: 0px;
  border: 1px solid var(--border);
  border-radius: 12px;
}

.fledged-services-item {
  padding: 24px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
  /* background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDE4TDIwIDEyTDE0IDYiIHN0cm9rZT0iI0ZGNjAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTQgMTJMMjAgMTIiIHN0cm9rZT0iI0ZGNjAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==); */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDE4TDIwIDEyTDE0IDYiIHN0cm9rZT0iIzAwNThiZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTQgMTJMMjAgMTIiIHN0cm9rZT0iIzAwNThiZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 0;
}

.fledged-services-item:not(:last-child) {
  border-bottom: 1px solid var(--border);
}

.fledged-services-item .text {
  color: var(--bodyTextLight);
  opacity: 1;
  font-weight: 600;
  transition: all 0.3s;
  font-size: 1.25rem;
}

.fledged-services-item.active .text {
  /* color: var(--inkNavy); */
  opacity: 1;
}

.fledged-services-item:hover .text {
  opacity: 1;
}

.fledged-services-item span {
  color: var(--dark);
  opacity: 0.5;
  font-weight: 600;
  transition: all 0.3s;
}

.fledged-services-item.active span {
  color: var(--orange);
  opacity: 1;
}

.fledged-services-item:hover span {
  opacity: 1;
}

.fledged-services-item.active {
  background-position: 24px center;
  padding-left: 58px;
  background-size: 24px;
}

.fledged-services-tab-list {
  padding-right: 30px;
  max-height: 550px;
  overflow: auto;
  position: relative;
}

.fledged-services-content .icon-title {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 24px;
}

.fledged-services-content .icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
}

.fledged-services-content .s_box_icon::before {
  opacity: 0;
}

.fledged-services-content .icon img {
  width: 100%;
  height: 100%;
}

.fledged-services-content .desc {
  font-size: 20px;
  /* line-height: 1.5; */
}

.fledged-services-content .desc ul {
  font-size: 18px;
}

.fledged-services-content {
  padding: 30px;
  /* background: var(--lightGradientAlt); */
  background-color: var(--sectionBG);
  border: 1px solid var(--border);
  border-radius: 16px;
  height: 100%;
}

.desc i,
.desc em {
  font-style: normal;
}

.fledged-services-content .desc ul {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fledged-services-content .inner {
  max-width: 87%;
}

.fledged-services-content .list-title {
  margin-top: 16px;
  font-weight: 700;
}

.fledged-services-content .custom_ul {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.fledged-services-content .inner ul li {
  position: relative;
  color: var(--bodyText);
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  line-height: 1.55;
  padding-left: 26px;
  /* background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMyODBfMjM2NTEpIj4KPHBhdGggZD0iTTcuOTk5NjcgMTQuNjY1NEMxMS42ODE2IDE0LjY2NTQgMTQuNjY2MyAxMS42ODA2IDE0LjY2NjMgNy45OTg3QzE0LjY2NjMgNC4zMTY4IDExLjY4MTYgMS4zMzIwMyA3Ljk5OTY3IDEuMzMyMDNDNC4zMTc3OCAxLjMzMjAzIDEuMzMzMDEgNC4zMTY4IDEuMzMzMDEgNy45OTg3QzEuMzMzMDEgMTEuNjgwNiA0LjMxNzc4IDE0LjY2NTQgNy45OTk2NyAxNC42NjU0WiIgc3Ryb2tlPSIjRkY2MDAwIiBzdHJva2Utd2lkdGg9IjEuMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNiA4LjAwMTNMNy4zMzMzMyA5LjMzNDY0TDEwIDYuNjY3OTciIHN0cm9rZT0iI0ZGNjAwMCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zMjgwXzIzNjUxIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo="); */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnPgogICAgICAgIDxwYXRoIGQ9Ik03Ljk5OTY3IDE0LjY2NTRDMTEuNjgxNiAxNC42NjU0IDE0LjY2NjMgMTEuNjgwNiAxNC42NjYzIDcuOTk4N0MxNC42NjYzIDQuMzE2OCAxMS42ODE2IDEuMzMyMDMgNy45OTk2NyAxLjMzMjAzQzQuMzE3NzggMS4zMzIwMyAxLjMzMzAxIDQuMzE2OCAxLjMzMzAxIDcuOTk4N0MxLjMzMzAxIDExLjY4MDYgNC4zMTc3OCAxNC42NjU0IDcuOTk5NjcgMTQuNjY1NFoiIHN0cm9rZT0iIzBDN0VFOCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICAgICAgICA8cGF0aCBkPSJNNiA4LjAwMTNMNy4zMzMzMyA5LjMzNDY0TDEwIDYuNjY3OTciIHN0cm9rZT0iIzBDN0VFOCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 18px;
}

/* Fledged Service End */

.esb-common-slider-arrow svg {
  fill: var(--orange);
}

/* DEFAULT (largest screens) */
.container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  /* ≥2160px */
  --content-width: 1920px;
}

.copy-code-content {
  position: relative;
  border: 0px;
  padding: 10px;
  background: #f9f9f9;
  font-family: monospace;
  padding-left: 20px;
  margin: 25px 0px;
  display: flex;
  flex-direction: column;
}

.copy-code-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: var(--orange);
}


.post-main .post-content .faq:has(+ .sec-esb-expert-insights) .sec_divider::after {
  opacity: 0;
}


/* OTHER STYLE */
.slick-arrow svg,
.esb-blog-read a .icon {
  filter: invert(3%) sepia(38%) saturate(6743%) hue-rotate(215deg) brightness(47%) contrast(103%);
  fill: none;
}

.slick-arrow:hover {
  /* background: var(--inkNavy); */
  background: #0d2a4d;
}

.slick-arrow:hover svg {
  filter: brightness(0) invert(1);
}

section.center-mode .section-title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

section.center-mode .section-title h2::before,
section.center-mode .section-title .h2::before {
  margin: 0 auto;
  right: 0;
  opacity: 0;
}

section.center-mode:has(.slider-arrows-count) {
  position: relative;
}

section.center-mode .section-title-button .slider-arrows-count {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
}

section.center-mode .section-title h2,
section.center-mode .section-title .h2 {
  padding: 0;
}

section.center-mode+.cta_sec .sec_divider::after {
  opacity: 0;
}

.staff_aug_banner_wrapper .clutch-rating-company li img {
  max-width: 25px;
  aspect-ratio: 1;
  height: auto;
  margin: auto;
}

@media (min-width: 1921px) {

  .staff-aug-body .section-title h2,
  .staff-aug-body .section-title .h2 {
    font-size: 36px;
  }

  .staff-aug-body .section-title .desc,
  .staff-aug-body .expertise-section .img-col .content h6 {
    font-size: 22px;
  }

  .staff-aug-body .desc,
  .staff-aug-body .team-statistics-chip-item span,
  .staff-aug-body .expertise-scalable-slide .desc,
  .staff-aug-body .work_replace_sec .tab-content-card .right-part {
    font-size: 20px;
  }

  .staff-aug-body .custom_ul li,
  .staff-aug-body .expertise-section .bigCard .content .right .list .text p {
    font-size: 18px;
  }

  .staff-aug-body .expertise-section .img-col .content .h4 {
    font-size: 16px
  }

  .sd-new .section-title {
    max-width: 1130px;
  }

  .sd-new .sec_divider::after {
    bottom: -124px;
  }
}

@media screen and (min-width: 767px) {
  .staff_aug_banner_wrapper .clutch-rating-company li img {
    max-width: 35px;
    aspect-ratio: 1;
  }
}

/* OTHER STYLE */

@media screen and (min-width: 2160px) {
  .btn a {
    font-size: 1.1rem;
  }

  .section-title {
    max-width: 1240px;
  }

  /* .section-title h2,
  .section-title .h2 {
    font-size: 32px;
  } */

  /* .section-title .desc {
    font-size: 20px;
    margin-top: 30px;
  } */

  /* h1,
  .h1 {
    font-size: 3.3rem;
    font-weight: 700;
  }

  h2,
  .h2 {
    font-size: 2.3rem;
    font-weight: 700;
  }

  h3,
  .h3 {
    font-size: 1.75rem;
    font-weight: 700;
  }

  h4,
  .h4 {
    font-size: 1.425rem;
    font-weight: 700;
  }

  h5,
  .h5 {
    font-size: 1.3rem;
    font-weight: 700;
  }

  h6,
  .h6 {
    font-size: 1.275rem;
    font-weight: 500;
  } */

  .custom_ul li {
    padding-left: 30px;
    background-position: left 4px;
    background-size: 20px;
    /* font-size: 18px; */
  }

  /* .blog-wraper-main {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  } */

  .service_sec_with_sidebar .section-title h2,
  .service_sec_with_sidebar .section-title .h2 {
    font-size: 2rem;
  }

  .fledged-services-content .inner ul li {
    padding-left: 30px;
    background-position: left 5px;
    background-size: 20px;
  }

  .service_sec_with_sidebar section .desc ul {
    font-size: 18px;
  }
}

/*  */
@media (max-width: 1920px) {
  .fledged-services-tab-wrap {
    grid-template-columns: 0.55fr 1fr;
  }

  .fledged-services-item {
    padding: 20px;
    font-size: 1.125rem;
  }

  .fledged-services-item.active {
    padding-left: 58px;
  }

  .fledged-services-content .desc {
    font-size: 18px !important;
  }

  .s_box_icon {
    width: 45px;
    height: 45px;
  }
}


/* >= 992px */
@media screen and (min-width: 992px) {
  .custom-scrollable-tab-wrapper {
    width: 540px;
    position: relative;
  }

  .custom-scrollable-tab-wrapper::before {
    content: "";
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--border);
    background-color: var(--white);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 82px);
    height: 100%;
  }

  .scrollable-tab-left {
    padding-right: 80px;
    height: 396px;
    overflow: auto;
    border-radius: 14px;
  }
}

@media screen and (min-width: 1280px) {
  section.center-mode:has(.slider-arrows-count) {
    padding-bottom: 170px;
  }

  .sd-new section:has(+ .cta_sec) {
    padding-bottom: 70px;
  }

  .sd-new section+.cta_sec {
    padding-top: 0;
  }
}

/* ≤ 1920px */
@media (max-width: 2160px) {

  .service_sec_with_sidebar .container {
    max-width: 1630px;
  }

  body:has(.service_sec_with_sidebar) .service-banner .container,
  body:has(.service_sec_with_sidebar) header .container {
    max-width: 1630px;
  }

  .container {
    max-width: 1630px;
    --content-width: 1630px;
    /* max-width: 1480px; */
    /* --content-width: 1480px; */
    padding: 0 1.25rem;
  }

  h1,
  .h1 {
    font-size: 2.625rem;
  }

  .desc {
    line-height: 1.6;
    font-size: 18px;
  }


  section {
    padding: 100px 0;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-title .desc {
    font-size: 20px;
  }

  .section-title-button {
    margin-bottom: 40px;
  }

  .clutch-rating-company-text {
    font-size: 18px;
  }

  .fledged-services-content .list-title,
  .service_method_sec .feature-tab-title {
    font-size: 18px;
  }

  /* service_sec_with_sidebar css added */


  .service_sec_with_sidebar {
    --sidebar-width: 390px;
    /* --sidebar-width: 370px; */
  }

  .service_sec_with_sidebar section {
    padding: 100px 0;
  }

  .service_sec_with_sidebar section .desc ul {
    font-size: 18px;
  }

  .sec_divider::after {
    bottom: -104px;
  }

  .service_content .sub_container {
    max-width: calc(100% - var(--sidebar-width) - 20px);
  }

  .consult_div .h3 {
    font-size: 22px;
  }

  .consult_div .desc {
    font-size: 16px;
    line-height: 1.75;
  }

  .consult_div ul li {
    font-size: 16px;
  }

  .consult_div .sidebar-cluth-wrap {
    min-height: 80px;
  }

  .service_sidebar .nav-link {
    font-size: 16px;
    padding: 10px 24px;
  }

  .service_sidebar .accordian_content {
    height: 136px;
  }

  .service_sidebar .accordian_title .navigate {
    padding: 0.875rem 1rem;
  }

  .consult_div {
    gap: 14px;
    padding: 1rem;
  }

  div+.consult_div {
    margin-top: 20px;
  }

  .service_sidebar .sticky_sidebar {
    top: 102px;
  }

  .consult_div .sidebar-cluth-wrap .clutch-rating-external {
    transform: unset;
  }

  .portfolio-card .right-part .tech-stack .tech-wrapper .tech-label {
    font-size: 14px;
    padding: 6px 9px;
  }

  /* BLOG LIST TLRD */


  .tldr-item .inner .icon {
    width: 60px;
    height: 60px;
  }

  .tldr-item .inner .icon img {
    max-width: 30px;
  }

  .tldr-item .inner .content .h3,
  .tldr-item .inner .content h3 {
    font-size: 20px;
  }

  .post-content .blog-case-study-key-delivery ul>li {
    font-size: 16px;
  }

  .post-content .blog-case-study-part-row {
    display: flex;
    gap: 30px;
  }

  /* PORTFOLIO CARD */
  .case_study_sec .card_group {
    gap: 100px
  }

  .case_study_sec .card .left_part {
    gap: 24px;
  }

  .case_study_sec .card .card_header {
    gap: 24px;
    padding-bottom: 24px;
  }

  .case_study_sec .card .badge_group .badge {
    padding: 8px 13px;
    font-size: 16px;
  }

  .case_study_sec .card .feature_list h3,
  .case_study_sec .card .feature_list .h3 {
    font-size: 18px;
  }

  .case_study_sec .card .feature_list .sub_title {
    font-size: 14px;
  }

  .case_study_sec .card .right_part img {
    max-height: 510px;
  }
}

/* ≤ 1560px */
@media (max-width: 1560px) {
  .container {
    max-width: 1280px;
    padding: 0 1.25rem;
    --content-width: 1280px;
  }

  .section-title .desc {
    font-size: 18px;
  }

  .service_sec_with_sidebar .section-title {
    max-width: calc(100% - 130px);
  }

  .service_sec_with_sidebar .consult_div_wrapper {
    top: 110px;
  }

  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 1.25;
  }

  .btn a {
    padding: 0.7rem 1rem;
    font-size: 0.875rem;
  }

  .scrollable-tab-left {
    padding-right: 30px;
  }

  .custom-scrollable-tab-wrapper::before {
    width: calc(100% - 34px);
  }

  .clutch-rating-company-text {
    font-size: 14px;
  }

  .clutch-rating-company {
    gap: 12px;
  }

  .clutch-rating-external {
    transform-origin: left center;
    transform: scale(0.7);
    width: 215px;
  }

  .clutch-rating-company li {
    width: 32px;
    height: 32px;
  }

  body:has(.service_sec_with_sidebar) .service-banner .container,
  body:has(.service_sec_with_sidebar) header .container,
  .service_sec_with_sidebar section .container,
  .service_sidebar .container {
    max-width: 93%;
    /* max-width: 100%; */
  }

  .service_content .sub_container {
    max-width: calc(100% - var(--sidebar-width) - 20px);
  }

  .service_sidebar .accordian_title .navigate .h3 {
    font-size: 20px;
  }

  .service_sidebar .accordian_title .navigate {
    padding: 15px 20px;
  }

  .fledged-services-tab-wrap {
    grid-template-columns: 0.75fr 1fr;
  }

  .section-title {
    max-width: 992px;
  }

  .fledged-services-item {
    padding: 14px 20px;
  }

  /*  */

  .tldr-item .inner {
    flex-direction: row;
  }

  .case_study_sec .card .project_name {
    width: 100%;
  }
}

/* ≤ 1440px */
@media (max-width: 1560px) {
  .esb-super-title:not(:has(a)) {
    /* padding: 8px 20px */
  }

  .esb-super-title__arrow {
    margin-left: 10px
  }

  .esb-super-title__logo {
    width: 20px;
    height: 20px
  }

  .fledged-services-item .text {
    font-size: 16px;
  }

  .case_study_sec .card .left_part {
    gap: 20px;
  }

  .case_study_sec .card .card_header {
    gap: 20px;
    padding-bottom: 20px;
  }

  .case_study_sec .card .feature_list:nth-child(even) {
    padding-left: 26px;
  }


}

/* ≤ 1366px */
@media (max-width: 1366px) {
  .case_study_sec .card .right_part {
    max-width: 440px;
    margin-left: auto;
  }

  .case_study_sec .card .grid {
    grid-template-columns: 1fr 450px;
  }

  .case_study_sec .card .sub_grid {
    max-width: 100%;
  }

  .case_study_sec .card .left_part {
    padding-right: 0;
  }

  .case_study_sec .card .left_part {
    padding-right: 12px;
    gap: 22px;
  }

  .case_study_sec .card .card_header {
    gap: 22px;
    padding-bottom: 22px;
    padding-right: 32px;
  }

  .case_study_sec .card .project_name {
    font-size: 30px;
  }

  .case_study_sec .card_group {
    gap: 40px;
  }
}

/* ≤ 1280px */
@media (max-width: 1280px) {
  .service_sec_with_sidebar .service_sidebar {
    display: none;
  }

  section {
    padding: 70px 0;
  }

  .section-title .desc {
    font-size: 16px;
  }

  .desc {
    font-size: 16px;
  }

  .container {
    max-width: 100%;
    padding: 0 4rem;
    --content-width: 100%;
  }

  .section-title h2,
  .section-title .h2 {
    font-size: 2rem;
  }

  .fledged-services-content .list-title,
  .service_method_sec .feature-tab-title {
    font-size: 16px;
  }



  .portfolio-card .left-part img {
    max-width: 350px;
  }

  .perk-joining-card {
    padding: 35px 30px;
  }

  .custom-scrollable-tab-wrapper {
    width: 350px;
  }

  .scrollable-tab-left li {
    font-size: 18px;
    padding: 15px 20px;
  }

  .scrollable-tab-left {
    height: 341px;
  }

  .general-cta .content h3,
  .general-cta .content .h3 {
    font-size: 30px;
  }

  .general-cta .inner {
    max-width: 100%;
  }

  .general-cta .content {
    gap: 0 20px;
  }

  .general-cta .left-block {
    padding: 40px 30px;
  }

  .service_sec_with_sidebar .service_inner_grid {
    display: flex;
    flex-direction: column;
  }

  .service_sec_with_sidebar section {
    padding: 70px 0;
  }

  .service_sec_with_sidebar section .desc ul {
    font-size: 16px;
  }

  .service_sec_with_sidebar .service_content {
    order: 2;
  }

  .service_sec_with_sidebar .service_sidebar {
    position: sticky;
    top: 100px;
    order: 1;
    z-index: 4;
  }

  .service_sec_with_sidebar section:first-child {
    padding-top: 40px;
  }

  .service_sidebar .consult_div {
    display: none;
  }

  .service_sidebar .sticky_sidebar,
  .service_content .sub_container {
    max-width: 100%;
  }

  .service_sec_with_sidebar section {
    padding: 70px 0;
  }

  .sec_divider::after {
    bottom: -74px;
  }

  .service_sec_with_sidebar .section-title h2,
  .service_sec_with_sidebar .section-title .h2 {
    font-size: 1.8rem;
  }

  .esb-super-title:not(:has(a)) {
    /* min-height: 44px; */
  }

  .service_sec_with_sidebar section .desc ul li {
    background-position: left 3px;
  }
}

/* ≤ 1279px */
@media (max-width: 1279px) {
  .service_sec_with_sidebar .service_sidebar {
    display: none;
  }

  .service_sec_with_sidebar {
    padding-top: 0;
  }

  h2,
  .h2 {
    font-size: 1.5rem;
  }

  h3,
  .h3 {
    font-size: 1.25rem;
  }

  ul.slick-dots {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 7px;
    margin-top: 20px;
  }

  ul.slick-dots button {
    all: unset;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    font-size: 0;
    background-color: var(--border);
    border-radius: 100px;
    display: block;
  }

  ul.slick-dots li.slick-active button {
    background-color: var(--orange);
    width: 25px;
  }

  .slider-arrows-count {
    margin-top: 0px;
    display: none;
  }

  body:has(.service_sec_with_sidebar) .service-banner .container,
  body:has(.service_sec_with_sidebar) header .container,
  .service_sec_with_sidebar section .container,
  .service_sidebar .container {
    max-width: 100%;
    /* max-width: 100%; */
  }

  .case_study_sec .card .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .case_study_sec .card .right_part {
    display: none;
  }

}

/* ≤ 1024px */
@media (max-width: 1024px) {

  h1,
  .h1 {
    font-size: 2rem;
  }

  h2,
  .h2 {
    font-size: 1.8rem;
  }

  h3,
  .h3 {
    font-size: 1.425rem;
  }

  h4,
  .h4 {
    font-size: 1.3rem;
    font-weight: 700;
  }

  h5,
  .h5 {
    font-size: 1.275rem;
    font-weight: 500;
  }

  .service_sec_with_sidebar .section-title {
    max-width: 100%;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-title h2,
  .section-title .h2 {
    font-size: 1.8rem;
    line-height: 1.25;
  }

  .portfolio-card {
    grid-template-columns: repeat(1, 1fr);
  }

  .portfolio-card .left-part {
    min-height: 350px;
    border-right: 0;
  }

  .general-cta .content h3,
  .general-cta .content .h3 {
    font-size: 28px;
  }

  .section-title-button {
    margin-bottom: 30px;
  }

  .blog-wraper-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .service_sec_with_sidebar .section-title h2,
  .service_sec_with_sidebar .section-title .h2 {
    font-size: 1.75rem;
  }

  .case_study_sec .card_group {
    gap: 70px
  }

  .case_study_sec .card .project_name {
    font-size: 36px;
  }

  .case_study_sec .card .badge_group .badge {
    font-size: 14px;
    padding: 10px;
  }

  .tldr-wrapper {
    display: flex;
    flex-direction: column;
  }
}

/* ≤ 991px */
@media (max-width: 991px) {
  .header-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
  }

  .header-cta a {
    width: 100%;
    text-align: center;
    border-radius: 0;
    align-items: center;
    justify-content: center;
  }

  .page-wrap {
    padding-bottom: 40px;
  }

  .container {
    padding: 0 3rem;
  }

  /* TAB TO DROP_DOWN STYLE V1 */
  .selected-label {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: var(--sectionBG);
    border: 1px solid var(--orange);
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    color: var(--orange);
    position: relative;
  }

  .selected-label::after {
    content: "";
    min-width: 10px;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
    transform: rotate(45deg);
    margin-top: -5px;
    transition: transform 0.3s;
  }

  .selected-label+ul {
    display: none !important;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    width: 100%;
    left: 0;
    max-height: 300px;
    overflow-y: auto;
  }

  .selected-label+ul.active {
    display: flex !important;
    flex-direction: column;
  }

  .selected-label+ul li {
    padding: 15px 20px;
    border-bottom: 1px solid var(--border);
    font-size: 18px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
  }

  .selected-label+ul li:last-child {
    border-bottom: none;
  }

  .selected-label+ul li:first-child {
    border-radius: 8px 8px 0 0;
  }

  .selected-label+ul li:last-child {
    border-radius: 0 0 8px 8px;
  }

  .selected-label+ul li.active {
    background-color: var(--orange);
    color: var(--white);
  }

  .selected-label+ul li.active .icon img,
  .selected-label+ul li.active .icon svg {
    filter: brightness(0) invert(1);
  }

  .selected-label+ul li .icon {
    display: flex;
  }

  /* TAB TO DROP_DOWN STYLE V1 END */

  section {
    padding: 50px 0;
  }

  .clutch-rating-wrap {
    flex-wrap: wrap;
  }

  .clutch-rating-company::before {
    display: none;
  }

  .certificate-card {
    padding: 30px 30px 50px 30px;
  }

  .certificate-card .img-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .certificate-card .desc,
  .certificate-card .desc p {
    max-width: 98%;
  }

  .custom-scrollable-tab-wrapper {
    width: 100%;
    position: relative;
  }

  .custom-scrollable-tab-wrapper::before {
    display: none;
  }

  .scrollable-tab-left {
    height: auto;
    overflow: visible;
    padding-right: 0;
  }

  .scrollable-tab-left ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 10;
    overflow: hidden;
  }

  .scrollable-tab-left ul.active {
    display: flex;
  }

  .scrollable-tab-left li {
    padding: 15px 20px;
    font-size: 18px;
    width: 100%;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
  }

  .scrollable-tab-left li:last-child {
    border-bottom: none;
  }

  .general-cta .content h3,
  .general-cta .content .h3,
  .general-cta .content .desc,
  .general-cta .content .btn {
    grid-area: unset;
    margin-bottom: 0;
  }

  .general-cta .content {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .general-cta {
    margin-top: 50px;
  }

  .rank-card {
    padding: 25px 20px 30px 20px;
  }

  .service_sec_with_sidebar section {
    padding: 50px 0;
  }

  .sec_divider::after {
    bottom: -52px;
    height: 4px;
  }

  .fledged-services-tab-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .fledged-services-tab-list {
    padding-right: 0px;
    max-height: unset;
    overflow: unset;
  }

  .fledged-services-content-list {
    padding-left: 0px;
  }

  .fledged-services-item.active {
    padding-left: 15px;
  }

  .fledged-services-item .text,
  .selected-label+ul li .text {
    font-size: 16px;
  }

  .fledged-services-item.active .text {
    color: var(--white);
    opacity: 1;
  }

  .fledged-services-content {
    padding: 20px !important;
  }

  .fledged-services-content .desc {
    font-size: 18px;
  }

  .fledged-services-content .desc ul {
    font-size: 16px;
  }

  .fledged-services-item {
    font-size: 1rem;
  }

  .fledged-services .fledged-services-item.active {
    padding-left: 20px;
  }


  .case_study_sec .card_group {
    gap: 50px
  }

  .case_study_sec .card {
    padding: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .case_study_sec .card .left_part {
    padding-right: 20px;
  }

  .case_study_sec .card .card_header {
    padding-right: 20px;
  }

  .case_study_sec .card .feature_list:nth-child(odd) {
    padding-right: 30px;
  }
}

/* ≤ 767px */
@media (max-width: 767px) {

  h1,
  .h1 {
    font-size: 1.9rem;
  }

  h2,
  .h2 {
    font-size: 1.7rem;
  }

  h3,
  .h3 {
    font-size: 1.3rem;
  }

  h4,
  .h4 {
    font-size: 1.2rem;
    font-weight: 700;
  }

  h5,
  .h5 {
    font-size: 1.1rem;
    font-weight: 500;
  }

  h6,
  .h6 {
    font-size: 1rem;
    font-weight: 500;
  }

  .btn a {
    padding: 0.8rem;
  }

  .selected-label+ul li {
    font-size: 1rem;
  }

  .section-title h2,
  .section-title .h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .banner-certificate-wrapper {
    height: 90px;
  }

  .banner-certificate-item .content-part .title {
    font-size: 21px;
    margin-bottom: 2px;
  }

  .banner-certificate-item .content-part .desc {
    font-size: 16px;
  }

  .banner-certificate-item .img-part {
    height: 75px;
  }

  .portfolio-card .right-part .tech-stack .tech-wrapper .tech-label {
    padding: 6px 12px;
  }

  .portfolio-card .right-part {
    gap: 20px;
  }

  .portfolio-card .right-part {
    background: linear-gradient(180deg, #ffffff 0%, #edf0f3 100%);
    padding: 32px 20px;
  }

  .general-cta .content h3,
  .general-cta .content .h3 {
    font-size: 26px;
  }

  .general-cta .left-block {
    padding: 30px 20px;
  }

  .general-cta .inner {
    border-radius: 1.5rem;
  }

  .blog-wraper-main {
    grid-template-columns: repeat(1, 1fr);
  }

  .service_sec_with_sidebar .section-title h2,
  .service_sec_with_sidebar .section-title .h2 {
    font-size: 1.5rem;
  }

  .esb-super-title:not(:has(a)) {
    font-size: 14px;
    /* min-height: 40px; */
    /* padding: 8px 16px */
  }

  .esb-super-title__logo {
    width: 16px;
    height: 16px
  }

  .esb-super-title__arrow {
    width: 20px;
    height: 20px
  }

  .esb-super-title__arrow svg,
  .esb-super-title__logo svg {
    width: 100%;
    height: 100%
  }

  .fledged-services-content .inner {
    max-width: 100%;
  }

  .fledged-services-content .icon-title {
    margin-bottom: 16px;
  }

  .fledged-services-content .desc {
    font-size: 16px !important;
  }

  .fledged-services-content .desc ul {
    margin-bottom: 16px;
  }

  .service_sec_with_sidebar section .desc ul li {
    background-position: left 2px;
  }

  .s_box_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .s_box_icon::before {
    left: -20px;
  }

  .perk-joining-card {
    padding: 35px 20px;
  }

  .case_study_sec .card .sub_grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .case_study_sec .card .feature_list:last-child {
    grid-column: span 1;
  }

  .case_study_sec .card .feature_list:nth-child(odd) {
    padding-right: 16px;
    border-right: 0px;
  }

  .case_study_sec .card .feature_list:nth-child(even) {
    /* padding-left: 16px; */
  }

  .case_study_sec .card .feature_list:nth-child(4)::before,
  .case_study_sec .card .feature_list:last-child::before {
    width: 100%;
  }

  .case_study_sec .card .feature_list h3,
  .case_study_sec .card .feature_list .h3 {
    font-size: 18px;
  }

  .case_study_sec .card .badge_group .badge {
    padding: 6px 10px;
  }

  .case_study_sec .card .left_part {
    gap: 16px;
  }

  .case_study_sec .card .card_header {
    gap: 16px;
    padding-bottom: 16px;
  }

  .case_study_sec .card .project_name {
    font-size: 32px;
  }

  .case_study_sec .card .small_title {
    font-size: 18px;
  }
}

/* ≤ 575px */
@media (max-width: 575px) {
  .container {
    padding: 0 1.5rem;
  }

  .portfolio-card .left-part {
    min-height: 250px;
  }

  .portfolio-card .left-part img {
    max-width: 280px;
  }

  .clutch-rating-wrap {
    justify-content: center;
    gap: 20px !important;
  }

  .clutch-rating-external {
    transform: unset;
  }

  .clutch-rating-company {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .clutch-rating-company li {
    width: 56px;
    height: 56px;
  }

  .clutch-rating-company-text {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }

  .tldr-wrapper {
    display: flex;
  }

  .tldr-item .inner {
    flex-direction: column;
  }

  .post-content .blog-case-study-wrap {
    padding: 10px;
  }

  .blog-case-study-part-outcome {
    padding: 12px;
  }

  .blog-case-study-header .h2,
  .blog-case-study-header h2 {
    font-size: 22px;
  }

  .case_study_sec .card .feature_list:nth-child(even) {
    padding-left: 0px;
  }

  .case_study_sec .card .sub_grid {
    gap: 10px;
  }

  .case_study_sec .card .project_name {
    font-size: 20px;
  }

  .case_study_sec .card .project_desc {
    font-size: 16px;
  }

  .case_study_sec .card_group {
    gap: 10px;
  }
}

/* ≤ 474px (smallest) */
@media (max-width: 474px) {
  .container {
    padding: 0 1.25rem;
  }
}


/* JULY 07-2026 START */
.home_hero_banner .h1,
.service_sec .card .content .title,
.engagement_sec .tab_wrapper .tab-content .info .title,
.services-tab-content .inner h3,
.services-tab-content .inner .h3,
.footer_new_cta_sec .cta_wrapper .h1,
.service-banner .banner-title h1.chip_h1+.h1,
.new_portfolio_slide .title .h3,
.new_portfolio_slide .title h3,
.service-process-title,
.about-solution-card-item .about-solution-card-title {
  font-family: var(--familySeconday);
}

.faq-title .text {
  font-family: var(--familyPrimary);
}

body.page-id-46689::-webkit-scrollbar {
  width: 8px;
}

body.page-id-46689::-webkit-scrollbar-track {
  background: #2c2c2c;
}

body.page-id-46689::-webkit-scrollbar-thumb {
  background: #0C7EE8;
  border-radius: 100px
}


/* JULY 07-2026 END */