.softwareTestingBannerMain {
  position: relative;
  padding: 94px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../images/ai-software-development/banner-img.png");
  background-size: cover;
  min-height: calc(100vh - 90px);
}
@media (max-width: 1200px) {
  .softwareTestingBannerMain {
    background-position: center;
    padding: 50px 0;
  }
}
.softwareTestingBannerMain .rightImg {
  position: absolute;
  right: 10%;
  bottom: 0;
  object-fit: contain;
  max-width: 475px;
  object-position: bottom right;
}
@media (max-width: 1200px) {
  .softwareTestingBannerMain .rightImg {
    display: none;
  }
}
.softwareTestingBannerMain .bannerContent .bannerHead h1 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 15px;
  color: #fff;
  max-width: 600px;
}
@media screen and (max-width: 991px) {
  .softwareTestingBannerMain .bannerContent .bannerHead h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 576px) {
  .softwareTestingBannerMain .bannerContent .bannerHead h1 {
    font-size: 24px;
  }
}
.softwareTestingBannerMain .bannerContent .bannerHead p {
  color: #fff;
  max-width: 570px;
}
.softwareTestingBannerMain .bannerContent .customBtn {
  padding: 18px 50px;
}
@media (max-width: 400px) {
  .softwareTestingBannerMain .bannerContent .customBtn {
    padding: 18px 30px;
  }
}
.softwareTestingBannerMain .bannerContent ul {
  padding: 0px 0px 20px 20px;
}
.softwareTestingBannerMain .bannerContent ul li {
  color: #fff;
  font-size: 16px;
  padding-bottom: 5px;
}

.eliteAiTalent {
  background-image: url(../images/supplychain-management-software/elite-ai-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0px 70px;
}
@media (max-width: 767px) {
  .eliteAiTalent {
    padding: 36px 0px 36px;
    background-position: right;
  }
}
.eliteAiTalent .eliteAiWrapper {
  padding: 41px 85px;
  backdrop-filter: blur(10px);
  background: linear-gradient(93.08deg, rgba(39, 105, 191, 0.2) 0%, rgba(123, 180, 255, 0.2) 97.45%);
  border-radius: 8px;
  border: 1px solid #88b4f5;
}
@media (max-width: 991px) {
  .eliteAiTalent .eliteAiWrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .eliteAiTalent .eliteAiWrapper {
    padding: 25px 0;
  }
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteIcons {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  display: inline-block;
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteIcons img {
  width: 29px;
  height: 28px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(99%) saturate(7485%) hue-rotate(203deg) brightness(101%) contrast(101%);
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent {
  gap: 3px;
  padding: 21px 0 15px;
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent .counters {
  font-size: 62px;
  font-family: "RedHatDisplay-Light";
  color: #fff;
  line-height: 1;
}
@media (max-width: 1024px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent .counters {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent .counters {
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent .counters {
    font-size: 20px;
  }
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent img {
  width: 25px;
}
@media (max-width: 767px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent img {
    width: 22px;
  }
}
@media (max-width: 450px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent img {
    width: 18px;
  }
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.4px;
  max-width: 205px;
}
@media (max-width: 767px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox p {
    margin: auto;
  }
}

.whatWeOffer {
  background-image: url("../images/ai-software-development/svg/we-offer-bg.svg");
  background-size: cover;
  padding: 61px 0;
}
@media (max-width: 575px) {
  .whatWeOffer {
    padding: 30px 0;
  }
}
.whatWeOffer .heading {
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .whatWeOffer .heading {
    padding-bottom: 30px;
  }
}
.whatWeOffer .heading h2 {
  color: #fff;
  margin-bottom: 5px;
}
.whatWeOffer .heading p {
  color: #fff;
  max-width: 662px;
}
.whatWeOffer .offerItem {
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.2509803922);
  backdrop-filter: blur(22px);
  padding: 17px;
  border-radius: 12px;
  height: 100%;
}
.whatWeOffer .offerItem .head {
  display: flex;
  align-items: center;
  gap: 13px;
}
.whatWeOffer .offerItem .head a {
  color: #fff;
  padding-right: 4px;
}
.whatWeOffer .offerItem .head a:hover {
  text-decoration: underline;
}
.whatWeOffer .offerItem .head img {
  width: 28px;
}
.whatWeOffer .offerItem .head h3 {
  color: #fff;
}
.whatWeOffer .offerItem p {
  color: #fff;
  margin-top: 10px;
}
.whatWeOffer .offerItem p a {
  padding-right: 5px;
}

.excellenceWrapper {
  position: relative;
  padding: 50px 0;
  background: #f4f9fd;
  border-radius: 0 0 50px 50px;
  z-index: 1;
}
@media (max-width: 767px) {
  .excellenceWrapper {
    border-radius: 0 0 35px 35px;
  }
}
@media (max-width: 576px) {
  .excellenceWrapper {
    border-radius: 0 0 25px 25px;
  }
}
.excellenceWrapper .excellenceBannerContent {
  padding: 60px 30px;
  text-align: center;
  background-image: url("../images/ai-software-development/commitee-excellence.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
}
.excellenceWrapper .excellenceBannerContent h2 {
  color: #fff;
  font-size: 24px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .excellenceWrapper .excellenceBannerContent h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .excellenceWrapper .excellenceBannerContent h2 {
    font-size: 18px;
  }
}
.excellenceWrapper .excellenceBannerContent p {
  color: #fff;
  max-width: 900px;
  margin: auto;
}
@media (max-width: 576px) {
  .excellenceWrapper .excellenceBannerContent .siteBtn {
    font-size: 14px;
  }
}
@media (max-width: 389px) {
  .excellenceWrapper .excellenceBannerContent .siteBtn {
    padding: 0 5px;
  }
}

.industrySpecific {
  background-color: black;
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .industrySpecific {
    padding: 40px 0px;
  }
}
.industrySpecific .headingText {
  max-width: 870px;
}
.industrySpecific .servicesBox {
  background: #f1f1f9;
  padding: 30px;
  height: 100%;
  transition: all 0.3s;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.industrySpecific .servicesBox ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}
.industrySpecific .servicesBox ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1.3;
}
.industrySpecific .servicesBox h3 a {
  color: #fff;
  text-decoration: none;
}
.industrySpecific .servicesBox h3 a:hover {
  text-decoration: underline;
}
.industrySpecific .servicesBox a {
  color: #155a9f !important;
}
.industrySpecific .servicesBox .customBtn {
  padding: 15px 10px;
  border-radius: 10px;
  box-shadow: none;
  width: 100%;
  border: 1px solid #155a9f;
  text-decoration: none;
  font-size: 14px;
}
.industrySpecific .servicesBox .customBtn:hover {
  background-color: #155a9f;
  color: #fff !important;
  border: 1px solid #155a9f;
}

.recentWork {
  padding: 90px 0;
  background-color: #f4f9fd;
}
@media screen and (max-width: 767px) {
  .recentWork {
    padding: 70px 0;
  }
}
.recentWork .nav-pills {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  overflow: auto;
  flex-wrap: wrap;
}
.recentWork .nav-pills .nav-item {
  width: calc(25% - 20px);
}
@media (max-width: 991px) {
  .recentWork .nav-pills .nav-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .recentWork .nav-pills .nav-item {
    width: calc(100% - 0px);
  }
}
.recentWork .nav-pills .nav-item .nav-link {
  border-radius: 8px;
  background: #fff;
  color: #1b1b1b;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "RedHatDisplay-Bold";
  padding: 14px 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recentWork .nav-pills .nav-item .nav-link.active {
  background: #3095fb;
  color: #fff;
}
.recentWork .portfolio-wrapper {
  border-radius: 16px;
  background: #fff;
  padding: 8px;
  display: block;
}
.recentWork .portfolio-wrapper img {
  border-radius: 16px;
  height: 260px;
  object-fit: cover;
  width: 100%;
}
.recentWork .portfolio-wrapper .content {
  padding: 16px 16px 8px;
}
.recentWork .portfolio-wrapper .content h4 {
  color: #217cb0;
  font-size: 20px;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: 8px;
  min-height: 48px;
}
.recentWork .portfolio-wrapper .content p {
  color: rgba(28, 28, 30, 0.72);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.recentWork .portfolio-wrapper .content .content-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.recentWork .portfolio-wrapper .content .content-foot ul {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  flex-wrap: wrap;
}
.recentWork .portfolio-wrapper .content .content-foot ul li {
  padding: 3px 10px;
  color: #1c1c1e;
  font-size: 12px;
  font-family: "RedHatDisplay-Regular";
  line-height: 18px;
  background-color: #e5e5ea;
  border-radius: 16px;
  width: max-content;
}
.recentWork .portfolio-wrapper .content .content-foot span {
  color: #217cb0;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  cursor: pointer;
}
.recentWork .viewAll {
  color: #217cb0;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: capitalize;
}

.hireUxSpecialist {
  padding: 67px 0;
  background: url(../imagesai-software-development/hire-ux-specialist-as-per-experience-level-banner.png), #0f1722;
  background-size: 100% 80%;
  background-repeat: no-repeat;
}
.hireUxSpecialist .hireUxSpecialistItem {
  background: radial-gradient(145.31% 96.49% at 50% 77.59%, rgba(72, 96, 203, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3490196078);
  border-radius: 24px;
  padding: 36px 25px;
  position: relative;
  height: 100%;
}
.hireUxSpecialist .hireUxSpecialistItem span {
  background-color: rgba(255, 255, 255, 0.4);
  min-width: 60px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-top: 1px solid #fff;
  transform: rotate(-45deg);
}
.hireUxSpecialist .hireUxSpecialistItem span img {
  width: 30px;
  filter: brightness(0) invert(1);
}
.hireUxSpecialist .hireUxSpecialistItem ul {
  padding: 14px 0 0 18px;
}

.technologyWrapper {
  padding: 90px 0;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .technologyWrapper {
    padding: 70px 0;
  }
}
.technologyWrapper h2,
.technologyWrapper p {
  color: #fff;
}
.technologyWrapper .technologyCard {
  background: #222222;
  padding: 40px 20px;
  border-radius: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .technologyWrapper .technologyCard {
    padding: 20px;
  }
}
.technologyWrapper .technologyCard:last-child {
  margin: 0;
}
.technologyWrapper .technologyCard .cardContent {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .technologyWrapper .technologyCard .cardContent {
    flex-direction: column;
    align-items: start;
  }
}
.technologyWrapper .technologyCard .cardContent h4 {
  color: #fff;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  width: 100%;
  max-width: 320px;
}
.technologyWrapper .technologyCard .cardContent .technologiesNames {
  padding: 10px 0 10px 16px;
  flex: 1;
  border-left: 1px solid #696969;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}
.technologyWrapper .technologyCard .cardContent .technologiesNames span {
  border: 1px solid #737373;
  padding: 6px 12px;
  border-radius: 50px;
  color: #fff;
}

.driveBusiness {
  padding: 90px 0;
  background-color: #F4F9FD;
}
@media (max-width: 767px) {
  .driveBusiness {
    padding: 70px 0;
  }
}
.driveBusiness h2 {
  color: #1b1b1b;
}
.driveBusiness p {
  max-width: 768px;
}
@media (max-width: 767px) {
  .driveBusiness .driveBusinessCarousel {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.driveBusiness .driveBusinessCarousel .driveBusinessList {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .driveBusiness .driveBusinessCarousel .driveBusinessList {
    width: calc(50% - 8px);
    padding: 18px;
    background: rgba(0, 123, 255, 0.1019607843);
    border-radius: 14px;
    border: 1px solid #accff5;
    align-items: start;
  }
}
@media (max-width: 576px) {
  .driveBusiness .driveBusinessCarousel .driveBusinessList {
    width: 100%;
  }
}
.driveBusiness .driveBusinessCarousel .driveBusinessList.show .driveBusinessHeading {
  font-size: 99px;
  color: #007bff;
}
.driveBusiness .driveBusinessCarousel .driveBusinessList.show .driveBusinessContent h3 {
  color: #007bff;
}
.driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessHeading {
  font-family: "RedHatDisplay-Bold";
  font-size: 22px;
  line-height: 1;
  width: 230px;
}
@media (max-width: 767px) {
  .driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessHeading {
    display: none;
  }
}
.driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessContent {
  border-bottom: 1px solid rgba(0, 123, 255, 0.1803921569);
  flex: 1;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessContent {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessContent h3 {
  color: #1b1b1b;
}
@media (max-width: 767px) {
  .driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessContent h3 {
    color: #007bff;
    font-size: 22px;
  }
}
.driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessContent p {
  padding: 11px 0 20px;
}
@media (max-width: 767px) {
  .driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessContent p {
    padding: 11px 0 0;
  }
}
.driveBusiness .driveBusinessCarousel .driveBusinessList .driveBusinessContent .hiddenContent {
  display: none;
}

/*# sourceMappingURL=ai-software-development.css.map */
