/* Main Layouts Global */
.main-heading {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 57.6px;
}
.heading-desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.ptb120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.m120 {
  margin-top: 120px;
}
.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p10 {
  padding: 10px;
}
.nomt
{
  margin-top: 0 !important;
}

/* --- Header --- */
.site-header {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

/* Home 1st Slider */
.slide-heading {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px; /* 112.5% */
}

.slide-desc {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.slide-desc {
  margin-top: 30px;
  margin-bottom: 30px;
}

.purple-button {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 20px;
  border-radius: 48px;
  background: #b07bff;
}
.bg-trans-button {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 20px;
  border-radius: 48px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.pb-text {
  color: #fff;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.trans-button {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 48px;
  border: 1px solid #262262;
}
.tb-text {
  color: #262262;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.slide-bg1 {
  background-image: url(backgrounds/slidesbg3.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.slide-bg1:after {
  border-radius: 140px 0 0 0;
  background: #262262;

  width: 50vw;
  height: 260px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}
.slide-bg2 {
  background-color: #262262;
  position: relative;
  overflow: hidden;
}
.slide-bg2:after {
  border-radius: 140px 0 0 0;
  background: #fff;

  width: 50vw;
  height: 260px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}

.slide-bg2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(backgrounds/slidesbg3.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  opacity: 0.4;
  mix-blend-mode: overlay;
  z-index: 1;
}

.slide-bg2 > * {
  position: relative;
  z-index: 2;
}
.slide-bg3 {
  background-image: url(backgrounds/slidesbg3.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.slide-bg3:after {
  border-radius: 140px 0 0 0;
  background: #262262;

  width: 50vw;
  height: 260px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}
.gap-30 {
  gap: 30px;
}
.mt-65 {
  margin-top: 65px;
}

/* Slider Arrows */
.slider-arrow {
  width: 39px;
  height: 39px;
  border: 1px solid #262262;
  transition: all 0.3s ease;
}

/* Small Text and Circle */
.slide-small-text {
  color: #5c5ce0;
  font-family: "Manrope", sans-serif;
  font-size: 15.1px;
  font-weight: 400;
  line-height: 24px;
}

.slide-small-circle {
  border-radius: 5px;
  border: 1px solid #262262;
  width: 10px;
  height: 10px;
  display: inline-block;
}

/* Fraction Box */
.slide-fraction {
  display: flex;
  padding: 10px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #292343;
  backdrop-filter: blur(2px);
  color: #fff;
  font-size: 14px;
  line-height: normal;
}

.slide-bg2 .slider-arrow {
  border-color: #ffffff;
}
.slide-bg2 .slider-arrow svg path {
  stroke: #ffffff;
}
.slide-bg2 .slide-small-text {
  color: #ffffff;
}
.slide-bg2 .slide-small-circle {
  border-color: #ffffff;
}
.slideimage img {
  max-height: 650px;
  min-height: 650px;
  position: relative;
  z-index: 9999;
  padding-top: 20px;
}

/* Home 2 Trusted Section */

.trusted-section {
  background-color: #f8f9fb;
}

.trusted-container {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.trusted-heading {
  color: #11172c;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.48px;
}

.logo-slider-wrapper {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}

/* Slide Track */
.logo-slide-track {
  display: flex;
  width: max-content;
  animation: loopScroll 20s linear infinite;
}

.logo-slide-track img {
  margin-right: 100px;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}

@keyframes loopScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Home 3 - Service Section */
.services-left-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.services-tabs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tab-button {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 40px;
  background: #edf1f4;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s ease;
}

.tab-button.active {
  border-radius: 40px;
  background: rgba(198, 138, 254, 0.2);
}

.tab-button-text {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.5px;
}

.slide-block-box {
  display: flex;
  width: 100%;
  padding: 40px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.slide-arrow-container {
  margin-top: 30px;
}

.slide-block-heading {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.5px;
}

.slide-block-desc {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.slide-arrow-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.arrow-circle {
  width: 39px;
  height: 39px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h600 {
  min-height: 600px;
}
.slide-block-desc {
  max-width: 720px;
  min-height: 140px;
}

/* Home 4 Awards Section */
.awards-section {
  background: url("backgrounds/purplebg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.awards-slider-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.awards-section .awards-slide-track img {
  width: auto;
  max-height: unset;
}

.awards-slide-track {
  display: flex;
  width: max-content;
  animation: awardsLoopScroll 25s linear infinite;
}

.awards-logo-group {
  display: flex;
  align-items: center;
  gap: 70px;
}

@keyframes awardsLoopScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Home Section 5 - Mu Grids */

.mu-grid-parent {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(7, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.mu-box1 {
  grid-area: 1 / 1 / 5 / 5;
  border-radius: 40px;
  background-image: url(backgrounds/intelli-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding: 40px 40px 39px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 172px;
}

.mu-box1-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mu-stat-title {
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
}

.mu-stat-desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.mu-inner-box {
  display: flex;
  padding: 20px 20px 30px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #ffffff;
  border-radius: 24px;
  width: 100%;
}

.mu-inner-heading {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.5px;
}

.mu-inner-desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.mu-box2 {
  grid-area: 5 / 1 / 8 / 9;
  border-radius: 40px;
  background:
    linear-gradient(0deg, #262262 0%, #262262 100%),
    lightgray -49.022px 3.158px / 109.736% 98.96% no-repeat;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.mu-box2-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 520px;
}

.mu-stat-group {
  display: flex;
  flex-direction: column;
}

.mu-box2-stat {
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
}

.mu-box2-stat-desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.mu-perf-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mu-box2-heading {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.5px;
}

.mu-box2-desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
}

.mu-box2-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mu-box2-right img {
  max-height: 280px;
}
.mu-box3 {
  grid-area: 1 / 5 / 5 / 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px;
  background: #ffffff;
  border-radius: 40px;
}

.mu-box3-desc {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.mu-box3-btn {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 20px;
  border-radius: 48px;
  background: #b07bff;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.mu-box3-btn:hover {
  opacity: 0.9;
}

.mu-box3-btn-text {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.mu-box4 {
  grid-area: 1 / 9 / 3 / 13;
  border-radius: 40px;
  background: rgba(218, 228, 248, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
  gap: 40px;
}

.mu-box4-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mu-box4-title {
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
}

.mu-box4-desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.mu-box4-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mu-box5 {
  grid-area: 3 / 9 / 8 / 13;
  border-radius: 40px;
  background: url("backgrounds/grid5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay, normal;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 70px;
}

.mu-box5-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mu-box5-title {
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
}

.mu-box5-subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.mu-box5-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.mu-box5-heading {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.5px;
}

.mu-box5-desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.mu-feature-container {
  border-radius: 40px;
  border: 2px solid #d8def0;
  display: flex;
  padding: 42px 40px;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}

.mu-feature-left {
  max-width: 600px;
}

.mu-feature-heading {
  margin-bottom: 12px;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.5px;
}

.mu-feature-desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.mu-feature-right {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.mu-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.mu-icon-box img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.mu-icon-text {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

/* Home 5 Tech Section */
.tech-heading-box {
  display: flex;
  padding: 60px 0;
}

.tech-heading-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.left-bg-image {
  background: url("backgrounds/left-panel-bg.jpg") center/cover no-repeat;
  min-height: 600px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.right-bg-image {
  background: url("backgrounds/right-panel-bg.jpg") center/cover no-repeat;
  min-height: 600px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.tech-inner-left {
  width: 760px;
  max-width: 100%;
  height: 280px;
  border-radius: 50px 0 0 0;
  background: rgba(38, 34, 98, 0.65);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
}
.tech-inner-right {
  width: 760px;
  max-width: 100%;
  height: 280px;
  border-radius: 0 50px 0 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.35) 100%
  );
  background-blend-mode: overlay, normal;
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
}

.tech-card-heading {
  margin-bottom: 10px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.5px;
}

.tech-card-desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
}
.logoicon {
  width: 50px;
  height: 50px;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.logo-plus {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* Home 6 marquee logos */
.tech-marquee-wrapper {
  display: flex;
  width: 100%;
  padding: 38px 45px 40px 45px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #121034;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
}

.tech-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: techScroll 55s linear infinite;
}

.tech-logo-group {
  display: flex;
  align-items: center;
  gap: 200px;
  padding-right: 200px;
}

.tech-logo-group img {
  height: auto;
  max-height: 50px;
  object-fit: contain;
}

@keyframes techScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Home 7 Industries Section */
.industry-section {
  padding: 100px 0;
  background: #ffffff;
}

.industry-header-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}

.industry-main-desc {
  max-width: 950px;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

@media (min-width: 768px) {
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .industry-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.industry-card {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex-shrink: 0;
  border-radius: 40px;
  border: 1px solid #c7c7d6;
  background: #fff;
  transition: all 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border-color: #b07bff;
}

.industry-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.industry-card-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.industry-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.industry-card-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.5px;
}

.industry-card-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.industry-card:hover .industry-card-link {
  transform: translateX(3px) translateY(-3px);
}

.industry-card-desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
}

/* --- Special CTA Box (8th Box) Styling --- */
.industry-cta-card {
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
  border-radius: 40px;
  background:
    linear-gradient(
      316deg,
      rgba(164, 138, 247, 0.65) 0%,
      rgba(26, 18, 107, 0.65) 99.92%
    ),
    #b07bff;
  transition: transform 0.3s ease;
}

.industry-cta-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(176, 123, 255, 0.3);
}

.industry-cta-heading {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.5px;
}

.industry-cta-btn {
  display: flex;
  width: 180px;
  padding: 12px 19px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: #fff;
  border: none;
  color: #262262;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.industry-cta-btn:hover {
  opacity: 0.9;
}

/* Home 8 Transoformation Section */
.transformation-section {
  width: 100%;
  background: url("backgrounds/transform-bg.png") center/cover no-repeat;
  background-color: #edf1fb;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  background-attachment: fixed;
}
/* --- Digital Transformation Section Animation Styles --- */

.trans-image-block {
  position: relative;
  border-radius: 40px;
  border: 1px solid rgba(38, 34, 98, 0.65);
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.trans-image-block img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.trans-learn-btn {
  position: absolute;
  bottom: 60px;
  left: 20px;
  border-radius: 0 48px 48px 0;
  background: #262262;
  display: flex;
  width: 250px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(38, 34, 98, 0.25);
  transition: all 0.4s ease;
}

.transformation-section:hover .trans-image-block {
  background: rgba(38, 34, 98);
  border-color: rgba(38, 34, 98, 0.8);
  box-shadow: 0 20px 40px rgba(38, 34, 98, 0.1);
  transform: translateY(-3px) scale(1.01);
}

.transformation-section:hover .trans-learn-btn {
  box-shadow: 0 12px 25px rgba(38, 34, 98, 0.3);
}

.trans-learn-btn svg {
  transition: transform 0.3s ease;
}

.transformation-section:hover .trans-learn-btn svg {
  transform: translateX(3px);
}
.trans-heading-row {
  margin-bottom: 50px;
}

.trans-content-row {
  display: inline-flex;
  align-items: center;
  gap: 60px;
  width: 100%;
}

@media (max-width: 991px) {
  .trans-content-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

.trans-text-block {
  flex: 1;
}

.trans-desc {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.trans-image-block {
  flex: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trans-image-block img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

/* Home 9 T-Cards Section Feedbacks*/
@media (max-width: 1024px) {
  .t-card-wrapper {
    flex: 0 0 100px !important;
  }
  .t-card-wrapper.active {
    flex: 1 1 500px !important;
  }
  .t-vertical-text {
    writing-mode: horizontal-tb !important;
    transform: none !important;
  }
}

.t-card-wrapper {
  display: flex;
  flex-direction: column;
  flex: 0 0 200px;
  transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.t-card-wrapper.active {
  flex: 1 1 944px;
  cursor: default;
}

.t-card {
  height: 100%;
  width: 100%;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}

.t-bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover !important;
  background-position: center !important;
  filter: blur(25px);
  transform: scale(1.1);
  transition: opacity 0.5s ease;
  z-index: 1;
}

.t-bg-closed {
  opacity: 1;
}

.t-bg-open {
  opacity: 0;
}

.t-card-wrapper.active .t-bg-closed {
  opacity: 0;
}

.t-card-wrapper.active .t-bg-open {
  opacity: 1;
}

.t-content-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.t-closed-content {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.t-card-wrapper.active .t-closed-content {
  opacity: 0;
  pointer-events: none;
}

.t-open-content {
  display: flex;
  flex-direction: column;
  padding: 40px;
  opacity: 0;
  pointer-events: none;
}

.t-card-wrapper.active .t-open-content {
  opacity: 1;
  pointer-events: auto;
}

.t-vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
}

.t-circle {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #000;
}

.bg-card1-c {
  background: url(backgrounds/feedback1.png);
}

.bg-card1-o {
  background: url(backgrounds/feedback1a.png);
}

.bg-card2-c {
  background: url(backgrounds/feedback2.png);
}

.bg-card2-o {
  background: url(backgrounds/feedback2a.png);
}

.bg-card3-c {
  background: url(backgrounds/feedback3.png);
}

.bg-card3-o {
  background: url(backgrounds/feedback3a.png);
}

.bg-card4-c {
  background: url(backgrounds/feedback4.png);
}

.bg-card4-o {
  background: url(backgrounds/feedback4a.png);
}

.vcircle {
  border-radius: 5px;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
}
.vcircleflex {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
}

/* Home 10 Tech Stack */
.tech-stack-section {
  background: url("backgrounds/techstack.png") center/cover no-repeat;
  padding-top: 40px;
  padding-bottom: 80px;
  background-attachment: fixed;
}

.tech-stack-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tech-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.tech-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

/* Home 11 - Sticky Section */

.sticky-main-desc {
  padding: 40px 0;
}

.sticky-cta-btn {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 20px;
  border-radius: 48px;
  background: #b07bff;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.sticky-cta-btn:hover {
  opacity: 0.9;
}

.sticky-cta-text {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.sticky-img-wrapper {
  margin-top: 80px;
}

.step-cards-wrapper {
  gap: 70px;
}

.step-icon {
  width: auto;
  height: 40px;
}

.step-badge-row {
  margin-top: 20px;
  gap: 12px;
}

.step-badge {
  display: flex;
  padding: 3px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 56px;
  background: #262262;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.step-subheading {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.step-heading {
  margin-top: 16px;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.5px;
}

.step-list {
  margin-top: 16px;
  gap: 8px;
  list-style: none;
  padding-left: 0;
}

.step-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.step-list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .sticky-section .sticky {
    position: relative;
    top: 0;
    margin-bottom: 50px;
  }
}

/* Home 12 CTA Section */

.cta-section {
  padding: 0 0 120px;
}

.cta-box {
  border-radius: 40px;
  background: url("backgrounds/teamscale.png") center/cover no-repeat;
  background-blend-mode: soft-light, normal, normal, normal;
  padding: 70px 20px;
  gap: 20px;
  background-attachment: fixed;
}

.cta-desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}

.cta-btn {
  display: flex;
  width: 159px;
  height: 48px;
  padding: 12px 19.616px 12px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #fff;
  border: none;
  cursor: pointer;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.cta-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.cta-btn-text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

@media (max-width: 768px) {
  .cta-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .cta-desc {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Home 12 Impact Cards Section */

.impact-section {
  padding: 120px 0;
}

.impact-main-desc {
  color: #496d7c;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.impact-btn-all {
  display: flex;
  width: 237px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 48px;
  border: 1px solid #5c5ce0;
  color: #262262;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  background: transparent;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.impact-btn-all:hover {
  background: #5c5ce0;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(92, 92, 224, 0.2);
}

.impact-cards-wrapper {
  height: 720px;
  width: 100%;
}

.impact-card {
  height: 100%;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex: 0 0 145px;
  transition: flex 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.impact-card.active {
  flex: 1 1 1010px;
  cursor: default;
}

.impact-card:not(.active):hover {
  flex: 0 0 170px;
}

.impact-card:not(.active):hover .ic-plus-icon {
  background: #fff;
  color: #000;
  transform: scale(1.1);
}

.ic-bg {
  position: absolute;
  inset: 0;
  background-size: cover !important;
  background-position: center !important;
  transition:
    opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.8s ease;
  z-index: 1;
}

.ic-bg-closed {
  opacity: 1;
}
.ic-bg-open {
  opacity: 0;
}

.impact-card.active .ic-bg-closed {
  opacity: 0;
}
.impact-card.active .ic-bg-open {
  opacity: 1;
}

.bg-proj1-closed {
  background: url("backgrounds/impacts/i1c.png");
}
.bg-proj1-open {
  background:
    linear-gradient(
      180deg,
      rgba(30, 29, 40, 0) 0%,
      rgba(30, 29, 40, 0.56) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%),
    url("backgrounds/impacts/i1o.png");
}

.bg-proj2-closed {
  background: url("backgrounds/impacts/i2c.png");
}
.bg-proj2-open {
  background:
    linear-gradient(
      180deg,
      rgba(30, 29, 40, 0) 0%,
      rgba(30, 29, 40, 0.56) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%),
    url("backgrounds/impacts/i2o.png");
}

.bg-proj3-closed {
  background: url("backgrounds/impacts/i3c.png");
}
.bg-proj3-open {
  background:
    linear-gradient(
      180deg,
      rgba(30, 29, 40, 0) 0%,
      rgba(30, 29, 40, 0.56) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%),
    url("backgrounds/impacts/i3o.png");
}

.bg-proj4-closed {
  background: url("backgrounds/impacts/i4c.png");
}
.bg-proj4-open {
  background:
    linear-gradient(
      180deg,
      rgba(30, 29, 40, 0) 0%,
      rgba(30, 29, 40, 0.56) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%),
    url("backgrounds/impacts/i4o.png");
}

.ic-closed-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.impact-card.active .ic-closed-content {
  opacity: 0;
  pointer-events: none;
}

.vcircleflex {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.vcircletext {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.vcircle {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #fff;
}

.ic-plus-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.ic-open-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.impact-card.active .ic-open-content {
  opacity: 1;
  pointer-events: auto;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.impact-card.active .fade-up {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.2s;
}
.delay-2 {
  transition-delay: 0.3s;
}
.delay-3 {
  transition-delay: 0.4s;
}
.delay-4 {
  transition-delay: 0.5s;
}

.ic-open-heading {
  color: #fff;
  font-size: 54px;
  font-weight: 300;
  line-height: 72px;
}

.ic-open-desc {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin: 30px 0;
}

.ic-case-study-link {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.ic-case-study-link:hover {
  opacity: 0.7;
}

.ic-divider {
  background:
    linear-gradient(0deg, #fff 0%, #fff 100%), rgba(199, 199, 214, 0.4);
  height: 1px;
  width: 100%;
  margin-bottom: 50px;
}

.ic-stat-block {
  display: flex;
  width: 242.448px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.ic-stat-num {
  color: #fff;
  font-size: 62px;
  font-weight: 200;
  line-height: 72px;
  letter-spacing: -2.48px;
}

.ic-stat-text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.ic-nav-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.ic-nav-arrow:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
}

.impact-floating-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.9s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  width: auto;
  padding: 10px;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.floating-content {
  display: flex;
  width: 132.7px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.floating-title {
  color: #1e1d28;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.floating-btn {
  display: flex;
  padding: 4px 10px;
  align-items: center;
  gap: 10px;
  border-radius: 48px;
  background: #b07bff;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  border: none;
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.floating-btn:hover {
  background: #905cfc;
  transform: translateY(-2px);
}
.homeMain .ftm  {
  margin-top: 120px;
}
.ic-case-study-link {
  margin-bottom: 60px;
}

.t-card-wrapper {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}

.t-card-wrapper:not(.active):hover {
  transform: translateY(-4px);
}

.t-card-wrapper:not(.active):hover .t-card {
  transform: scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.t-card-wrapper:not(.active):hover .t-bg-closed {
  transform: scale(1.08);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.t-bg-closed {
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.t-card-wrapper:not(.active):hover .t-vertical-text {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.t-card-wrapper:not(.active):hover .vcircle {
  transform: scale(1.15);
  transition: transform 0.3s ease;
}

/* Section 12 Join Home */

.join-heading {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.5px;
}

.join-desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.join-btn {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 20px;
  border-radius: 48px;
  background: #b07bff;
  border: none;
  cursor: pointer;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.join-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.join-btn-text {
  color: #fff;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.join-image {
  border-bottom-left-radius: 80px;
  border-top-left-radius: 0;
}

.join-image-mobile {
  border-radius: 20px;
}

/* --- Footer Styling--- */
.footer-main {
  padding: 70px 0;
}

.footer-col-1 {
  max-width: 320px;
}

.footer-logo {
  max-height: 40px;
}

.address-heading {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 164%;
  letter-spacing: 0.18px;
  margin-bottom: 5px;
}

.address-text {
  color: #ffffffa8;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 164%;
  letter-spacing: 0.16px;
}

.footer-menu-heading {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu-list li a {
  color: #ffffffa8;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-menu-list li a:hover {
  opacity: 0.7;
}

/* --- Social Icons Styling --- */
.social-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38.048px;
  height: 38.048px;
  border-radius: 79.266px;
  border: 0.396px solid #fff;
  gap: 10.569px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-icon:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.social-icon img {
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
}

/* --- Bottom Copyright Bar --- */
.footer-bottom-bar {
  height: 50px;
}

.footer-bottom-text {
  color: #fff;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}




/* Contact Us Page */
.contact-bg {
    background-color: #F8F9FC;
    background-image: url(backgrounds/contactus.png);
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}

/* Main Content Box */
.contact-content-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.contact-sub-heading {
    color: #B07BFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; 
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.contact-main-heading {
    color: #262262;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px; 
    letter-spacing: -1.2px;
}

.contact-desc {
    color: #262262;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px;
}

.contact-location-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.contact-phone-box {
    display: flex;
    padding-top: 20px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.contact-phone-content {
    display: flex;
    width: 439px;
    max-width: 100%; 
    align-items: flex-start;
    gap: 40px;
}

.contact-icon-box {
    border-radius: 18px;
    background: rgba(176, 123, 255, 0.25);
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.contact-info-title {
    color: #262262;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 164%;
    letter-spacing: 0.16px;
}

.contact-info-text {
    color: #262262;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 164%;
    letter-spacing: 0.16px;
}




/* Contact Page Form Styling */

.contact-form-wrap {
    width: 100%;
}

.formblock {
    display: flex;
    padding: 40px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}


.form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; 
    position: relative;
}

.half-width {
    width: calc(50% - 10px);
}

.full-width {
    width: 100%;
}

.contact-label {
    color: #374151;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    transition: color 0.3s ease;
}

.contact-input, .contact-textarea {
    display: flex;
    width: 100%;
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 18px;
    border: 1px solid rgba(92, 92, 224, 0.15);
    background: #F8FAFC;
    color: #262262;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

.contact-input {
    height: 46px;
}

.contact-textarea {
    height: 106px;
    resize: none;
}

.contact-input::placeholder, .contact-textarea::placeholder {
    color: #9CA3AF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.contact-input:hover, .contact-textarea:hover {
    border-color: rgba(176, 123, 255, 0.5); 
}

.form-group:focus-within .contact-label {
    color: #B07BFF; 
}

.contact-input:focus, .contact-textarea:focus {
    border-color: #B07BFF;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(176, 123, 255, 0.15);
}

.custom-select-wrap {
    width: 100%;
    position: relative;
}

.contact-select {
    appearance: none; 
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}

.contact-submit-btn {
    border-radius: 18px;
    background: #B07BFF;
    display: flex;
    width: 100%; 
    height: 56px;
    padding: 16px 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: none;
    cursor: pointer;
}
.contact-submit-btn:hover {
    background: #9d68e6; 
}

.error-text {
    display: none;
    color: #EF4444; 
    font-size: 11px;
    font-family: 'Inter', sans-serif;
    margin-top: -4px;
    padding-left: 8px;
}
.has-error .contact-input, .has-error .contact-textarea {
    border-color: #EF4444;
    background: #FEF2F2;
}
.has-error .error-text {
    display: block;
}


/* Services - Staff Augmentation */
/* ========================================== */
/* Service Banner Common Styles               */
/* ========================================== */

.service-banner {
    display: flex;
    height: 630px;
    padding: 100px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    width: 100%;
}

.service-banner-bg {
    background: linear-gradient(180deg, rgba(6, 0, 60, 0) 0%, rgba(21, 4, 102, 0) 100%), 
                linear-gradient(0deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0) 100%), 
                url('backgrounds/services/staff-augmentation/hero.jpg') no-repeat, 
                #121034;
    
    background-size: cover;
    background-position: center, center;
}
/* Title Set Wrapper */
.service-title-set {
    display: flex;
    width: 100%;
    max-width: 1006px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Small Tag (Staff Augmentation Pill) */
.service-tag {
    display: flex;
    padding: 8px 16px;
    align-items: flex-start;
    border-radius: 100px;
    background: rgba(198, 138, 254, 0.16);
    color: #C68AFE;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
}

/* Main Heading */
.service-main-heading {
    color: #FFF;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.5px;
}

/* Banner Description */
.service-banner-desc {
    color: #E3E1EF;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    max-width: 850px;
}



/* Services Cards Row */
.services-cards-row {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Individual Service Card */
.service-card {
    display: flex;
    flex: 1;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-shrink: 0;
    border-radius: 40px;
    border: 1px solid #C7C7D6;
    background: #FFF;
    transition: all 0.3s ease;
}

.service-card:hover {
    border-color: #B07BFF;
    box-shadow: 0px 10px 30px rgba(176, 123, 255, 0.1);
    transform: translateY(-5px);
}

/* Icon Box inside Card */
.service-card-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Card Heading */
.service-card-heading {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    line-height: 44px; /* 157.143% */
    letter-spacing: -0.5px;
    text-align: center;
}

/* Card Description */
.service-card-desc {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px; /* 150% */
}

.service-stats-section {
    display: flex;
    padding: 30px 80px;
    justify-content: center;
    align-items: flex-start;
    gap: 160px;
    align-self: stretch;
    width: 100%;
}

/* Background Image & Blend Mode Setup */
.service-stats-bg {
    background: url('backgrounds/services/staff-augmentation/stats.jpg');
    background-blend-mode: soft-light, normal, normal;
    background-size: cover;
    background-position: center;
}

/* Stats Row Container */
.service-stats-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    flex-wrap: wrap;
    width: 100%;
}

/* Individual Stat Block */
.service-stat-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 200px;
}

/* Stat Number Heading */
.service-stat-number {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px; /* 120% */
    letter-spacing: -0.3px;
}

/* Stat Description */
.service-stat-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

/* ========================================== */
/* Only Keep Reading Section Styles           */
/* ========================================== */

/* Left Image Border Radius */
.read-img-radius {
    border-radius: 80px 0px;
}

/* Right Content Block */
.read-content-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}


/* Description Style */
.read-desc {
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
}

/* Bullets List (40px gap between list items) */
.read-bullets-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    list-style-type: disc;
    padding-left: 20px;
}

/* Bullet List Items Style */
.read-bullets-list li {
  color: #121034;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


/* ========================================== */
/* What Makes BTP Different (Sticky Section)  */
/* ========================================== */

.btp-sticky-nav {
    gap: 30px;
}

.btp-nav-link {
    display: flex;
    padding: 0 10px;
    align-items: center;
    border-left: 2px solid transparent;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btp-nav-link.active {
    border-left-color: #C68AFE;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: 4px;
}

.btp-row {
    width: 100%;
    min-height: 250px;
    padding: 30px;
    gap: 30px;
    border-radius: 16px;
    border: 1px solid #E3E1EF;
    background: #FFF;
    transition: transform 0.4s ease, border-color 0.4s ease;
}

.btp-row:hover {
    transform: scale(1.02);
    border-color: #C68AFE;
}

/* Row Content Layout */
.btp-row-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    justify-content: center;
}

/* Row Icon */
.btp-row-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* Row Heading */
.btp-row-heading {
    color: #121034;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 136.364% */
    transition: color 0.3s ease;
}

.btp-row:hover .btp-row-heading {
    color: #C68AFE;
}

/* Row Description */
.btp-row-desc {
    color: #6B6885;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.btp-row-img-wrap {
    flex: 1 0 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
}

/* Row Image Base */
.btp-row-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.btp-row:hover .btp-row-img {
    transform: scale(1.05);
}

html {
    scroll-behavior: smooth;
}






/* ========================================== */
/* Flexible Models (Comparison) Styles        */
/* ========================================== */

/* Left Sticky Navigation Wrapper */
.model-sticky-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

/* Nav Links Base */
.model-nav-link {
    display: flex;
    padding: 0 10px;
    align-items: center;
    border-left: 2px solid transparent;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.model-nav-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    object-fit: contain;
}

.model-nav-link.active {
    border-left-color: #C68AFE;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-offset: 4px;
}

.model-header-cell {
    display: flex;
    height: 90px;
    padding: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #FFF;
    border: 1px solid #E3E1EF; 
    color: #121034;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 136.364% */
}

.model-header-cell.highlight-header {
    background: #5C5CE0;
    color: #FFF;
    border: none;
}

/* Right Side - Content Rows Offset */
.model-content-row {
    scroll-margin-top: 240px; 
}

.model-content-cell {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 16px;
    background: #F8F9FA; 
    border: 1px solid #E3E1EF;
}

.model-content-cell.highlight-cell {
    background: rgba(92, 92, 224, 0.20);
    border-color: transparent;
}

.model-cell-title {
    color: #121034;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Content Cell Description */
.model-cell-desc {
    color: #6B6885;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

/* Smooth HTML scroll */
html {
    scroll-behavior: smooth;
}

/* ========================================== */
/* Sticky Header White Curtain Fix            */
/* ========================================== */

.model-sticky-header::before {
    content: "";
    position: absolute;
    bottom: 100%; 
    left: -10px; 
    right: -10px;
    height: 50px; 
    background: #FFF;
    z-index: 10;
    pointer-events: none; 
}

.comapareheading
{
 color: #121034;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 136.364% */ 
padding: 30px 0;
margin-bottom: 64px;
}


/* ========================================== */
/* Model Header Extra Badges & Text           */
/* ========================================== */

/* Popular Badge */
.model-popular-badge {
    display: flex;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #C68AFE;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 200% */
    letter-spacing: -0.28px;
}

/* (On demand) Text */
.model-ondemand-text {
    color: #5C5CE0;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 214.286% */
    margin-top: -5px; 
}




.since2016 h2
{
  color: #000;
text-align: center;
font-family: Manrope;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 57.6px; /* 144% */
}



/* ========================================== */
/* Alignment Risk-Free Section Styles        */
/* ========================================== */

.alignment-section {
    width: 100%;
    background: url(backgrounds/services/staff-augmentation/riskfree.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Glassmorphic Card */
.alignment-card {
    display: flex;

    padding: 32px 28px;
    flex-direction: column;
    align-items: start;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 16px;
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.20) 100%), rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    text-align: left;
}

/* Card Hover Animation */
.alignment-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.4);
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.28) 100%), rgba(255, 255, 255, 0.25);
}

/* Number (01, 02...) */
.alignment-number {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 136.364% */
}

/* Title Heading */
.alignment-card-title {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 136.364% */
}

/* Description */
.alignment-card-desc {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}



/* ========================================== */
/* How It Works Section Styles                */
/* ========================================== */

.how-it-works-section {
    padding-top: 0px; 
}

/* Left Content Block Container */
.how-left-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 80px;
    gap: 0px;
}

/* Main Heading */
.how-main-heading {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

/* Main Description */
.how-main-desc {
    margin-top: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Timeline Wrapper (Connecting Line & Steps) */
.how-timeline-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 40px;
    width: 100%;
    padding-bottom: 60px;
}

.how-timeline-wrapper::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px; /* Matches the center of 40px icon box */
    border-left: 1px solid rgba(111, 127, 142, 0.50);
    width: 1px;
    z-index: 1;
    height: 100%;
}

/* Individual Timeline Step Row */
.how-timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    margin-bottom: 60px; /* 60px spacing between rows */
}

.how-timeline-item.last-item {
    margin-bottom: 0px;
}

/* Icon Box (40x40 circle) */
.how-icon-box {
    display: flex;
    width: 40px;
    height: 40px;
    min-width: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: #C68AFE;
    margin-right: 16px;
    position: relative;
    transform: translateY(-2px); 
}

/* SVG icon inside box */
.how-icon-box svg {
    width: 10.748px;
    height: 10.748px;
    stroke-width: 2px;
    stroke: #FFF;
}

/* Step Content Block */
.how-step-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Step Heading */
.how-step-title {
    color: #1E1D28;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

/* Step Description */
.how-step-desc {
    color: #6B6885; /* var(--text-muted) fallback */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

/* Right Side Image Wrapper filling screen edge */
.how-right-img-wrap {
    width: 100%;
    height: 100%;
    min-height: 600px;
}

/* Right Side Image with Specific Border Radius */
.how-right-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 0 120px;
}

/* ========================================== */
/* How It Works Sticky Image Fix              */
/* ========================================== */

.how-it-works-section {
    padding-top: 0px;
    overflow: visible !important;
}

/* Right Column Sticky Enforce */
.how-it-works-section .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px; 
    align-self: flex-start;
}

.how-right-img {
    border-radius: 0 0 0 120px;
}


/* ========================================== */
/* Frequently Asked Questions (FAQ) Styles    */
/* ========================================== */

.faq-main-heading {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px; /* 120% */
    letter-spacing: -0.3px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style: none; 
    counter-reset: faq-counter; 
    padding-left: 0;
}

/* Individual FAQ Item */
.faq-item {
    display: flex;
    position: relative;
    padding: 28px 0 28px 30px; 
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-bottom: 1px solid #E3E1EF;
    counter-increment: faq-counter;
}

.faq-item::before {
    content: counter(faq-counter) ".";
    position: absolute;
    left: 0;
    top: 28px; 
    color: #121034;
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.faq-item:last-child {
    border-bottom: none;
}

/* FAQ Question Heading */
.faq-question {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 136.364% */
}

/* FAQ Answer Text */
.faq-answer {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}




/* ========================================== */
/* All Services page            */
/* ========================================== */

/* ========================================== */
/* All Services Hero Banner Styles            */
/* ========================================== */
/* ========================================== */
/* All Services Hero Banner Styles            */
/* ========================================== */

.all-services-banner {
    display: flex;
    height: 630px;
    padding: 120px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    width: 100%;
}

.all-services-bg {
  background-image: url(backgrounds/services/all-services/herobg.png); 
    background-size: cover;
    background-position: center;
}

.all-services-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.all-services-heading {
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 64px;
    letter-spacing: -0.5px;
}

.all-services-desc {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.all-services-logos-wrap {
    display: flex;
    width: 749px;
    max-width: 100%;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 20px;
}


/* ========================================== */
/* Services Grid & Sticky Nav Styles          */
/* ========================================== */

/* --- Left Sidebar Sticky Nav (Desktop) --- */
.srv-nav-link {
    display: flex;
    padding: 4px 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-left: 2px solid transparent;
    
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.srv-nav-link.active {
    border-left: 2px solid #C68AFE;
    font-weight: 500;
}

.srv-nav-link:hover {
    color: #C68AFE;
}

/* --- Promo Banner (Left Column) --- */
.srv-promo-banner {
    display: flex;
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    background: rgba(111, 127, 142, 0.10);
}

.srv-promo-img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.srv-promo-heading {
    color: #1E1D28;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 141.176% */
    margin-top: 10px;
}

/* --- Right Side Content Blocks --- */
.srv-content-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    scroll-margin-top: 140px; 
}

.srv-block-heading {
    color: #5C5CE0;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* --- Individual Service Card --- */
.srv-card {
    display: flex;
    min-height: 250px;
    padding: 32px 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 16px;
    border: 1px solid #E3E1EF; /* Direct hex, no variable */
    background: #FFF; /* Direct hex */
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.srv-card:hover {
    transform: translateY(-5px) scale(1.02); 
    border-color: #C68AFE;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.srv-card-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-bottom: 8px;
}

.srv-card-title {
    color: #121034;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 136.364% */
    transition: color 0.3s ease; /* Smooth color transition */
}
.srv-card:hover .srv-card-title {
    color: #C68AFE !important; 
}
.srv-card-desc {
    color: #6B6885;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.srv-promo-btn {
    padding: 6px 12px !important;
    min-height: 38px !important;
}

.srv-promo-btn .mu-box3-btn-text {
    font-size: 13px !important;
}

.srv-promo-btn .btn-icon-wrap {
    width: 22px !important;
    height: 22px !important;
}
.srv-promo-btn .btn-icon-wrap img {
    width: 10px !important;
}
.allservicess .mbos1
{
  margin-left: 0;
}
.allservicess .impact-cards-wrapper .impact-card:first-child
{
  margin-left: 0 !important;
}


/* Stats Block Padding & Background */
.srv-stats-block {
    background: #262262;
    padding: 64px 80px;
    width: 100%;
    margin: 40px 0;
}

/* Heading Styling */
.stat-heading {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: -0.3px;
    margin: 0;
}

/* Paragraph Styling */
.stat-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.servicesPage .how-left-col
{
  padding-bottom: 0;
}
.servicesPage .tech-marquee-wrapper
{
  
  z-index: 9999;
  position: relative;
}