/* Home Banner Style Start Here */
.banner-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.video-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.video-overlay {
  background: url('../images/banner-video-overlay.png') no-repeat !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2 !important;
}

.slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  /* disable interaction on inactive */
  z-index: 3;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.slide-content.active {
  opacity: 1;
  pointer-events: auto;
  /* enable interaction */
  transform: translateY(0);
}

.slide-content h1 {
  font-size: 3.75rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.slide-content p {
  font-size: 1.125rem;
  font-family: "Rubik", sans-serif;
  color: #fff !important;
  margin-bottom: 1.875rem;
}

.slide-content button {
  width: 25% !important;
}

/* Vertical progress bar */
.slide-progress {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  z-index: 3;
}

.progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: #e12416;
  border-radius: 2px;
  transition: height 0.5s ease;
}

/* Pie chart indicator */
.pie-indicator {
  position: absolute;
  right: 11.5rem;
  bottom: 2.3rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  /* background: conic-gradient(#FFF 90deg, rgba(255, 36, 22, 0.2) 0deg); */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e12416;
  font-weight: 500;
  font-size: 1.2rem;
  z-index: 3;
}

/* Navigation arrows */
.nav-arrows {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
  gap: 20px;
  z-index: 3;
}

.nav-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-arrow:hover {
  background: rgba(255, 255, 255, 0.4);
}

.liquid-glass {
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  /* Semi-transparent white background */
  backdrop-filter: blur(20px) saturate(180%);
  /* Blur and increase saturation for the glass effect */
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  /* Safari support */
  border-radius: 15px;
  /* Rounded corners */
  padding: 20px;
  color: white;
  /* Text color */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
  overflow: hidden;
  /* Prevents any overflow */
  font-family: "Helvetica Neue", sans-serif;
  /* Apple-like font */
  transition: all 0.3s ease;
  /* Smooth transition */
}

.liquid-glass:hover {
  background: rgba(255, 255, 255, 0.3);
  /* Slightly lighter on hover */
}

/* Home Banner Style End Here */

/* Product Banner Style Start Here */

.banner-section {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.product-banner-bg {
  min-height: 100vh;
  background: #101638;
  position: relative;
}

.product-banner-icon i {
  font-size: 1.6rem;
  color: #fff;
}

.product-banner {
  color: #fff !important;
  font-size: 3.75rem !important;

  margin-bottom: 2.25rem;
  font-weight: 700;
}

.product-banner span {
  color: #0079d0 !important;
}

.product-banner-content {
  color: #fff;
  font-size: 1.125rem;
  font-family: "Rubik", sans-serif;
  margin-bottom: 1rem;
}

.asset-flow-container {
  position: relative;
  max-width: 100%;
  min-height: 700;
}

.dotted-path {
  width: 553px !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.stage-block {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
  z-index: 2;
  transition: filter 0.25s;
}

.emphasis .stage-img::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: 1;
  background: radial-gradient(circle at 60% 35%,
      rgba(255, 116, 72, 0.65) 8%,
      rgba(255, 72, 72, 0.5) 64%,
      rgba(98, 72, 255, 0.5) 100%);
  box-shadow: 0 0 36px 8px rgba(229, 40, 26, 0.19),
    0 4px 24px 2px rgba(98, 72, 255, 0.14);
  pointer-events: none;
  transition: background 0.2s, box-shadow 0.2s;
}

.emphasis .stage-img {
  background: transparent !important;
  box-shadow: none;
}

.stage-block .stage-img svg {
  position: relative;
  z-index: 2;
  width: 135px;
  height: 135px;
  max-width: 100%;
  max-height: 100%;
  display: block;
  background: none !important;
  /* Slight drop-shadow for visual lift */
  filter: drop-shadow(0 3px 20px rgba(98, 72, 255, 0.12));
}

.stage-title {
  font-size: 1.13rem;
  font-weight: 700;
  color: #fff;
  padding: 12px 32px;
  margin-bottom: 10px;
  border-radius: 22px;
  background: #31334a;
  box-shadow: 0 2px 12px 0 rgba(60, 40, 29, 0.13);
  letter-spacing: 1px;
  transition: background 0.2s, color 0.2s;
}

.emphasis .stage-title {
  background: #e5281a !important;
  color: #fff !important;
  box-shadow: 0 3px 18px 2px rgba(229, 40, 26, 0.23);
}

.stage-procure {
  left: -80px;
  top: 310px;
}

.stage-track {
  left: 40px;
  top: 80px;
}

.stage-utilize {
  left: 280px;
  top: 30px;
}

.stage-dispose {
  left: 288px;
  top: 310px;
}

/* Product Banner Style End Here */

/* Mile Stone Style Start Here */
.milestones-section {
  padding: 2.25rem 0rem;
  text-align: center;
}

.milestones-section p {
  font-weight: 300 !important;
}

.milestone {
  border-right: 1px solid #484848 !important;
}

.milestone:last-child {
  border-right: none !important;
}

.roller-container {
  height: 3.2rem;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.number-roller {
  display: inline-block;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 3.375rem;
  font-weight: 400;
  color: #e12416;
  line-height: 3.2rem;
  vertical-align: middle;
}

.plus-sign {
  font-size: 3.375rem;
  font-weight: 600;
  color: #e12416;
  margin-left: 0.1em;
  vertical-align: middle;
}

.milestone .label {
  font-size: 1.125rem;
  font-family: var(--font-family-rubik);
  font-weight: 400;
  color: #fff;
  margin-top: 0.5rem;
}

/* Mile Stone Style End Here */

/* Client Logo Style Start Here */
.client-section {
  background-color: #0d0f33;
  padding: 2rem 0;
  overflow: hidden;
}

.client-section h2 {
  color: #fff;
  font-size: 1.875rem;
}

.marquee-container {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 24px 0px;
}

.marquee-track {
  display: flex;
  align-items: center;
  animation: marquee 10s linear infinite;
  white-space: nowrap;
}

.client-logo {
  height: 2.25rem;
  margin: 0 40px;
  /* filter: grayscale(100%) brightness(0) invert(1) opacity(0.7); */
  transition: all 0.3s ease;
  flex-shrink: 0;
}

/* .client-logo:hover {
  filter: grayscale(0) brightness(1) invert(0) opacity(1);
  transform: scale(1.1);
} */

.client-logo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Pause animation on hover */
.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}

/* Gradient fade effect on edges */
.marquee-container:before,
.marquee-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.marquee-container:before {
  left: 0;
  background: linear-gradient(to right, var(--dark-blue), transparent);
}

.marquee-container:after {
  right: 0;
  background: linear-gradient(to left, var(--dark-blue), transparent);
}

/* Client Logo Style End Here */

/* Multiple Services Style Start Here */

.card-section {
  background-color: #f6f8ff;
  padding: 3rem 0;
}

.card-container {
  text-align: center;
  margin-top: 4rem;
}

.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
  border-radius: 1.5rem;
  box-shadow: var(--card-shadow);
  border: 4px solid #FFF;
}

.feature-card img {
  max-width: 5.625rem;
}

.feature-card:hover {
  border: 4px solid rgba(255, 255, 255, 0);
  border-radius: 1.5rem;
  background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(var(--angle), #ffffff 72%, #e12416) border-box;
  animation: 4s rotate linear infinite;
}

@keyframes rotate {
  to {
    --angle: 360deg;
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

/* .card-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            color: #FFF;
            font-size: 1.8rem;
        }
         */

/* Multiple Services Style End Here */

/* Bento Image Grid Style Start Here */

.bento-section {
  padding: 3rem 0rem 0rem 0rem;
}

.bento-title {
  font-size: 2.55rem;
  font-weight: 900;
  color: #1f2332;
  margin-bottom: 2.4rem;
  letter-spacing: -1px;
  text-align: center;
}

/* Main Image as bg */
.bento-section img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
  z-index: 1;
  transition: transform 0.32s cubic-bezier(0.51, 1.48, 0.11, 1.11), filter 0.23s;
}

.bento-section img:hover {
  transform: scale(1.045);
  filter: blur(0.25px) brightness(1);
}

.bento-overlay-title {
  color: #060806;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem 0.5rem 0rem 0.5rem;
  text-align: center;
}

.bento-overlay-desc {
  color: #4F4F51;
  font-size: 18px;
  font-family: var(--font-family-rubik);
  padding: 0.5rem;
  text-align: center;
}

/* Bento container End Here */

/* Our Product Style Start Here */

.product-section {
  margin: 3rem 0rem;
}

.product-section h2 {
  color: #060806;
  font-size: 3.75rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 3rem;
  line-height: 1.2;
}

.product-section-holder {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.tracinv,
.tracsales,
.tracasset,
.tracpro {
  width: 100%;
  margin: 0 auto 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0px 6px 3px 0px #0000001a !important;
}

.tracinv-child1,
.tracsales-child1 {
  width: auto;
  padding: 3rem !important;
}

.product-section-holder h3 {
  color: #fff;
  font-size: 3.75rem;
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 700;
  padding: 1.25rem 0rem 1.25rem 1.25rem;
}

.tracsales-child1 h3 {
  color: #171321 !important;
}

.tracinv-child1 p,
.tracsales-child1 p {
  color: #fafafa;
  font-size: 1.125rem;
  font-family: var(--font-family-rubik);
  font-weight: 400;
}

.tracsales-child1 p {
  color: #4F4F51 !important;
}

.tracinv-child2,
.tracsales-child2 {
  width: auto;
}

.tracinv-child2 .tracinv-img img,
.tracsales-child2 .tracsales-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  display: block;
}

.sticky-section {
  position: relative;
  /* GSAP pin will override as needed */
  opacity: 1;
  transform: none;
  transition: none;
  will-change: transform;
}

/* add this spacer div in HTML (shown below) */
.product-stack-spacer {
  height: 100vh !important;
  /* JS will set this */
}

/* Optional: responsive heading sizing */
@media (max-width: 768px) {
  .product-section h2 {
    font-size: 2.25rem;
  }

  .product-section-holder h3 {
    font-size: 2.25rem;
    padding-left: 0;
  }

  .tracinv,
  .tracsales,
  .tracasset,
  .tracpro {
    border-radius: 1rem;
  }
}

/* Our Product Style End Here */

/* Client Voice Style Start Here */

.testimonial-section {
  min-height: 62.8rem;
  padding: 4rem 0;
  position: relative;
  background-color: #0d0f33;
  overflow: hidden;
}

.client-section-heading {
  font-size: 3.75rem;
  text-align: center;
  margin-bottom: 4rem;
  font-weight: 700;
  color: #fff;
}

.testimonial-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  min-height: 40.625rem;
}

.testimonial-carousel {
  position: relative;
  height: 100%;
  perspective: 62.5rem;
}

.testimonial-carousel img.bg-img {
  display: none;
  position: absolute;
  width: 1030px;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 20px;
}

.testimonial-card0 {
  background-image: url(../images/realestart-bg-img.webp) !important;
}

.testimonial-card1 {
  background-image: url(../images/team\ qik\ bg\ img.webp) !important;
}

.testimonial-card2 {
  background-image: url(../images/keybus\ bg\ img.webp) !important;
}

.testimonial-card3 {
  background-image: url(../images/team\ qik\ bg\ img.webp) !important;
}

.testimonial-card {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 60.375rem;
  min-height: 38.375rem;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 3rem;
  /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); */
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(100%) scale(0.8);
  margin: auto;
  z-index: 2;
  opacity: 0;
}

.testimonial-card-content {
  width: 29.625rem;
  min-height: 33.375rem;
  top: 2.5rem;
  right: 2.5rem;
  background-color: rgba(13, 15, 51, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1.5rem;
  padding: 2rem;
}

.testimonial-card.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  z-index: 3;
}

.testimonial-card.next {
  opacity: 1;
  transform: translateX(100%) scale(0.9);
  z-index: 2;
}

.testimonial-card.pre {
  opacity: 1;
  transform: translateX(-100%) scale(0.9);
  z-index: 2;
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  transition: opacity 0.8s ease;
}

.loader-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(238, 238, 238, 0.5);
  border-radius: 50%;
}

.loader-progress {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.188rem solid transparent;
  border-top: 0.188rem solid #0d0f33;
  border-radius: 50%;
  animation: rotatelogo 2s linear infinite;
}

@keyframes rotatelogo {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.client-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* margin-bottom: 2rem; */
}

.client-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff;
}

.client-designation {
  font-size: 1rem;
  color: #fff;
}

.testimonial-card img.object-contain {
  max-height: 60px;
  width: auto;
  object-fit: contain;
  background: #fff;
  margin-left: 1.5rem;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
}

.testimonial-card img[alt="quote"] {
  height: 48px;
  float: right;
  margin-bottom: 1.5rem;
}

.text-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #fff !important;
  margin-top: 4rem;
}

.carousel-indicators {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 3rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
  padding-bottom: 2.8rem !important;
  z-index: 10;
}

.carousel-indicator {
  position: relative;
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-indicator.active {
  background: #fff;
  transform: scale(1.3);
}

.carousel-indicator img {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: contain;
}

.carousel-nav.prev,
.carousel-nav.next {
  display: none;
}

/* Client Voice Style End Here */

/* How It Works Style Start Here */
.howitworks-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f4fafd;
  padding: 3rem 0 3rem 0;
}

/* Toggle Tabs */
.hiw-tabs-row {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.hiw-tabs {
  background: #fff;
  border-radius: 2.3rem;
  box-shadow: 0 3px 13px rgba(25, 34, 87, 0.11);
  width: 23.25rem !important;
  height: 3.25rem;
  display: flex;
  overflow: hidden;
}

.hiw-hidden {
  display: none !important;
}

.hiw-tab-btn {
  flex: 1 1 0;
  background: none;
  border: none;
  font-size: 1.125rem;
  font-family: "Rubik", sans-serif !important;
  font-weight: 600;
  color: #171321;
  transition: background 0.13s, color 0.14s;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.01em;
  user-select: none;
}

.hiw-tab-btn.active {
  background: #0d0f33;
  color: #fff;
}

.hiw-tab-btn.service-style {
  color: #232e51;
  background: #fff;
  font-weight: 700;
}

.hiw-tab-btn.active.service-style {
  background: #0d0f33;
  color: #fff;
  font-weight: 600;
}

.hiw-steps-row {
  min-height: 28.5rem;
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin: 0 auto;
  padding-top: 3rem;
  position: relative;
  z-index: 10;
  /* flex-wrap: wrap; */
}

.workflow-container {
  background-color: #0d0f33;
  border-radius: 22px;
  box-shadow: 0 12px 38px #121f3a60;
  padding: 2.5rem 2rem 2.5rem 2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.workflow-grid-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  /* 5 equal columns */
  gap: 20px;
  /* space between columns */
  padding: 10px;
}

/* breakpoints (similar to BS5) */
@media (max-width: 1200px) {
  .workflow-grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .workflow-grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .workflow-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .workflow-grid-container {
    grid-template-columns: 1fr;
  }
}

.workflow-step {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  padding: 20px;
  margin-bottom: 0.5rem;
  opacity: 0.5;
  z-index: 2;
  transform: translateY(40px) scale(0.93);
  transition:
    opacity 0.7s cubic-bezier(.32, 1.62, .29, .98),
    transform 0.7s cubic-bezier(.32, 1.62, .29, .98);
}

.workflow-step.active {
  opacity: 1;
  box-shadow: 0 8px 40px 0 #32427455;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  padding: 20px;
  margin-bottom: 0.5rem;
}

.workflow-step .step-number {
  font-size: 2.8rem;
  font-weight: 500;
  color: #d7e3fd;
  transition: color .3s;
}

.workflow-step.active .step-number {
  color: #e12416;
}

.workflow-step .step-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
  margin-top: 0.6rem;
}

.workflow-step .step-desc {
  font-size: 1rem;
  color: #bdd2fb;
  margin-bottom: 0.4rem;
  margin-top: 0.3rem;
  min-height: 50px;
}

.workflow-line-track {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #2551b5 0%, #073273 100%);
  position: absolute;
  top: 45.8%;
  left: 0;
  z-index: 1;
  opacity: 0.22;
  border-radius: 2px;
}

/* The ANIMATED filled line */
.workflow-line-fill {
  height: 5px;
  background: linear-gradient(90deg, #FF8032 20%, #e12416 80%);
  position: absolute;
  top: 45.8%;
  left: 0;
  z-index: 2;
  border-radius: 8px;
  width: 0%;
  /* changed by JS */
  transition: width 0.7s cubic-bezier(.32, 1.62, .29, .98);
}

.workflow-dot {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #305ddb 65%, #0d1e40 100%);
  border-radius: 50%;
  position: relative;
  margin: 0 auto 1rem auto;
  box-shadow: 0 4px 22px #21294599;
  border: 2px solid #18204b;
  transition: background 0.3s, box-shadow 0.6s cubic-bezier(.32, 1.62, .29, .98);
}

.workflow-step.active .workflow-dot {
  background: #e12416;
  border: 1px solid #fafafa;
}

@media (max-width: 992px) {
  .workflow-title {
    font-size: 2rem;
  }

  .workflow-step .step-number {
    font-size: 2.2rem;
  }

  .workflow-step .step-title {
    font-size: 1.1rem;
  }

  .workflow-step .step-desc {
    font-size: 0.92rem;
  }
}

@media (max-width: 767px) {
  .workflow-container {
    padding: 1.3rem 0.6rem;
  }

  .workflow-step {
    margin-bottom: 2rem;
  }

  .workflow-line-track,
  .workflow-line-fill {
    display: none;
  }
}

/* Medium screens (like tablets) – show 3 columns */
@media (max-width: 992px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Small screens (like phones) – show 1 or 2 columns */
@media (max-width: 576px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* How It Works Style End Here */

/* Recent Blogs Start Here */

.recent-blog-section {
  background-color: #f5f5f5;
  padding: 3rem 0rem;
}

.blog-bento-main img,
.blog-bento-card img {
  padding: 0.5rem !important;
}

.recent-blog-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blog-bento-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "main card1"
    "main card2";
}

.blog-bento-main {
  grid-area: main;
}

.blog-bento-card1 {
  grid-area: card1;
}

.blog-bento-card2 {
  grid-area: card2;
}

.blog-bento-card,
.blog-bento-main {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-bento-main-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.blog-bento-content {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.blog-bento-content .card-text {
  line-height: 1.7 !important;
  font-size: 18px !important;
}

.blog-bento-content .card-title {
  margin-bottom: 1rem;
}

.blog-bento-title {
  font-size: 1.4rem;
  font-weight: 700;
}

.blog-bento-desc {
  color: #555;
  margin: 10px 0 0 0;
  font-size: 1.03rem;
  line-height: 1.45;
}

.recent-blog-section button {
  color: #fff;
}

.recent-blog-section button:hover {
  color: #fff;
}

.arrow-btn {
  background-color: #0d0f33;
}

.blog-bento-content i {
  font-size: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* .recent-blog-img1 {
  min-height: 614px;
} */
/* Recent Blogs End Here */

/* Case Study Start Here */
.case-study-section {
  background-color: #f4fafd;
  padding: 3rem 0rem;
}

.case-study-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.case-head-btn {
  font-size: 1rem;
  background: #e12416;
  color: #fff !important;
  border-radius: 7px;
  padding: 0.48rem 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  border: none;
  transition: background 0.18s;
  margin-bottom: 1.5rem;
}

.main-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(25, 34, 87, 0.08);
  overflow: hidden;
  margin-bottom: 2rem;
  padding: 1rem;
}

.main-card-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.main-card-desc {
  color: #55596e;
  font-size: 1.07rem;
  margin-bottom: 1.6rem;
  line-height: 1.58;
}


.main-card-image-wrap {
  position: relative;
  height: 100%;
}

.main-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
  padding: 0.625rem;
  border-radius: 1rem !important;
}

.white-paper-tag {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background-color: #e12416;
  color: #fff;
  padding: 6px 14px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 1rem;
  z-index: 1;
}

/* SIDE CARDS */
.side-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(25, 34, 87, 0.05);
  display: block;
  align-items: stretch;
  overflow: hidden;
  min-height: 120px;
  position: relative;
}

.side-card-img-wrap {
  position: relative;
  width: 100%;
  min-width: 100px;
  padding: 0.5rem;
}

.side-card-img {
  width: 100%;
  object-fit: cover;
  background: #e9e9e9;
  display: block;
  height: 100%;
  min-height: 100px;
  border-radius: 1rem;
}

.tag-position {
  top: 30px !important;
  right: 30px !important;
}

.blog-tag {
  position: absolute;
  top: 12px;
  right: 14px;
  background: #e12416;
  color: #fff;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.25rem 2rem;
  border-radius: 2rem;
  z-index: 1;
}

.side-card-content {
  flex: 1;
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
}

.side-card-title,
.main-card-content {
  color: #171321;
  font-size: 1.875rem;
  font-family: 'Source Sans 3', sans-serif !important;
  font-weight: 700;
}

.side-card-desc {
  color: #17253d;
  font-size: 18px;
  font-weight: 400;
  font-family: "Rubik", sans-serif !important;
  margin: 1rem 0rem;
}

/* Case Study End Here */

/* FAQ Section Start Here */

.faq-section {
  margin: 3rem auto;
  background: #fff;
  padding: 2.5rem 0rem;
}

.faq-title {
  font-size: clamp(48px, 3.91vw, 64px);
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 1rem;
  text-align: center;
}

.faq-subtitle {
  color: #4f4f51;
  font-family: "Rubik", sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 2rem;
  text-align: center;
}

.accordion-button:not(.collapsed) {
  color: #1f1f1f !important;
  background-color: #fff !important;
  font-weight: 600;
  box-shadow: none !important;
}

.accordion-header {
  border-bottom: 1px solid #eaecf0 !important;
  padding-bottom: 0.5rem;
}

.accordion-button {
  font-size: 1.25rem !important;

  font-weight: 600;
  color: #1f1f1f;
  box-shadow: none;
  transition: background 0.18s;
  padding: 0rem !important;
}

.accordion-item {
  margin-bottom: 1.12rem;
  border: 0 !important;
}

#faqAccordion .accordion-item {
  padding: 1rem 0.5rem !important;
  margin-bottom: 0rem;
}

/* .accordion-button::after {
      display: none !important;
    } */
.accordion-button::after {
  background-image: url(../images/plus-circle.svg) !important;
  color: #e12416 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/dash-circle.svg) !important;
  color: #e12416 !important;
}

.accordion-item span {
  display: flex;
  align-items: center;
}

.accordion-item span i {
  color: #ff4200;
}

.accordion-body {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.6;
  padding: 0.25rem !important;
}

/* FAQ Section End Here */


@media (max-width: 1200px) {
  .slide-content {
    width: 40%;
    padding: 2.5rem;
  }

  .section-heading {
    font-size: 4rem;
  }

  .slide-content h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 1024px) {
  .testimonial-card {
    width: 100%;
  }

  .testimonial-card.pre {
    transform: translateX(0) scale(1) !important;
  }

  .carousel-nav.prev,
  .carousel-nav.next {
    display: none !important;
  }

  .carousel-indicators {
    width: 100% !important;
  }

  .hiw-steps-row {
    justify-content: center !important;
  }
}

@media (max-width: 1000px) {
  .hiw-steps-row {
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .mobile-accordion {
    display: none !important;
  }

  .dropdown-menu-resource {
    left: -90px !important;
  }
}

@media (max-width: 992px) {
  /* Disable sticky on mobile */

  .hero-title {
    font-size: 2.8rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .client-logo {
    height: 60px;
    margin: 0 30px;
  }

  .card-container {
    margin-top: 2rem;
  }

  .feature-card {
    padding: 2rem;
  }

  .testimonial-card {
    width: 100%;
    padding: 2.5rem;
  }

  .testimonial-card.next,
  .testimonial-card.prev {
    display: none;
  }

  .client-section-heading {
    font-size: 2rem;
  }

  .testimonial-card-content {
    padding: 1.875rem;
  }

  .client-name {
    font-size: 1.3rem;
  }

  .testimonial-carousel {
    height: 34.375rem;
  }

  .carousel-nav {
    width: 2.5rem;
    height: 2.5rem;
  }

  .carousel-nav.prev {
    left: -1.25rem;
  }

  .carousel-nav.next {
    right: -1.25rem;
  }

  .slide-content {
    width: 50%;
    padding: 2rem;
  }

  .slide-content h1 {
    font-size: 2rem;
  }
}

@media (max-width: 991.98px) {
  .desktop-dropdown {
    display: none !important;
  }

  .mobile-accordion {
    display: block !important;
  }

  .dropdown-menu {
    min-width: 97vw;
    border-radius: 9px;
    padding: 1rem 1rem;
  }

  .blog-bento-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "card1"
      "card2";
  }

  .main-card {
    min-height: unset;
    align-items: flex-start;
  }

  .main-card-image-wrap {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }

  .main-card-img {
    min-height: 400px;
    border-radius: 1rem;
    border-top-right-radius: 0;
  }

  .side-card-img {
    min-height: 70px;
    border-radius: 0 0 18px 18px;
    border-top-right-radius: 0;
  }

  .side-card-img-wrap {
    min-width: unset;
    width: 100%;
  }

  .main-card-content,
  .side-card-content {
    padding: 1.15rem 1rem 1rem 1rem;
  }

  .hiw-steps-row {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 1.5rem;
  }
}

@media (max-width: 991px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 160px);
    grid-template-areas:
      "webapp   mobile"
      "support  cloud"
      "aidc     ecommerce"
      "test     salesforce"
      "iot      data"
      "robot   robot";
  }
}

@media (max-width: 768px) {
  .slide-content p {
    font-size: 1rem !important;
  }

  .milestones-section {
    text-align: left;
  }

  .number-roller,
  .plus-sign {
    font-size: 3rem;
    line-height: 3.6rem;
  }

  .number-roller {
    font-size: 2.5rem;
    line-height: 3.6rem;
  }

  .roller-container {
    height: 3.6rem;
  }

  .milestone .label {
    font-size: 1rem;
  }

  .gradient-overlay {
    background: linear-gradient(90deg,
        rgba(0, 0, 0, var(--overlay-opacity)) 70%,
        transparent 100%);
  }

  .hero-title {
    font-size: 2.2rem !important;
  }

  .content-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }

  .client-section {
    padding: 3rem 0;
    flex-direction: column;
  }

  .section-heading {
    font-size: 1.8rem !important;
  }

  .tracinv-child1 h3,
  .tracsales-child1 h3 {
    font-size: 2.5rem;
  }

  .client-logo {
    height: 50px;
    margin: 0 20px;
  }

  .marquee-track {
    animation-duration: 20s;
  }

  .card-section {
    padding: 3rem 0;
  }

  .card-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .product-section {
    font-size: 3rem;
  }

  .child-div {
    flex: 100%;
  }

  .testimonial-section {
    min-height: 56.5rem !important;
    padding: 3rem 0;
  }

  .testimonial-card {
    width: 100% !important;
    left: 0rem !important;
    padding: 2rem;
  }

  .client-name {
    font-size: 1.5rem;
  }

  .testimonial-card.pre {
    transform: none !important;
  }

  .testimonial-carousel {
    height: 37.5rem;
  }

  .testimonial-text {
    font-size: 1rem;
    margin-top: 3rem;
  }

  .testimonial-card {
    padding: 2rem;
  }

  .testimonial-card img.object-contain {
    margin-left: 0rem !important;
  }

  .testimonial-card img[alt="quote"] {
    display: flex;
    float: none !important;
    margin: auto;
  }

  .testimonial-card-content {
    width: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
  }

  .carousel-indicators {
    gap: 2rem !important;
    padding-bottom: 2.5rem !important;
  }

  .carousel-indicator {
    width: 5rem !important;
    height: 5rem !important;
  }

  .carousel-nav.prev,
  .carousel-nav.next {
    display: none !important;
  }

  .object-contain {
    width: 6.25rem;
  }

  .carousel-indicators button {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 0.5rem;
  }

  .client-section-heading {
    font-size: 1.8rem;
    margin-bottom: 1.875rem;
  }

  .client-info {
    flex-direction: column;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .client-info img {
    margin-top: 0.938rem;
  }

  .indicators {
    margin-top: 2.5rem;
    gap: 0.938rem;
  }

  .indicator {
    width: 3.125rem;
    height: 3.125rem;
  }

  .main-card-content {
    align-items: flex-start;
    padding: 1.5rem 1rem;
  }

  .main-card-content {
    font-size: 1.2rem;
  }

  .main-card-content {
    font-size: 1rem;
  }

  .white-paper-tag {
    top: 1.5rem;
    right: 1.5rem;
    font-size: 0.8rem;
  }

  .slide-content {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 1.5rem;
  }

  .slide-content h1 {
    font-size: 1.8rem;
  }

  .slide-progress {
    right: 20px;
    height: 50%;
  }

  .pie-indicator,
  .nav-arrows {
    transform: scale(0.9);
  }

  .pie-indicator {
    left: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }

  .nav-arrows {
    right: 20px;
    bottom: 20px;
  }

  .nav-arrow {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 700px) {
  .hiw-steps-row {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .bento-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(11, 140px);
    grid-template-areas:
      "webapp"
      "mobile"
      "support"
      "cloud"
      "aidc"
      "ecommerce"
      "test"
      "salesforce"
      "iot"
      "data"
      "robot";
    gap: 0.8rem;
  }

  .bento-section {
    padding: 1.1rem 0.4rem 1.2rem 0.4rem;
  }

  .bento-title {
    font-size: 1.16rem;
  }

  .bento-card .bento-card-title {
    font-size: 0.99rem;
    padding: 0.4rem 0.6rem;
  }

  .bento-overlay-title {
    font-size: 1.04rem;
  }

  .bento-overlay-desc {
    font-size: 0.93rem;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {

  .tracinv,
  .tracsales {
    align-items: center;
    background-color: #171321;
    padding: 2rem;
  }

  .tracsales {
    background-color: #fff !important;
  }

  .tracinv-child1,
  .tracsales-child1 {
    padding: 0rem !important;
    padding-right: 2rem !important;
  }

  .tracinv-child1 p,
  .tracsales-child1 p {
    margin-bottom: 0 !important;
  }

  .tracinv-child2 .tracinv-img img,
  .tracsales-child2 .tracsales-img img {
    border-radius: 1.5rem !important;
  }
}


@media (min-width: 1200px) and (max-width: 1440px) {

  .tracinv-child2 .tracinv-img img,
  .tracsales-child2 .tracsales-img img {
    max-width: auto;
  }

  .testimonial-card.next {
    overflow: hidden !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .hero-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .gradient-overlay {
    max-width: 630px !important;
  }

  .content-holder {
    margin-top: 2rem;
  }

  .client-section h2 {
    margin-bottom: 1.5rem !important;
  }

  .tracinv-child1 {
    order: 2;
  }

  .tracinv-child2 {
    order: 1;
  }

  .tracinv,
  .tracsales,
  .tracinv-child1,
  .tracinv-child2,
  .tracsales-child1,
  .tracsales-child2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 1.5rem;
  }

  .section-stacked {
    transform: translateY(0) !important;
    opacity: 1 !important;
    z-index: 3 !important;
  }
}

@media(min-width: 768px) and (max-width: 1024px) {
  .btn-primary {
    font-size: 1rem !important;
  }

  .slide-content button {
    width: 40% !important;
  }
}

@media (min-width: 576px) and (max-width: 768px) {

  .product-section {
    padding: 4rem 0rem 3rem 0rem;
  }

  .case-study-holder-child {
    display: block !important;
  }

  .case-study-holder {
    display: block !important;
  }

  .case-study-holder p {
    margin-top: 1.5rem !important;
  }

  .case-study-holder button {
    margin-top: 0rem !important;
  }

  .white-paper-btn {
    position: relative;
    margin-top: 1.5rem;
  }

  .white-paper-btn button {
    top: 1rem !important;
    right: 1rem !important;
  }

  .section-heading1 {
    margin-bottom: 0rem !important;
  }

  .hiw-steps-row {
    flex-direction: row !important;
  }

  .slide-content button {
    width: 27% !important;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .slide-content button {
    width: 39% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4065rem 1rem !important
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .slide-content button {
    width: 45% !important;
  }

  .hero-title {
    font-size: 2.2rem !important;
  }

  .product-block-section {
    display: flex !important;
    flex-direction: row;
    align-items: center;
  }

  .tracinv-child1,
  .tracsales-child1 {
    width: 50% !important;
  }

  .tracinv-child2,
  .tracsales-child2 {
    width: 50% !important;
    margin: auto !important;
    padding: 1rem !important;
  }

  .tracinv-child2 img,
  .tracsales-child2 img {
    padding: 1rem !important;
  }

  .white-paper-btn button {
    top: 1rem !important;
    right: 1rem !important;
  }
}

@media (max-width: 576px) {
  .toggle-block {
    display: block !important;
  }

  .dropdown-menu {
    width: 18rem !important;
  }

  .dropdown-menu-resource {
    width: 18rem !important;
    height: 25rem !important;
  }

  .content-wrapper {
    text-align: center;
    padding: 0rem !important;
  }

  .hero-content {
    justify-content: center;
  }

  .hero-title {
    font-size: 1.8rem !important;
    margin-bottom: 1rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .btn-primary {
    font-size: 1rem !important;
  }

  .slide-content button {
    width: 98% !important;
  }

  .milestones-section p {
    display: none;
  }

  .cta-button {
    padding: 10px 25px;
    font-size: 1rem;
  }

  .content-section {
    padding: 1.5rem 0rem 1.5rem 0rem;
  }

  .card-section {
    padding: 1.5rem 0rem 0rem 0rem;
  }

  .left-paragraph p {
    text-align: justify;
  }

  .content-holder h2 {
    font-size: 2.25rem;
  }

  .content-holder p {
    font-size: 1rem;
  }

  .client-section {
    padding: 1.5rem 0;
    flex-direction: column;
  }

  .client-section h2 {
    font-size: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .content-holder {
    margin-top: 1.5rem;
    margin-right: 0rem;
  }

  .client-logo {
    height: 40px;
    margin: 0 15px;
  }

  .marquee-container:before,
  .marquee-container:after {
    width: 50px;
  }

  .feature-card {
    padding: 1.5rem;
  }

  .text-clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4 !important;
  }

  .product-section {
    margin: 1.5rem 0rem !important;
  }

  .product-section h2 {
    margin-bottom: 1.5rem !important;
  }

  .sticky-section {
    position: sticky !important;
    top: 0px;
    overflow: hidden;
  }

  .section-active {
    position: sticky;
    transform: translateY(0) !important;
  }

  .section-stacked {
    position: relative;
    transform: translateY(0px) !important;
  }

  .section-past {
    position: relative;
    transform: translateY(0) !important;
  }

  .product-section {
    font-size: 2rem;
  }

  .product-block-section h3 {
    font-size: 1.5rem;
    padding: 0.5rem 0.5rem;
    margin: 0 !important;
  }

  .product-block-section p {
    font-size: 0.813rem !important;
    padding: 0.5rem !important;
  }

  .tracinv-child1,
  .tracinv-child2,
  .tracsales-child1,
  .tracsales-child2 {
    width: auto !important;
  }

  .tracinv-child1 h3,
  .tracsales-child1 h3 {
    font-size: 2rem !important;
  }

  .tracinv-child1 p {
    font-size: 1rem !important;
  }

  .tracinv-img img,
  .tracsales-img img {
    max-width: 100% !important;
    display: flex !important;
    margin: auto;
  }

  .section-stacked {
    transform: translateY(0) !important;
    opacity: 1 !important;
    z-index: 3 !important;
  }

  .testimonial-card {
    min-height: 38.375rem !important;
  }

  .carousel-nav {
    width: 2.188rem;
    height: 2.188rem;
    font-size: 0.8rem;
  }

  .testimonial-section {
    min-height: 49.813rem !important;
    padding: 1.5rem 0;
  }

  .testimonial-card {
    left: 0rem !important;
    padding: 1.5rem;
  }

  .testimonial-card.pre,
  .testimonial-card.next,
  .testimonial-card.active {
    transform: none !important;
  }

  .testimonial-card img[alt="quote"] {
    display: flex;
    float: none !important;
    margin: auto;
  }

  .testimonial-card img.object-contain {
    margin-left: 0rem !important;
  }

  .testimonial-text {
    margin-top: 1.5rem !important;
  }

  .testimonial-card-content {
    height: 35.5rem !important;
  }

  .text-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .text-clamp-10 {
    -webkit-line-clamp: 10 !important;
  }

  .carousel-nav.prev,
  .carousel-nav.next {
    display: none;
  }

  .carousel-indicators {
    gap: 1rem !important;
    padding-bottom: 2rem !important;
  }

  .carousel-indicator {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  .carousel-indicator img {
    width: 2rem !important;
    height: 2rem !important;
  }

  .indicators {
    margin-top: 1.875;
    gap: 0.75;
  }

  .indicator {
    width: 2.813rem;
    height: 2.813rem;
  }

  .carousel-nav {
    width: 2.5rem;
    height: 2.5rem;
  }

  .recent-blog-holder {
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .case-btn {
    max-width: 100% !important;
  }

  .blog-bento-content {
    padding: 1rem 0.7rem;
  }

  .blog-bento-main-img {
    height: 120px;
  }

  .blog-bento-title {
    font-size: 1.08rem;
  }

  .blog-badge {
    font-size: 1rem;
    color: #ef502e;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 0.45rem;
    display: block;
  }

  .blog-bento-content i {
    font-size: 2rem !important;
  }

  .case-study-section {
    padding: 1.5rem 0rem !important;
  }

  .case-study-header {
    display: block !important;
    text-align: center;
  }

  .recent-blog-section {
    padding: 1.5rem 0rem;
  }

  .main-card-content {
    padding: 1.5rem 1rem;
  }

  .faq-title {
    font-size: 1.5rem !important;
  }

  .faq-subtitle {
    font-size: 1rem !important;
  }

  .faq-section {
    padding: 1.15rem 0.2rem;
  }

  .accordion-body,
  .accordion-button {
    font-size: 1rem !important;
  }

  .slide-content {
    padding: 1.5rem;
  }

  .slide-content h1 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .slide-content p {
    font-size: 1rem !important;
    margin-bottom: 1rem;
  }

  .number-roller {
    font-size: 2rem;
  }

  .btn-enquire {
    padding: 0.7rem 2rem;
    font-size: 0.9rem;
  }

  .pie-indicator {
    width: 50px;
    height: 50px;
    font-size: 1rem;
    left: 15px;
    bottom: 15px;
  }

  .nav-arrows {
    right: 15px;
    bottom: 15px;
    gap: 15px;
  }

  .nav-arrow {
    width: 40px;
    height: 40px;
  }

  .blog-bento-card img {
    padding: 0.5rem !important;
    height: 10rem;
  }

  .top-margin {
    margin-top: -64px !important;
  }

  .hiw-steps-row {
    flex-direction: row !important;
    margin: 1.5rem auto 0 auto;
    padding-top: 1.5rem;
  }
}