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

h1,
.h1 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.25;
}

h2,
.h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
}

h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
}

h4,
.h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
}

h5,
.h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

h6,
.h6 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.35;
}

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

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;
}

.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;
}

/* @keyframes spin {
	0% {
		--angle: -00deg;
	}
	100% {
		--angle: 360deg;
	}
} */
/* @property --angle {
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false;
} */
/* background-image: linear-gradient(var(--angle), #FFA000 0%, #FF6000 100%); */
/* animation: spin 3s linear infinite; */
.btn.btn-1 a {
  /* background-color: var(--white); */
  border-color: var(--orange);
  color: var(--white);
}

.btn.btn-1 a:hover {
  background-color: var(--orange);
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

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

.btn.btn-2 a:hover {
  color: var(--white);
  background-color: var(--orange);
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

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

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

.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);
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.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);
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

/* 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 {
  line-height: 1.25;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
}

.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;
}



.section-title .desc {
  margin-top: 20px;
  font-size: 1.25rem;
}

.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);
}

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

/* SECTION TITLE */

/* PORTFOLIO WRAPPER LIST AND CARD */
.portfolio-wrapper {
  max-width: 1208px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.portfolio-card {
  display: grid;
  grid-template-columns: 43.5% 1fr;
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: all 0.2s;
  overflow: hidden;
  position: relative;
}

.portfolio-card:hover {
  box-shadow:
    0 10px 15px -3px #0000001a,
    0 4px 6px -4px #0000001a;
}

.portfolio-card .left-part {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--border);
  background-color: #fff6f0;
  overflow: hidden;
}

.portfolio-card .left-part img {
  width: 100%;
  max-width: 420px;
  transition: all 0.2s;
}

.service_sec_with_sidebar .portfolio-card:hover .left-part img {
  transform: scale(1);
}

.portfolio-card:hover .left-part img {
  transform: scale(1.1);
}

.portfolio-card .right-part {
  /* background: linear-gradient(180deg, #FFFFFF 0%, #EDF0F3 100%); */
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: #edf0f3;
}

.portfolio-card .right-part .logo img {
  max-width: 156px;
}

.portfolio-card .right-part .title h3 {
  font-weight: 700;
  line-height: 1.3;
  color: var(--bodyText);
  margin-bottom: 12px;
}


.portfolio-card .right-part .tech-stack .h4 {
  font-weight: 700;
  font-size: 18px;
  color: var(--bodyText);
  margin-bottom: 16px;
  display: block;
}

.portfolio-card .right-part .tech-stack .tech-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.portfolio-card .right-part .tech-stack .tech-wrapper .tech-label {
  border: 1px solid var(--border);
  background-color: var(--white);
  padding: 10px 16px;
  border-radius: 7px;
  font-weight: 400;
  font-size: 16px;
  color: var(--bodyText);
}

.portfolio-card .right-part .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.portfolio-wrapper .portfolio-card:nth-child(10n + 1) .left-part {
  background-color: #fff6f0;
}

.portfolio-wrapper .portfolio-card:nth-child(10n + 2) .left-part {
  background-color: #f5f0fc;
}

.portfolio-wrapper .portfolio-card:nth-child(10n + 3) .left-part {
  background-color: #f2f3f8;
}

.portfolio-wrapper .portfolio-card:nth-child(10n + 4) .left-part {
  background-color: #e9e9ff;
}

.portfolio-wrapper .portfolio-card:nth-child(10n + 5) .left-part {
  background-color: #f1f6fb;
}

.portfolio-wrapper .portfolio-card:nth-child(10n + 6) .left-part {
  background-color: #edf9f2;
}

.portfolio-wrapper .portfolio-card:nth-child(10n + 7) .left-part {
  background-color: #fffaee;
}

.portfolio-wrapper .portfolio-card:nth-child(10n + 8) .left-part {
  background-color: #e5ecee;
}

.portfolio-wrapper .portfolio-card:nth-child(10n + 9) .left-part {
  background-color: #f0fbff;
}

.portfolio-wrapper .portfolio-card:nth-child(10n + 10) .left-part {
  background-color: #f8f0ff;
}

/* PORTFOLIO WRAPPER LIST AND CARD */

/* CONSULT SIDEBAR STYLE */

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

.consult_div {
  position: relative;
  background: linear-gradient(152.75deg, #2e6f82 0%, #0a181c 100.52%);
  padding: 24px;
  border-radius: 12px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  pointer-events: all;
}

.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: 20px;
  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 {
  font-size: 20px;
  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 SIDEBAR STYLE END */

/* 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: 1fr 1fr 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 {
  box-shadow: 0px 2px 30px 0px #00000026;
}

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

.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% - 160px);
}

.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;
}

.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);
}

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

/* BLOG CARD LIST */

/* CERTIFICATE CARD */
.certificate-card {
  background: var(--lightGradientAlt);
  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;
}

.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);
}

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

.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://images.trustmat.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: 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_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: 12px 24px;
  color: #252425;
  text-decoration: none;
  transition: 0.3s;
  border-left: 3px solid transparent;
}

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

.service_sidebar .accordian_title {
  background: linear-gradient(180deg, #ffffff 0%, #edf0f3 100%);
}

.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: #dadada5c;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

/* 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-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-repeat: no-repeat;
  background-position: left 5px;
  background-size: 18px;
}

.perk-joining-card {
  padding: 30px;
  background: var(--lightGradientAlt);
  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 {
  /* width: 70px; */
  /* height: 70px; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* border-radius: 12px; */
  margin-bottom: 24px;
  /* transition: all 0.3s; */
  /* background-color: var(--lightOrange); */
}

.perk-joining-card .perk-joining-card-icon img {
  /* max-width: 32px; */
}

.perk-joining-card:hover .perk-joining-card-icon {
  /* background-color: var(--orange); */
}

.perk-joining-card:hover .perk-joining-card-icon img {
  /* filter: brightness(0) invert(1); */
}

.perk-joining-card .perk-joining-card-icon img {
  /* transition: all 0.3s; */
  /* width: 52px; */
  /* aspect-ratio: 1; */
  /* object-fit: contain; */
}

.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(--orange);
  color: var(--orange);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 26px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  transition: border-color .3s ease, color .3s ease
}

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

.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;
}

.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: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--lightOrange);
  border-radius: 12px;
  position: relative;
}

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

.s_box_icon img {
  max-width: 40px;
  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-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(--dark);
  opacity: 0.5;
  font-weight: 600;
  transition: all 0.3s;
  font-size: 1.25rem;
}

.fledged-services-item.active .text {
  color: var(--orange);
  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);
  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-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);
}


@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: 60px;
    height: 60px;
    border-radius: 10px;
  }

  .s_box_icon img {
    max-width: 32px;
  }
}


/* >= 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;
  }
}

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


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

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

  h2,
  .h2 {
    /* 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 .container {
    max-width: 1630px;
  }

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

  .service_sec_with_sidebar {
    --sidebar-width: 340px;
    /* --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;
  }
}

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

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

  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;
  }

  .service_sec_with_sidebar section .container,
  .service_sidebar .container {
    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;
  }
}

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

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

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

/* ≤ 1280px */
@media (max-width: 1280px) {
  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;
  }

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

  .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;
  }
}

/* ≤ 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: 1fr 1fr;
  }

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

/* ≤ 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: #fff6f0;
    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;
  }
}

/* ≤ 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.75rem;
  }

  .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: 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: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 10px;
  }

  .s_box_icon img {
    max-width: 28px;
  }

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

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

/* ≤ 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;
  }
}

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