@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

:root {
  --heading-font: "Sora", sans-serif;
  --body-font: "Manrope", sans-serif;
  --tertiary-font: "IBM Plex Mono", monospace;

  /* primary */
  --color-primary200: #4cd6e5;
  --color-primary300: #43bfcc;
  --color-primaryBrand: #169baa;

  /*-primaryGray */
  --color-primaryGray25: #f7fbfc;
  --color-primaryGray50: #f0f4f4;
  --color-primaryGray100: #eaf3f4;
  --color-primaryGray200: #dfe9eb;

  /* primaryLight */
  --color-primaryLight25: #fafeff;
  --color-primaryLight50: #f5feff;
  --color-primaryLight100: #effcfe;
  --color-primaryLight200: #e0fbfe;

  /* secondary */
  --color-secondaryBrand: #0b636d;

  /* gray */
  --color-gray100: #dadada;
  --color-gray200: #9a9a9a;
  --color-gray300: #6a6a6a;

  /* white */
  --color-white50: #ffffff;
  --color-white100: #fafafa;
  --color-white200: #f5f5f5;

  /* black/ dark */
  --color-blackBrand: #2d2d2d;
  --color-black100: #3a3a3a;
  --color-black200: #4a4a4a;

  --secondary-color: #2d2d2d;
  --text-color: #2d2d2d;
  --text-secondary-color: #4a4a4a;
  --background-color: #f5f5f5;
  --hover-color: #1fc0d4;
}

html {
  font-size: 15px;
}

.container-large {
  max-width: 1920px;
  margin: auto !important;
}

@media only screen and (min-width: 1560px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: var(--body-font);
  color: var(--text-color);
  font-size: 1rem;
  font-weight: 500;
}

a {
  text-decoration: none;
}

a,
button,
input,
optgroup,
select,
textarea,
img,
svg,
svg path {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

ul,
ol {
  padding-left: 0;
  margin-bottom: 0px;
}

ul[role="list"],
ol[role="list"],
li {
  list-style: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  font-weight: 400 !important;
}

textarea {
  resize: none !important;
}

.section-container {
  padding: 0 clamp(15px, 2vw, 2.5rem);
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.filter-img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(99%) saturate(352%)
    hue-rotate(138deg) brightness(94%) contrast(100%);
  -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(99%)
    saturate(352%) hue-rotate(138deg) brightness(94%) contrast(100%);
}

/* font-size */
.pageTitle {
  font-size: clamp(
    46px,
    calc(46px + (22 * ((100vw - 420px) / (1920 - 420)))),
    68px
  );
  line-height: clamp(
    52px,
    calc(52px + (26 * ((100vw - 420px) / (1920 - 420)))),
    78px
  );
}

.text48 {
  font-size: clamp(
    32px,
    calc(32px + (16 * ((100vw - 1200px) / (1920 - 1200)))),
    48px
  );
  line-height: clamp(
    46px,
    calc(46px + (12 * ((100vw - 1200px) / (1920 - 1200)))),
    58px
  );
  letter-spacing: -0.4px;
}

.text42 {
  font-size: clamp(
    30px,
    calc(30px + (12 * ((100vw - 468px) / (1920 - 468)))),
    42px
  );
  line-height: clamp(
    42px,
    calc(42px + (10 * ((100vw - 468px) / (1920 - 468)))),
    52px
  );
}

.text38 {
  font-size: clamp(
    28px,
    calc(28px + (10 * ((100vw - 468px) / (1920 - 468)))),
    38px
  );
  line-height: clamp(
    38px,
    calc(38px + (10 * ((100vw - 468px) / (1920 - 468)))),
    48px
  );
}

.text32 {
  font-size: clamp(
    26px,
    calc(26px + (6 * ((100vw - 468px) / (1920 - 468)))),
    32px
  );
  line-height: clamp(
    32px,
    calc(32px + (6 * ((100vw - 468px) / (1920 - 468)))),
    42px
  );
}

.text28 {
  font-size: clamp(
    24.5px,
    calc(24.5px + (2 * ((100vw - 1200px) / (1920 - 1200)))),
    28px
  );
  line-height: clamp(
    34px,
    calc(34px + (4 * ((100vw - 1200px) / (1920 - 1200)))),
    38px
  );
}

.text24 {
  font-size: clamp(
    22px,
    calc(22px + (2 * ((100vw - 1200px) / (1920 - 1200)))),
    24px
  );
  line-height: clamp(
    32px,
    calc(32px + (2 * ((100vw - 1200px) / (1920 - 1200)))),
    34px
  );
}

.text20 {
  font-size: clamp(
    18px,
    calc(18px + (2 * ((100vw - 1200px) / (1920 - 1200)))),
    20px
  );
  line-height: clamp(
    28px,
    calc(28px + (4 * ((100vw - 1200px) / (1920 - 1200)))),
    32px
  );
}

.text18 {
  font-size: clamp(
    16px,
    calc(16px + (2 * ((100vw - 1200px) / (1920 - 1200)))),
    18px
  );
  line-height: clamp(
    24px,
    calc(24px + (4 * ((100vw - 1200px) / (1920 - 1200)))),
    28px
  );
}

.text17 {
  font-size: clamp(
    15px,
    calc(15px + (2 * ((100vw - 1200px) / (1920 - 1200)))),
    17px
  );
  line-height: clamp(
    20px,
    calc(20px + (4 * ((100vw - 1200px) / (1920 - 1200)))),
    24px
  );
}

.text16 {
  font-size: clamp(
    14.5px,
    calc(14.5px + (2.5 * ((100vw - 1200px) / (1920 - 1200)))),
    16px
  );
  line-height: clamp(
    20px,
    calc(20px + (4 * ((100vw - 1200px) / (1920 - 1200)))),
    24px
  );
}

.text15 {
  font-size: clamp(
    13.5px,
    calc(13.5px + (2.5 * ((100vw - 1200px) / (1920 - 1200)))),
    15px
  );
  line-height: clamp(
    20px,
    calc(20px + (4 * ((100vw - 1200px) / (1920 - 1200)))),
    24px
  );
}

.text14 {
  font-size: clamp(
    12px,
    calc(12px + (2 * ((100vw - 1200px) / (1920 - 1200)))),
    14px
  );
  line-height: clamp(
    16px,
    calc(16px + (4 * ((100vw - 1200px) / (1920 - 1200)))),
    20px
  );
}

.text12 {
  font-size: 12px;
  line-height: 16px;
}

/* buttons */
.btnCommon {
  font-family: var(--body-font);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  letter-spacing: 0;
  font-size: clamp(
    14.5px,
    calc(14.5px + (2.5 * ((100vw - 1200px) / (1920 - 1200)))),
    16px
  );
  line-height: clamp(
    20px,
    calc(20px + (4 * ((100vw - 1200px) / (1920 - 1200)))),
    24px
  );
  padding: 12px 24px;
  border-radius: 9999px;
  letter-spacing: 0;
  border: 1px solid transparent;
}

/* button size */
.btnCommon--lg {
  padding: 15px 24px;
}

/* button with icon */
.btnCommon--withIcon {
  padding-right: 20px;
}

.btn-link-withIcon:hover img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(99%) saturate(352%)
    hue-rotate(138deg) brightness(94%) contrast(100%);
  -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(99%)
    saturate(352%) hue-rotate(138deg) brightness(94%) contrast(100%);
}

/* button color variant */

/* button outline primary-color */
.btnCommon--primary-outline {
  border: 1px solid var(--color-primaryBrand);
  background-color: var(--color-white50);
  color: var(--color-black200);
}

.btnCommon--primary-outline:hover {
  background-color: var(--color-primaryBrand);
  color: var(--color-white50);
}

.btnCommon--primary-outline:hover .icon {
  filter: invert(1) brightness(100);
  -webkit-filter: invert(1) brightness(100);
}

/* button filled primary-color */
.btnCommon--primary-filled {
  background-color: var(--color-primaryBrand);
  color: var(--color-white50);
}

.btnCommon--primary-filled:hover {
  opacity: 0.9;
}

/* button dark */
.btnCommon--dark {
  background-color: var(--color-blackBrand);
  color: var(--color-white50);
}

.btnCommon--dark:hover {
  background-color: var(--color-primaryBrand);
  border-color: var(--color-white100);
}

/* buttons end */

/* input variants */
.inputCommon {
  border-radius: 9999px;
  font-weight: 500;
  font-size: clamp(
    14.5px,
    calc(14.5px + (2.5 * ((100vw - 1200px) / (1920 - 1200)))),
    16px
  );
  line-height: clamp(
    20px,
    calc(20px + (4 * ((100vw - 1200px) / (1920 - 1200)))),
    24px
  );
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  outline: none !important;
  border: 1px solid transparent;
}

.inputCommon::placeholder {
  font-weight: 500;
  font-size: clamp(
    14.5px,
    calc(14.5px + (2.5 * ((100vw - 1200px) / (1920 - 1200)))),
    16px
  );
  line-height: clamp(
    20px,
    calc(20px + (4 * ((100vw - 1200px) / (1920 - 1200)))),
    24px
  );
  color: var(--color-gray300);
}

.inputCommon:focus::placeholder {
  color: var(--color-blackBrand);
}

/* variant */
.inputCommon--white {
  background-color: var(--color-primaryLight25);
  border: 1px solid var(--color-primaryLight25);
  color: var(--color-black200);
}

.inputCommon--outline {
  background-color: var(--color-white50);
  border: 1px solid var(--color-primaryGray200);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.inputCommon--white::placeholder {
  color: var(--color-gray300);
}

.inputCommon--outline:focus,
.inputCommon--white:focus {
  box-shadow: 0 0 0 0.25rem #ffffff46;
  border: 1px solid var(--color-primaryBrand);
}

.custom-accordion__content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.custom-accordion__item.active .custom-accordion__content {
  max-height: 800px;
  padding: 0;
}
.pillar-card {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.pillar-card.active {
  transform: translateY(0);
  opacity: 1;
}

.pillar-icon {
  transition: transform 0.3s ease;
}

.pillar-card:hover .pillar-icon {
  transform: rotate(15deg);
}

.pillar-card:hover {
  border-color: #169BAA;
}

.pillar-decorative {
  opacity: 0.1;
  transition: opacity 0.3s ease;
}

.pillar-card:hover .pillar-decorative {
  opacity: 0.2;
}

@keyframes floatAnimation {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

.float-element {
  animation: floatAnimation 5s ease-in-out infinite;
}

.float-element-delay {
  animation: floatAnimation 5s ease-in-out 2.5s infinite;
}

@keyframes pulseGrow {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.5; }
  100% { transform: scale(2); opacity: 0; }
}

.pulse-dot::before, .pulse-dot::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #169BAA;
  opacity: 0.6;
  z-index: -1;
}

.pulse-dot::before {
  animation: pulseGrow 2s infinite;
}

.pulse-dot::after {
  animation: pulseGrow 2s 1s infinite;
}

.text-underline-wavy {
  position: relative;
}

.text-underline-wavy::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='6' viewBox='0 0 100 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3C20 0.5 40 5.5 50 3C60 0.5 80 5.5 100 3' stroke='%230B636D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 100px 6px;
}
/* Custom animations */
@keyframes floatAnimation {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

@keyframes shimmerAnimation {
  0% { background-position: -100% 0; }
  100% { background-position: 100% 0; }
}

.float-element {
  animation: floatAnimation 5s ease-in-out infinite;
}

.float-element-delay {
  animation: floatAnimation 5s ease-in-out 2.5s infinite;
}

.shimmer-effect {
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
  background-size: 200% 100%;
  animation: shimmerAnimation 2s infinite;
}

.news-card {
  transition: transform 0.4s, box-shadow 0.4s;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(22, 155, 170, 0.15);
}

.badge {
  transition: all 0.3s ease;
}

.badge:hover:not(.active) {
  background-color: #E9F8FA;
  border-color: #169BAA;
  cursor: pointer;
}

.badge.active {
  background-color: #169BAA;
  border-color: #169BAA;
  color: white;
}

.featured-card-img {
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.featured-card:hover .featured-card-img {
  transform: scale(1.05);
}

.date-tag {
  opacity: 0.95;
  transition: opacity 0.3s;
}

.featured-card:hover .date-tag {
  opacity: 1;
}

/* Placeholder animation for "coming soon" posts */
@keyframes pulseAnimation {
  0% { opacity: 0.7; }
  50% { opacity: 0.9; }
  100% { opacity: 0.7; }
}

.pulse-animation {
  animation: pulseAnimation 2s infinite;
}
.service-tab-item.active-tab h3 {
  color: var(--color-primaryBrand) !important;
}

.service-tab-item.active-tab .service-tab-item__icon--service {
  filter: brightness(0) saturate(100%) invert(48%) sepia(42%) saturate(915%)
    hue-rotate(138deg) brightness(94%) contrast(83%);
}

.service-tab-item__header .service-tab-item__icon,
.custom-accordion__header .custom-accordion__icon {
  transition: transform 0.3s ease;
}

.custom-accordion__item.active .custom-accordion__icon {
  transform: rotate(180deg);
}

/* for service */
.custom-accordion__icon.custom-accordion__icon--service,
.service-tab-item__icon.service-tab-item__icon--service {
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-accordion__item.active .custom-accordion__icon--service,
.service-tab-item.active-tab .service-tab-item__icon--service {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.custom-accordion__item.active .custom-accordion__icon--service,
.service-tab-item.active-tab .service-tab-item__icon--service {
  background-image: url("../images/icons/icon-plus.svg");
}

.custom-accordion__item .custom-accordion__icon--service,
.service-tab-item .service-tab-item__icon--service {
  background-image: url("../images/icons/icon-minus.svg");
}

.service-image .slick-track {
  display: flex;
  gap: clamp(12px, 2vw, 24px);
}

.service-image .slick-slide > div {
  width: 100%;
}

.service-image__wrapper {
  height: clamp(300px, 32vw, 490px);
  display: inline-flex;
  /* padding-right: clamp(12px, 2vw, 24px); */
}

.service-image__wrapper img {
  height: 100%;
  width: 100%;
}

a:hover .filterSvg path {
  fill: var(--color-primaryBrand);
}

.service-image .slick-slide.slick-current.slick-active img {
  border: 1px solid var(--color-primaryBrand);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 4px;
}

/* for blog details */
.blog-details-para p {
  font-size: clamp(
    16px,
    calc(16px + (2 * ((100vw - 1200px) / (1920 - 1200)))),
    18px
  );
  line-height: clamp(
    24px,
    calc(24px + (4 * ((100vw - 1200px) / (1920 - 1200)))),
    28px
  );
  color: var(--color-black200);
  margin-bottom: 2rem;
}

.blog-details-para h3 {
  color: var(--color-black100);
  font-family: var(--heading-font);
  margin-bottom: 1.5rem;
  font-weight: 600 !important;
  font-size: clamp(
    18px,
    calc(18px + (2 * ((100vw - 1200px) / (1920 - 1200)))),
    20px
  );
  line-height: clamp(
    28px,
    calc(28px + (4 * ((100vw - 1200px) / (1920 - 1200)))),
    32px
  );
}
.blog-details-para h3 {
  color: var(--color-black100);
  font-family: var(--heading-font);
  margin-bottom: 1.5rem;
  font-weight: 600 !important;
  font-size: clamp(
    18px,
    calc(18px + (2 * ((100vw - 1200px) / (1920 - 1200)))),
    20px
  );
  line-height: clamp(
    28px,
    calc(28px + (4 * ((100vw - 1200px) / (1920 - 1200)))),
    32px
  );
}

.blog-details-para h2 {
  color: var(--color-black100);
  font-family: var(--heading-font);
  margin-bottom: 1.5rem;
  font-weight: 600 !important;
  font-size: clamp(
    24px,
    calc(24px + (2 * ((100vw - 1200px) / (1920 - 1200)))),
    28px
  );
  line-height: clamp(
    28px,
    calc(28px + (4 * ((100vw - 1200px) / (1920 - 1200)))),
    32px
  );
}

.blog-details-para li {
  margin-bottom: 1rem;
  font-size: clamp(
    14.5px,
    calc(14.5px + (2.5 * ((100vw - 1200px) / (1920 - 1200)))),
    16px
  );
  line-height: clamp(
    20px,
    calc(20px + (4 * ((100vw - 1200px) / (1920 - 1200)))),
    24px
  );
  color: var(--color-black200);
  padding-left: 22px;
  position: relative;
}

.blog-details-para ul {
  margin-bottom: 2rem;
}

.blog-details-para li::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: " ";
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--color-primaryBrand);
  border-radius: 9999px;
}

.blog-details-para div {
  background-color: var(--color-primaryGray25);
  padding: 2rem;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.blog-details-para img {
  aspect-ratio: 4/1.86;
  min-height: 24vh;
  margin-bottom: 2rem;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  object-fit: cover;
}

.blog-details-para blockquote {
  font-size: clamp(
    16px,
    calc(16px + (2 * ((100vw - 1200px) / (1920 - 1200)))),
    18px
  );
  line-height: clamp(
    24px,
    calc(24px + (4 * ((100vw - 1200px) / (1920 - 1200)))),
    28px
  );
  color: var(--color-blackBrand);
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
  position: relative;
  padding-left: 2rem;
}

.blog-details-para blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: var(--color-primaryBrand);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

/* checkbox start */
.form-group-checkbox label {
  position: relative;
}

.form-group-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--color-primaryGray200);
  padding: 9px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0.75rem;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: relative;
  top: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.form-group-checkbox input:checked + label:before {
  border: 1px solid var(--color-primaryBrand);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.form-group-checkbox input:checked + label {
  color: var(--color-primaryBrand);
}

.form-group-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid var(--color-primaryBrand);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

/* checkbox css end */
.iframe-box {
  filter: grayscale(100%) contrast(90%) brightness(110%);
}

.break-words {
  overflow-wrap: break-word;
}

.contact-section {
  display: grid;
  grid-template-columns: 25% 1fr;
  /* Adjust the spacing */
}

.circular-text-svg {
  fill: var(--color-secondaryBrand);
  font-size: clamp(
    18px,
    calc(18px + (2 * ((100vw - 1200px) / (1920 - 1200)))),
    20px
  );
  font-family: var(--body-font);
}

.service-spin:hover .circular-text-svg {
  animation-play-state: paused;
}

.step-count-vertical {
  font-size: 50px;
  font-weight: 600 !important;
  -webkit-background-clip: text;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke: 2px transparent;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(90deg, #0b636d 0%, #169baa 100%);
  /* transform: rotate(180deg);
  writing-mode: vertical-rl; */
}

.blog-card__img {
  -webkit-transform: scale(1.05) translateX(0);
  -ms-transform: scale(1.05) translateX(0);
  transform: scale(1.05) translateX(0);
  -webkit-transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.blog-card:hover .blog-card__img {
  -webkit-transform: scale(1.05) translateX(2%);
  -ms-transform: scale(1.05) translateX(2%);
  transform: scale(1.05) translateX(2%);
}

/* slider */
.slick-track {
  display: flex !important;
}

.team-mem__skills .slick-track {
  gap: 8px;
}

.slick-track .slick-slide {
  display: flex !important;
  height: auto;
  transition: all 0.4s ease-in-out;
}

.slick-slide .work-steps__eachstep {
  display: flex !important;
}

.work-steps .slick-slide > div {
  width: 100%;
}

.work-steps .slick-slide:last-of-type > div::after {
  content: none;
}

/* service-step slider arrow design */
.work-steps .slick-arrow {
  position: absolute;
  top: -100px;
  width: 3.125rem;
  height: 3.125rem;
  background-color: var(--color-white50);
  font-size: 0;
}

.work-steps .slick-arrow.slick-disabled::before {
  opacity: 0.4;
}

.work-steps .slick-arrow:hover::before {
  opacity: 0.8;
}

.work-steps .slick-prev {
  position: absolute;
  right: 4.625rem;
  border: 1px solid var(--color-primaryBrand);
  border-right: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background: transparent;
  overflow: hidden;
}

.work-steps .slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate(-50%, -50%);
  background: url(../images/icons/icon-arrow-left.svg) center / contain
    no-repeat;
  pointer-events: none;
}

.work-steps .slick-next {
  right: 1.5rem;
  position: absolute;
  border: 1px solid var(--color-primaryBrand);
  border-left: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background: var(--color-white50);
  overflow: hidden;
}

.work-steps .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate(-50%, -50%);
  background: url(../images/icons/icon-arrow-right.svg) center / contain
    no-repeat;
  pointer-events: none;
}

.work-steps-content .slick-track {
  gap: 1vw;
}

.work-steps-content .slick-slide > div {
  width: 100%;
}

.slick-current .work-steps-content__image-container {
  width: calc(100% - 5vw);
  margin: auto;
}

.slick-current .work-steps-content__info {
  opacity: 1;
}

.work-steps-content__info {
  opacity: 0;
}

.slick-current .work-steps-content__info-bg {
  opacity: 1;
}

.work-steps-content__info-bg {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .step-count-vertical {
    font-size: 4.2vw;
  }

  .work-steps .slick-current .step-count-vertical {
    color: var(--color-primaryBrand);
  }

  .work-steps .slick-slide > div {
    padding-right: 5vw;
    position: relative;
  }

  .work-steps .slick-slide > div::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 2.5vw;
    background-color: var(--color-primaryGray100);
  }

  .work-steps-content .slick-slide {
    width: 100%;
    max-width: 53.3vw;
  }
}

#offcanvasNavbar {
  position: fixed;
  top: 0;
  right: 0;
  transition: 0.3s all ease;
}

#offcanvasNavbar.inactive {
  top: 0;
  right: 0;
  transform: translateX(100%);
}

#offcanvasNavbar.active {
  transform: translateX(0);
}

.render-description hr {
  margin: 2rem 0;
  border-top: 1px solid var(--color-primaryGray200); /* border-t border-solid border-primaryGray-200 */
}
