/* 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/artificial-mining-industry/banner-img.webp");
  background-size: cover;
  min-height: calc(100vh - 90px);
}
@media (max-width: 1200px) {
  .softwareTestingBannerMain {
    background-position: center;
    padding: 40px 0;
    height: auto;
  }
}
.softwareTestingBannerMain .rightImg {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  height: 100%;
  max-width: 386px;
  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 .bannerHead p {
  color: #fff;
}
.softwareTestingBannerMain .customBtn {
  padding: 18px 50px;
}
@media (max-width: 400px) {
  .softwareTestingBannerMain .customBtn {
    padding: 18px 30px;
  }
}
.softwareTestingBannerMain .bannerHeadingMain {
  display: grid;
  gap: 15px;
  margin-bottom: 30px;
  grid-template-columns: auto auto;
  max-width: 700px;
}
@media (max-width: 769px) {
  .softwareTestingBannerMain .bannerHeadingMain {
    grid-template-columns: auto;
  }
}
.softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent {
    flex: 100%;
  }
}
.softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent p {
  color: #fff;
  text-wrap: nowrap;
}
@media (max-width: 576px) {
  .softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent p {
    text-wrap: wrap;
  }
}

.chooseIntelligence {
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .chooseIntelligence {
    padding: 40px 0px;
  }
}
.chooseIntelligence .heading {
  max-width: 787px;
  text-align: center;
}
@media (max-width: 540px) {
  .chooseIntelligence .heading {
    text-align: left;
  }
}
.chooseIntelligence .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 43px;
}
.chooseIntelligence .chooseCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  height: 100%;
}
@media (max-width: 768px) {
  .chooseIntelligence .chooseCard {
    padding: 15px;
  }
}
.chooseIntelligence .chooseCard .chooseContent {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .chooseIntelligence .chooseCard .chooseContent {
    flex-direction: column;
    align-items: self-start;
  }
}
.chooseIntelligence .chooseCard .chooseContent .icon {
  background-color: #053eff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  flex-shrink: 0;
}
.chooseIntelligence .chooseCard .chooseContent .icon img {
  width: 24px;
}
.chooseIntelligence .chooseCard .chooseContent h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 18px;
  color: #000000;
  line-height: 1.2;
}
.chooseIntelligence .chooseCard p {
  color: #000000;
}

.excellentWorks {
  background-color: #020618;
  padding: 80px 0px;
}
@media (max-width: 769px) {
  .excellentWorks {
    padding: 40px 0px;
  }
}
.excellentWorks h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 48px;
  line-height: 48px;
}
.excellentWorks h2 span {
  color: #232d3b;
}
@media (max-width: 769px) {
  .excellentWorks h2 span {
    color: #fff;
  }
}
.excellentWorks .excellentImg img {
  border-radius: 16px;
  width: 100%;
}
.excellentWorks .excellentContent {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.excellentWorks .excellentContent h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 24px;
  line-height: 32px;
}
.excellentWorks .excellentContent h3,
.excellentWorks .excellentContent p {
  color: #fff;
}

.miningCta {
  padding: 60px 0;
  background-image: url("../images/artificial-mining-industry/cta.webp");
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.miningCta.miningOperations {
  background-image: url("../images/artificial-mining-industry/mining-operations.webp");
}
@media (max-width: 768px) {
  .miningCta {
    padding: 40px 0;
    background-attachment: scroll;
  }
}
.miningCta .miningContent {
  max-width: 880px;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .miningCta .miningContent {
    padding: 0px 20px;
  }
}
.miningCta .miningContent h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 32px;
  line-height: 1.2;
}
.miningCta .miningContent h2,
.miningCta .miningContent p {
  color: #fff;
}
.miningCta .miningContent .customBtn {
  border-radius: 8px;
  padding: 15px 51px;
}

.solutionsDevelopment {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .solutionsDevelopment {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .solutionsDevelopment {
    padding: 30px 0;
  }
}
.solutionsDevelopment .solutionsDevelopmentHeading {
  max-width: 685px;
}
.solutionsDevelopment .solutionsDevelopmentHeading h2 {
  font-size: 45px;
  font-family: "RedHatDisplay-Bold";
  line-height: 1.2;
  color: #1b1b1b;
}
@media (max-width: 991px) {
  .solutionsDevelopment .solutionsDevelopmentHeading h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .solutionsDevelopment .solutionsDevelopmentHeading h2 {
    font-size: 26px;
  }
}
.solutionsDevelopment .solutionsDevelopmentHeading h2 span {
  color: #155DFC;
}
.solutionsDevelopment .solutionsDevelopmentHeading p {
  color: #364153;
}
.solutionsDevelopment .fintechSolutionsCommonCard {
  height: 100%;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 25px;
}
.solutionsDevelopment .fintechSolutionsCommonCard .icon {
  display: flex;
  align-items: center;
  gap: 12px;
}
.solutionsDevelopment .fintechSolutionsCommonCard .icon span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #155DFC;
  flex-shrink: 0;
}
.solutionsDevelopment .fintechSolutionsCommonCard .icon h3 {
  font-family: "RedHatDisplay-Black";
  font-size: 20px;
  line-height: 1.2;
  color: #1b1b1b;
  padding: 16px 0 12px;
}
.solutionsDevelopment .fintechSolutionsCommonCard .icon h3 a {
  color: #000000;
  text-decoration: underline;
}
.solutionsDevelopment .fintechSolutionsCommonCard p {
  color: #4a5565;
}

.aiExcellenceStats {
  padding: 60px 0;
  background-color: #141d2b;
}
@media (max-width: 767px) {
  .aiExcellenceStats {
    padding: 30px 0;
  }
}
.aiExcellenceStats .statItem {
  padding: 8px;
}
@media (max-width: 992px) {
  .aiExcellenceStats .statItem {
    padding: 10px 25px;
  }
}
.aiExcellenceStats .statItem h3 {
  font-size: 45px;
  color: #51A2FF;
  font-family: "RedHatDisplay-Bold";
  line-height: 1.2;
}
@media (max-width: 540px) {
  .aiExcellenceStats .statItem h3 {
    font-size: 34px;
  }
}
.aiExcellenceStats .statItem p {
  color: #CAD5E2;
  font-family: "RedHatDisplay-Medium";
  font-size: 14px;
}
@media (max-width: 540px) {
  .aiExcellenceStats .statItem p {
    font-size: 10px;
  }
}

.startupBusinesses {
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .startupBusinesses {
    padding: 40px 0px;
  }
}
.startupBusinesses .heading {
  max-width: 787px;
  text-align: center;
}
@media (max-width: 540px) {
  .startupBusinesses .heading {
    text-align: left;
  }
}
.startupBusinesses .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 43px;
}
.startupBusinesses .chooseCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  height: 100%;
}
@media (max-width: 768px) {
  .startupBusinesses .chooseCard {
    padding: 15px;
  }
}
.startupBusinesses .chooseCard .chooseContent .icon {
  background-color: #053eff;
  box-shadow: 0px 4px 6px -4px rgba(21, 93, 252, 0.2), 0px 10px 15px -3px rgba(21, 93, 252, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  flex-shrink: 0;
}
.startupBusinesses .chooseCard .chooseContent .icon img {
  width: 24px;
}
.startupBusinesses .chooseCard .chooseContent h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 16px;
  color: #000000;
  line-height: 1.2;
  padding: 15px 0px 9px;
}
.startupBusinesses .chooseCard p {
  color: #000000;
}

.aiStepper {
  padding: 80px 0px;
  background-color: #0F172B;
}
@media (max-width: 769px) {
  .aiStepper {
    padding: 40px 0px;
  }
}
.aiStepper .aiStepperWrapper {
  background: #020618;
  border-radius: 18px;
  padding: 40px 32px 32px 32px;
  color: #fff;
  max-width: 832px;
  margin: auto;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
}
.aiStepper .aiStepperWrapper .stepperProgress {
  margin-bottom: 24px;
}
.aiStepper .aiStepperWrapper .stepperProgress .stepperContent {
  font-size: 15px;
  color: #b0b8c9;
}
.aiStepper .aiStepperWrapper .stepperProgress .stepper-skip {
  color: #3b82f6;
  text-decoration: none;
  padding: 0;
  box-shadow: none;
}
.aiStepper .aiStepperWrapper .stepperProgress .stepper-bar {
  background: #232b3d;
  border-radius: 6px;
  height: 6px;
  width: 100%;
}
.aiStepper .aiStepperWrapper .stepperProgress .stepper-bar .stepper-bar-inner {
  background: #155DFC;
  height: 100%;
  border-radius: 6px;
  width: 25%;
  transition: width 0.3s ease;
}
.aiStepper .aiStepperWrapper .stepperSteps .step {
  display: none;
}
.aiStepper .aiStepperWrapper .stepperSteps .step.active, .aiStepper .aiStepperWrapper .stepperSteps .step:first-child {
  display: block;
}
.aiStepper .aiStepperWrapper .stepperSteps .step .stepQuestion {
  font-size: 24px;
  margin-bottom: 18px;
}
.aiStepper .aiStepperWrapper .stepperSteps .step .stepOptions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.aiStepper .aiStepperWrapper .stepperSteps .step .stepOptions .option {
  background: #232b3d;
  border-radius: 10px;
  padding: 18px 20px;
  flex: 1 1 45%;
  min-width: 180px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid transparent;
  margin-bottom: 0;
}
.aiStepper .aiStepperWrapper .stepperSteps .step .stepOptions .option:hover, .aiStepper .aiStepperWrapper .stepperSteps .step .stepOptions .option.active {
  border: 2px solid #3b82f6;
  background: #20263a;
}
.aiStepper .aiStepperWrapper .stepperActions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 28px;
}
.aiStepper .aiStepperWrapper .stepperActions button {
  background: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 28px;
  font-size: 16px;
  cursor: pointer;
  opacity: 1;
}
.aiStepper .aiStepperWrapper .stepperActions button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.aiStepper .aiStepperWrapper .stepperActions button.stepper-prev {
  background: #232b3d;
  color: #b0b8c9;
}
.aiStepper .aiStepperWrapper .stepperActions .stepperFinish {
  background: #193370;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
}

.engagementModels {
  padding: 80px 0px;
  background: linear-gradient(180deg, #fff 20%, rgb(0, 0, 0) 157%);
}
@media (max-width: 768px) {
  .engagementModels {
    padding: 40px 0px;
  }
}
.engagementModels .heading {
  max-width: 787px;
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 540px) {
  .engagementModels .heading {
    text-align: left;
  }
}
.engagementModels .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 43px;
}
.engagementModels .heading h2 span {
  color: #155DFC;
}
.engagementModels .chooseCard {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .engagementModels .chooseCard {
    padding: 15px;
  }
}
.engagementModels .chooseCard .chooseContent {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}
.engagementModels .chooseCard .chooseContent .icon {
  background-color: #EFF6FF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
}
.engagementModels .chooseCard .chooseContent .icon img {
  width: 24px;
}
.engagementModels .chooseCard .chooseContent h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 18px;
  color: #000000;
  line-height: 1.2;
}
.engagementModels .chooseCard .chooseContent .primaryBtn {
  background: #fff;
  border: 1px solid #155DFC;
  color: #155DFC;
  display: block;
  margin-top: auto;
}
.engagementModels .chooseCard .chooseContent p {
  color: #000000;
}
.engagementModels .chooseCard.separateCard {
  background-color: #0F172B;
  transform: translateY(-25px);
  position: relative;
}
@media (max-width: 991px) {
  .engagementModels .chooseCard.separateCard {
    transform: translateY(0px);
  }
}
.engagementModels .chooseCard.separateCard .chooseContent .icon {
  background-color: #155DFC;
}
.engagementModels .chooseCard.separateCard .chooseContent span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #155DFC;
  color: #fff;
  font-family: "RedHatDisplay-Bold";
  font-size: 12px;
  line-height: 16px;
  padding: 11px 28px;
  border-radius: 0px 10px 0px 24px;
}
.engagementModels .chooseCard.separateCard .chooseContent h3 {
  color: #fff;
}
.engagementModels .chooseCard.separateCard p {
  color: #fff;
}

.miningIndustry {
  padding: 80px 0px;
  background: #0F172B;
}
@media (max-width: 768px) {
  .miningIndustry {
    padding: 40px 0px;
  }
}
.miningIndustry .heading {
  max-width: 787px;
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 540px) {
  .miningIndustry .heading {
    text-align: left;
    padding-bottom: 30px;
  }
}
.miningIndustry .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 43px;
}
.miningIndustry .heading h2 span {
  color: #155DFC;
}
@media (max-width: 768px) {
  .miningIndustry .chooseCard {
    padding: 15px;
  }
}
.miningIndustry .chooseCard .chooseContent {
  padding-bottom: 16px;
  display: flex;
  gap: 24px;
}
@media (max-width: 540px) {
  .miningIndustry .chooseCard .chooseContent {
    flex-direction: column;
  }
}
.miningIndustry .chooseCard .chooseContent .icon {
  background-color: rgba(28, 57, 142, 0.3019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  flex-shrink: 0;
}
.miningIndustry .chooseCard .chooseContent .icon p {
  font-family: "RedHatDisplay-Bold";
  font-size: 24px;
  line-height: 32px;
  color: #2B7FFF;
}
.miningIndustry .chooseCard .chooseContent h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.miningIndustry .chooseCard .chooseContent h3,
.miningIndustry .chooseCard .chooseContent p {
  color: #fff;
}

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