/* Hero Section - PoC */
.ai-powered-hero .banner-answer {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  text-align: center;
  color: #000000;
}

.ai-powered-hero h3 {
  font-weight: 500;
  color: #1d1616;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
}

.sticky-section {
  /* display: flex; */
  justify-content: space-between;
  padding: 40px;
  color: white;
  box-sizing: border-box;
}

.sticky-box {
  /* width: 30%; */
  height: 400px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 10px black;
  position: sticky;
  top: 35%;
}

/* Excellence in action */
.excellence-in-action-red .tile-glass h5 {
  font-weight: 600;
}

.excellence-in-action-red .tile-glass p {
  font-weight: 500;
  color: #ffffffcc;
}

/* Roadmap Section - Pos Page*/
.roadmap-inner-bg {
  position: relative;
}

.roadmap-in-action h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #1d1616;
}

.roadmap-inner-bg::before {
  content: "";
  background-image: url(../svg/roadmap-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.roadmap-card {
  position: relative;
  margin: 20px 0px;
}

.roadmap-card-inner {
  overflow: hidden;
  border: 1px solid #ffffff1a;
  background-color: #ffffff99;
  backdrop-filter: blur(10.800000190734863px);
  border-radius: 20px;
  z-index: 0;
  transition: 300ms ease;
}

.roadmap-card-inner:hover {
  scale: 1.05;
}

.roadmap-card .connector-line {
  position: absolute;
  right: -22%;
  top: 50%;
  bottom: 0;
  z-index: -1;
}

.roadmap-card:nth-child(even) .connector-line {
  right: 0;
  left: -22%;
  rotate: 180deg;
}

.roadmap-card:nth-child(even) {
  position: relative;
  top: 6em;
}

.roadmap-card .card-number {
  font-weight: 300;
  font-size: 80px;
  line-height: 72px;
  letter-spacing: 1.6px;
  color: #f8ae9a;
}

.roadmap-card .roadmap-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  color: #1d1616;
}

.roadmap-card .roadmap-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.28px;
  color: #454545;
  padding-left: 10px;
  border-left: 1px solid #fac9b9;
}

/* Key Deliverables Section */
.key-deliverables {
  background-image: url(../imgs/key-deliverables.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.key-deliverables .title-text-container {
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  border-bottom: 1px solid #2f2c2cc9;
  color: #ffffff;
}

.key-deliverables .content-list .content-card {
  border-bottom: 1px solid #2f2c2ce5;
}

.key-deliverables .content-list .content-card:last-child {
  border-bottom: unset;
}

.key-deliverables .content-list .content-card .card-image {
  width: 100px;
}

.key-deliverables .content-list .content-card .card-image img {
  width: 50px;
  height: 55px;
}

.key-deliverables .content-list .content-card .card-content .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  color: #ffffff;
}

.key-deliverables .content-list .content-card .card-content .content {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #ffffffa1;
}

/* Customisable Solutions */
.ai-customizable-solutions h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #1d1616;
}

.ai-customizable-solutions p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #454545;
}

.ai-customizable-solutions .product-video video {
  height: 100%;
}

.ai-customizable-solutions .product-video .video-info h6 {
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.48px;
}

.ai-customizable-solutions .slider {
  height: 700px;
}

.ai-customizable-solutions .slider .slide p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.32px;
  color: #ffffff;
}

.ai-customizable-solutions .slider .slide a {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 41px;
  letter-spacing: 0.37px;
}

.ai-customizable-solutions .slider .slide .video-floating-box h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
}

.ai-customizable-solutions .slider .slide .video-floating-box p {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
}

.contact-section-header h3 {
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.96px;
}

.contact-section-header p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
}

@media only screen and (max-width: 991px) {
  .roadmap-card .connector-line {
    display: none;
  }

  .roadmap-card:nth-child(even) {
    top: unset;
  }
}

@media only screen and (max-width: 768px) {
  .ai-customizable-solutions .slider {
    height: 700px;
  }
}

@media only screen and (max-width: 600px) {
  .ai-powered-hero .banner-answer {
    font-size: 18px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 425px) {
  .key-deliverables .title-text-container {
    font-size: 48px;
  }

  .excellence-in-action-red h2 {
    font-size: 48px;
  }

  .ai-powered-hero h3 {
    font-size: 42px;
  }

  .roadmap-in-action h2 {
    font-size: 48px;
  }
}

.excellence-in-action-red {
  background: url(../imgs/excellence-bg-red.webp) #000;
}

.excellence-in-action-red h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
}

.excellence-in-action-red h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  text-align: center;
}

.excellence-in-action-red .excellence-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  text-align: center;
  color: #ffffff9c;
}

.excellence-in-action.inner-page {
  padding: 5em 0;
}

.roadmap-in-action {
  background: url(../imgs/roadmap-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -2px;
  /* padding: 80px 0; */
  padding-top: 80px;
  padding-bottom: 80px;
  /* height: auto !important; */
}

.roadmap-in-action p {
  color: #454545;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.28px;
}

.excellence-in-action.excellence-in-action-red.inner-page .tile-glass img {
  width: 60px;
  height: 80px;
}

/* AI Developement Services */
.ai-developement-services-main-banner {
  background-image: url(../imgs/ai-banner-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ai-developement-services-main-banner .container {
  padding: 150px 10px;
}

.ai-developement-services-main-banner h3 {
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #1d1616;
}

.ai-developement-services-main-banner .banner-answer {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  text-align: center;
  color: #000000;
}

.ai-developement-services-main-banner a,
.ai-developement-services-main-banner button {
  backdrop-filter: blur(70px);
  box-shadow: 0px 1.2px 29.92px 0px #452a7c1a;
  background: #0f1e0d;
  border-radius: 60px;
  padding: 10px 30px;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 41px;
  letter-spacing: 0.37px;
  transition: 300ms ease;
  display: inline-block;
  border: none;
}

.ai-developement-services-main-banner a:hover,
.ai-developement-services-main-banner button:hover {
  background-color: transparent;
  color: #0f1e0d !important;
  box-shadow: 0px 0px 7px 0px #0f1e0d;
}

.services-services,
.beyond-satisfaction {
  background-image: url(../imgs/services-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-services .services-header {
  padding: 80px 0px 30px;
}

.services-services .services-header h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #ffffff;
}

.services-services .services-header p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #ffffff9c;
}

.services-services .tabs-outer-container {
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  overflow: hidden;
}

.services-services .pills-container {
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.05) -2.68%,
    rgba(255, 255, 255, 0.0335) 101.02%
  );
  backdrop-filter: blur(6.400000095367432px);
  height: auto;
}

.services-services .nav-pills {
  height: 460px;
  overflow-y: scroll;
}

.services-services .nav-pills::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.services-services .nav-pills::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #2d2d2d;
  border-radius: 10px;
}

/* Handle */
.services-services .nav-pills::-webkit-scrollbar-thumb {
  background: #767676;
  border-radius: 10px;
}

/* Handle on hover */
.services-services .nav-pills::-webkit-scrollbar-thumb:hover {
  background: #8b8a8a;
}

.services-services .nav-pills .nav-link {
  background: none;
  border: none;
  border-bottom: 1px solid #2f2c2ce5;
}

.services-services .nav-pills .nav-link:last-child {
  border-bottom: unset;
}

.services-services .nav-pills .nav-link .number {
  width: 100px;
  font-weight: 300;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 1.28px;
  color: #9c9c9c;
}

.services-services .nav-pills .nav-link.active .number {
  color: #ffffff;
}

.services-services .nav-pills .nav-link .title {
  flex: 1;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.48px;
  color: #9c9c9c;
}

.services-services .nav-pills .nav-link.active .title {
  color: #ffffff;
}

.services-services .tab-content h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.48px;
  color: #ffffff;
}

.services-services .tab-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.32px;
  color: #ffffff;
}

.why-choose {
  background-image: url(../imgs/why-choose-bg-1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-choose .container {
  padding-bottom: 100px;
}

.why-choose-inner {
  background-image: url(../imgs/why-choose-bg-2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: 1px solid #ffffff1a;
}

.why-choose-inner h3 {
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
}

.why-choose .why-choose-tiles .tile-card {
  background: #00000040;
  border-radius: 20px;
  height: 100%;
  padding: 20px;
}

.why-choose .why-choose-tiles .tile-card h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  padding: 15px 0px 10px;
}

.why-choose .why-choose-tiles .tile-card p {
  color: #ffffff8a;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.why-choose .why-choose-tiles .tile-card img {
  width: 55px;
  height: 55px;
}

.driven-solutions {
  background-image: url(../imgs/driven-solutions.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.driven-solutions .top-container h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #1d1616;
  padding-top: 50px;
}

.driven-solutions .top-container h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.48px;
  text-align: center;
  color: #000000;
}

.driven-solutions .top-container-cards .cards {
  border: 1px solid #ffffff1a;
  background: #ffffff99;
  backdrop-filter: blur(10.800000190734863px);
  border-radius: 20px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  height: 250px;
}

.driven-solutions .top-container-cards .cards p {
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.44px;
  color: #2d2d2d;
}

.driven-solutions .top-container-cards .cards img {
  width: 50px;
  height: 50px;
}

.driven-solutions .bottom-container h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #1d1616;
  transition: opacity 0.3s ease;
}

.driven-solutions .bottom-container .slider .slide {
  background-image: url(../imgs/nuwave.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.driven-solutions
  .bottom-container
  .slider
  .slide
  .left-side-solution
  .slide-button {
  border-radius: 50px;
  display: inline-flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  backdrop-filter: blur(70px);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.37px;
  border: none;
  text-align: center;
}

.driven-solutions
  .bottom-container
  .slider
  .slide
  .left-side-solution
  .clr-dark {
  background-color: #0f181a;
  color: #ffffff;
  text-shadow: 0px 10px 20px 0px #00000040;
}

.driven-solutions
  .bottom-container
  .slider
  .slide
  .left-side-solution
  .clr-white {
  box-shadow: 0px 1.2px 29.92px 0px #452a7c1a;
  text-shadow: 0px 10px 20px 0px #00000040;
  color: #000000;
  background-color: #ffffff;
}

.driven-solutions .bottom-container .slider .slide .left-side-solution p {
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.48px;
  display: block;
}

.driven-solutions .bottom-container .solutions-slider::before {
  display: none;
}

.driven-solutions .bottom-container .slider {
  height: 1000px;
}

.driven-solutions .bottom-container .slider .key-features h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #ffffff;
}

.driven-solutions .bottom-container .slider .key-features .feature-list-card {
  padding: 20px 10px;
  border-top: 2px solid #ff8585;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.driven-solutions
  .bottom-container
  .slider
  .key-features
  .feature-list-card
  h4 {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
}

.driven-solutions .bottom-container .slider .key-features .feature-list-card p {
  color: #ffffffcc;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
}

.driven-solutions
  .bottom-container
  .slider
  .key-features
  .feature-list-card
  img {
  width: 40px;
  height: 40px;
}

.ai-transform-journey {
  background-image: url(../imgs/step-transformation.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ai-transform-journey h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #ffffff;
  padding-top: 30px;
}

.ai-transform-journey h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  text-align: center;
  color: #ffffff;
  padding-top: 20px;
}

.ai-transform-journey .line {
  margin-top: 50px;
  height: 1px;
  background-color: #2f2c2cc9;
}

.ai-transform-journey .journey-cards {
  padding: 80px 10px;
  margin-bottom: 80px;
  position: relative;
  row-gap: 100px;
}

.ai-transform-journey .journey-cards::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #272424;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -2;
}

.ai-transform-journey .journey-cards .journey-card {
  border-radius: 10px;
  overflow: hidden;
}

.ai-transform-journey .journey-cards .journey-card-outer {
  position: relative;
}

.ai-transform-journey .journey-cards .journey-card-outer::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #272424;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  right: 0;
}

.ai-transform-journey
  .journey-cards
  .journey-card-outer:nth-child(even)::before {
  right: unset;
  left: 0;
}

.ai-transform-journey .journey-cards .journey-card-outer:nth-child(even) {
  position: relative;
  top: 100px;
}

.ai-transform-journey .journey-cards .journey-card .header {
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.05) -2.68%,
    rgba(255, 255, 255, 0.0335) 101.02%
  );
  backdrop-filter: blur(6.400000095367432px);
  color: #ffffff;
}

.ai-transform-journey .journey-cards .journey-card .header .number {
  font-weight: 300;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 1.28px;
}

.ai-transform-journey .journey-cards .journey-card .header .title {
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.8px;
}

.ai-transform-journey .journey-cards .journey-card .header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai-transform-journey .journey-cards .journey-card .header img {
  width: 50px;
  height: 50px;
}

.ai-transform-journey .journey-cards .journey-card .journey-content {
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.03) -2.68%,
    rgba(255, 255, 255, 0.0201) 101.02%
  );
  backdrop-filter: blur(6.400000095367432px);
}

.ai-transform-journey .journey-cards .journey-card .journey-content h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  color: #ffffff;
  padding-bottom: 5px;
}

.ai-transform-journey .journey-cards .journey-card .journey-content h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #ffffffcc;
  padding-bottom: 20px;
}

.ai-transform-journey .journey-cards .journey-card .journey-content .list p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffffcc;
}

.related-services {
  background-image: url(../imgs/related-serv.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.related-services .container {
  max-width: 800px;
  margin: 0 auto;
}

.related-services h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #1d1616;
  padding-top: 50px;
}

.related-services .related-cards .related-card {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #ffffffab;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(10.800000190734863px);
  height: 100%;
  border-radius: 20px;
  transition: 300ms ease;
}

.related-services .related-cards .related-card:hover {
  scale: 1.05;
}

.related-services .related-cards .related-card img {
  width: 50px;
  height: 50px;
}

.related-services .related-cards .related-card h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  color: #000000;
}

@media only screen and (max-width: 1200px) {
  .driven-solutions .bottom-container .slider {
    height: 1600px;
  }

  .index-only-header {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .ai-transform-journey .journey-cards .journey-card-outer::before {
    display: none;
  }

  .ai-transform-journey .journey-cards .journey-card-outer:nth-child(even) {
    top: unset;
  }

  .ai-transform-journey .journey-cards {
    row-gap: 50px;
  }

  .ai-transform-journey .journey-cards {
    margin-bottom: 0px;
  }

  .driven-solutions .bottom-container .slider {
    height: 1700px;
  }

  .hp-banner-img {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) {
  .services-services .nav-pills,
  .cloud-services .nav-pills {
    height: 130px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: unset;
  }

  .services-services .nav-pills::-webkit-scrollbar {
    height: 3px;
  }

  .services-services .nav-pills .nav-link {
    border-bottom: unset;
  }

  .driven-solutions .bottom-container .slider {
    height: 1900px;
  }
}

@media only screen and (max-width: 576px) {
  .driven-solutions .bottom-container .slider {
    height: 2300px;
  }
}

@media only screen and (max-width: 425px) {
  .why-choose-inner h3,
  .ai-developement-services-main-banner h3,
  .driven-solutions .top-container h2,
  .related-services h2,
  .ai-transform-journey h2 {
    font-size: 35px;
  }

  .why-choose .why-choose-tiles .tile-card {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.blog-section h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
}

/* Aiot Page */
.aiot-main-banner {
  background-image: url("../imgs/aiot-banner.webp");
}

.aiot-driven-solutions {
  background-image: url("../imgs/business-impact.webp");
}

.aiot-driven-solutions .top-container h5,
.aiot-why-choose h5 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  text-align: center;
}

.aiot-why-choose h5 {
  color: #aaaaaa;
}

.aiot-why-choose .container {
  padding-top: 100px;
}

.aiot-why-choose .why-choose-tiles .tile-card {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.aiot-more-smarttech {
  background-image: url("../imgs/services-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aiot-more-smarttech h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #ffffff;
}

.aiot-more-smarttech h3 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  color: #ffffff;
}

.aiot-more-smarttech h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #ffffff9c;
}

.aiot-more-smarttech .line {
  height: 1px;
  background-color: #2f2c2cc9;
}

.aiot-more-smarttech .smarttech-image {
  overflow: hidden;
}

.aiot-more-smarttech .smarttech-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.traditional-dev {
  background-image: url("../imgs/traditional-dev.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.traditional-dev h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #ffffff;
}

.traditional-dev .pseudo-section-one {
  position: relative;
  margin: 60px 0px;
  padding: 50px 0px;
  border-right: 1px solid #2f2c2cc9;
}

.traditional-dev .pseudo-section-one::before {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../imgs/pseudo-one.png") center no-repeat;
  background-size: 70%;
  content: "";
}

.traditional-dev h5 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffffcc;
  position: relative;
  text-align: center;
}

.pseudo-section-one h5 {
  padding: 40px 0px;
}

.pseudo-section-two h5 {
  border-radius: 10px;
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.06) -2.68%,
    rgba(255, 255, 255, 0.0402) 101.02%
  );
  backdrop-filter: blur(6.400000095367432px);
  padding: 15px 10px;
}

.traditional-dev .pseudo-section-one h5 img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}

.traditional-dev .pseudo-section-two {
  position: relative;
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0px;
}

.traditional-dev .pseudo-section-two::before {
  content: "";
  background: url("../svg/pseudo-two.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0;
  height: 580px;
  animation: spin 7s linear infinite;
  pointer-events: none;
}

/* Keyframes for rotation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.traditional-dev .pseudo-section-two .img-container {
  position: absolute;
  align-self: center;
  text-align: center;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6f6f6f;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0%, #0f0f0f 100%);
  z-index: 1;
  border-radius: 50%;
}

.traditional-dev .pseudo-section-two .img-container img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.premium-iot-solutions {
  background-image: url("../imgs/premium-iot.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.premium-iot-solutions h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #1d1616;
}

.premium-iot-solutions h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.8px;
  color: #1d1616;
}

.premium-iot-solutions h4 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.6px;
  color: #1d1616;
}

.premium-iot-solutions p {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08px;
  color: #1d1616;
}

.premium-slider ul.nav-pills {
  padding-bottom: 20px;
  border-bottom: 3px solid #dfdfdf;
}

.premium-slider ul.nav-pills .nav-link {
  backdrop-filter: blur(18.726980209350586px);
  background: #ffffff75;
  border-radius: 15px;
  padding: 20px 10px 10px;
}

.premium-slider ul.nav-pills .nav-link h5 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 18px;
  line-height: 20.81px;
  letter-spacing: 0px;
  text-align: center;
  color: #1d1616;
  height: 40px;
}

.premium-slider ul.nav-pills .nav-link img {
  width: 100%;
  width: 100%;
  height: 180px;
  object-fit: contain;
  object-position: bottom;
}

.premium-slider ul.nav-pills .nav-link.active {
  border: 2px solid #8a8a8a66;
  position: relative;
}

.premium-slider ul.nav-pills .nav-link.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}

.premium-slider .arrow-container {
  display: flex;
  justify-content: end;
  gap: 40px;
  align-items: end;
}

.premium-slider .arrow-container div {
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
}

.premium-slider .arrow-container div:hover {
  background-color: #ddcdff;
}

.premium-slider .slider-tile {
  background-image: url("../imgs/premium-iot-slider-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 80px 50px;
}

.premium-slider .slider-tile .roadmap-card:nth-child(even) {
  top: unset;
}

.premium-slider .slider-tile h1 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #1d1616;
}

.premium-slider .slider-tile h2 {
  text-align: start;
  font-family: Urbanist;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.8px;
  color: #1d1616;
}

.premium-slider .slider-tile h3 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #1d1616;
}

.premium-slider .slider-tile .main-image {
  width: 100%;
}

.premium-slider .slider-tile .top-tiles .single-tile {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 30px;
  background: #ffffff99;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(10.800000190734863px);
  border-radius: 20px;
  margin-bottom: 10px;
}

.premium-slider .slider-tile .top-tiles .single-tile img {
  width: 40px;
}

.premium-slider .slider-tile .top-tiles .single-tile h4 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: start;
  color: #000000;
}

.premium-slider .slider-tile .top-tiles .single-tile p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: start;
  color: #0000008a;
  margin: 0;
}

.premium-slider .number-cards .single-card {
  border-top: 2px solid #ff8585;
  padding: 40px 20px;
}

.premium-slider .number-cards .single-card h1 {
  font-family: Urbanist;
  font-weight: 300;
  font-size: 86.19px;
  line-height: 77.57px;
  letter-spacing: 2.6px;
  width: fit-content;
  background:
    -webkit-linear-gradient(105.65deg, #ee937a 9.24%, #f8ae9a 99.97%),
    -webkit-linear-gradient(180deg, #f8ae9a 0%, #ff8989 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.premium-slider .number-cards .single-card p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.14px;
  color: #2d2d2d;
}

.premium-slider .button-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.premium-slider .button-container .button-dark {
  text-decoration: none;
  color: #ffffff;
  background-color: #0f1e0d;
  font-weight: 500;
}

.premium-slider .button-container .red-color-button {
  background-color: #e04141;
}

.red-color-button {
  background-color: #e04141;
}

.red-color-button:hover {
  background-color: #e900001f;
  color: #ffffff !important;
  box-shadow: 0px 0px 7px 0px #e04141;
}

.black-color-button:hover {
  color: #ffffff !important;
}

.top-tiles .top-text {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #1d1616cc;
}

.premium-slider .slider-tile .top-second-tiles .single-tile p {
  color: #000000;
}

.aiot-ai-transform h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  text-align: center;
  color: #aaaaaa;
}

/* Before Elements */
.up-arrow-icon,
.dollar-icon,
.down-arrow-icon {
  position: relative;
}

.up-arrow-icon::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: url("../svg/big-arrow-top.svg");
}

.dollar-icon::before {
  position: absolute;
  top: 0;
  right: 0;
  content: url("../svg/dollar.svg");
}

.down-arrow-icon::before {
  position: absolute;
  top: 0;
  right: 0;
  content: url("../svg/big-arrow-bottom.svg");
}

@media only screen and (max-width: 991px) {
  .traditional-dev .pseudo-section-one {
    border-right: unset;
    border-bottom: 1px solid #2f2c2cc9;
  }

  .traditional-dev .pseudo-section-one h5 {
    padding: 20px 0px;
  }

  .premium-slider .arrow-container {
    justify-content: center;
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 595px) {
  .long-button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: unset;
  }
}

@media only screen and (max-width: 425px) {
  .traditional-dev .pseudo-section-two,
  .traditional-dev .pseudo-section-two::before {
    height: 350px;
  }

  .premium-slider .slider-tile {
    padding: 80px 20px;
  }

  .premium-slider ul.nav-pills .nav-link h5 {
    height: 20px;
  }
}

/* Cloud Computing page */
.cloud-roadmap p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  text-align: center;
  color: #000000;
}

.cloud-roadmap .button-dark {
  text-decoration: none;
  color: #ffffff;
  background-color: #0f1e0d;
  font-weight: 500;
}

.cloud-services .services-header p {
  color: #aaaaaa;
}

.cloud-services .nav-pills {
  height: 700px;
}

.cloud-services .tab-content img {
  width: 100%;
  object-fit: cover;
}

.cloud-services .tab-content .text-scroll-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #ffffff26;
  padding: 10px 0px 20px;
}

.cloud-services .tab-content .text-scroll-container h6 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #ffffff;
}

.cloud-services .tab-content .text-scroll-container p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.24px;
  color: #ffffffcc;
}

.cloud-why-choose {
  background-image: url(../imgs/cloud-why-choose.webp);
}

.cloud-why-choose.why-choose-inner {
  border: none;
  border-radius: unset;
}

.cloud-expertise {
  background: url("../imgs/expertise-bg.webp") no-repeat center;
  background-size: cover;
}

.cloud-expertise h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #ffffff;
}

.cloud-expertise h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  text-align: center;
  color: #aaaaaa;
}

.cloud-expertise .expertise-cards .inner-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 30px;
  background: #8989890d;
  border: 1px solid #ffffff17;
  backdrop-filter: blur(5px);
  position: relative;
  z-index: 1;
  padding: 40px;
  height: 100%;
}

.cloud-expertise .expertise-cards .inner-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(
        to right,
        transparent 25%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 75%
      )
      top center / 100% 1px no-repeat,
    linear-gradient(
        to bottom,
        transparent 25%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 75%
      )
      right center / 1px 100% no-repeat,
    linear-gradient(
        to right,
        transparent 25%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 75%
      )
      bottom center / 100% 1px no-repeat,
    linear-gradient(
        to bottom,
        transparent 25%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 75%
      )
      left center / 1px 100% no-repeat;
  background-repeat: no-repeat;
}

.cloud-expertise .expertise-cards .inner-card h4 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff;
}

.cloud-expertise .expertise-cards .inner-card p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.32px;
  color: #ffffffcc;
}

.cloud-expertise .expertise-cards .inner-card img {
  width: 120px;
  height: 25px;
  object-fit: contain;
  object-position: left;
}

.cloud-premium {
  background-image: url(../imgs/cloud-premium.webp);
}

.cloud-premium h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  text-align: center;
  color: #000000;
}

.cloud-premium .roadmap-card:nth-child(even) {
  top: unset;
}

.cloud-premium .shuffled-cards .inner-card {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1.04px solid #d2d2d24d;
  backdrop-filter: blur(18.726980209350586px);
  background: #ffffff75;
  border-radius: 15px;
  height: 250px;
  transition: 200ms ease;
}

.cloud-premium .shuffled-cards .inner-card:hover {
  scale: 1.03;
}

.cloud-premium .shuffled-cards .inner-card img {
  height: 50px;
  width: 40px;
}

.cloud-premium h4 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.44px;
  text-align: center;
  color: #1d1616;
}

.hire-cloud {
  background: url("../imgs/hire-cloud.webp") no-repeat center;
  background-size: cover;
}

.hire-cloud h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #ffffff;
}

.hire-cloud h3 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  color: #ffffff;
}

.hire-cloud p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #ffffff;
}

.hire-cloud .card {
  background: linear-gradient(
    112.83deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.12) 110.84%
  );
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  backdrop-filter: blur(70px);
  position: relative;
  z-index: 1;
}

.hire-cloud .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: -1px;
  /* creates 1px border */
  border-radius: inherit;
  background: linear-gradient(
    112.83deg,
    rgba(255, 255, 255, 0.21) 0%,
    rgba(255, 255, 255, 0.21) 110.84%
  );
}

.cloud-roadmap .roadmap-card-inner {
  height: 180px;
}

@media screen and (max-width: 1200px) {
  .cloud-roadmap .roadmap-card-inner {
    height: unset;
  }
}

@media only screen and (max-width: 768px) {
  .cloud-services .nav-pills {
    height: 130px;
  }
}

/* Web App Page */
.web-app-banner {
  background-image: url("../imgs/web-app-bg.webp");
}

.web-app-services .tab-content img {
  width: 100%;
  object-fit: cover;
}

.web-app-services .nav-pills {
  height: 500px;
}

.web-roadmap .roadmap-card .roadmap-content {
  border-left: unset;
}

.web-roadmap .roadmap-card .header {
  border-bottom: 1px solid #fac9b9;
  --bs-gutter-x: 0;
}

.web-roadmap .roadmap-card .connector-line {
  top: 25%;
  align-self: unset;
}

.web-roadmap .roadmap-card:nth-child(even) {
  top: 20em;
}

.web-roadmap .roadmap-card .roadmap-title {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.44px;
}

.web-roadmap .roadmap-card .roadmap-content img {
  width: 54px;
  height: 50px;
}

.web-roadmap .roadmap-card .list {
  margin: 0;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.web-roadmap .roadmap-card .list li {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  position: relative;
  padding: 0px 15px;
}

.web-roadmap .roadmap-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 8px;
  height: 8px;
  background-image: url("../svg/list-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.web-roadmap .roadmap-card .list li h3 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.28px;
  color: #454545;
}

.web-roadmap .roadmap-card .list li p {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.28px;
  color: #454545;
}

.web-roadmap .roadmap-card .footer {
  padding: 15px;
  border: 1px solid #f8ae9a4d;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.web-roadmap .roadmap-card .footer h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.36px;
  color: #f8ae9a;
}

.web-roadmap .roadmap-card .footer h5 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0%;
  color: #000;
}

.web-roadmap .button-dark {
  text-decoration: none;
  color: #ffffff;
  font-family: Urbanist;
  font-weight: 500;
  font-size: 18px;
  line-height: 41px;
  letter-spacing: 0.37px;
}

.web-road-header p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  text-align: center;
  color: #000000;
}

.web-hire {
  background: url("../imgs/web-hire.webp") center no-repeat;
  background-size: cover;
}

.web-hire h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #1d1616;
}

.web-hire p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2%;
  color: #454545;
}

.web-hire .button-dark {
  text-decoration: none;
  color: #ffffff;
  background-color: #0f1e0d;
  font-weight: 500;
}

.web-hire .button-dark:hover {
  background-color: #00000040;
}

.web-innovation .img-container {
  background: url("../imgs/contact-top.webp") center no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 80px 60px;
  margin-top: -260px;
  margin-bottom: 80px;
  position: relative;
}

.web-innovation .img-container .inner-content {
  background: linear-gradient(
    112.83deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.12) 110.84%
  );
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(70px);
  position: relative;
  z-index: 1;
}

.web-innovation .img-container .inner-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: -1px;
  /* creates 1px border */
  border-radius: inherit;
  background: linear-gradient(
    112.83deg,
    rgba(255, 255, 255, 0.21) 0%,
    rgba(255, 255, 255, 0.21) 110.84%
  );
}

.web-innovation .img-container .inner-content p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #ffffff;
  margin: 0;
}

.web-innovation {
  background-size: contain;
}

.web-commitment h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffefef;
}

.web-commitment h5 {
  color: #ffffff80;
}

.web-commitment .why-choose-tiles .tile-card img {
  width: 110px;
  height: 90px;
}

@media only screen and (min-width: 1200px) {
  .web-roadmap .roadmap-card .header {
    height: 180px;
  }

  .web-roadmap .roadmap-card .connector-line {
    top: 192px;
  }
}

@media only screen and (min-width: 992px) {
  .web-roadmap .roadmap-card .header {
    height: 200px;
  }

  .web-roadmap .roadmap-card .connector-line {
    top: 212px;
  }
}

@media only screen and (max-width: 991px) {
  .web-roadmap .roadmap-card .connector-line {
    display: none;
  }

  .web-roadmap .roadmap-card:nth-child(even) {
    top: unset;
  }
}

@media only screen and (max-width: 767px) {
  .web-app-services .nav-pills {
    height: 130px;
  }
}

@media only screen and (max-width: 595px) {
  .web-innovation .img-container {
    padding: 20px;
  }
}

/* Mobile App page */
.mob-innovation .img-container {
  background: url("../imgs/hire-mobile.webp") center no-repeat;
  background-size: cover;
}

.mobile-app-banner {
  background-image: url("../imgs/mobile-app-bg.webp");
}

/* CX Operations */
.cx-banner {
  background-image: url("../imgs/cx-banner.webp");
}

.cloud-expertise h5 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  text-align: center;
  color: #ffffffcc;
}

.beyond-satisfaction h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 1.12px;
  text-align: center;
  color: #ffffff;
}

.beyond-satisfaction p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #ffffff9c;
}

.beyond-satisfaction h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.48px;
  color: #ffffff;
}

.beyond-satisfaction .inner-tile {
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.05) -2.68%,
    rgba(255, 255, 255, 0.0335) 101.02%
  );
  backdrop-filter: blur(6.400000095367432px);
  border-radius: 10px;
}

.beyond-satisfaction .inner-tile img {
  width: 100%;
  border-radius: 10px;
}

.beyond-satisfaction .inner-tile h4 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}

.beyond-satisfaction .inner-tile p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffffcc;
}

.beyond-satisfaction .inner-tile .inner-card img {
  width: 50px;
  height: 50px;
  padding-bottom: 5px;
}

.beyond-satisfaction .inner-tile .inner-card {
  border-top: 1px solid #ffffff26;
  padding: 10px 0px;
}

.advanced-ux {
  background: url("../imgs/advanced-ux.webp") no-repeat center;
  background-size: cover;
}

.advanced-ux h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #ffffff;
}

.advanced-ux .cards-list .inner-card {
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.02) -2.68%,
    rgba(255, 255, 255, 0.0134) 101.02%
  );
  backdrop-filter: blur(6.400000095367432px);
  border-radius: 10px;
}

.advanced-ux .cards-list .inner-card {
  font-family: Urbanist;
  font-weight: 300;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 1.28px;
  color: #ffffff;
}

.advanced-ux .cards-list .inner-card .title {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.48px;
  color: #ffffff;
}

.advanced-ux .cards-list .inner-card .content {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffffcc;
}

.cx-expertise .expertise-cards .inner-card img {
  width: 50px;
  height: 50px;
}

.business-impact {
  background: url("../imgs/business-impact-cx.webp") no-repeat center;
  background-size: cover;
}

.business-impact h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #1d1616;
}

.business-impact h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  text-align: center;
  color: #454545;
}

.business-impact h4 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  text-align: center;
  color: #1d1616;
}

.business-impact p {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.28px;
  text-align: center;
  color: #454545;
}

.business-impact img {
  width: 45px;
  height: 50px;
}

.business-impact .inner-card {
  background: #ffffff99;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(10.800000190734863px);
  border-radius: 20px;
  padding: 20px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.business-impact .button-dark {
  font-weight: 500;
  color: #ffffff;
}

.nuca-bot-section {
  background: url("../imgs/nuca-bot.webp") no-repeat center;
  background-size: cover;
}

.nuca-bot-section h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #1d1616;
}

.nuca-bot-section h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #000000;
}

.nuca-bot-section h4 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.28px;
  color: #454545;
}

.nuca-bot-section h5 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #1d1616;
}

.nuca-bot-section p {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.28px;
  color: #454545;
}

.nuca-bot-section .content-section {
  background-color: #ffffff75;
  border: 1.04px solid #d2d2d24d;
  backdrop-filter: blur(18.726980209350586px);
  border-radius: 15px;
  padding: 20px;
}

.nuca-bot-section .content-section .content-inner {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.nuca-bot-section .cards-outer {
  height: 440px;
  overflow-y: scroll;
  padding: 30px;
}

.nuca-bot-section .cards-outer::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.nuca-bot-section .cards-outer::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #f3f3f3;
  border-radius: 10px;
}

/* Handle */
.nuca-bot-section .cards-outer::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  border-radius: 10px;
}

/* Handle on hover */
.nuca-bot-section .cards-outer::-webkit-scrollbar-thumb:hover {
  background: #bbbbbbbd;
}

.nuca-bot-section .inner-cards {
  padding: 25px 0px;
  border-bottom: 1px solid #8484841a;
}

.nuca-bot-section .inner-cards:last-child {
  border-bottom: unset;
}

.nuca-bot-section .nuca-image {
  width: 100%;
}

.nuca-bot-section a {
  font-weight: 500;
  color: #ffffff;
}

.manual-pool-control {
  background: url("../imgs/manual-control.webp") no-repeat center;
  background-size: cover;
}

.manual-pool-control h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  text-align: center;
  color: #aaaaaa;
}

.manual-pool-control h1 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #ffffff;
}

.manual-pool-control .smol-cards .inner-card {
  border: 1px solid #ffffff0d;
  backdrop-filter: blur(11.399999618530273px);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}

.manual-pool-control .smol-cards .inner-card .number {
  font-family: Urbanist;
  font-weight: 300;
  font-size: 30px;
  line-height: 27px;
  letter-spacing: 0.6px;
  color: #ffffff;
  opacity: 0.2;
}

.manual-pool-control .smol-cards .inner-card .title {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  color: #ffffffcc;
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 10px;
}

.manual-pool-control .smol-cards .inner-card .subtitle {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffff;
}

.manual-pool-control .smol-cards .inner-card .dialogue {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #aaaaaa;
}

.manual-main-title {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.manual-pool-control .roadmap-section {
  background: unset;
}

.manual-pool-control .roadmap-inner-bg::before {
  background-image: url("../svg/roadmap-line-black.svg");
}

.manual-pool-control .roadmap-card:last-child {
  position: relative;
  top: -8em;
}

.manual-pool-control .roadmap-card-inner {
  background: #ffffff05;
  backdrop-filter: blur(22.200000762939453px);
}

.manual-pool-control .card-number,
.manual-pool-control .roadmap-title {
  color: #ffffff;
}

.manual-pool-control .roadmap-card .roadmap-title {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.48px;
}

.manual-pool-control .roadmap-card .header {
  border-bottom: 1px solid #383838;
}

.manual-pool-control .roadmap-card h3 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.32px;
  color: #ffffff;
}

.manual-pool-control .roadmap-card h4 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.28px;
  color: #ffffff;
}

.manual-pool-control .roadmap-card h5,
.manual-pool-control .roadmap-card li {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.28px;
  color: #ffffff;
}

.manual-pool-control .roadmap-card li {
  padding: 0px 15px;
}

.manual-pool-control .roadmap-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.manual-pool-control .roadmap-card ul li::before {
  background-image: url("../svg/arrow-dim-white.svg");
}

.manual-pool-control .roadmap-card .footer-1,
.manual-pool-control .roadmap-card .footer-2 {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  align-items: start;
}

.manual-pool-control .roadmap-card .footer-1 img,
.manual-pool-control .roadmap-card .footer-2 img {
  width: 30px;
  height: 20px;
}

.manual-pool-control .roadmap-card .footer-1 {
  border: 1px solid #c2c2c24d;
}

.manual-pool-control .roadmap-card .footer-2 {
  background-color: #ffffff0d;
}

.cx-whychoose {
  background-image: url("../imgs/cx-whychoose.webp");
}

.cx-whychoose .button-containers {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.cx-whychoose .button-containers .button-dark {
  color: #ffffff;
  font-weight: 500;
}

@media only screen and (max-width: 1399px) {
  .manual-pool-control .roadmap-card:last-child {
    top: -10em;
  }
}

@media only screen and (max-width: 1199px) {
  .manual-pool-control .roadmap-card:last-child {
    top: -15em;
  }
}

@media only screen and (max-width: 991px) {
  .manual-pool-control .roadmap-card:last-child {
    top: unset;
  }
}

@media only screen and (max-width: 595px) {
  .manual-pool-control h1,
  .iot-premium h2 {
    font-size: 46px;
  }
}

/* IOT System integration */
.iot-testimonial .testimonial-cards p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #000000;
}

.iot-testimonial h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #1d1616;
}

.iot-testimonial p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #454545;
}

.iot-advanced-ux h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #aaaaaa;
}

.iot-system-banner {
  background-image: url("../imgs/iot-system-banner.webp");
}

.certifications-section {
  background: url(../imgs/cert-banner.webp) center no-repeat;
  background-size: cover;
}

.cert-left .cert-card {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}

.cert-left .cert-card .img-container {
  width: 46px;
}

.cert-left .cert-card .img-container img {
  width: 100%;
  object-fit: contain;
}

.cert-left h5 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}

.cert-left h6 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.48px;
  color: #ffffff;
  margin: 0;
}

.cert-right .cert-tab {
  padding: 30px 15px;
  border-bottom: 1px solid #ffffff33;
}

.cert-right .cert-tab:last-child {
  border-bottom: none;
}

.cert-right h3 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.8px;
  color: #ffffff;
}

.cert-right h4 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff;
}

.iot-premium {
  background-image: url(../imgs/roadmap-bg.webp);
}

.iot-premium a {
  color: #ffffff;
  font-weight: 500;
}

.full-stack-iot {
  background: url(../imgs/full-stack-iot.webp) center no-repeat;
  background-size: cover;
}

.full-stack-iot h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #ffffff;
}

.fullstackSwiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.fullstackSwiper .swiper-slide {
  display: flex;
  height: auto;
}

.full-stack-slide-card {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.full-stack-slider .full-stack-slide-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 30px;
  background: #8989890d;
  border: 1px solid #ffffff17;
  backdrop-filter: blur(5px);
  position: relative;
  z-index: 1;
  padding: 40px;
  height: 100%;
}

.full-stack-slider .full-stack-slide-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(
        to right,
        transparent 25%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 75%
      )
      top center / 100% 1px no-repeat,
    linear-gradient(
        to bottom,
        transparent 25%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 75%
      )
      right center / 1px 100% no-repeat,
    linear-gradient(
        to right,
        transparent 25%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 75%
      )
      bottom center / 100% 1px no-repeat,
    linear-gradient(
        to bottom,
        transparent 25%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 75%
      )
      left center / 1px 100% no-repeat;
  background-repeat: no-repeat;
}

.full-stack-slider .full-stack-slide-card img {
  width: 27px;
  height: 30px;
}

.full-stack-slider .full-stack-slide-card h3 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff;
}

.full-stack-slider .full-stack-slide-card ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.full-stack-slider .full-stack-slide-card ul li {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #aaaaaa;
  padding: 0px 15px;
}

.full-stack-slider .full-stack-slide-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 8px;
  height: 8px;
  background-image: url("../svg/list-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.nuwave-iot-section {
  background: url(../imgs/nuwave-dashsection.webp) center no-repeat;
  background-size: cover;
}

.nuwave-iot-section .header-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nuwave-iot-section h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.8px;
  color: #1d1616;
}

.nuwave-iot-section h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #000000;
}

.nuwave-iot-section h4 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #1d1616;
}

.nuwave-iot-section .nuwave-img img {
  object-fit: contain;
  width: 100%;
}

.nuwave-cards .nuwave-small-cards {
  border: 1px solid #ffffff1a;
  background: #ffffff99;
  backdrop-filter: blur(10.800000190734863px);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  height: 330px;
}

.nuwave-cards .nuwave-small-cards img {
  width: 46px;
  height: 50px;
}

.nuwave-cards .nuwave-small-cards h5 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  text-align: center;
  color: #1d1616;
}

.nuwave-cards .nuwave-small-cards p {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.28px;
  text-align: center;
  color: #454545;
}

.nuwave-iot-section .button-container a {
  color: #ffffff;
  font-weight: 500;
}

.nuventure-advantage {
  background: url(../imgs/nuventure-advantage-section.webp) center no-repeat;
  background-size: cover;
}

.nuventure-advantage h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #ffffff;
}

.nuventure-advantage h3 {
  font-family: Urbanist;
  font-weight: 250;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #ffffff;
  height: 130px;
}

.nuventure-advantage .infographic-section {
  position: relative;
}

.nuventure-advantage .infographic-section::before {
  background-image: url("../svg/adventure-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}

.nuventure-advantage .infographic-section img {
  height: 900px;
  width: 100%;
  object-fit: contain;
}

.iot-testimonial .name {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000000;
}

.iot-testimonial .designation {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #3e3c3c;
}

.iot-blogs .blog-section {
  background-size: cover;
}

@media only screen and (max-width: 1240px) {
  .nuventure-advantage .infographic-section::before {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .nuventure-advantage h3 {
    height: unset;
  }
}

@media only screen and (max-width: 600px) {
  .nuventure-advantage .infographic-section img {
    height: unset;
  }
}

/* Services Landing Page */
body.sticky-header-innerpages .service-only-header ul li a {
  color: #ffffff;
}

body.sticky-header-innerpages .service-only-header .navbar-brand-dark {
  display: none;
}

body.sticky-header-innerpages .service-only-header .navbar-brand-light {
  display: block;
}

body.sticky-header-innerpages .service-only-header .burger-menu .line {
  background-color: #ffffff;
}

.service-main-banner {
  background: url("../imgs/service-landing-banner.webp") center no-repeat;
  background-size: cover;
  min-height: 700px;
  display: flex;
  align-items: center;
}

.service-main-banner .inner-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.service-main-banner h1 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #ffffff;
}

.service-main-banner h2 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  text-align: center;
  color: #ffffff;
}

.services-we-offer {
  background: url(../imgs/service-tabs-banner.webp) center no-repeat;
  background-size: cover;
}

.services-we-offer h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #1d1616;
}

.services-we-offer .digital-service-tab-box {
  max-width: unset;
}

.services-we-offer .services-tab .nav-item {
  max-width: 200px;
}

.services-we-offer .service-item-list {
  max-width: 1400px;
  min-height: unset;
}

.services-we-offer .service-tile {
  min-width: 100%;
  padding: 40px;
  min-height: 100%;
}

.services-we-offer .service-tile .title-part {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.services-we-offer .service-tile .title-part .icon {
  width: 40px;
}

.services-we-offer .service-tile .title-part .icon img {
  width: 35px;
  height: 37px;
}

.services-we-offer .service-tile h6 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  color: #1d1616;
}

.services-we-offer .service-tile p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.28px;
  color: #000000;
}

@media only screen and (max-width: 560px) {
  .service-main-banner .inner-container {
    padding-top: 100px;
  }
}

/* Clients page */
.client-banner {
  background-image: url(../imgs/client-banner.webp);
}

.testimonialSwiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  cursor: pointer;
}

.testimonialSwiper .swiper-slide {
  display: flex;
  height: auto;
}

.valued-clients {
  background: url(../imgs/client-list-bg.webp) center no-repeat;
  background-size: cover;
}

.valued-clients .inner-container {
  border: 1px solid #ffffff1a;
  border-radius: 15px;
  overflow: hidden;
}

.valued-clients .inner-container .image-container {
  height: 300px;
  overflow: hidden;
}

.valued-clients .inner-container .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 60%;
}

.valued-clients .inner-container .content h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #ffffff;
}

.valued-clients .inner-container .content h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.36px;
  color: #ffffff;
}

.valued-clients .inner-container .content p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffffcc;
}

.valued-clients .client-logos .client-card {
  background: #3e3e3e1c;
  border-radius: 9.35px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.client-premium {
  background-position: top;
}

.client-premium .button-container a {
  color: #ffffff;
  font-weight: 500;
  margin: 0px 8px;
}

.client-premium h4 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  color: #1d1616;
}

.client-premium .premium-slider ul.nav-pills .nav-link h5 {
  height: 55px;
}

.client-premium .premium-slider ul.nav-pills .nav-link img {
  width: 100%;
  height: 230px;
  object-fit: fill;
  object-position: bottom;
}

.client-premium .premium-slider .slider-tile {
  background-image: unset;
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.client-premium .premium-slider .slider-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../imgs/roadmap-before.webp) bottom no-repeat;
  background-size: cover;
}

.client-premium .premium-slider .slider-tile h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #1d1616;
}

.client-premium .slider-tile .header-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  border-left: 1px solid #f0f0f0c9;
}

.client-premium .slider-tile .header-content h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.8px;
  color: #1d1616;
}

.client-premium .slider-tile .header-content p {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  color: #1d1616;
}

.client-premium .slider-tile .header-content a {
  color: #ffffff;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .client-premium .premium-slider ul.nav-pills .nav-link {
    display: flex;
    align-items: center;
  }

  .client-premium .premium-slider ul.nav-pills .nav-link h5 {
    height: unset;
  }

  .client-premium .premium-slider ul.nav-pills .nav-link img {
    width: 50%;
    height: unset;
  }

  .client-premium .premium-slider ul.nav-pills {
    padding-bottom: unset;
    border-bottom: unset;
  }

  .client-premium .premium-slider ul.nav-pills .nav-link.active::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .client-premium .slider-tile .header-content {
    border-left: unset;
  }
}

@media only screen and (max-width: 575px) {
  .premium-iot-solutions h2 {
    font-size: 36px;
  }
}

/* company page */
.company-banner {
  background-image: url("../imgs/company-banner.svg");
}

.about-company h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: left;
  color: #ffffff;
}

.about-company p.left-highlight {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  opacity: 0.9;
  letter-spacing: 0;
  color: #ffffff;
  padding-top: 30px;
}

.our-mission {
  background-color: #000;
  background-image: url(../imgs/our-mission.webp);
  padding: 6em 0;
  position: relative;
  background-repeat: no-repeat;
}

.our-mission .fade-text {
  color: #ffffff;
}

.our-mission .vision {
  color: #aaaaaa;
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
}

.our-mission .text-white {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #ffffff;
}

.our-mission .vision-content {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffffcc;
}

.company-button {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.about-company .section-subheading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #ffffffcc;
}

.about-company .content {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffffcc;
}

.our-vision {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  opacity: 0.9;
  letter-spacing: 0;
  color: #ffffff;
}

.services-services .company-services {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 1.12px;
  text-align: center;
}

.services-services .sub-heading {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  text-align: center;
  color: #ffffff9c;
}

.company-button .long-button {
  color: #ffffff;
  font-weight: 500;
}

.about-company .inner-tile .inner-card {
  border-top: 1px solid #ffffff26;
  position: relative;
  overflow: hidden;
}

.about-company .inner-tile .inner-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background-color: #ffffff;
  transition: none;
  z-index: 1;
}

.about-company .inner-tile .animation-border-cards.active .inner-card::before {
  animation: animateBorder 1s linear forwards;
}

@keyframes animateBorder {
  0% {
    width: 0%;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 0%;
    left: unset;
    right: 0;
  }
}

.company-ecosystem {
  background: url(../imgs/ecosystem-bg.webp) center no-repeat;
  background-size: cover;
}

.company-ecosystem .glass-card {
  background: #ffffff78;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(12px);
}

.company-ecosystem h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #1d1616;
}

.company-ecosystem .inner-card {
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  background: #ffffffab;
  backdrop-filter: blur(10.800000190734863px);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  transition: 300ms ease;
}

.company-ecosystem .inner-glass-cards h3 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  color: #000000;
}

.company-ecosystem .inner-glass-cards h4 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.28px;
  color: #454545;
}

.spotlight {
  background-color: #000000;
}

.spotlight .header {
  border-bottom: 1px solid #ffffff26;
}

.spotlight .header h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #ffffff;
}

.spotlight .header p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffffcc;
}

.spotlight .news-card {
  background-color: #141111;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
  padding: 40px;
}

.spotlight .news-card .arrow-card {
  width: 110px;
  height: 110px;
  padding: 40px;
}

.spotlight .news-card .h4-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.spotlight .news-card h3 {
  font-family: Urbanist;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.6px;
  color: #ffefef;
  padding-right: 110px;
}

.spotlight .news-card h4 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  color: #dde4f3;
}

.global-map {
  background-color: #000000;
  position: relative;
}

.global-map::before {
  background: url(../svg/global-map.svg) center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  inset: 0;
}

.global-map h2 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 56px;
  line-height: 80px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
}

.global-map h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #aaaaaa;
}

.global-map h4 {
  font-family: Urbanist;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.6px;
  color: #ffefef;
  padding-top: 80px;
}

.global-map .location-card {
  background: #8989890d;
  border: 1px solid #ffffff17;
  backdrop-filter: blur(35px);
  border-radius: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.global-map .location-card img {
  width: 23px;
  height: 30px;
}

.global-map h5 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  color: #ffffff;
}

.global-map p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #aaaaaa;
  position: relative;
  padding-left: 15px;
}

.global-map p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background-image: url("../svg/loc-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.company-roadmap {
  background-image: url(../imgs/company-roadmap-bg.webp);
}

.company-roadmap .roadmap-card-inner .year {
  background: linear-gradient(90deg, #ebebeb 0%, #fedada 100%);
  border-radius: 10px;
  text-align: center;
  font-family: Urbanist;
  font-weight: 600;
  font-size: 24px;
  line-height: 21.6px;
  letter-spacing: 0.48px;
  color: #646464;
  padding: 20px;
  margin-bottom: 20px;
}

.company-roadmap .roadmap-card-inner .title-card {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 20px 0px;
  border-top: 1px solid #e4e4e4;
}

.company-roadmap .roadmap-card-inner img {
  width: 40px;
  height: 40px;
}

.company-roadmap .roadmap-card-inner h3 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.48px;
  color: #1d1616;
}

.company-roadmap .roadmap-card-inner .content {
  padding: 20px;
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #000000;
  border: 1px solid #f8ae9a4d;
  border-radius: 10px;
}

.company-roadmap p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  text-align: center;
  color: #000000;
}

.spotlight .news-card .font-weight-four-hundred {
  font-weight: 400;
}

@media (min-width: 992px) {
  .small-block {
    max-width: 400px;
  }

  .medium-block {
    max-width: 450px;
  }

  .large-block {
    max-width: 600px;
  }
}

.company-roadmap .roadmap-inner-bg::before {
  background-image: url(../svg/company-roadmap.svg);
}

.company-roadmap .roadmap-card {
  margin: 5px 0px;
}

.company-roadmap .inner-box h4 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.48px;
  color: #000000;
  border-bottom: 1px solid #39393963;
}

.company-roadmap .inner-box h5 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #000000;
}

.company-roadmap .inner-box h6 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #1d1616;
}

/* Technology-page */
.technology-banner {
  background-image: url(../imgs/technology-top-bg.webp);
}

.infrastructure-technology {
  background: url(../imgs/technology-infrasrtucture-bg.webp) center no-repeat;
  background-size: cover;
}

.infrastructure-technology h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #ffffff;
}

.technology-big-card {
  border: 1px solid #ffffff1a;
  border-radius: 15px;
  overflow: hidden;
}

.circle-right {
  background: url(../imgs/circle-right.webp) center no-repeat;
  background-size: cover;
}

.circle-top {
  background: url(../imgs/circle-top.webp) center no-repeat;
  background-size: cover;
}

.circle-left {
  background: url(../imgs/circle-left.webp) center no-repeat;
  background-size: cover;
}

.circle-bottom {
  background: url(../imgs/circle-bottom.webp) center no-repeat;
  background-size: cover;
}

.technology-big-card .image-container {
  min-height: 500px;
}

.technology-big-card .image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.technology-big-card .icon-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.technology-big-card .icon-single-card {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 10px;
  background: linear-gradient(
    84.86deg,
    rgba(111, 46, 46, 0.25) 7.16%,
    rgba(35, 35, 35, 0.25) 92.94%
  );
  border: 1px solid #ffffff36;
  border-radius: 30px;
}

.technology-big-card .icon-single-card .small-icon {
  position: relative;
  height: 50px;
  padding: 10px;
  border-radius: 30px;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.technology-big-card .icon-single-card .small-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  /* thickness of the border */
  border-radius: 30px;
  background: linear-gradient(180deg, #745454, #404040);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.technology-big-card .icon-single-card .small-icon img {
  object-fit: contain;
}

.infrastructure-technology .infra-top h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
}

.infrastructure-technology .infra-top p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #ffffff;
}

.infrastructure-technology .infra-top h5 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffff;
  margin: 0;
}

.infrastructure-technology .infra-top h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.48px;
  color: #ffffff;
  padding-bottom: 15px;
  border-bottom: 1px solid #2f2c2cc9;
}

.ai-innovative-lab-section {
  background: url(../imgs/ai-innovtive-bg.webp) center no-repeat;
  background-size: cover;
}

.ai-innovative-lab-section h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #ffffff;
}

.ai-innovative-lab-section h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #aaaaaa;
}

.ai-innovative-lab-section h4 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}

.ai-innovative-lab-section h5 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffffcc;
}

.ai-innovative-lab-section a {
  color: #ffffff;
}

/* Teams Page */
.leaders {
  background: url(../imgs/technology-infrasrtucture-bg.webp) center no-repeat;
  background-size: cover;
}

.leaders h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #ffffff;
}

.leaders h3 {
  font-family: Urbanist;
  font-weight: 300;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #ffffff;
}

.leaders h4 {
  margin: 0;
  font-family: Urbanist;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #8d8d8d;
  border-bottom: 1px solid #222222;
}

.leaders h5 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0;
}

.leaders h6 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffffcc;
  margin: 0;
}

.leaders .leader-card .image-inner-container {
  width: 80%;
  min-height: 680px;
  background: linear-gradient(270deg, #101010 -47.91%, #343434 147.91%);
  overflow: hidden;
  border-radius: 50px;
  position: relative;
}

.leaders .leader-card .image-inner-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: contain;
  z-index: 1;
  height: 40%;
}

.leaders .leader-card .image-inner-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.leaders .leader-card .linkedin-box {
  position: relative;
  background: linear-gradient(
    105.87deg,
    rgba(255, 255, 255, 0.06) 3.04%,
    rgba(255, 255, 255, 0) 96.05%
  );
  backdrop-filter: blur(40px);
  padding: 40px;
  border-radius: 50px;
  z-index: 1;
  overflow: hidden;
  bottom: 30%;
  right: 10%;
}

.leaders .leader-card .linkedin-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  /* border thickness */
  border-radius: 50px;
  background:
    radial-gradient(
      24.21% 39.21% at 0% 0%,
      rgba(255, 255, 255, 0.648) 0%,
      rgba(255, 255, 255, 0.152) 100%
    ),
    radial-gradient(
      21.19% 40.1% at 100.03% 0%,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.leaders .leader-card .linkedin-box a {
  position: relative;
  z-index: 1;
  padding: 20px;
  background: linear-gradient(
    68.8deg,
    rgba(255, 255, 255, 0.2) 10.42%,
    rgba(255, 255, 255, 0.035) 77.11%
  );
  backdrop-filter: blur(76.5625px);
  box-shadow: 0px 1.31px 32.72px 0px #452a7c1a;
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
  transition: 400ms ease-in;
}

.leaders .leader-card .linkedin-box a:hover {
  background: transparent;
}

.leaders .leader-card .linkedin-box a::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  /* Border thickness */
  border-radius: 20px;
  background:
    radial-gradient(
      98% 49.86% at 100.03% 100%,
      rgba(255, 137, 137, 0.8) 0%,
      rgba(248, 174, 154, 0.32) 100%
    ),
    radial-gradient(
      24.21% 39.21% at 0% 0%,
      rgba(255, 255, 255, 0.648) 0%,
      rgba(255, 255, 255, 0.152) 100%
    ),
    radial-gradient(
      21.19% 40.1% at 100.03% 0%,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}

.leaders .leader-card:nth-child(odd) {
  flex-direction: row-reverse;
}

.leaders .leader-card .image-main-container {
  display: flex;
  justify-content: start;
}

.leaders .leader-card:nth-child(odd) .image-main-container {
  justify-content: end;
}

.leaders .leader-card:nth-child(odd) .image-inner-container {
  text-align: end;
}

.leaders .leader-card:nth-child(odd) .linkedin-box {
  right: unset;
  left: 10%;
}

@media (max-width: 767px) {
  .leaders .leader-card .image-inner-container {
    min-height: 450px;
  }

  .leaders .leader-card .linkedin-box {
    bottom: 20%;
    padding: 25px;
  }
}

.iot-premium .team-button {
  background-color: #0f1e0d;
}

.iot-premium .team-button:hover {
  background-color: #00000040;
}

.team-testimonial .testimonial-cards .designation {
  font-size: 12px;
  line-height: 20px;
  color: #3e3c3c !important;
}

/* Contact US */
.contact-banner {
  background-image: url(../imgs/contact-banner.webp);
}

.contact-banner .red-color-button {
  background: #e04141;
}

.contact-banner .button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.hear-from-you {
  background: url(../imgs/hear-from-you-bg.webp) center no-repeat;
  background-size: cover;
}

.hear-from-you .header {
  border-bottom: 1px solid #4646461a;
}

.hear-from-you .header h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #1d1616;
}

.hear-from-you .header h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #000000;
}

.hear-from-you .content {
  align-items: flex-start;
}

.hear-from-you .content .right-side {
  position: sticky;
  top: 100px;
}

.hear-from-you .small-title {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.48px;
  color: #1d1616;
  padding-bottom: 20px;
}

.hear-from-you .content .description-text {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #454545;
}

.hear-from-you .content .small-card {
  padding: 40px 0px;
  border-bottom: 1px solid #4646461a;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}

.hear-from-you .content .small-card:last-child {
  border-bottom: unset;
}

.hear-from-you .content .small-card h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #1d1616;
}

.hear-from-you .content .small-card .button-dark {
  color: #ffffff;
  background-color: #0f1e0d;
  font-weight: 500;
}

.hear-from-you .content .small-card .button-dark:hover {
  background-color: transparent;
}

.hear-from-you .content .small-card .contact-card a {
  font-family: Urbanist;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #454545;
}

.hear-from-you .content .small-card .contact-card {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hear-from-you .content .small-card .sales-card {
  align-items: start;
}

.hear-from-you .content .small-card .sales-card .a-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.calendly {
  background: url(../imgs/calendly-bg.webp) center no-repeat;
  background-size: cover;
}

.calendly-left {
  border-top: 1px solid #4646461a;
  border-bottom: 1px solid #4646461a;
  padding: 40px 0px;
}

.calendly-left h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #1d1616;
}

.calendly-left h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #000000;
}

.calendly-left p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #454545;
}

.calendly-right img {
  padding: 5px;
  border-radius: 8.66px;
  background: #ffffff40;
  border: 0.87px solid #ffffff1a;
  max-width: 530px;
  width: 100%;
}

.contact-map h2 {
  font-weight: 500;
}

.contact-map h3 {
  color: #ffffff9c;
}

.contact-map h5 {
  letter-spacing: 0px;
}

.contact-map h5 span {
  font-weight: 300;
}

.contact-map .spacer {
  padding: 150px 0px;
}

.contact-map p {
  padding-left: 0px;
  min-height: 100px;
}

.contact-map p::before {
  display: none;
}

.contact-map .contact-card {
  display: flex;
  gap: 10px;
  align-items: center;
}

.contact-map .contact-card a {
  color: #aaaaaa;
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
}

.contact-map .location-card {
  align-items: start;
}

.contact-map .consultation-button a {
  font-size: 16px;
}

.hear-from-you .form {
  width: 100%;
  padding-bottom: 30px;
}

.hear-from-you .form form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hear-from-you .form .form-group {
  position: relative;
}

.hear-from-you .form .form-group input {
  border-bottom: 1px solid #aaaaaa !important;
}

.hear-from-you .form label {
  display: block;
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.36px;
  color: #000000;
  position: absolute;
  top: 10px;
  left: 0px;
  pointer-events: none;
}

.hear-from-you .form .required {
  color: red;
}

.hear-from-you .form .iti__selected-dial-code,
.hear-from-you .form input::placeholder,
.hear-from-you .form textarea::placeholder {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.36px;
  color: #000000;
}

.hear-from-you .form input:focus + label,
.hear-from-you .form input:not(:placeholder-shown) + label {
  display: none;
}

.hear-from-you .form input[type="text"],
.hear-from-you .form input[type="email"],
.hear-from-you .form textarea {
  width: 100%;
  border: none;
  background: transparent;
  padding: 10px 0;
  outline: none;
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px !important;
  line-height: 12px;
  letter-spacing: 0.36px;
  color: #000000;
}

.hear-from-you .form .submit-btn {
  width: 100%;
  background-color: #e04141;
  border-radius: 60px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  border: none;
  padding: 20px;
  margin: 0px;
  margin-top: 10px;
}

.hear-from-you .form .submit-btn:hover {
  background-color: transparent;
  color: #e04141 !important;
  box-shadow: 0px 0px 7px 0px #e04141;
}

.hear-from-you .form .underline-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  background: transparent;
  font-size: 15px;
  padding: 8px 0;
  outline: none;
  color: #000;
  border-radius: none;
}

.hear-from-you .form .underline-input:focus {
  border-bottom: 1px solid #e04141;
}

@media (max-width: 1300px) {
  .contact-map p {
    height: 140px;
  }

  .contact-map h5 {
    height: 40px;
  }
}

@media (max-width: 991px) {
  .contact-map p {
    height: 100px;
  }

  .contact-map::before {
    background-size: cover;
  }
}

@media (max-width: 575px) {
  .contact-map p {
    height: unset;
    min-height: unset;
  }

  .contact-map h5 {
    height: unset;
  }

  .comprehensive-prod .services-header h2 {
    font-size: 42px;
  }
}

/* Product Strategy and Developement */
.comprehensive-prod {
  background-image: url(../imgs/Eclipse.webp);
}

.comprehensive-prod .services-header h2 {
  color: #1d1616;
}

.comprehensive-prod .nav-pills .nav-link.active .title {
  color: #000000;
}

.comprehensive-prod .nav-pills .nav-link.active .number {
  font-weight: 300;
  color: #000000;
}

.comprehensive-prod .nav-pills .nav-link .title {
  font-weight: 400;
  color: #7c7c7c;
}

.comprehensive-prod .nav-pills .nav-link .number {
  font-weight: 300;
  color: #7c7c7c;
}

.comprehensive-prod .nav-pills .nav-link {
  border-bottom: 1px solid #8484841a;
  border-radius: 0%;
}

.comprehensive-prod .pills-container {
  background: #ffffff99;
  backdrop-filter: unset;
}

.comprehensive-prod .tab-content img {
  width: 100%;
  height: 291px;
}

.comprehensive-prod .tab-content h4 {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #000000;
}

.comprehensive-prod .tab-content p {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #1d1616;
}

.comprehensive-prod .tab-content {
  display: flex;
  align-items: center;
  backdrop-filter: blur(18.726980209350586px);
  background: #ffffff33;
  border-radius: 0px 15px 15px 0px;
}

.comprehensive-prod .tabs-cover-inner {
  border: 1.04px solid #d2d2d24d;
  border-radius: 15px;
  overflow: hidden;
}

.comprehensive-prod .nav-pills::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.comprehensive-prod .nav-pills::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #8484841a;
  border-radius: 10px;
}

/* Handle */
.comprehensive-prod .nav-pills::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  border-radius: 10px;
}

/* Handle on hover */
.comprehensive-prod .nav-pills::-webkit-scrollbar-thumb:hover {
  background: #bbbbbb;
}

.comprehensive-prod .services-header p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #000000;
}

.prod-mission .inner-tile-cards .image-container {
  height: 400px;
  border-radius: 20px;
}

.prod-mission .inner-tile-cards .image-container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(
    ellipse 75.12% 73.95% at 75.12% 26.05%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  border-radius: 5px;
}

.prod-mission .inner-tile-cards .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.prod-mission .inner-tile-cards .image-container .number {
  padding: 10px;
  font-family: Urbanist;
  font-weight: 300;
  font-style: Light;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 1.6px;
  color: #ffffff;
  z-index: 2;
}

.prod-mission .inner-tile-cards h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

.prod-mission .inner-tile-cards h4 {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.48px;
  color: #ffffff;
}

.prod-mission .inner-tile-cards h5 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffffcc;
}

.prod-mission .inner-tile {
  background: unset;
  backdrop-filter: unset;
  border-radius: unset;
}

.nuventure-prod-dev {
  background: url(../imgs/why-prod-dev.webp) center no-repeat;
  background-size: cover;
}

.nuventure-prod-dev h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 56px;
  leading-trim: NONE;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #ffffff;
}

.nuventure-prod-dev h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 2%;
  color: #ffffff;
}

.nuventure-prod-dev h4 {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

.nuventure-prod-dev p {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #ffffff9c;
}

.nuventure-prod-dev .inner-tile {
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.03) -2.68%,
    rgba(255, 255, 255, 0.0201) 101.02%
  );
  backdrop-filter: blur(6.400000095367432px);
  border-radius: 10px;
  padding: 40px;
}

.nuventure-prod-dev .content {
  border-left: 1px solid #95959526;
  padding-left: 50px;
}

.nuventure-prod-dev .tile-list img {
  width: 50px;
  height: 50px;
}

.nuventure-prod-dev li {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffffcc;
  padding-left: 15px;
  position: relative;
}

.nuventure-prod-dev li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background-image: url("../svg/arrow-dim-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .nuventure-prod-dev .content {
    border-left: unset;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.prod-premium {
  background-position: top;
}

.prod-premium h4 {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0.36px;
  text-align: center;
  color: #1d1616;
}

.prod-premium .red-color-button:hover {
  background-color: transparent !important;
}

.prod-premium p {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  color: #1d1616;
}

.video-life-banner {
  height: 100vh;
}

.video-life-banner::before {
  background: radial-gradient(
    294.15% 70.99% at 50% 30.48%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 55.73%
  );
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
}

.video-life-banner .text-container {
  z-index: 2;
  min-height: 35%;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  bottom: 45px;
}

.video-life-banner .mute-button {
  background: none;
  border: none;
  padding: 20px;
  z-index: 3;
  margin: 0;
  bottom: 10px;
}

.video-life-banner .speaker-img {
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}

.video-life-banner .mute-logo {
  background-image: url("../svg/mute-audio.svg");
}

.video-life-banner .unmute-logo {
  background-image: url("../svg/unmute-audio.svg");
}

.video-life-banner h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #ffffff;
}

.video-life-banner h4 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  text-align: center;
  color: #ffffff;
}

.video-life-banner video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.you-belong-here {
  background-image: url(../imgs/belong-here.webp);
}

.you-belong-here .card {
  background: linear-gradient(
    112.32deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 101.12%
  );
  backdrop-filter: blur(42px);
}

.life-iot .slider-tile {
  padding: 0px;
  background-position: top;
  border-radius: 10px;
  overflow: hidden;
}

.life-iot {
  background-image: url(../imgs/latest-achieve.webp);
}

.life-iot h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  text-align: center;
  color: #000000;
}

.life-iot ul.nav-pills .nav-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.life-iot ul.nav-pills .nav-link img {
  border-radius: 10px;
  object-fit: cover;
}

.life-iot .slider-tile .image-container {
  height: 720px;
}

.life-iot .slider-tile .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.life-iot .slider-tile .image-container .text-bg-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../svg/text-bg.svg) center no-repeat;
  background-size: cover;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}

.life-iot .slider-tile .image-container p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.48px;
  text-align: center;
  color: #ffffff;
  margin: 0;
  max-width: 1000px;
}

.culture-in-motion {
  background: url(../imgs/technology-infrasrtucture-bg.webp) center no-repeat;
  background-size: cover;
}

.culture-in-motion h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #ffffff;
}

.culture-in-motion h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #ffffff9c;
}

.culture-in-motion h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
}

.culture-in-motion h5 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffffcc;
}

/* Gallery Styles */
.culture-in-motion .mySwipergallery {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}

.culture-in-motion .image-swiper-cover {
  position: relative;
  height: 760px;
  overflow: hidden;
  border-radius: 20px;
}

.culture-in-motion .text-bg-container {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 30%;
  z-index: 2;
  background: url(../svg/text-bg.svg) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.culture-in-motion .text-bg-container .text-container {
  padding: 40px;
  width: 40%;
}

.culture-in-motion .image-swiper-cover:nth-child(even) .text-bg-container {
  flex-direction: row-reverse;
}

.culture-in-motion .image-swiper-cover:nth-child(even) .mySwipergallery {
  margin-right: auto;
  margin-left: 0;
}

.culture-in-motion
  .image-swiper-cover:nth-child(even)
  .mySwipergallery
  .swiper-wrapper {
  flex-direction: row-reverse;
}

.culture-in-motion .image-slider {
  height: 100%;
  position: relative;
}

.culture-in-motion .image-slider .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.culture-in-motion .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.culture-in-motion .mySwipergallery .swiper-wrapper {
  width: 100%;
  align-items: center;
}

.culture-in-motion .mySwipergallery .swiper-slide {
  opacity: 0.4;
  height: 100px;
  border-radius: 15px;
  overflow: hidden;
}

.culture-in-motion .mySwipergallery .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.culture-in-motion .mySwipergallery .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #ffffff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.culture-in-motion .image-slider .arrow-container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 40px;
  top: 25%;
  bottom: 0;
  align-self: center;
  width: 140px;
  height: 20px;
  z-index: 5;
}

.culture-in-motion .image-slider .arrow-container div {
  cursor: pointer;
  padding: 25px;
  border-radius: 50%;
}

.culture-in-motion .image-slider .arrow-container div:hover {
  background-color: #ddcdff;
}

.core-values {
  background: url(../imgs/core-values.webp) center no-repeat;
  background-size: cover;
}

.core-values h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #1d1616;
}

.core-values h3 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  text-align: center;
  color: #1d1616;
}

.core-values .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: #ffffffab;
  backdrop-filter: blur(10.800000190734863px);
  border: 0.83px solid #ffffff1a;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}

.core-values .card img {
  width: 50px;
  height: 50px;
}

.everyday-vibes-slider {
  background: url(../imgs/everyday-vibes.webp) center no-repeat;
  background-size: cover;
}

.everyday-vibes-slider h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  text-align: center;
  color: #ffffff;
}

.everyday-vibes-slider h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #ffffff9c;
}

.everyday-vibes-slider h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.48px;
  color: #ffffff;
}

.everyday-vibes-slider p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffffcc;
  margin-bottom: 0;
}

.everyday-vibes-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0.9px solid #ffffff1a;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}

.everyday-vibes-slider .swiper-slide .image-container {
  height: 230px;
}

.everyday-vibes-slider .swiper-slide .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.everyday-vibes-slider .swiper-slide .content {
  flex-grow: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.video-life-banner .close-popup {
  display: none;
}

.video-popup {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  height: 150px;
  width: 300px;
  border-radius: 5px;
  overflow: hidden;
}

.video-popup .video-container {
  height: 100%;
}

.video-popup .video-container .text-container {
  display: none;
}

.video-popup video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-popup .mute-button {
  background: none;
  border: none;
  padding: 20px;
  z-index: 3;
  margin: 0;
  bottom: 10px;
}

.video-popup .speaker-img {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.video-popup .mute-logo {
  background-image: url("../svg/mute-audio.svg");
}

.video-popup .unmute-logo {
  background-image: url("../svg/unmute-audio.svg");
}

.video-popup .close-popup {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ffffff;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  .culture-in-motion .text-bg-container {
    height: 50%;
  }

  .culture-in-motion .image-slider .arrow-container {
    top: 10%;
  }
}

@media screen and (max-width: 991px) {
  .culture-in-motion .text-bg-container .text-container {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .life-iot .slider-tile .image-container {
    height: 400px;
  }

  .culture-in-motion .image-swiper-cover:nth-child(even) .text-bg-container {
    flex-direction: column-reverse;
  }

  .culture-in-motion .text-bg-container {
    height: 40%;
    flex-direction: column-reverse;
  }

  .culture-in-motion .text-bg-container .text-container,
  .culture-in-motion .mySwipergallery {
    width: 100%;
  }

  .culture-in-motion .image-slider .arrow-container {
    top: 0%;
  }
}

@media screen and (max-width: 500px) {
  .life-iot .slider-tile .image-container {
    height: 300px;
  }

  .life-iot .slider-tile .image-container p {
    font-size: 14px;
    line-height: 14px;
  }

  .life-iot ul.nav-pills .nav-link h5 {
    height: 65px;
  }

  .culture-in-motion .mySwipergallery {
    display: none;
  }

  .culture-in-motion .image-swiper-cover {
    height: 400px;
  }

  .culture-in-motion .text-bg-container {
    height: 50%;
  }

  .culture-in-motion h4 {
    font-size: 28px;
    line-height: 28px;
  }

  .culture-in-motion h5 {
    font-size: 12px;
    line-height: 18px;
  }

  .culture-in-motion .image-slider .arrow-container {
    display: none;
  }
}

.comprehensive-prod .nav-pills .nav-link .number {
  width: 100px;
  font-weight: 300 !important;
  font-size: 40px;
  line-height: 36px;
  letter-spacing: 0.8px;
  color: #9c9c9c;
  font-family: Urbanist;
}

.nuventure-prod-dev .header {
  border-bottom: 1px solid #ffffff26;
}

.software-qa-methodology .services-tabs .tab-header {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid #4646461a;
}

.software-qa-methodology .services-tabs .tab-header h3 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.48px;
  color: #000000;
}

.software-qa-methodology .services-tabs .tab-header img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.software-qa-methodology .services-tabs h4 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #000000;
  padding: 10px 0px;
}

.software-qa-methodology .services-tabs ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.software-qa-methodology .services-tabs li {
  padding-left: 15px;
  position: relative;
}

.software-qa-methodology .services-tabs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background-image: url("../svg/list-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.software-qa-methodology .services-tabs li h5 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  color: #1d1616;
}

.software-qa-methodology .services-tabs li p {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  color: #1d1616;
  margin: 0;
}

.software-qa-methodology .services-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #4646461a;
}

.software-qa-methodology .services-header p {
  margin: 0;
}

.software-qa-methodology .services-header h3 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.36px;
  color: #1d1616;
}

.qa-main {
  background: url(../imgs/qa-main.webp) center no-repeat;
  background-size: cover;
}

.qa-main h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #ffffff;
}

.qa-main h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #ffffff9c;
}

.qa-main .tile-list .inner-tile {
  border: 1px solid #ffffff0f;
  display: flex;
  flex-direction: column;
  gap: 10px;
  backdrop-filter: blur(11.399999618530273px);
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}

.qa-main .tile-list .inner-tile .number {
  font-family: Urbanist;
  font-weight: 300;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: 0.6px;
  color: #ffffff;
  opacity: 0.4;
}

.qa-main .tile-list .inner-tile .title {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  color: #ffffff;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff26;
}

.qa-main p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffffa6;
}

.qa-main .accordion-section .top-section {
  padding: 30px 10px;
  text-align: center;
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.1) -2.68%,
    rgba(255, 255, 255, 0.067) 101.02%
  );
  backdrop-filter: blur(6.400000095367432px);
}

.qa-main .accordion-section .faq-container {
  overflow: hidden;
}

.qa-main .faq-container .image-container {
  height: 500px;
}

.qa-main .faq-container .accordions {
  height: 500px;
}

.qa-main .accordion-section .top-section h5 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.48px;
  color: #ffffff;
  margin: 0;
}

.qa-main .accordion-section .accordion-button {
  display: flex;
  gap: 15px;
  align-items: center;
}

.qa-main .accordion-section .accordion-button img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.qa-main .accordion-section .accordion-button h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}

.qa-main .accordion-section ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.qa-main .accordion-section ul li {
  position: relative;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.qa-main .accordion-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background-image: url("../svg/white-small-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.qa-main .accordion-section ul li .accordion-body {
  padding: 0px;
}

.accordion-body-heavy {
  font-weight: 600;
}

.maintenance-banner {
  background-image: url(../imgs/soft-maintenance-bg.webp);
}

.soft-hire {
  background-position: top;
}

.margin-above-img-container {
  background: url("../imgs/tech-to-work.webp") center no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 80px 60px;
  margin-top: -260px;
  margin-bottom: 80px;
  position: relative;
}

.margin-above-img-container .inner-content {
  background: linear-gradient(
    112.83deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.12) 110.84%
  );
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(70px);
  position: relative;
  z-index: 1;
}

.margin-above-img-container .inner-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: -1px;
  /* creates 1px border */
  border-radius: inherit;
  background: linear-gradient(
    112.83deg,
    rgba(255, 255, 255, 0.21) 0%,
    rgba(255, 255, 255, 0.21) 110.84%
  );
}

.margin-above-img-container .inner-content p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #ffffff;
  margin: 0;
}

.soft-roadmap .roadmap-card:nth-child(even) {
  top: 6em;
}

@media only screen and (max-width: 991px) {
  .soft-roadmap .roadmap-card:nth-child(even) {
    top: unset;
  }
}

@media only screen and (max-width: 595px) {
  .qa-main h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0.84px;
  }
}

.qa-main .tab-content img {
  width: 100%;
}

.soft-roadmap {
  background-image: url(../imgs/soft-roadmap.webp);
  background-position: top;
}

.soft-maintenance {
  background: url(../imgs/next-gen-soft.webp) center no-repeat;
  background-size: cover;
}

.comparison-tab .comp-tab {
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.comparison-tab .comp-tab .row {
  height: 100%;
}

.comparison-tab .comp-tab .header {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.1) -2.68%,
    rgba(255, 255, 255, 0.067) 101.02%
  );
  backdrop-filter: blur(6.400000095367432px);
  padding: 30px;
  height: 100px;
}

.comparison-tab .comp-tab .header img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.comparison-tab .comp-tab h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.48px;
  color: #ffffffcc;
  margin: 0;
}

.comparison-tab .comp-tab ul {
  margin: 0;
  padding: 30px;
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.05) -2.68%,
    rgba(255, 255, 255, 0.0335) 101.02%
  );
  backdrop-filter: blur(6.400000095367432px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

.comparison-tab .comp-tab ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 10px 0px;
  border-bottom: 1px solid #4e4e4ee5;
}

.comparison-tab .comp-tab ul li:last-child {
  border-bottom: none;
}

.comparison-tab .comp-tab ul li img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.comparison-tab .comp-tab ul li .content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.comparison-tab .comp-tab ul li h4 {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  color: #ffffff;
  margin: 0;
}

.comparison-tab .comp-tab ul li p {
  padding-left: 15px;
  position: relative;
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffffcc;
}

.comparison-tab .comp-tab ul li p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background-image: url("../svg/arrow-dim-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.comparison-tab .comp-tab .image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .comparison-tab .comp-tab .image-container {
    height: 70px;
  }

  .comparison-tab .comp-tab .image-container img {
    rotate: 90deg;
  }
}

.ui-ux-services {
  background: url(../imgs/ui-ux-services.webp) center no-repeat;
  background-size: cover;
}

.ui-ux-services .powered-tiles .powered-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  background: #ffffff05;
  backdrop-filter: blur(15px);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  height: 100%;
  justify-content: center;
}

.ui-ux-services .powered-tiles .powered-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(
        to right,
        transparent 25%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 75%
      )
      top center / 100% 1px no-repeat,
    linear-gradient(
        to bottom,
        transparent 25%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 75%
      )
      right center / 1px 100% no-repeat,
    linear-gradient(
        to right,
        transparent 25%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 75%
      )
      bottom center / 100% 1px no-repeat,
    linear-gradient(
        to bottom,
        transparent 25%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 75%
      )
      left center / 1px 100% no-repeat;
  background-repeat: no-repeat;
}

.ui-ux-services .powered-tiles .powered-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.ui-ux-services .powered-tiles .powered-card h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  color: #ffffff;
}

.ui-ux-roadmap .roadmap-card {
  margin: 10px 0px;
}

.ui-ux-roadmap .roadmap-card .roadmap-card-inner {
  backdrop-filter: blur(4.8px);
}

.ui-ux-roadmap .roadmap-card h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.48px;
  color: #f8ae9a;
}

.ui-ux-roadmap .roadmap-card h4 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0.44px;
  color: #1d1616;
}

.ui-ux-roadmap .roadmap-card .header {
  border-bottom: 1px solid #e6e6e6;
}

.ui-ux-roadmap .roadmap-card .header img {
  width: 45px;
  height: 50px;
  object-fit: contain;
}

.ui-ux-roadmap .roadmap-card ul {
  margin: 0;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ui-ux-roadmap .roadmap-card li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ui-ux-roadmap .roadmap-card li img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.ui-ux-roadmap .roadmap-card li .content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ui-ux-roadmap .roadmap-card li .content h5 {
  margin: 0;
  font-family: Urbanist;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.28px;
  color: #f8ae9a;
}

.ui-ux-roadmap .roadmap-card li .content p {
  margin: 0;
  font-family: Urbanist;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.28px;
  color: #454545;
}

.ui-ux-roadmap .roadmap-card .timeline {
  padding: 20px;
  border: 1px solid #f8ae9a4d;
  border-radius: 10px;
}

.ui-ux-roadmap .roadmap-card .timeline .timeline-text {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.28px;
  color: #f8ae9a;
}

.ui-ux-roadmap .roadmap-card .timeline span {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.28px;
  color: #454545;
}

.ui-ux-banner {
  background-image: url(../imgs/ui-ux-main.webp);
}

.ui-ux-why-choose {
  background-image: url(../imgs/ui-ux-why-choose.webp);
}

.ui-ux-why-choose .why-choose-inner {
  background-image: none;
  background-color: #ffffff0a;
}

.case-study-banner {
  background: url(../imgs/case-study-banner.webp) center no-repeat;
  background-size: cover;
}

.case-study-banner h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.8px;
  color: #1d1616;
}

.case-study-banner h3 {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #1d1616;
  width: 45%;
  margin: 0;
}

.case-study-banner p {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.28px;
  color: #454545;
  margin: 0;
  width: 50%;
}

.case-study-banner ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.case-study-banner li {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.case-study-banner img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.solution-challenge {
  background: url(../imgs/the-challenge.webp) center no-repeat;
  background-size: cover;
}

.solution-challenge h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #ffffff;
}

.solution-challenge .side-image {
  width: 100%;
  height: auto;
  flex: 1;
  object-fit: cover;
}

.managed-services-highlights,
.solution-challenge .our-solution,
.solution-challenge .the-challenge {
  display: flex;
  align-items: stretch;
  gap: 40px;
  justify-content: space-between;
}

.solution-challenge .card-list {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}

.integration-highlights .image-container,
.solution-challenge .image-container {
  width: 45%;
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  overflow: hidden;
  max-height: 450px;
}

.managed-services-highlights .block-card-list {
  width: 50%;
}

.solution-challenge .the-challenge .card-tile {
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.05) -2.68%,
    rgba(255, 255, 255, 0.045) 101.02%
  );
  backdrop-filter: blur(6.400000095367432px);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 49%;
  justify-content: center;
}

.solution-challenge .the-challenge .card-tile .number {
  font-family: Urbanist;
  font-weight: 300;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: 0.6px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff26;
  padding-bottom: 15px;
}

.solution-challenge .the-challenge .card-tile p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffffa6;
}

.solution-challenge .our-solution .card-tile {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #ffffff05;
  backdrop-filter: blur(15px);
  padding: 30px;
  border-radius: 10px;
  flex: 45%;
  justify-content: center;
}

.managed-2-services .our-solution .card-tile {
  width: 49%;
  flex: unset;
}

.solution-challenge .our-solution .card-tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(
        to right,
        transparent 25%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 75%
      )
      top center / 100% 1px no-repeat,
    linear-gradient(
        to bottom,
        transparent 25%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 75%
      )
      right center / 1px 100% no-repeat,
    linear-gradient(
        to right,
        transparent 25%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 75%
      )
      bottom center / 100% 1px no-repeat,
    linear-gradient(
        to bottom,
        transparent 25%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 75%
      )
      left center / 1px 100% no-repeat;
  background-repeat: no-repeat;
}

.solution-challenge .our-solution .card-tile img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.solution-challenge .our-solution .card-tile p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

@media only screen and (max-width: 530px) {
  .solution-challenge .the-challenge .card-tile,
  .managed-2-services .our-solution .card-tile {
    width: 100%;
  }

  .integration-highlights h2 {
    font-size: 46px !important;
  }
}

.integration-highlights {
  background: url(../imgs/integration-highlights.webp) center no-repeat;
  background-size: cover;
}

.integration-highlights .header h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #1d1616;
}

.integration-highlights .header h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #000000;
}

.integration-highlights .main-image {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.integration-highlights .block-card-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.integration-highlights .block-cards {
  padding: 30px;
  background: #ffffff99;
  border: 1px solid #ffffff1a;
  backdrop-filter: blur(10.800000190734863px);
  border-radius: 20px;
}

.integration-highlights .block-cards .icon-container {
  border-right: 1px solid #fac9b9;
}

.integration-highlights .block-cards .icon-container img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.integration-highlights .block-cards .description {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  color: #1d1616;
}

.integration-highlights .block-cards .number {
  font-family: Urbanist;
  font-weight: 300;
  font-size: 80px;
  line-height: 76px;
  letter-spacing: 1.5px;
  color: #f8ae9a;
}

@media only screen and (max-width: 575px) {
  .integration-highlights .block-cards .icon-container {
    border-right: unset;
  }
}

.business-impact-case-study {
  background: url(../imgs/business-impact-dark.webp) center no-repeat;
  background-size: cover;
}

.business-impact-case-study .business-card {
  padding: 40px;
  border-radius: 10px;
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.05) -2.68%,
    rgba(255, 255, 255, 0.0335) 101.02%
  );
  backdrop-filter: blur(6.400000095367432px);
}

.business-impact-case-study h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 1.12px;
  color: #ffffff;
}

.business-impact-case-study h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #ffffff9c;
}

.business-impact-case-study ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.business-impact-case-study li {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #ffffff26;
  padding: 15px 0px;
}

.business-impact-case-study li img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.business-impact-case-study .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.business-impact-case-study h4 {
  font-family: Urbanist;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffffcc;
  margin: 0;
}

.business-impact-case-study p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffffcc;
  margin: 0;
}

.business-impact-case-study .image-container {
  border-radius: 10px;
  overflow: hidden;
  max-height: 415px;
}

.business-impact-case-study .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-study-ecosystem .inner-card {
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.case-study-ecosystem img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.case-study-ecosystem .inner-card h4 {
  margin: 0;
}

.case-study-ecosystem .inner-card h3 {
  font-family: Urbanist;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.28px;
  color: #454545;
  margin: 0;
}

.case-study-ecosystem .inner-card .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.managed-services .image-container,
.textile-2-solution .the-challenge .image-container {
  max-height: unset;
}

.integration-highlights .image-container {
  border-radius: 20px;
  max-height: 750px;
}

.integration-highlights .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.managed-services-business-impact .image-container {
  max-height: 500px;
}

.ai-ml-case-study-banner .image-container img {
  width: unset;
  border-radius: unset;
}

.ai-ml-business-impact .image-container {
  max-height: 750px;
}

.ai-ml-integration .image-container img {
  width: unset;
  height: unset;
  object-fit: contain;
  align-self: center;
}

@media only screen and (max-width: 1390px) {
  .ai-ml-integration .image-container img {
    width: 47%;
  }
}

@media only screen and (max-width: 991px) {
  .managed-services-highlights,
  .solution-challenge .our-solution,
  .solution-challenge .the-challenge {
    flex-direction: column;
  }

  .solution-challenge .card-list,
  .solution-challenge .image-container,
  .managed-services-highlights .block-card-list,
  .integration-highlights .image-container {
    width: 100%;
  }

  .solution-challenge .the-challenge .card-tile,
  .solution-challenge .our-solution .card-tile {
    justify-content: start;
  }

  .ai-ml-case-study-banner .image-container {
    height: 300px;
  }

  .ai-ml-6-banner .image-container img {
    object-fit: fill !important;
  }

  .ai-ml-case-study-banner .image-container img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
  }

  .ai-ml-integration .image-container {
    height: 300px;
  }

  .ai-ml-integration .image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .ai-ml-6-banner .image-container {
    height: 360px;
  }

  .ai-ml-case-study-banner .image-container img.pickleball-banner-img {
    width: 74% !important;
    object-fit: contain;
  }

  .ai-ml-case-study-banner .image-container.pickleball-banner-container {
    height: 315px !important;
  }
}

.beyond-satisfaction.business-bottlenecks h4.title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  min-height: 70px;
}

.breakthrough-solutions-content-wraper {
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.0335) 101.02%
  );
  padding: 20px;
  border-radius: 10px;
}

@media (min-width: 1383px) and (max-width: 3210px) {
  .breakthrough-solutions-content-wraper {
    height: 140px;
  }
}

@media (min-width: 992px) and (max-width: 1382px) {
  .breakthrough-solutions-content-wraper {
    height: 170px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .breakthrough-solutions-content-wraper {
    height: 240px;
  }

  .email-infra-title {
    font-size: 42px !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .case-study-blog-label {
    padding: 6px 9px;
    font-size: 11px;
  }
}

.Solutions-subheading {
  text-align: center;
  padding-top: 20px;
}

.breakthrough-solutions {
  padding-right: 30px;
}

.comprehensive-prod .managed-service-container div img {
  width: 100%;
  height: 311px;
}

.light-collaboration-model {
  background-image: url(../imgs/collaboration-model-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.light-collaboration-model h2,
.light-collaboration-model h3,
.light-collaboration-model h4,
.light-collaboration-model h5,
.light-collaboration-model p {
  color: #1d1616 !important;
}

.comprehensive-prod .tab-content h4 .tab-title {
  font-family: "Urbanist";
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.48px;
}

.beyond-satisfaction.business-bottlenecks
  .breakthrough-solutions-content-wraper
  h4.fade-text {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.36px;
}

.managed-service-support-banner {
  background-image: url(../imgs/managed-service-support-banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.complete-managed-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem 1rem;
  /* Add underline */
  border-bottom: 1px solid #4646461a;
}

.comprehensive-prod .services-header.complete-managed-services h2 {
  font-family: Urbanist, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: 1.12px;
}

.comprehensive-prod .services-header.complete-managed-services p {
  font-family: Urbanist;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.36px;
  color: #1d1616;
  text-align: justify !important;
}

.comprehensive-prod .tab-content .tab-title {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.48px;
  color: #000000;
  border-bottom: 1px solid #4646461a;
}

.comprehensive-prod .tab-content .pill-tab-inner-content p {
  font-family: Urbanist;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #000000;
}

/* .comprehensive-prod .managed-service-container .tab-pane {
  align-items: normal;
  height: 243px;
} */

.light-collaboration-model .content.row.justify-content-between {
  border-bottom: 1px solid #4646461a;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.light-collaboration-model .collaboration-model h4 {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #4646461a;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.light-collaboration-model .collaboration-model .subheading {
  font-family: Urbanist;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.36px;
}

.light-collaboration-model .collaboration-model p {
  font-family: Urbanist;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.32px;
}

.title {
  transform: unset;
}

.expertise-section-image-title {
  position: absolute;
  top: -80px;
  left: 55px;
}

.comprehensive-prod .tab-content.managed-service-container {
  align-items: normal;
}

.technology-expertise .image-container {
  position: relative;
  overflow: hidden;
}

.technology-expertise .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    204.15% 100% at 50% 100%,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.9) 29.53%,
    rgba(90, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.technology-expertise .technology-img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.success-stories-section {
  background-image: url("path/to/your/success-stories-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
  padding: 50px 0;
}

.success-stories-section .content h4 {
  font-family: "Urbanist";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  color: #ffffff;
}

.first-section {
  justify-content: center;
  align-items: start;
  /* gap: 10%; */
}

.success-stories-section .challenge-icon {
  width: 50px;
  margin-right: 35px;
}

.success-stories-section .solution-icon {
  width: 50px;
  margin-right: 35px;
}

.success-stories-section .content-box {
  border-top: 1px solid #2f2c2cc9;
  padding-top: 20px;
  margin-top: 20px;
}

.success-stories-section h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.36px;
  color: #ffffff;
}

.success-stories-section p {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffffcc;
}

.success-stories-section .result {
  backdrop-filter: blur(6.400000095367432px);
  border-radius: 10px;
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.07) -2.68%,
    rgba(255, 255, 255, 0.0469) 101.02%
  );
  padding: 15px;
}

.success-stories-section .full-story {
  background: linear-gradient(
    68.8deg,
    rgba(255, 255, 255, 0.2) 10.42%,
    rgba(255, 255, 255, 0.035) 77.11%
  );
  border-image-source: linear-gradient(
    155.31deg,
    rgba(255, 255, 255, 0.5) 12.33%,
    rgba(255, 255, 255, 0) 34.31%,
    rgba(255, 255, 255, 0) 52.66%,
    rgba(255, 255, 255, 0.54) 74.67%
  );
  text-align: center;
  border-radius: 60px;
  padding: 20px;
  transition: background 0.3s ease;
  position: relative;
  cursor: pointer;
  /* makes the whole area feel clickable */
}

.success-stories-section .full-story a {
  position: absolute;
  /* cover the whole container */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  /* center content inside */
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  border-radius: 60px;
  /* match container for hover effects */
  z-index: 2;
  /* stay above background */
}

.success-stories-section .full-story .arrow-icon {
  margin-left: 10px;
}

/* Optional hover effect */
.success-stories-section .full-story:hover {
  background: rgba(255, 255, 255, 0.15);
}

.success-stories-section .image-text .image-text-1 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
  background: #ffffffb2;
  border-radius: 8px;
  padding: 10px;
}

.success-stories-section .image-text .image-text-2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
  background: #ffffffb2;
  border-radius: 8px;
  padding: 10px;
  margin-right: 10px 5px;
}

.success-stories-section .image-text {
  border-radius: 15px;
  background: #ffffff1f;
  border: 1px solid #ffffff1a;
  padding: 23px 13px;
  gap: 10px;
  justify-content: center;
}

.managed-services-main-container {
  border: 1.04px solid #d2d2d24d;
  backdrop-filter: blur(25px);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}

.success-stories-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.technology-expertise .text-container {
  z-index: 1;
}

.success-image-container {
  height: 456px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.success-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.ai-ml-6 .image-container {
  max-height: 600px !important;
}

@media (min-width: 991px) and (max-width: 1080px) {
  .ai-ml-6-banner img {
    max-height: 400px;
  }
}

@media (min-width: 678px) and (max-width: 991px) {
  .image-text {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 677px) and (max-width: 767px) {
  .image-text {
    flex-direction: row;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .ai-ml-6 .image-container {
    max-height: 800px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ai-ml-6-banner .image-container img {
    object-fit: cover !important;
    max-height: 500px;
  }

  .ai-ml-6 .image-container {
    max-height: 400px !important;
  }
}

.success-stories-section .full-story:hover {
  background: #e04141;
}

.comprehensive-prod
  .managed-services-main-container
  .nav-pills
  .nav-link
  .number-part {
  font-family: "Urbanist";
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 90%;
  letter-spacing: 0.8px;
}

.comprehensive-prod
  .managed-services-main-container
  .nav-pills
  .nav-link
  .text-part {
  font-family: "Urbanist";
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.48px;
}

/* .light-collaboration-model .inner-tile-cards .image-container::before ,.light-collaboration-model .inner-tile-cards .image-container::after {
  background: none !important;

} */
.light-collaboration-model .inner-tile-cards .image-container::before {
  border-radius: 20px;
}

.light-collaboration-model .inner-tile-cards .image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 75.12% 73.95% at 75.12% 26.05%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  border-radius: 20px;
  pointer-events: none;
  z-index: 1;
}

.light-collaboration-model .inner-tile-cards .image-container img {
  position: relative;
  z-index: 0;
  border-radius: 20px;
}

.light-collaboration-model .inner-tile-cards .image-container .number {
  position: absolute;
  z-index: 2;
}

.business-bottlenecks .title-container {
  height: 130px;
}

.infrastructure-technology .text-container {
  z-index: 2;
}

@media (max-width: 991px) and (min-width: 768px) {
  .light-collaboration-model .content h2 {
    font-size: 40px;
  }
}

.extra-padding {
  padding: 4rem !important;
}

.comprehensive-prod .tab-content.managed-service-container {
  display: block !important;
}

.ai-ml-6-int-high .image-container {
  max-height: 650px;
}

.comprehensive-prod .nav-pills .nav-link .number.number-div {
  color: #7c7c7c;
}

.comprehensive-prod .nav-pills .nav-link.active .number.number-div {
  font-weight: 300;
  color: #000000;
}

.services-services .tabs-outer-container.managed-service-outer-container {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .managed-service-outer-container
    .pills-container
    .nav-pills
    .nav-link
    .title {
    font-size: 17px !important;
  }
}

/* machine learning services page */

.machine-learning-service-main-banner {
  background-image: url(../imgs/ml-services-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ml-our-success-stories .number-part {
  font-family: "Urbanist";
  font-weight: 300;
  font-size: 70px;
  line-height: 0.9;
  letter-spacing: 0.36px;
  color: #7c7c7c;
  text-align: center;
  margin-right: 8px;
}

.why-choose-nuventure.why-choose .why-choose-inner.why-choose-inner-nuventure {
  background-image: url("../imgs/why-choose.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .ml-manufacture-operated {
    width: 90%;
    margin-left: 20px;
  }
}

.earth-iocon::before {
  position: absolute;
  bottom: 0;
  right: 50px;
  content: url(../svg/earth-iocon.svg);
}

.web-hook-icon::before {
  position: absolute;
  bottom: 0;
  right: 50px;
  content: url(../svg/web-hook-icon.svg);
}

.clock-icon::before {
  position: absolute;
  bottom: 0;
  right: 50px;
  content: url(../svg/clock-icon.svg);
}

.down-arrows-icon::before {
  position: absolute;
  top: 0;
  right: 50px;
  content: url("../svg/big-arrow-bottom.svg");
}

.up-arrows-icon::before {
  position: absolute;
  top: 0;
  right: 50px;
  content: url("../svg/big-arrow-bottom.svg");
}

.dollar-icons::before {
  position: absolute;
  top: 0;
  right: 50px;
  content: url("../svg/dollar.svg");
}

.earth-iocon
  .web-hook-icon
  .clock-icon
  .up-arrows-icon
  .down-arrows-icon
  .dollar-icons {
  position: relative;
}

.ml-button-container .button-dark:hover {
  background-color: #00000040;
  /* translucent black */
  color: #0f181a;
  /* dark text */
  box-shadow: 0 0 7px 0 #0f181a;
  text-decoration: none;
}

/* Red variant hover */
.ml-button-container .button-dark.red-color-button:hover {
  background-color: #e900001f;
  /* light red tint */
  color: #e04141 !important;
  /* red text */
  box-shadow: 0 0 7px 0 #e04141;
  text-decoration: none;
}

@media (min-width: 320px) and (max-width: 400px) {
  .ai-developement-services-main-banner .ml-button {
    line-height: 20px;
  }
}

@media only screen and (max-width: 595px) {
  .ml-button-container .red-color-button {
    width: unset;
    padding: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .manufaturing-challenges-continer {
    padding: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ml-card {
    width: 100%;
  }
}

.challenges-content-1 {
  margin-left: 4px;
}

.ml-our-success-stories .key-challages-outer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ml-our-success-stories .ml-img {
  object-fit: cover;
  height: 100%;
}

.ml-our-success-stories .ml-driven {
  max-height: 700px;
  overflow: hidden;
  border-radius: 20px;
  padding: 0;
}

@media (min-width: 769px) and (max-width: 991px) {
  .ml-capabilities .nav-pills .nav-link .title {
    font-size: 21px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .premium-slider .number-cards .single-card h1 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .premium-slider .number-cards .single-card h1 {
    font-size: 65px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .managed-services-8-backup h2 {
    font-size: 45px !important;
  }
}

.managed-8-services .image-container {
  max-height: 905px;
}

.managed-services-business-impact .business-impact-img-8 {
  max-height: 580px;
}

/* case-study-9 */

.case-study-9-img-3 {
  max-height: 1240px !important;
}

.case-study-9-card-list {
  gap: 15px;
  justify-content: space-between;
}

.case-study-9-img-4 {
  max-height: unset !important;
}

.case-study-9-business-list {
  gap: 28px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .case-study-9-card {
    padding: 18px !important;
  }

  .common-card-list {
    width: 75% !important;
    margin: 0 auto;
  }

  .case-study-9-challenge {
    flex-direction: column;
  }

  .item {
    top: 115px !important;
  }

  .item-header {
    top: 13em !important;
  }

  .ai-ml-case-study-banner .image-container img.chef-made-banner-img {
    width: 52% !important;
  }
}

@media (min-width: 1900px) {
  .case-study-9-business-list {
    gap: 70px !important;
  }
}

/* case study landing page */

.case-study-hero {
  background-image: url("../imgs/casestudy-hero-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 90%;
}

.content-width {
  height: 85vh;
  margin: 0 auto;
}

.floating-div {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  padding: 20px 70px 20px 20px;
}

.floating-div .card {
  background: transparent;
  padding: 10px;
}

.card-title-b {
  font-weight: 400;
  font-size: 18.19px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}

.card-text-b {
  font-weight: 300;
  font-style: Light;
  font-size: 16.17px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
}

.slideshow-items {
  position: relative;
  width: 100%;
  height: 300px;
}

.item {
  position: absolute;
  width: 100%;
  height: auto;
  top: 60px;
}

.item-image-container {
  position: relative;
}

.item-image {
  position: relative;
  width: 95%;
  height: auto;
  opacity: 0;
  display: block;
  transition: opacity 0.3s ease-out 0.45s;
}

.item.active .item-image {
  opacity: 1;
}

.item.active .item-image-container::before {
  opacity: 0.8;
}

.item-description {
  position: absolute;
  top: 182px;
  right: 0;
  width: 50%;
  padding-right: 4%;
  line-height: 1.8;
}

.item-header {
  position: absolute;
  top: 22em;
  left: 0;
  z-index: 100;
}

.item-header .vertical-part {
  margin: 0 -4px;
  -webkit-font-smoothing: auto;
  color: #fff;
}

.vertical-part {
  overflow: hidden;
  display: inline-block;
}

.vertical-part b {
  display: inline-block;
  transform: translateY(100%);
  padding-top: 5px;
}

.item-header .vertical-part b {
  transition: 0.5s;
}

.item-description .vertical-part b {
  transition: 0.21s;
}

.item.active .item-header .vertical-part b {
  transform: translateY(0);
}

.item.active .item-description .vertical-part b {
  transform: translateY(0);
}

.controls {
  position: relative;
  text-align: right;
  z-index: 1000;
  display: none;
}

/* .hero-text h1{
  color: #000;
  font-family: Jost;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
}

.hero-text h2{
color: #000;
font-family: Jost;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 1.5;
} */

.case-study-hero-text h1 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.8px;
  opacity: 1;
}

.case-study-hero-text h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  opacity: 1;
}

.case-study-banner-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .case-study-hero {
    padding-top: 6em;
  }

  .managed-services-business-impact .image-container.chef-made-bi-container {
    max-height: 570px;
  }

  .business-impact-case-study .image-container img.ed-bussiness-impact {
    object-position: 46%;
  }
}

@media screen and (max-width: 767px) {
  .case-study-hero {
    padding-top: 6em;
  }

  .case-study-nav-tab {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .case-study-pill {
    width: 100px;
  }

  .case-study-nav-item {
    display: inline-flex !important;
  }

  .content-width {
    height: 65vh;
  }

  .item-header {
    top: 12em;
    width: 100% !important;
  }
}

.case-study-stories {
  background-image: url("../imgs/case-study-stories.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study-card-title {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.48px;
  color: #000;
  padding-top: 30px;
  padding-bottom: 20px;
}

.case-study-card-desc {
  font-family: Urbanist;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #000;
  padding-bottom: 30px;
}

.stories-img-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.strories-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Desktop: Normal behavior */
@media (min-width: 768px) {
  .tab-scroll {
    overflow: visible;
    white-space: normal;
  }
}

/* Mobile: Horizontal scroll */
@media (max-width: 767px) {
  .tab-scroll {
    display: block;
    overflow-x: auto;
    white-space: pre-line;
    scrollbar-width: thin;
    overflow-y: hidden;
  }

  .tab-scroll .nav-item {
    display: inline-block;
    margin-right: 12px;
  }

  /* WebKit browsers (Chrome, Safari) */
  .tab-scroll::-webkit-scrollbar {
    height: 4px;
  }

  .tab-scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }

  .tab-scroll::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
  }

  .vertical-part b {
    display: block;
  }

  .vertical-part {
    display: block;
  }
}

.case-study-story-container {
  border-top: 1px solid #dae0e6;
}

.services-tab .nav-item .case-study-pill {
  text-align: start;
  color: #7c7c7c;
}

.case-study-block {
  bottom: 40px !important;
}

.case-study-item-list {
  max-width: unset !important;
}

.case-study-nav-tab {
  gap: 0 !important;
}

.case-study-nav-item {
  max-width: 180px !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .item-header {
    top: 18em !important;
  }
}

@media (min-width: 1700px) {
  .item-image {
    width: 85%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .case-study-nav-item {
    max-width: 120px !important;
  }
}

/* ................norsup case study................ */

.integration-highlights .image-container.smart-pool-img img {
  object-fit: contain !important;
}

@media (min-width: 992px) and (max-width: 1600px) {
  .norsup-business-impact {
    max-height: 745px !important;
  }
}

@media (max-width: 450px) {
  .norsup-banner-img-container {
    height: 250px !important;
  }

  .norsup-banner-img-container img {
    max-height: 273px !important;
  }
}

@media (min-width: 450px) and (max-width: 600px) {
  .norsup-banner-img-container {
    height: 230px !important;
  }

  .norsup-banner-img-container img {
    max-height: 380px !important;
  }
}

/* pickleball case study .................*/

@media (min-width: 992px) and (max-width: 1280px) {
  .ai-ml-case-study-banner .image-container img.pickleball-banner-img {
    width: 54% !important;
  }
}

.platform-highlight-title {
  padding-left: 80px;
  padding-right: 26px;
}

@media (max-width: 991px) {
  .platform-highlights {
    gap: 0 !important;
  }

  .platform-img-container {
    height: unset !important;
    max-height: 975px !important;
    border-radius: none !important;
  }

  .platform-highlight-title {
    padding-left: 26px !important;
  }
}

@media only screen and (max-width: 768px) {
  .ai-ml-case-study-banner .image-container img.pickleball-banner-img {
    width: 96% !important;
  }
}

/* smart garden casestudy.......... */

@media (min-width: 1300px) {
  .iot-highlights-img-container {
    max-height: 450px !important;
    width: unset !important;
    margin-top: 133px;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  .iot-highlights-img-container {
    max-height: 331px !important;
    margin-top: 133px;
  }

  .iot-highlights-img {
    object-fit: contain !important;
  }
}

@media (min-width: 768px) and (max-width: 1500px) {
  .smart-garden-bi-container {
    max-height: 695px !important;
  }
}

@media only screen and (max-width: 992px) {
  .ai-ml-6-banner .image-container img.smart-garden-banner-img {
    object-fit: contain !important;
  }

  .ai-ml-6-banner .image-container.smart-garden-banner-img-container {
    height: 263px !important;
  }
}

@media (min-width: 992px) and (max-width: 1457px) {
  .sg-our-solution-img {
    object-position: 89% !important;
  }
}

.sg-business-impact-img {
  object-position: 81%;
}

/* chefmade casestudy...... */

@media (min-width: 576px) and (max-width: 992px) {
  .ai-ml-case-study-banner .image-container img.chef-made-banner-img {
    object-fit: contain;
    height: 49%;
  }
}

@media only screen and (max-width: 576px) {
  .ai-ml-case-study-banner .image-container img.chef-made-banner-img {
    max-height: 282px;
    object-fit: contain;
    height: 47%;
    width: 92% !important;
  }

  .ai-ml-case-study-banner .image-container.chef-made-banner-container {
    height: 230px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .integration-highlights .image-container img.chef-made-sp-img {
    width: 73%;
  }
}

@media (min-width: 1400px) and (max-width: 1800px) {
  .integration-highlights .image-container.chef-made-sp-container {
    max-height: 872px;
  }
}

@media (min-width: 1800px) {
  .integration-highlights .image-container img.chef-made-sp-img {
    width: 65%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .business-impact-case-study .image-container img.chef-made-bi-img {
    object-position: 67% !important;
  }
}

.integration-highlights .image-container img.chef-made-sp-img {
  object-fit: contain;
}

.integration-highlights .image-container.chef-made-sp-container {
  max-height: 1015px;
}

/* elephant drive case study......... */

.integration-highlights .image-container img.ed-highlights {
  object-fit: contain;
}

.managed-services-business-impact
  .image-container.ed-bussiness-impact-container {
  max-height: 675px;
}

/* flowmitr case study.......... */

.ai-ml-case-study-banner .image-container img.fm-banner-img {
  object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .ai-ml-case-study-banner .image-container img.fm-banner-img {
    height: 42%;
  }

  .integration-highlights .image-container img.fm-highlights {
    width: 90%;
  }
}

@media only screen and (min-width: 992px) {
  .ai-ml-case-study-banner .image-container img.fm-banner-img {
    margin-right: 45px;
  }
}

@media (min-width: 575px) and (max-width: 991px) {
  .integration-highlights .image-container img.wm-highlights-img {
    width: 50%;
    margin-left: 190px;
  }
}

@media only screen and (max-width: 575px) {
  .integration-highlights .image-container img.wm-highlights-img {
    margin-left: 46px;
  }
}

/* intl-tel-input z-index fix */
.iti {
  width: 100%;
  z-index: 9999;
}

.iti__dropdown-content {
  width: 350px !important;
  z-index: 9999;
}

/* Ensure flags are visible on top of modal */
.iti__country-list {
  z-index: 9999 !important;
}

@media only screen and (max-width: 600px) {
  .ms-nav-link {
    font-size: 11px !important;
  }
}

.comprehensive-prod .tab-content img.tab-content-svg {
  width: unset !important;
  height: 53px;
  object-fit: none;
}

.comprehensive-prod .tab-content.cp-tab-content {
  align-items: unset;
}

.comprehensive-prod.comprehensive-prod-bg {
  background-image: url(../imgs/comprehensive-prod.webp);
}

.blog-section.thankyou-page-blogs {
  background-color: #eeeeee;
  background-image: url(../imgs/thankyou-blog-bg-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.tp-success-stories-title {
  color: #1d1616;
}

.blog-info.tp-blog-info h5 {
  color: #1d1616;
}

.blog-info.tp-blog-info p {
  color: #454545;
}

.tp-success-stories-title-p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #454545;
}

.light-collaboration-model.tp-what-next {
  background-image: url(../imgs/tp-what-next-bg.webp);
  background-color: #0c0c1a;
  padding-bottom: 60px;
}

.light-collaboration-model.tp-what-next h2 {
  color: #ffffff !important;
}

.what-next-sub-title {
  color: #ffffff9c;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
}

.what-next-p {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.36px;
}

.prod-mission .inner-tile-cards .image-container.tp-what-next-img-container {
  height: 600px;
}

.prod-mission
  .inner-tile-cards
  .image-container.tp-what-next-img-container::before {
  background: unset;
}

.immediate-assistance {
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 1.12px;
  color: #ffffff;
}

.immediate-assistance-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #ffffff9c;
}

.tp-logo {
  font-weight: 300;
  font-size: 23.49px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #ffffff;
}

.contact-card {
  border-radius: 16px;
  padding: 28px;
}

.contact-item {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.country-block {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.separator {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.tp-logo-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.36px;
  color: #ffffff;
}

.tp-logo-info {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #ffffff;
}

.tp-contact-wrapper {
  width: 100%;
  max-width: 620px;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  overflow: hidden;
}

.tp-contact-content {
  padding: 20px;
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.05) -2.68%,
    rgba(255, 255, 255, 0.0335) 101.02%
  );
  border-top: 1px solid #ffffff1a;
  backdrop-filter: blur(6.400000095367432px);
}

/* Medium screens: tighten spacing so everything fits on one line */
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .contact-item {
    gap: 6px;
  }

  .country-block {
    gap: 5px;
  }

  .tp-logo-label {
    font-size: 15px;
  }

  .tp-logo-info {
    font-size: 13px;
  }

  .tp-contact-content {
    padding: 15px;
    padding-bottom: 57px;
    padding-top: 30px;
  }
}

/* Small screens: stack phone numbers vertically and hide separator */
@media only screen and (max-width: 991px) {
  .tp-contact-wrapper {
    max-width: 500px;
  }

  .contact-item {
    flex-wrap: wrap;
  }

  .separator {
    display: none;
  }
}

.thankyou-section {
  background-image: url(../imgs/tp-banner-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.thankyou-title {
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 1.12px;
}

.thankyou-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  color: #000000;
}

.Nuv-logo-white {
  width: 40%;
  height: 40%;
}

@media only screen and (max-width: 575px) {
  .tp-collab-model {
    font-size: 50px;
  }
}

.thankyou-img {
  width: 90%;
  max-width: none;
}

.phone {
  white-space: nowrap;
}

.hp-side-img {
  object-position: 94%;
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .hp-business-impact-img {
    object-position: 10%;
  }
}

.integration-highlights .image-container img.ws-highlight-img {
  object-fit: contain;
}

.ws-business-impact-container.ws-business-impact-container {
  max-height: 685px;
}

.business-impact-case-study .image-container img.ws-business-impact-img {
  object-position: 30%;
}

.privacy-policy-head {
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 1px;
  color: #1d1616;
  padding-top: 150px;
  padding-bottom: 50px;
}

.privacy_policy_heading {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  color: #1d1616;
  padding: 10px 0;
}

.privacy_para {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.28px;
  color: #454545;
  list-style-type: disc;
}

.privacy_policy_section {
  background-image: url(../imgs/privacy-policy-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.devops_unordered_list {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.32px;
  color: #ffffff;
  list-style-type: disc;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services-services .nav-pills.devops-nav {
    height: 555px;
    overflow-y: scroll;
  }
}

.devops-impact-story {
  background-image: url(../imgs/devops-impact-story-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.impact-story-title {
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 1.12px;
  color: #ffffff;
}

.impact-story-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #ffffff;
}
.impact-story-main-container {
  margin: 0 100px;
  padding-bottom: 100px;
  padding-top: 30px;
}
.impact-story-content h4 {
  color: #ffefef;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.6px;
}

.impact-story-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  color: #dde4f3;
}
.read-full-story {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  color: #dde4f3;
}
.impact-story-content {
  padding: 0 40px;
}
.impact-story-inner-container {
  background-color: #141111;
  padding: 35px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .impact-story-inner-container {
    flex-direction: column;
  }
  .impact-story-content {
    padding: unset;
  }
  .impact-story-img {
    width: 98%;
  }
  .impact-story-main-container {
    margin: 0px 65px;
  }
  .devops-arrow {
    display: none;
  }
}
@media (min-width: 1199px) {
  .devops-arrows {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .devops-arrows {
    height: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .devops-arrows {
    height: 28px;
  }
  .impact-story-content h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .impact-story-content h4 {
    font-size: 23px;
  }
  .devops-arrows {
    height: 26px;
  }
}

.devops-arrow {
  position: absolute;
  right: 20px;
  top: 40px;
}

/* ===== CAREERS PAGE ===== */
.careers-banner-section {
  background-image: url("../imgs/careers-hero-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.careers-banner-section .container {
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.careers-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.careers-banner-section h3 {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff !important;
  margin-bottom: 30px !important;
}

.careers-banner-section .banner-answer {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff !important;
  margin-bottom: 50px !important;
  max-width: 906px;
  margin-left: auto;
  margin-right: auto;
}

/* --- BUTTON STYLING START --- */
.careers-banner-section a.explore-btn {
  width: 287px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-family: "Urbanist", sans-serif;
  color: #ffffff !important;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.37px;
  text-decoration: none;
  line-height: 41px;
  text-align: center;
  border-radius: 55px;

  background: linear-gradient(
    68.8deg,
    rgba(255, 255, 255, 0.2) 10.42%,
    rgba(255, 255, 255, 0.035) 77.11%
  );

  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
  box-shadow: 0px 1.2px 29.92px 0px rgba(69, 42, 124, 0.1);

  border: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.careers-banner-section a.explore-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 55px;
  padding: 2px;
  background: linear-gradient(
    155.31deg,
    rgba(255, 255, 255, 0.5) 12.33%,
    rgba(255, 255, 255, 0) 34.31%,
    rgba(255, 255, 255, 0) 52.66%,
    rgba(255, 255, 255, 0.54) 74.67%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}

.careers-banner-section a.explore-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 35px rgba(69, 42, 124, 0.2);
  background: linear-gradient(
    68.8deg,
    rgba(255, 255, 255, 0.3) 10.42%,
    rgba(255, 255, 255, 0.08) 77.11%
  );
}
/* --- BUTTON STYLING END --- */

/* Responsive Design */
@media only screen and (max-width: 1199px) {
  .careers-banner-section h3 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .careers-banner-section h3 {
    font-size: 42px;
    line-height: 48px;
  }
  .careers-banner-section .banner-answer {
    font-size: 20px;
    line-height: 30px;
  }
  .careers-banner-section a.explore-btn {
    width: auto;
    min-width: 220px;
    padding: 0 30px;
    height: 50px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-banner-section {
    height: 60vh;
    min-height: 400px;
  }
  .careers-banner-section h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .careers-banner-section .banner-answer {
    font-size: 16px;
    line-height: 24px;
  }
  .careers-banner-section a.explore-btn {
    min-width: 200px;
    height: 48px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .careers-banner-section {
    height: 50vh;
    min-height: 350px;
  }
  .careers-banner-section h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .careers-banner-section .banner-answer {
    font-size: 14px;
    line-height: 22px;
  }
  .careers-banner-section a.explore-btn {
    min-width: 180px;
    height: 44px;
    font-size: 14px;
  }
}

/* --- OPENINGS SECTION START --- */
.current-openings-section {
  background-color: #000000;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden; /* FIX: prevent horizontal overflow */
  overflow-y: hidden;
}

.openings-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../imgs/careers-section-2.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.05;
  z-index: 1;
}

/* Red gradient glow from Figma request */
.red-glow-bg {
  position: absolute;
  width: 735.13px;
  height: 326.61px;
  background: linear-gradient(
    180.29deg,
    rgba(216, 64, 64, 0.8) 54.77%,
    #d9d9d9 123.59%
  );
  filter: blur(140px);
  top: 5%;
  left: 48%;
  transform: translateX(-30%) rotate(-10deg);
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.25;
}

.current-openings-section .content-wrapper {
  position: relative;
  z-index: 2;
  font-family: "Urbanist", sans-serif;
  color: #ffffff;
  padding: 100px 0;
}

/* --- FILTERS: CSS Grid for clean responsive control --- */
.job-filters-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-bottom: 70px;
  width: 100%;
}

/* FIX: 2x2 grid on tablet */
@media only screen and (max-width: 991px) {
  .job-filters-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 50px;
  }
}

/* FIX: single column on mobile */
@media only screen and (max-width: 575px) {
  .current-openings-section .content-wrapper {
    padding: 30px 16px;
  }

  .job-filters-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 24px;
  }

  .filter-group {
    margin-bottom: 0;
  }

  .filter-input,
  .filter-select {
    font-size: 15px;
    padding: 14px 0 8px;
    border-bottom-width: 2px;
  }

  .current-openings-section {
    min-height: auto;
  }
}

.filter-group {
  position: relative;
  width: 100%;
}

.filter-input,
.filter-select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  padding: 12px 0;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
}

.filter-input::placeholder {
  color: #fff;
  font-weight: 400;
}

.filter-select {
  cursor: pointer;
}

/* Custom arrow for select matching Figma */
.select-wrapper {
  position: relative;
  width: 100%;
}
.select-wrapper::after {
  content: url('data:image/svg+xml;utf8,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.filter-select option {
  background: #111;
  color: #fff;
}

/* --- JOB LIST --- */
.job-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 800px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Custom subtle scrollbar for job lists */
.job-list::-webkit-scrollbar {
  width: 4px;
}
.job-list::-webkit-scrollbar-track {
  background: transparent;
}
.job-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

.job-card {
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.05) -2.68%,
    rgba(255, 255, 255, 0.0335) 101.02%
  );
  backdrop-filter: blur(6.4px);
  -webkit-backdrop-filter: blur(6.4px);
  border-radius: 0 0 16px 16px;
  padding: 28px 30px 42px 48px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.job-card::after {
  content: "";
  position: absolute;
  left: 45px;
  right: 0;
  bottom: 22px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}

.job-card:hover {
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.08) -2.68%,
    rgba(255, 255, 255, 0.05) 101.02%
  );
}

.job-card.active {
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.1) -2.68%,
    rgba(255, 255, 255, 0.06) 101.02%
  );
}

.job-card.active::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 30px;
  bottom: 22px;
  width: 3px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 2px;
  z-index: 1;
}

.job-card h4,
.job-card .job-meta {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  display: block;
}

.job-card h4 {
  margin-bottom: 8px;
}

.job-card .job-meta {
  margin-bottom: 25px;
}

.job-card p {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(237, 237, 237, 1);
  line-height: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Responsive styling for Job Cards */
@media only screen and (max-width: 1199px) {
  .job-card h4,
  .job-card .job-meta {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .job-card h4,
  .job-card .job-meta {
    font-size: 18px;
  }
  .job-card p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .job-card {
    padding: 24px 20px 36px 35px;
  }
  .job-card::after {
    left: 32px;
    bottom: 20px;
  }
  .job-card.active::before {
    left: 15px;
    top: 26px;
    bottom: 20px;
  }
  .job-card h4,
  .job-card .job-meta {
    font-size: 16px;
  }
  .job-card .job-meta {
    margin-bottom: 18px;
  }
}

/* --- JOB DETAILS PANE --- */
.job-details-pane {
  background: linear-gradient(
    89.15deg,
    rgba(255, 255, 255, 0.05) -2.68%,
    rgba(255, 255, 255, 0.0335) 101.02%
  );
  backdrop-filter: blur(6.4px);
  -webkit-backdrop-filter: blur(6.4px);
  border-radius: 0 0 16px 16px;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.job-details-pane-content {
  flex: 1;
}

.job-details-pane h2,
.job-details-pane .job-meta {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  display: block;
}

.job-details-pane h2 {
  margin-bottom: 8px;
}

.job-details-pane .job-meta {
  margin-bottom: 35px;
}

.job-details-pane .job-description,
.job-details-pane .job-description p {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: rgba(237, 237, 237, 1);
}

.job-details-pane .apply-now-btn {
  align-self: flex-end;
  margin-top: 40px;
  width: 204px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Urbanist", sans-serif;
  color: #ffffff !important;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.37px;
  text-decoration: none;
  line-height: 41px;
  text-align: center;
  border-radius: 55px;
  background: linear-gradient(
    68.8deg,
    rgba(255, 255, 255, 0.2) 10.42%,
    rgba(255, 255, 255, 0.035) 77.11%
  );
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
  box-shadow: 0px 1.2px 29.92px 0px rgba(69, 42, 124, 0.1);
  border: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.job-details-pane .apply-now-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 55px;
  padding: 2px;
  background: linear-gradient(
    155.31deg,
    rgba(255, 255, 255, 0.5) 12.33%,
    rgba(255, 255, 255, 0) 34.31%,
    rgba(255, 255, 255, 0) 52.66%,
    rgba(255, 255, 255, 0.54) 74.67%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}

.job-details-pane .apply-now-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 35px rgba(69, 42, 124, 0.2);
  background: linear-gradient(
    68.8deg,
    rgba(255, 255, 255, 0.3) 10.42%,
    rgba(255, 255, 255, 0.08) 77.11%
  );
}

/* --- RESPONSIVE: Job List + Details Pane Stacking --- */
@media (max-width: 1199px) {
  .job-details-pane h2,
  .job-details-pane .job-meta {
    font-size: 20px;
  }
  .job-details-pane .job-description,
  .job-details-pane .job-description p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  /* FIX: Remove fixed height so the list doesn't scroll awkwardly when stacked */
  .job-list {
    max-height: none;
    overflow-y: visible;
    margin-bottom: 24px;
  }

  /* FIX: Force both columns to full width and stack vertically */
  .current-openings-section .row.pt-4 {
    flex-direction: column;
  }
  .current-openings-section .row.pt-4 > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* FIX: height: 100% causes overflow when parent has no defined height */
  .job-details-pane {
    height: auto;
    margin-top: 10px;
    padding: 30px;
  }

  .job-details-pane h2,
  .job-details-pane .job-meta {
    font-size: 18px;
  }
  .job-details-pane .job-description,
  .job-details-pane .job-description p {
    font-size: 14px;
    line-height: 22px;
  }
  .job-details-pane .apply-now-btn {
    width: auto;
    min-width: 180px;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
  }

  .current-openings-section {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .current-openings-section .content-wrapper {
    padding: 40px 0;
  }
  .job-details-pane {
    padding: 20px 16px;
  }
  .job-details-pane h2,
  .job-details-pane .job-meta {
    font-size: 16px;
  }
  .job-details-pane .job-meta {
    margin-bottom: 20px;
  }
  .job-details-pane .job-description,
  .job-details-pane .job-description p {
    font-size: 13px;
    line-height: 20px;
  }
  .job-details-pane .apply-now-btn {
    min-width: 140px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
    align-self: center;
  }

  .job-card h4,
  .job-card .job-meta {
    font-size: 15px;
  }
  .job-card p {
    font-size: 12px;
    line-height: 18px;
  }
  .job-card {
    padding: 20px 16px 30px 28px;
  }
  .job-card::after {
    left: 25px;
    bottom: 16px;
  }
  .job-card.active::before {
    left: 10px;
    top: 22px;
    bottom: 16px;
  }
}
/* --- CORE VALUES SECTION --- */
.core-values-section {
  position: relative;
  background-color: #f5f0eb;
  background-image: url("../imgs/careers-core-value-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 100px 0 110px;
}

.core-values-section .content-wrapper {
  position: relative;
  z-index: 2;
}

/* --- HEADING --- */
.core-values-section .section-heading {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(29, 22, 22, 1);
  margin-bottom: 60px;
}

.core-values-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Row 1: cards 1–3 each take 2 of 6 columns */
.core-values-grid .core-value-card:nth-child(1),
.core-values-grid .core-value-card:nth-child(2),
.core-values-grid .core-value-card:nth-child(3) {
  grid-column: span 2;
}

/* Row 2: card 4 starts at col 2, card 5 at col 4 — centred pair */
.core-values-grid .core-value-card:nth-child(4) {
  grid-column: 2 / span 2;
}
.core-values-grid .core-value-card:nth-child(5) {
  grid-column: 4 / span 2;
}

/* --- INDIVIDUAL CARD --- */
.core-value-card {
  background: rgba(255, 255, 255, 0.67);
  border: 0.83px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px 18px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.core-value-card .icon-wrap {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

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

.core-value-card .card-label {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(29, 22, 22, 1);
}

/* ---- RESPONSIVE ---- */

/* Large tablets: shrink heading & gap, keep 3+2 layout */
@media only screen and (max-width: 1199px) {
  .core-values-section .section-heading {
    font-size: 48px;
  }
  .core-values-grid {
    max-width: 960px;
    gap: 20px;
  }
  .core-value-card .card-label {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .core-values-section {
    padding: 70px 0 80px;
  }
  .core-values-section .section-heading {
    font-size: 40px;
    margin-bottom: 44px;
  }

  .core-values-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 680px;
    gap: 20px;
  }

  /* Reset all explicit column placements */
  .core-values-grid .core-value-card:nth-child(1),
  .core-values-grid .core-value-card:nth-child(2),
  .core-values-grid .core-value-card:nth-child(3),
  .core-values-grid .core-value-card:nth-child(4) {
    grid-column: span 1;
  }

  /* Card 5: span full width, constrain to half-width and centre */
  .core-values-grid .core-value-card:nth-child(5) {
    grid-column: 1 / -1;
    width: calc(50% - 10px);
    margin: 0 auto;
  }

  .core-value-card {
    padding: 32px 22px 28px;
  }
  .core-value-card .icon-wrap {
    width: 48px;
    height: 48px;
  }
  .core-value-card .card-label {
    font-size: 15px;
  }
}

/* Large phones */
@media only screen and (max-width: 767px) {
  .core-values-section {
    padding: 60px 0 70px;
  }
  .core-values-section .section-heading {
    font-size: 34px;
    margin-bottom: 36px;
  }
  .core-values-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    gap: 16px;
  }
  .core-values-grid .core-value-card:nth-child(5) {
    grid-column: 1 / -1;
    width: calc(50% - 8px);
    margin: 0 auto;
  }
  .core-value-card {
    padding: 28px 18px 24px;
    gap: 16px;
    border-radius: 12px;
  }
  .core-value-card .icon-wrap {
    width: 42px;
    height: 42px;
  }
  .core-value-card .card-label {
    font-size: 14px;
  }
}

/* Small phones: single column, all cards full width */
@media only screen and (max-width: 480px) {
  .core-values-section .section-heading {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .core-values-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    gap: 14px;
  }
  .core-values-grid .core-value-card:nth-child(5) {
    grid-column: span 1;
    width: 100%;
    margin: 0;
  }
  .core-value-card {
    padding: 24px 20px;
    gap: 14px;
  }
  .core-value-card .icon-wrap {
    width: 40px;
    height: 40px;
  }
  .core-value-card .card-label {
    font-size: 15px;
  }
}
/* --- CORE VALUES SECTION END --- */

/* ===== YOU BELONG HERE SECTION ===== */
.you-belong-here.hire-cloud .card {
  background: linear-gradient(
    112.32deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 101.12%
  ) !important;
  backdrop-filter: blur(42px) !important;
  -webkit-backdrop-filter: blur(42px) !important;
  border: none !important;
  border-radius: 16px !important;
}

.you-belong-here.hire-cloud .card::before {
  display: none !important;
}

.you-belong-here .consultation-button a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 283px;
  height: 55px;
  font-family: "Urbanist", sans-serif;
  color: #ffffff !important;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.37px;
  text-decoration: none !important;
  line-height: 41px;
  text-align: center;
  border-radius: 55px !important;
  background: linear-gradient(
    68.8deg,
    rgba(255, 255, 255, 0.2) 10.42%,
    rgba(255, 255, 255, 0.035) 77.11%
  ) !important;
  backdrop-filter: blur(70px) !important;
  -webkit-backdrop-filter: blur(70px) !important;
  box-shadow: 0px 1.2px 29.92px 0px rgba(69, 42, 124, 0.1) !important;
  border: none !important;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  padding: 10px 30px !important;
}

.you-belong-here .consultation-button a::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 55px !important;
  padding: 2px !important;
  background: linear-gradient(
    155.31deg,
    rgba(255, 255, 255, 0.5) 12.33%,
    rgba(255, 255, 255, 0) 34.31%,
    rgba(255, 255, 255, 0) 52.66%,
    rgba(255, 255, 255, 0.54) 74.67%
  ) !important;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0) !important;
  mask-composite: exclude !important;
  z-index: -1 !important;
  pointer-events: none !important;
  margin: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  border-radius: 55px !important;
  width: auto !important;
  height: auto !important;
}

.you-belong-here .consultation-button a:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 35px rgba(69, 42, 124, 0.2) !important;
  background: linear-gradient(
    68.8deg,
    rgba(255, 255, 255, 0.3) 10.42%,
    rgba(255, 255, 255, 0.08) 77.11%
  ) !important;
}

.you-belong-here .consultation-button a:hover::before {
  background: linear-gradient(
    155.31deg,
    rgba(255, 255, 255, 0.5) 12.33%,
    rgba(255, 255, 255, 0) 34.31%,
    rgba(255, 255, 255, 0) 52.66%,
    rgba(255, 255, 255, 0.54) 74.67%
  ) !important;
}

@media only screen and (max-width: 991px) {
  .you-belong-here .consultation-button a {
    min-width: 220px;
    height: 50px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .you-belong-here .consultation-button a {
    min-width: 200px;
    height: 48px;
    font-size: 16px;
  }
}
/* ===== YOU BELONG HERE SECTION END ===== */

/* ===== RESPONSIVE: YOU BELONG HERE + EVERYDAY VIBES ===== */

/* --- Tablet (<=991px) --- */
@media only screen and (max-width: 991px) {
  .hire-cloud h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .hire-cloud .card {
    padding: 30px;
  }

  .you-belong-here .row {
    flex-direction: column;
  }

  .you-belong-here .col-12.row.align-items-end {
    justify-content: flex-start !important;
  }

  .you-belong-here .card.col-12.col-md-6 {
    width: 100% !important;
    max-width: 100%;
  }

  .everyday-vibes-slider h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .everyday-vibes-slider .swiper-slide .content {
    padding: 25px;
  }

  .everyday-vibes-slider h4 {
    font-size: 20px;
    line-height: 22px;
  }
}

/* --- Mobile (<=767px) --- */
@media only screen and (max-width: 767px) {
  .hire-cloud h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .hire-cloud h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .hire-cloud p {
    font-size: 14px;
    line-height: 20px;
  }

  .hire-cloud .card {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .you-belong-here.hire-cloud {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .you-belong-here .row.py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .you-belong-here .card.col-12.col-md-6 {
    margin-top: 20px !important;
  }

  .everyday-vibes-slider h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .everyday-vibes-slider h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .everyday-vibes-slider .swiper-slide .content {
    padding: 20px;
  }

  .everyday-vibes-slider h4 {
    font-size: 18px;
    line-height: 20px;
  }

  .everyday-vibes-slider .swiper-slide .image-container {
    height: 180px;
  }

  .everyday-vibes-slider {
    background-size: cover;
  }
}

/* --- Small Phones (<=480px) --- */
@media only screen and (max-width: 480px) {
  .hire-cloud h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .hire-cloud .card {
    padding: 20px 16px;
  }

  .everyday-vibes-slider h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .everyday-vibes-slider .swiper-slide .content {
    padding: 16px;
  }

  .everyday-vibes-slider .swiper-slide .image-container {
    height: 150px;
  }
}
