/* 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-agriculture/banner-img.webp");
  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: 0;
  object-fit: contain;
  height: 100%;
  max-width: 730px;
  object-position: bottom right;
}
@media (max-width: 1183px) {
  .softwareTestingBannerMain .rightImg {
    display: none;
  }
}
.softwareTestingBannerMain .bannerContent .bannerHead {
  max-width: 570px;
}
.softwareTestingBannerMain .bannerContent .bannerHead h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .softwareTestingBannerMain .bannerContent .bannerHead h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.softwareTestingBannerMain .bannerContent .bannerHead p {
  color: #fff;
}
.softwareTestingBannerMain .bannerContent .customBtn {
  padding: 18px 50px;
}
@media (max-width: 400px) {
  .softwareTestingBannerMain .bannerContent .customBtn {
    padding: 18px 30px;
  }
}
.softwareTestingBannerMain .bannerContent .bannerHeadingMain {
  display: grid;
  gap: 15px;
  margin-bottom: 30px;
  grid-template-columns: auto auto;
  max-width: 700px;
}
@media (max-width: 769px) {
  .softwareTestingBannerMain .bannerContent .bannerHeadingMain {
    grid-template-columns: auto;
  }
}
.softwareTestingBannerMain .bannerContent .bannerHeadingMain .bannerHeadingContent {
  display: flex;
  align-items: center;
  gap: 10px;
}
.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;
  background: #0F0826;
}
@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: 40px;
  color: #fff;
  margin-bottom: 10px;
}
.developmentServices .heading p {
  font-family: "RedHatDisplay-Regular";
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  max-width: 724px;
  margin: auto;
}
@media (max-width: 576px) {
  .developmentServices .heading p {
    font-size: 14px;
  }
}
.developmentServices .serviceCard {
  background: linear-gradient(135deg, #0F172B 0%, #1D293D 100%);
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
  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-Regular";
  line-height: 28px;
  color: #fff;
  padding: 14px 0px;
}
.developmentServices .serviceCard h3 a,
.developmentServices .serviceCard p a {
  color: #fff;
  text-decoration: underline;
}
.developmentServices .serviceCard p {
  color: #fff;
}

.deliveringExcellence {
  padding: 90px 0;
  background: #f8fafc;
}
@media (max-width: 769px) {
  .deliveringExcellence {
    padding: 40px 0;
    margin-bottom: 20px;
  }
}
.deliveringExcellence .sectionLabel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2563eb;
  background: #eff6ff;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 18px;
}
.deliveringExcellence .sectionLabel .dot {
  width: 8px;
  height: 8px;
  background: #2563eb;
  border-radius: 50%;
}
.deliveringExcellence h2 {
  font-size: 40px;
  color: #000000;
  margin-bottom: 20px;
}
.deliveringExcellence .statsWrap {
  display: flex;
  gap: 40px;
}
.deliveringExcellence .statsWrap h4 {
  font-size: 28px;
  color: #2563eb;
  margin-bottom: 4px;
}
.deliveringExcellence .statsWrap p {
  margin: 0;
  color: #64748b;
}
.deliveringExcellence .primaryBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  background: #2563eb;
  color: #fff;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
  transition: 0.3s ease;
}
.deliveringExcellence .primaryBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.3);
}
.deliveringExcellence .featureCard {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 420px;
  transform: translateZ(0);
}
.deliveringExcellence .featureCard img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.45s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.deliveringExcellence .featureCard .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #155DFC 0%, #8200DB 100%);
  opacity: 0.7;
}
.deliveringExcellence .featureCard .content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.deliveringExcellence .featureCard .content .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.deliveringExcellence .featureCard .content .top .badge {
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
}
.deliveringExcellence .featureCard .content .top .arrowBtn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #155DFC;
  cursor: pointer;
  transition: 0.3s ease;
}
.deliveringExcellence .featureCard .content .top .arrowBtn i {
  rotate: -30deg;
}
.deliveringExcellence .featureCard .content .bottom .featureLabel {
  display: inline-block;
  background: #facc15;
  color: #000;
  font-size: 12px;
  font-family: "RedHatDisplay-Bold";
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 14px;
}
.deliveringExcellence .featureCard .content .bottom h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #fff;
}
.deliveringExcellence .featureCard .content .bottom p {
  margin-bottom: 10px;
  opacity: 0.9;
  color: #fff;
}
.deliveringExcellence .featureCard .content .bottom .stats {
  display: flex;
  gap: 40px;
}
.deliveringExcellence .featureCard .content .bottom .stats span {
  display: block;
  font-size: 22px;
  font-family: "RedHatDisplay-Bold";
}
.deliveringExcellence .featureCard .content .bottom .stats p {
  font-size: 12px;
  margin: 0;
  opacity: 0.8;
}
.deliveringExcellence .featureCard.animating img {
  opacity: 0;
  transform: scale(1.06);
}
.deliveringExcellence .featureCard.animating .content {
  opacity: 0;
  transform: translateY(12px);
}
.deliveringExcellence .smallCard {
  display: flex;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  min-height: 198px;
  overflow: hidden;
}
.deliveringExcellence .smallCard .image {
  width: 120px;
  flex-shrink: 0;
}
.deliveringExcellence .smallCard .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.45s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.deliveringExcellence .smallCard .cardContent {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.deliveringExcellence .smallCard .cardContent .tag {
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 8px;
  width: fit-content;
}
.deliveringExcellence .smallCard .cardContent h3 {
  font-size: 16px;
  line-height: 18px;
  color: #0f172a;
}
.deliveringExcellence .smallCard .cardContent p {
  font-size: 13px;
  color: #64748b;
}
.deliveringExcellence .smallCard .cardContent a {
  font-size: 13px;
  color: #2563eb;
  text-decoration: none;
}
.deliveringExcellence .smallCard.animating .image img {
  opacity: 0;
  transform: scale(1.06);
}
.deliveringExcellence .smallCard.animating .cardContent {
  opacity: 0;
  transform: translateY(8px);
}
.deliveringExcellence .bottomCard {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s ease;
}
.deliveringExcellence .bottomCard:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}
.deliveringExcellence .bottomCard .image {
  height: 190px;
}
.deliveringExcellence .bottomCard .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.deliveringExcellence .bottomCard .cardBody {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.deliveringExcellence .bottomCard .cardBody .tag {
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 8px;
  width: fit-content;
}
.deliveringExcellence .bottomCard .cardBody h3 {
  font-size: 18px;
  color: #000000;
  line-height: 1.3;
}
.deliveringExcellence .bottomCard .cardBody p {
  color: #64748b;
  line-height: 1.6;
}

.aiStepper {
  padding: 80px 0px;
  background-color: #ffffff;
}
@media (max-width: 769px) {
  .aiStepper {
    padding: 40px 0px;
  }
}
.aiStepper .aiStepperWrapper {
  background: #020618;
  border-radius: 18px;
  padding: 40px 32px 32px 32px;
  color: #fff;
}
.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;
}

.engagementModel {
  padding: 80px 0px;
  background: #0F0826;
}
@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: 40px;
  color: #fff;
  margin-bottom: 10px;
}
.engagementModel .heading p {
  font-family: "RedHatDisplay-Regular";
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  max-width: 724px;
  margin: auto;
}
@media (max-width: 576px) {
  .engagementModel .heading p {
    font-size: 14px;
  }
}
.engagementModel .engagementCard {
  background: linear-gradient(135deg, #0F172B 0%, #1D293D 100%);
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
  padding: 24px;
  border-radius: 14px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .engagementModel .engagementCard {
    align-items: flex-start;
    text-align: left;
  }
}
.engagementModel .engagementCard 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 .engagementCard span img {
  width: 24px;
}
.engagementModel .engagementCard h3 {
  font-family: "RedHatDisplay-Regular";
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.engagementModel .engagementCard h3 a,
.engagementModel .engagementCard p a {
  color: #fff;
  text-decoration: underline;
}
.engagementModel .engagementCard p {
  color: #fff;
}
.engagementModel .engagementCta {
  background: linear-gradient(90deg, #155DFC 0%, #9810FA 100%);
  padding: 48px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 971px) {
  .engagementModel .engagementCta {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    align-items: flex-start;
  }
}
.engagementModel .engagementCta .ctaContent {
  max-width: 613px;
}
@media (max-width: 971px) {
  .engagementModel .engagementCta .ctaContent {
    max-width: 100%;
  }
}
.engagementModel .engagementCta .ctaContent h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  padding-bottom: 10px;
}
.engagementModel .engagementCta .ctaContent p {
  color: #fff;
}
.engagementModel .engagementCta .connectBtn {
  background: #fff;
  color: #1b1b1b !important;
  font-family: "RedHatDisplay-Bold";
  font-size: 14px;
  border-radius: 8px;
  border: none;
  display: block;
  padding: 27px 19px;
  text-align: center;
}

.aiSolutions {
  padding: 80px 0px;
  background: #0A0618;
}
@media (max-width: 769px) {
  .aiSolutions {
    padding: 40px 0px;
  }
}
.aiSolutions .heading {
  text-align: center;
  padding-bottom: 64px;
}
@media (max-width: 769px) {
  .aiSolutions .heading {
    text-align: left;
    padding-bottom: 30px;
  }
}
.aiSolutions .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 10px;
}
.aiSolutions .heading p {
  font-family: "RedHatDisplay-Regular";
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  max-width: 724px;
  margin: auto;
}
@media (max-width: 576px) {
  .aiSolutions .heading p {
    font-size: 14px;
  }
}
.aiSolutions .solutionCard {
  padding: 24px;
  border-radius: 12px;
  display: flex;
  gap: 14px;
  height: 100%;
  background: #fff;
}
@media (max-width: 769px) {
  .aiSolutions .solutionCard {
    flex-direction: column;
  }
}
.aiSolutions .solutionCard span {
  background: linear-gradient(135deg, #2B7FFF 0%, #155DFC 100%);
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.aiSolutions .solutionCard span img {
  width: 24px;
}
.aiSolutions .solutionCard .content h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 6px;
  color: #000000;
}
.aiSolutions .solutionCard .content h3 a,
.aiSolutions .solutionCard .content p a {
  color: #fff;
  text-decoration: underline;
}

.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/hire-php/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;
  }
}

/*# sourceMappingURL=ai-in-agriculture.css.map */
