/* Compact Header Toggle - SCSS Version */
.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/enterprise-software/banner.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: 0;
  bottom: 15%;
  object-fit: contain;
  height: 100%;
  max-width: 644px;
  object-position: bottom right;
}
@media (max-width: 1300px) {
  .softwareTestingBannerMain .rightImg {
    display: none;
  }
}
.softwareTestingBannerMain .bannerContent .bannerHead {
  max-width: 570px;
}
.softwareTestingBannerMain .bannerContent .bannerHead h1 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 15px;
  color: #fff;
  max-width: 570px;
}
@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: 26px;
  }
}
.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 .bannerHeadingMain {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.softwareTestingBannerMain .bannerContent .bannerHeadingMain .bannerHeadingContent {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 33.3%;
}
@media (max-width: 576px) {
  .softwareTestingBannerMain .bannerContent .bannerHeadingMain .bannerHeadingContent {
    flex: 100%;
  }
}
.softwareTestingBannerMain .bannerContent .bannerHeadingMain .bannerHeadingContent p {
  color: #fff;
  text-wrap: nowrap;
}
@media (max-width: 576px) {
  .softwareTestingBannerMain .bannerContent .bannerHeadingMain .bannerHeadingContent p {
    text-wrap: wrap;
  }
}

.developmentServices {
  padding: 80px 0px;
}
@media (max-width: 769px) {
  .developmentServices {
    padding: 40px 0px;
  }
}
.developmentServices .heading {
  text-align: center;
  padding-bottom: 64px;
}
@media (max-width: 769px) {
  .developmentServices .heading {
    text-align: left;
    padding-bottom: 30px;
  }
}
.developmentServices .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 43px;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .developmentServices .heading h2 {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 5px;
  }
}
.developmentServices .heading p {
  font-family: "RedHatDisplay-Regular";
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  max-width: 724px;
  margin: auto;
}
@media (max-width: 576px) {
  .developmentServices .heading p {
    font-size: 14px;
    line-height: 22px;
  }
}
.developmentServices .serviceCard {
  background: linear-gradient(135deg, #EFF6FF 0%, #EEF2FF 100%);
  border: 1px solid #DBEAFE;
  padding: 24px;
  border-radius: 14px;
  height: 100%;
}
.developmentServices .serviceCard span {
  background: linear-gradient(135deg, #2B7FFF 0%, #155DFC 100%);
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.developmentServices .serviceCard span img {
  width: 24px;
}
.developmentServices .serviceCard h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  padding: 8px 0px;
}
.developmentServices .serviceCard h3 a,
.developmentServices .serviceCard p a {
  color: #000000;
  text-decoration: underline;
}
.developmentServices .serviceCard p {
  font-family: "RedHatDisplay-Regular";
  font-size: 14px;
  line-height: 23px;
  color: #000000;
}

.experimentsDeliveries {
  background: linear-gradient(180deg, #0A1628 0%, #0F1F3D 50%, #1A2742 100%);
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .experimentsDeliveries {
    padding: 40px 0px;
  }
}
.experimentsDeliveries .heading {
  max-width: 787px;
  text-align: center;
}
.experimentsDeliveries .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 43px;
}
.experimentsDeliveries .experimentsCard {
  background: linear-gradient(135deg, #0F172B 0%, #1D293D 100%);
  border: 1px solid rgba(49, 65, 88, 0.5019607843);
  border-radius: 14px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 768px) {
  .experimentsDeliveries .experimentsCard {
    padding: 15px;
  }
}
.experimentsDeliveries .experimentsCard .icon {
  background-color: #053eff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
}
.experimentsDeliveries .experimentsCard .icon img {
  width: 24px;
}
.experimentsDeliveries .experimentsCard .experimentsContent {
  padding-top: 16px;
}
.experimentsDeliveries .experimentsCard .experimentsContent h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 5px;
}
.experimentsDeliveries .experimentsCard .experimentsContent p {
  color: #fff;
}
.experimentsDeliveries .experimentsCard .experimentsContent .customBtn {
  margin-top: 24px;
  font-family: "RedHatDisplay-Regular";
  border-radius: 8px;
  color: #155dfc !important;
  padding: 10px 16px;
  border: 1px solid #2B7FFF;
  font-size: 14px;
  line-height: 20px;
}

.productDevelopment {
  padding: 80px 0px;
  background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%);
}
@media (max-width: 769px) {
  .productDevelopment {
    padding: 40px 0px;
  }
}
.productDevelopment .heading {
  text-align: center;
  padding-bottom: 64px;
}
@media (max-width: 769px) {
  .productDevelopment .heading {
    text-align: left;
    padding-bottom: 30px;
  }
}
.productDevelopment .heading h2 {
  font-family: "RedHatDisplay-Bold";
  color: #1b1b1b;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  .productDevelopment .heading h2 {
    margin-bottom: 5px;
  }
}
.productDevelopment .heading p {
  font-family: "RedHatDisplay-Regular";
  font-size: 18px;
  max-width: 790px;
  margin: auto;
}
@media (max-width: 576px) {
  .productDevelopment .heading p {
    font-size: 14px;
  }
}
.productDevelopment .productCard {
  background-color: #fff;
  border: 1px solid #E5E7EB;
  padding: 15px;
  border-radius: 14px;
  height: 100%;
}
.productDevelopment .productCard span {
  background: linear-gradient(135deg, #2B7FFF 0%, #155DFC 100%);
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productDevelopment .productCard span img {
  width: 24px;
}
.productDevelopment .productCard h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 18px;
  line-height: 28px;
  color: #1b1b1b;
  padding: 16px 0px 12px;
}
.productDevelopment .productCard p {
  font-family: "RedHatDisplay-Regular";
  font-size: 14px;
  line-height: 22px;
  color: #1b1b1b;
}
.productDevelopment .productCard .customBtn {
  align-items: center;
  padding: 12px 0px 12px;
  border-radius: 50px;
  background: #1e5bff;
  color: #fff !important;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 576px) {
  .productDevelopment .productCard .customBtn {
    padding: 12px 27px;
    display: inline-flex;
    gap: 12px;
  }
}
.productDevelopment .productCard .customBtn .icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #1e5bff;
}
.productDevelopment .productCard .customBtn .icon i {
  rotate: -35deg;
}

.engagementModel {
  padding: 80px 0px;
  background: linear-gradient(180deg, #0A1628 0%, #0F1F3D 50%, #1A2742 100%);
}
@media (max-width: 769px) {
  .engagementModel {
    padding: 40px 0px;
  }
}
.engagementModel .heading {
  text-align: center;
  padding-bottom: 64px;
}
@media (max-width: 769px) {
  .engagementModel .heading {
    text-align: left;
    padding-bottom: 30px;
  }
}
.engagementModel .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .engagementModel .heading h2 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.engagementModel .heading p {
  font-family: "RedHatDisplay-Regular";
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  max-width: 724px;
  margin: auto;
}
@media (max-width: 769px) {
  .engagementModel .heading p {
    font-size: 14px;
    line-height: 22px;
  }
}
.engagementModel .serviceCard {
  background: linear-gradient(135deg, #0F172B 0%, #1D293D 100%);
  border: 1px solid rgba(43, 127, 255, 0.2);
  padding: 24px;
  border-radius: 14px;
  height: 100%;
}
.engagementModel .serviceCard span {
  background: linear-gradient(135deg, #2B7FFF 0%, #155DFC 100%);
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.engagementModel .serviceCard span img {
  width: 24px;
}
.engagementModel .serviceCard h3 {
  font-family: "RedHatDisplay-Regular";
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  padding: 14px 0px;
}
.engagementModel .serviceCard h3 a,
.engagementModel .serviceCard p a {
  color: #fff;
  text-decoration: underline;
}
.engagementModel .serviceCard p {
  font-family: "RedHatDisplay-Regular";
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 768px) {
  .engagementModel .serviceCard p {
    font-size: 14px;
  }
}

.tech {
  background: linear-gradient(180deg, #0a1628 0%, #0f1f3d 50%, #1a2742 100%);
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .tech {
    padding: 40px 0px;
  }
}
.tech .heading {
  max-width: 787px;
  text-align: center;
}
@media (max-width: 769px) {
  .tech .heading {
    text-align: left;
    padding-bottom: 30px;
  }
}
.tech .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 43px;
}
.tech .techWrapper {
  height: 100%;
  background: rgba(15, 23, 43, 0.6);
  border: 1px solid rgba(49, 65, 88, 0.5019607843);
  border-radius: 14px;
  padding: 15px;
}
.tech .techWrapper h3 {
  color: #51a2ff;
  font-family: "RedHatDisplay-Bold";
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 16px;
}
.tech .techWrapper .techNames {
  list-style: none;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  cursor: default;
}
.tech .techWrapper .techNames li {
  background: rgba(29, 41, 61, 0.8);
  border: 1px solid rgba(49, 65, 88, 0.5019607843);
  border-radius: 33px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.2;
  color: #d1d5dc;
  transition: all 0.2s ease;
}
.tech .techWrapper .techNames li:hover {
  border-color: #007bff;
  color: #007bff;
  transform: scale(1.05);
}

.intelligenceBusiness {
  background-image: url("../images/manufacturing-industry/cta.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0px;
}
@media (max-width: 769px) {
  .intelligenceBusiness {
    padding: 40px 0px;
  }
}
.intelligenceBusiness .intelligenceContent {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.intelligenceBusiness .intelligenceContent h2 {
  font-family: "RedHatDisplay-Bold";
  color: #000000;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  .intelligenceBusiness .intelligenceContent h2 {
    margin-bottom: 5px;
  }
}
.intelligenceBusiness .intelligenceContent .primaryBtn {
  font-family: "RedHatDisplay-Regular";
  font-size: 18px;
  line-height: 28px;
  padding: 10px 20px;
  margin-top: 15px;
}
@media (max-width: 769px) {
  .intelligenceBusiness .intelligenceContent .primaryBtn {
    font-size: 14px;
  }
}

/*# sourceMappingURL=ai-in-manufacturing-industry.css.map */
