:root {
  --clr-primary: #f9d342;
  --clr-white: #fff;
  --clr-light: #d9d9d9;
  --clr-dark: #222222;
}

body {
  background-color: #fff;
}

.badge-grid a {
    font-size: 16px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    color: var(--clr-dark) !important;
}

.ThemeBtn {
    border: 0;
    padding: 5px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    background: var(--clr-white);
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    color: var(--clr-dark);
    transition: all 0.3s ease-in-out;
    outline: none;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20);
    text-transform: uppercase;
    min-width: fit-content;
    white-space: nowrap;
}

.custom-space {
  padding-top: 70px;
  padding-bottom: 70px;
}

.TopBanner {
  /* min-height: 100vh; */
  padding-top: 20px;
  padding-bottom: 0px;
  background: var(--clr-dark);
  position: relative;
}

.TopBanner::before {
  position: absolute;
  content: "";
  background-image: radial-gradient(#d2d6db 1px, transparent 0);
  background-size: 40px 40px;
  background-position: -20px -20px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
  pointer-events: none;
}

.TopBanner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 50px;
  color: var(--clr-white);
}

.TopBanner-content h6 {
  font-size: 20px;
  margin: 0 0 20px;
  color: var(--clr-white);
}

.TopBanner-content h1 {
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 20px;
  color: var(--clr-white);
}

.TopBanner-content p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 20px;
  color: var(--clr-white);
}

.banner-btns {
  display: flex;
  gap: 20px;
}

.banner-btns a {
  min-width: 150px;
}

.BannerHero {
  margin-top: 50px;
}

.BannerHero img {
  width: 100%;
}
/* **************************************** */

.AboutImg {
  width: 100%;
  height: 100%;
  height: 530px;
}

/* Image fill */
.AboutImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
}

/* Right content as 2x2 grid */
.AboutContent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: 100%; /* match left column height */
}

/* Card boxes */
.AboutContentBox {
  box-sizing: border-box;
  background: #9797970a;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* Headings */
.AboutContentBox h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

/**************************/

.AwardSection .stat {
  border-right: 1px solid #cdcdcd;
  flex-basis: 33.33%;
  padding: 30px 20px;
  text-align: center;
}
.stat.last-child {
  border: 0;
}

.stat h2 {
  font-size: 56px;
  line-height: 55px;
  margin: 0 0 5px;
  color: #000;
  font-weight: bold;
}

p:last-child {
  margin-bottom: 0;
  /* color: #434343; */
}

.award-heading h4 {
  font-size: 20px;
  margin: 0 35px;
  background: #fff;
  position: relative;
}
.award-heading h4 span {
  margin: 0 35px;
  background: #fff;
  color: #000;
}
.InnerLogo {
  display: flex;
  justify-content: center;
  background: #f9d34205;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #d5d5d5;
  padding: 50px 30px;
}
.borderLeftNone {
  border-width: 0 0 1px 0px !important;
}
.borderBottomNone {
  border-width: 0 1px 0px 0px !important;
}
.borderBottomNoneLast {
  border-width: 0 0px 0px 0px !important;
}

.InnerLogo img {
  height: 50px;
  object-fit: contain;
  text-align: center;
  width: 100%;
}
/***********************************/

.GenAISection {
  position: relative;
}

.GradientTitle_titleWrapper {
  text-transform: capitalize;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 57.6px;
  color: #2e2d2b;
  letter-spacing: 0.5px;
  /* max-width: 500px; */
}

.GenAssistPercent_displayFlex {
  display: flex;
  flex-direction: column;
}

.GradientTitle_lastLetterGradient {
  background: linear-gradient(282.3deg, #2e2d2b 28.93%, #f9d342);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
}

.GenAssistPercent_outerCardWrapper {
  display: flex;
  align-items: center;
  row-gap: 1rem;
  column-gap: 1rem;
  flex-wrap: wrap;
}

.GenAssistPercent_cardWrapper {
  width: calc(50% - 1rem);
  height: 12rem;
  padding: 24px;
  gap: 26px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 24px 34px 0 rgba(0, 0, 0, 0.078);
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  text-transform: capitalize;
  justify-content: space-between;
  background: hsla(0, 0%, 100%, 0.561);
  z-index: 10;
}
.GenAssistPercent_titleWrapper {
  display: flex;
}

.GenAssistPercent_cardDescription {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25.2px;
  color: #302c3b;
  letter-spacing: 0.5px;
}

.GenAISection:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(
      circle at 31% 54%,
      rgb(209 209 209 / 78%) 0,
      #0000 23%
    ),
    radial-gradient(circle at 46% 80%, #9b9b9b99 0, #0000 23%);
  opacity: 50%;
}

.GenAssistPercent_quotesSection {
  width: 100%;
  height: 100%;
  padding: 24px;
  border-radius: 4px;
  box-shadow: 0 24px 34px 0 rgba(0, 0, 0, 0.078);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: hsla(0, 0%, 100%, 0.561);
  z-index: 10;
  column-gap: 1rem;
}

.GenAssistPercent_leftSection {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.GenAssistPercent_verticalLine {
  width: 2px;
  height: 190px;
  background: linear-gradient(180deg, #2e2d2b, #f9d342);
  border: none;
}

/* .GenAssistPercent_quotesPart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
} */

.GenAssistPercent_quote {
  margin-top: 1rem;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 30px;
  color: #302c3b;
  letter-spacing: 0.25px;
}

/*****************************************/

.Innovation-focused_title h2 {
  text-transform: capitalize;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 57.6px;
  color: #2e2d2b;
  letter-spacing: 0.5px;
}
.innovation-expertise {
  padding-top: 30px;
}
.AboutUs{
  overflow: hidden;
}
.innovation-expertise .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: calc(100% - 77px);
  margin-left: auto;
  padding-bottom: 2px;
}

.innovation-expertise .list .list-item {
  width: 100%;
  padding: 40px 0;
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  border-bottom: 1px solid #cdcdcd;
}

.innovation-expertise .list .list-item-wrp {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
}

.innovation-expertise .list .list-item-wrp:first-child::before,
.innovation-expertise .list .list-item-wrp:last-child::after {
  display: none;
}

.innovation-expertise .list .list-item-wrp::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  border-left: 2px dashed var(--clr-dark);
  display: inline-block;
  top: 0;
  height: 50%;
  left: -60px;
}

.innovation-expertise .list .list-item-wrp::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  border-left: 2px dashed var(--clr-dark);
  display: inline-block;
  bottom: 0;
  height: 50%;
  left: -60px;
}

.innovation-expertise .list .list-item::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('https://nuanceinfotech.com/wp-content/uploads/2026/01/Ellipse.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  left: -69px;
  position: absolute;
  margin-top: -1px;
  z-index: 1;
}

.innovation-expertise .list h3 {
  width: 400px;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  max-width: 200px;
}

.innovation-expertise .list-item p {
  font-size: 16px;
  font-weight: 500;
  color: #3f3e3f;
}

.innovation-expertise .list .logo-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}

.innovation-expertise .list .logo-grid-item {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.innovation-expertise .list .logo-grid-item img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.innovation-expertise .list .number-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}

.innovation-expertise .list .list-item > :last-child {
  padding-right: 80px;
}

.innovation-expertise .list .number-grid-item {
  flex: 1;
}

.innovation-expertise .list .number-grid-item .h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.3;
  margin: 0 0 4px;
}

.innovation-expertise .list .number-grid-item .p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.innovation-expertise .list .badge-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.innovation-expertise .list .badge-grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  border: 1px solid var(--2k25-border-1);
  background-color: var(--white);
  border-radius: 6px;
  padding: 10px 20px;
  box-shadow: 0 3px 6px 0 #acacb033;
  transition: 0.8s all;
}

.badge-grid-item .badge-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.badge-grid-item .badge-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.innovation-expertise .list .badge-grid-item:hover {
  background: var(--clr-light);
  color: var(--clr-dark);
}

.innovation-expertise .list .badge-grid-item .text {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}

/**********************************************/
.core-services-item {
  height: 430px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.core-services-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 150%;
  left: 0;
  bottom: -20%;
  background: #00000030;
  z-index: 1;
  transition: all;
}

.core-services-item:hover:before {
  bottom: 0%;
  height: 200%;
  background-color: #00000080;
  transition: 1s ease-out;
}

.core-services-item img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  object-position: top;
  z-index: 0;
}

.core-services-item h3,
.core-services-item ul {
  position: relative;
  z-index: 1;
}

.core-services-item .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.core-services-item .inner h3 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  font-family: var(--poppins);
}

.core-services-item .inner ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 0;
  /* transition: max-height 0.4s ease, margin-top 0.4s ease; */
  overflow: hidden;
  margin-top: 0;
  transition: 0.6s ease-out;
}
.core-services-item .inner ul li {
  position: relative;
}
.core-services-item:hover .inner ul {
  margin-top: 20px;
  max-height: 215px;
}
.core-services-item .inner ul li {
  font-size: 16px;
  display: flex;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: var(--transition3);
  padding-left: 16px;
}
.core-services-item .inner ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  top: 10px;
  left: 0;
  color: #fff;
}

.ArrowControl {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  z-index: 10;
}

.ArrowControl .button-prev,
.ArrowControl .button-next {
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  background-color: var(--clr-primary);
  align-items: center;
  justify-content: center;
  border-radius: 0 20px;
}

.ArrowControl .button-prev img {
  transform: rotate(180deg);
}

/* **************************************** */

.cutting-tech-wrap {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.cutting-tech-item {
  padding: 18px 18px 18px 24px;
  background: #0ea98214;
  border: 1px solid #0ea982;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 23px;
  height: 100%;
}

.cutting-tech-item .imag-wrap {
  width: 45px;
  min-width: 45px;
}

.cutting-tech-item .imag-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cutting-tech-item h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.cutting-tech-item p {
  line-height: 1.5;
  color: var(--clr-dark);
  font-size: 12px;
}

.claude {
  background: #d9775714;
  border: 1px solid #d97757;
}

.aws {
  background: #ff990014;
  border: 1px solid #f90;
}

.google {
  background: #4285f414;
  border: 1px solid #4285f4;
}

.meta {
  background: #e5f3ff;
  border: 1px solid #0081fb;
}

.microsoft {
  background: #3ccbf414;
  border: 1px solid #3ccbf4;
}

.perplexity {
  background: #3f7e8b14;
  border: 1px solid #3f7e8b;
}

.gemini {
  background: #5684d114;
  border: 1px solid #5684d1;
}

.pilot {
  background: #eb588f0a;
  border: 1px solid #eb588f;
}

.CursorBox {
  background: #0000000a;
  border: 1px solid #000;
}

.qodo {
  background: #786df514;
  border: 1px solid #786df5;
}

/* *************************************** */
.testimonyContent {
  position: relative;
  z-index: 1;
  background-color: #f6f6f6;
  overflow: hidden;
}
.testimonyContent::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background: radial-gradient(
      circle at 20% 0,
      var(--clr-primary) 6%,
      transparent 30%
    ),
    radial-gradient(circle at 100% 96%, var(--clr-primary) 0, transparent 26%);
  z-index: -1;
}
.testimonyContent_data {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
}
.testimonyContent_leftSection {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.GenAssistPercent_verticalLine {
  width: 2px;
  height: 140px;
  background-color: #0f1115;
  margin: 8px 0;
}
.GenAssistPercent_quotesPart {
  display: flex;
  flex-direction: column;
}
.GenAssistPercent_quotesPart p {
  margin-bottom: 1rem;
}
.testimony-name h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.testimony-name p {
  margin: 0;
}
.Testimony_zigzag___tuyB {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.Testimony_zigzag___tuyB {
  right: 0;
  top: 0;
}
.Testimony_blueCircle__AF1uA {
  position: absolute;
  max-width: 220px;
}
.Testimony_person__HYY3F {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
}
.ArrowControlTest {
  display: flex;
  gap: 40px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

.ArrowControlTest .button-prev-test,
.ArrowControlTest .button-next-test {
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  background-color: var(--clr-primary);
  align-items: center;
  justify-content: center;
  border-radius: 0 20px;
}

.ArrowControlTest .button-prev-test img {
  transform: rotate(180deg);
}





/* Portfolio Page */
.portfolioTop {
  padding: 150px 0 60px 0;
}
.header-portfolio {
  background-color: var(--clr-dark);
}
.dribbble-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000;
}

.dribbble-content h6 {
  font-size: 20px;
  margin: 0 0 20px;
}

.dribbble-content h1 {
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 20px;
}

.dribbble-content p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 20px;
  color: var(--clr-dark);
}
.dribbble-grid {
  background: #f8f8f8;
  border-radius: 8px;
  position: relative;
  transition: 0.6s;
}
.dribble-box {
  display: flex;
  position: absolute;
  bottom: 0;
  background: #00000033;
  width: 100%;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 0px 0px 12px 12px;
}

.dribble-box h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  margin: 0;
}

.dribbble-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
  flex-shrink: 0;
}

.dribbble-grid:hover .dribble-box {
  opacity: 1;
}
.viewBtn {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 14px;
  background: var(--clr-white);
  font-size: 12px;
  font-weight: 600;
  border-radius: 30px;
  color: var(--clr-dark);
  transition: all 0.3s ease-in-out;
  outline: none;
  text-transform: uppercase;
}

.viewBtn:hover {
  background: var(--clr-light);
  color: var(--clr-dark);
}
.dribbble-grid img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.dribbble-detail {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.dribbble_text {
  font-size: 36px;
  letter-spacing: 1.2px;
  font-weight: 600;
  margin-bottom: 20px;
}
.keyFeatures li {
  padding: 6px 0;
}
.dribbble-detail h2 {
  font-size: 26px;
  line-height: 38px;
}

.Testimony_profileImg__f8jAK {
    border-radius: 100%;
    width: 250px;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.Testimony_profileImg__f8jAK img {
    border-radius: 100%;
    width: 100%;
}

/* Mobile */
@media (max-width: 767px) {
  .AboutContent {
    grid-template-columns: auto;
  }
  .TopBanner-content h1 {
    font-size: 28px;
  }
  .TopBanner-content p {
    font-size: 16px; 
  }
  .GradientTitle_titleWrapper {
    font-size: 28px;
  }
  p:last-child {
    font-size: 14px;
}
.custom-space {
    padding-top: 40px;
    padding-bottom: 40px;
}
.AboutImg {
      height: 250px;
}
.AboutImg img {
      object-position: center;
}
.GenAssistPercent_displayFlex {
  line-height: 40px;
}
.GenAssistPercent_cardWrapper {
  height: 14rem;
}
.GenAssistPercent_outerCardWrapper {
      justify-content: space-between;
    margin-bottom: 30px;
}
.Innovation-focused_title h2 {
      font-size: 30px;
    line-height: 36.6px;
}
.innovation-expertise .list .list-item {
  flex-direction: column;
    align-items: flex-start;
        gap: 10px;
}
.innovation-expertise .list .list-item-wrp::after {
      height: 89%;
}
.innovation-expertise .list .badge-grid-item {
      min-width: max-content;
}
.innovation-expertise .list .list-item-wrp::before {
      height: 52%;
}
.ArrowControlTest {
    justify-content: center;
    margin: 0;
}
/* LEFT item */
  .justify-content-center.g-0.mt-5 > div:nth-child(2n+1) .InnerLogo {
    border-left-width: 0 !important;
  }

  /* RIGHT item */
  .justify-content-center.g-0.mt-5 > div:nth-child(2n) .InnerLogo {
    border-right-width: 0 !important;
  }

  /* FIRST ROW */
  .justify-content-center.g-0.mt-5 > div:nth-child(-n+2) .InnerLogo {
    border-top-width: 0 !important;
  }

  /* LAST ROW */
  .justify-content-center.g-0.mt-5 > div:nth-last-child(-n+2) .InnerLogo {
    border-bottom-width: 0 !important;
  }

  /* 🔥 ABSOLUTE LAST ITEM (OVERRIDE borderBottomNone) */
  .justify-content-center.g-0.mt-5 > div:last-child .InnerLogo {
    border-width: 0 !important;
  }
  .borderBottomNone {
    border: inherit !important;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {}

/* Desktop */
@media (min-width: 1025px) {}
