/* Compact Header Toggle - SCSS Version */
.softwareTestingBannerMain {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 90px);
  background-image: url("../images/dubai/banner-img.png");
}
@media (max-width: 1200px) {
  .softwareTestingBannerMain {
    background-position: center;
    padding: 75px 0;
    background-image: url("../images/dubai/mobile-banner.png");
  }
}
.softwareTestingBannerMain .rightImg {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  height: 100%;
  max-width: 616px;
  object-position: bottom right;
}
@media (max-width: 1183px) {
  .softwareTestingBannerMain .rightImg {
    display: none;
  }
}
.softwareTestingBannerMain .bannerHead {
  max-width: 570px;
}
.softwareTestingBannerMain .bannerHead h1 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .softwareTestingBannerMain .bannerHead h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 576px) {
  .softwareTestingBannerMain .bannerHead h1 {
    font-size: 26px;
  }
}
.softwareTestingBannerMain .customBtn {
  padding: 18px 50px;
}
@media (max-width: 400px) {
  .softwareTestingBannerMain .customBtn {
    padding: 18px 30px;
  }
}
.softwareTestingBannerMain .bannerBadges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.softwareTestingBannerMain .bannerBadges .badgesContent {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 33.3%;
}
@media (max-width: 576px) {
  .softwareTestingBannerMain .bannerBadges .badgesContent {
    flex: 100%;
  }
}
.softwareTestingBannerMain .bannerBadges .badgesContent p {
  color: #fff;
  text-wrap: nowrap;
}
@media (max-width: 576px) {
  .softwareTestingBannerMain .bannerBadges .badgesContent p {
    text-wrap: wrap;
  }
}

.eliteAiTalent {
  background-color: #160d1f;
  padding: 70px 0px 0px;
}
@media (max-width: 767px) {
  .eliteAiTalent {
    padding: 36px 0px 0px;
    background-position: right;
  }
}
.eliteAiTalent .eliteAiWrapper {
  padding: 41px 85px;
  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;
}
.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: 767px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent .counters {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent img {
    width: 28px;
  }
}
@media (max-width: 450px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox .eliteAiContent img {
    width: 20px;
  }
}
.eliteAiTalent .eliteAiWrapper .eliteAiBox p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.4px;
  max-width: 205px;
}
@media (max-width: 767px) {
  .eliteAiTalent .eliteAiWrapper .eliteAiBox p {
    margin: auto;
    font-size: 10px;
  }
}

.modelsPowering {
  padding: 90px 0;
  background: #160d1f;
}
@media (max-width: 767px) {
  .modelsPowering {
    padding: 45px 0;
  }
}
.modelsPowering .heading {
  max-width: 695px;
}
.modelsPowering .heading h2 {
  color: #fff;
  padding-bottom: 12px;
}
.modelsPowering .heading p {
  color: #fff;
}
.modelsPowering .poweringItem {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(359deg, rgba(39, 123, 224, 0.8), rgba(210, 210, 210, 0.2) 279.62%);
  backdrop-filter: blur(40px);
  height: 100%;
}
.modelsPowering .poweringItem h3,
.modelsPowering .poweringItem p {
  color: #fff;
}
.modelsPowering .poweringItem h3 {
  font-size: 20px;
}

.dubaiCta {
  padding: 80px 0;
  background-image: url("../images/dubai/dubai-city.png");
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 768px) {
  .dubaiCta {
    padding: 60px 0;
    background-attachment: scroll;
  }
}
.dubaiCta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 90, 159, 0.74);
}
.dubaiCta .container {
  position: relative;
  z-index: 1;
}
.dubaiCta .dubaiContent {
  max-width: 880px;
  margin: auto;
}
.dubaiCta .dubaiContent h2,
.dubaiCta .dubaiContent p {
  color: #fff;
}

.agriculture {
  background: #fff;
  padding: 70px 0px;
}
@media (max-width: 769px) {
  .agriculture {
    padding: 50px 0px;
  }
}
.agriculture p {
  max-width: 800px;
}
.agriculture h2 {
  color: #1b1b1b !important;
  max-width: 600px;
}
.agriculture .outerCard {
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e1e1e1;
  padding: 24px;
  background-color: white;
}
.agriculture .outerCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.agriculture .outerCard h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.agriculture .outerCard ul {
  padding-left: 20px;
}
.agriculture .outerCard ul li {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 8px;
  position: relative;
  line-height: 1.4;
}
.agriculture .outerCard ul li:last-child {
  margin-bottom: 0;
}
.agriculture .outerCard:hover {
  background: #007bff;
  border-radius: 16px;
}
.agriculture .outerCard:hover h3 {
  color: #fff;
}
.agriculture .outerCard:hover a {
  color: #fff;
  text-decoration: underline;
}
.agriculture .outerCard:hover ul li {
  color: #fff;
}
.agriculture .outerCard:hover ul li::before {
  color: #fff;
}
.agriculture .outerCard a,
.agriculture .outerCard p {
  color: #193370;
  text-transform: inherit;
}
.agriculture .outerCard p {
  margin-top: 10px;
}

.whatWeOffer {
  background: linear-gradient(360deg, #007bff 0.21%, #086cd7 10.53%, #000000 39.78%);
  padding: 61px 0;
}
@media (max-width: 575px) {
  .whatWeOffer {
    padding: 30px 0;
  }
}
.whatWeOffer .heading {
  padding-bottom: 32px;
  max-width: 751px;
}
@media (max-width: 575px) {
  .whatWeOffer .heading {
    padding-bottom: 30px;
  }
}
.whatWeOffer .heading h2 {
  color: #fff;
  margin-bottom: 5px;
}
.whatWeOffer .heading p {
  color: #fff;
}
.whatWeOffer .offerItem {
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  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: 25px;
  filter: invert(1) brightness(2);
}
.whatWeOffer .offerItem .head h3 {
  color: #fff;
  font-size: 22px;
}
@media (max-width: 520px) {
  .whatWeOffer .offerItem .head h3 {
    font-size: 18px !important;
  }
}
.whatWeOffer .offerItem p {
  color: #fff;
  margin-top: 10px;
}
.whatWeOffer .offerItem p:hover {
  color: #fff;
}
.whatWeOffer .offerItem p a {
  padding-right: 5px;
  text-decoration: underline;
  color: #fff;
}

.softwareDevelopment {
  background: linear-gradient(360deg, #007bff 0.21%, #086cd7 10.53%, #0b7bf3 99.78%);
  position: relative;
}
@media (max-width: 767px) {
  .softwareDevelopment {
    padding: 30px 0;
  }
}
.softwareDevelopment .rightImg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.softwareDevelopment .heading {
  max-width: 640px;
}
.softwareDevelopment .heading h2 {
  color: #fff;
}
.softwareDevelopment .heading p {
  color: #fff;
}
.softwareDevelopment .softwareDevelopBorder {
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  position: relative;
  border-width: 2px;
}
.softwareDevelopment .softwareDevelopBorder::after, .softwareDevelopment .softwareDevelopBorder::before {
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3294117647);
  content: "";
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.softwareDevelopment .softwareDevelopBorder::before {
  width: 50px;
  height: 1px;
  top: unset;
  left: 0;
  right: 0;
}
.softwareDevelopment .softwareDevelopBorder:nth-child(4)::after, .softwareDevelopment .softwareDevelopBorder:nth-child(7)::after {
  content: none;
}
.softwareDevelopment .softwareDevelopBorder .softwareDevelopContent {
  height: 100%;
  padding: 17px;
}
.softwareDevelopment .softwareDevelopBorder .softwareDevelopContent h3,
.softwareDevelopment .softwareDevelopBorder .softwareDevelopContent a,
.softwareDevelopment .softwareDevelopBorder .softwareDevelopContent p {
  color: #fff;
  text-transform: inherit;
}

.recentWork {
  padding: 90px 0;
  background-color: #F4F9FD;
}
@media screen and (max-width: 767px) {
  .recentWork {
    padding: 50px 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;
}

.abInnovationsWrapper {
  background-color: #fff;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .abInnovationsWrapper {
    padding: 70px 0;
  }
}
.abInnovationsWrapper .hireUiUxContent {
  max-width: 700px;
}
.abInnovationsWrapper .hireUiUxContent h3 {
  color: #1b1b1b;
}
.abInnovationsWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.abInnovationsWrapper span img {
  border-radius: 0 !important;
}
.abInnovationsWrapper .innovationCards {
  padding: 35px 25px;
  background-color: #f4f9fd;
  border-radius: 18px;
  height: 100%;
}
.abInnovationsWrapper .innovationCards span {
  background-color: #007bff;
  padding: 15px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.abInnovationsWrapper .innovationCards h4 {
  font-size: 20px;
  line-height: 1.3;
}

.softwareDev {
  background: #f4f9fd;
  padding: 60px 0;
}
.softwareDev .softwareDevDesc {
  margin-bottom: 40px;
  max-width: 636px;
}
.softwareDev .softwareDevDesc h2 {
  color: #1b1b1b;
}
.softwareDev .softwareApp {
  border: 1px solid #eee;
  padding: 16px 12px;
  border-radius: 10px;
  height: 100%;
  background-color: white;
}
@media (max-width: 576px) {
  .softwareDev .softwareApp {
    min-height: inherit;
  }
}
.softwareDev .softwareApp h3 {
  font-size: 18px;
  line-height: 1.3;
  font-family: "RedHatDisplay-Semibold";
  padding-bottom: 10px;
}
.softwareDev .softwareApp p {
  line-height: 1.5;
}

.technologyWrapper {
  padding: 90px 0;
  background-color: #000000;
}
.technologyWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 25% 25%, rgba(0, 123, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(34, 123, 219, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .technologyWrapper {
    padding: 70px 0;
  }
}
.technologyWrapper .techHead {
  max-width: 650px;
}
.technologyWrapper .techHead h2,
.technologyWrapper .techHead p {
  color: #fff;
}
.technologyWrapper .techHead h2 {
  line-height: 1.3;
}
.technologyWrapper .heading {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}
.technologyWrapper .technologyCard {
  background: #222222;
  padding: 40px 20px;
  border-radius: 18px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: slideInCard 0.6s ease-out forwards;
}
.technologyWrapper .technologyCard:nth-child(1) {
  animation-delay: 0s;
}
.technologyWrapper .technologyCard:nth-child(2) {
  animation-delay: 0.1s;
}
.technologyWrapper .technologyCard:nth-child(3) {
  animation-delay: 0.2s;
}
.technologyWrapper .technologyCard:nth-child(4) {
  animation-delay: 0.3s;
}
.technologyWrapper .technologyCard:nth-child(5) {
  animation-delay: 0.4s;
}
.technologyWrapper .technologyCard:nth-child(6) {
  animation-delay: 0.5s;
}
.technologyWrapper .technologyCard:nth-child(7) {
  animation-delay: 0.6s;
}
.technologyWrapper .technologyCard:nth-child(8) {
  animation-delay: 0.7s;
}
.technologyWrapper .technologyCard:nth-child(9) {
  animation-delay: 0.8s;
}
.technologyWrapper .technologyCard:nth-child(10) {
  animation-delay: 0.9s;
}
.technologyWrapper .technologyCard:nth-child(11) {
  animation-delay: 1s;
}
.technologyWrapper .technologyCard:nth-child(12) {
  animation-delay: 1.1s;
}
.technologyWrapper .technologyCard:nth-child(13) {
  animation-delay: 1.2s;
}
.technologyWrapper .technologyCard:nth-child(14) {
  animation-delay: 1.3s;
}
.technologyWrapper .technologyCard:nth-child(15) {
  animation-delay: 1.4s;
}
.technologyWrapper .technologyCard:hover {
  transform: translateY(-5px);
  background: #2a2a2a;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.technologyWrapper .technologyCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #007bff, #227bdb, #193370);
  border-radius: 18px 18px 0 0;
}
@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 h3 {
  color: #fff;
  font-size: 18px;
  font-family: "RedHatDisplay-Semibold";
  width: 100%;
  max-width: 320px;
  position: relative;
}
.technologyWrapper .technologyCard .cardContent h3::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #007bff, #227bdb);
  transition: width 0.3s ease;
}
.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;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}
.technologyWrapper .technologyCard .cardContent .technologiesNames span:hover {
  border-color: #007bff;
  color: #007bff;
  transform: scale(1.05);
}
.technologyWrapper .technologyCard:hover .cardContent h4::after {
  width: 60px;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInCard {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.healthcareCta {
  padding: 50px 0 50px;
}
@media (max-width: 575px) {
  .healthcareCta {
    padding: 30px 0 30px;
  }
}
.healthcareCta .ctaContent {
  background-image: url(../images/healthcare/satisfaction-and-interoperability.png);
  background-size: cover;
  padding: 50px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .healthcareCta .ctaContent {
    padding: 30px;
    text-align: center;
  }
}
.healthcareCta .ctaContent h2 {
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .healthcareCta .ctaContent h2 {
    width: 100%;
    margin-bottom: 5px;
    font-size: 18px !important;
  }
}
.healthcareCta .ctaContent .ctaSub {
  color: #fff;
  max-width: 600px;
  padding-bottom: 20px;
}

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