.CaseStudyBanner {
  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/inner-casestudy/banner.png");
  background-size: cover;
  min-height: calc(100vh - 90px);
}
@media (max-width: 767px) {
  .CaseStudyBanner {
    background-position: center;
    padding: 50px 0;
  }
}
.CaseStudyBanner .rightImage {
  position: absolute;
  right: 0px;
  top: 140px;
  max-width: 690px;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: top;
}
@media (max-width: 1465px) {
  .CaseStudyBanner .rightImage {
    right: -50px;
  }
}
@media (max-width: 1290px) {
  .CaseStudyBanner .rightImage {
    display: none;
  }
}
.CaseStudyBanner .CaseStudyContent {
  position: relative;
  max-width: 746px;
  width: 100%;
}
@media (max-width: 1290px) {
  .CaseStudyBanner .CaseStudyContent {
    max-width: 100%;
  }
}
.CaseStudyBanner .CaseStudyContent h1 {
  font-size: 50px;
  line-height: 52px;
  margin-bottom: 19px;
  max-width: 600px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .CaseStudyBanner .CaseStudyContent h1 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .CaseStudyBanner .CaseStudyContent h1 {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 30px;
  }
}
.CaseStudyBanner .CaseStudyContent h1 span {
  font-size: 50px;
  display: block;
  color: #fff !important;
  font-family: "RedHatDisplay-Regular" !important;
  line-height: 62px;
}
@media screen and (max-width: 991px) {
  .CaseStudyBanner .CaseStudyContent h1 span {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  .CaseStudyBanner .CaseStudyContent h1 span {
    font-size: 24px;
  }
}
.CaseStudyBanner .CaseStudyContent p {
  color: #fff;
  padding-bottom: 51px;
  max-width: 600px;
}
@media screen and (max-width: 991px) {
  .CaseStudyBanner .CaseStudyContent p {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .CaseStudyBanner .CaseStudyContent p {
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .CaseStudyBanner .CaseStudyContent .customBtn {
    padding: 15px 25px;
  }
}

.casestudySystem {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .casestudySystem {
    padding: 50px 0;
  }
}
.casestudySystem h2 {
  font-size: 24px;
  color: #1b1b1b;
  line-height: 31px;
  font-family: "RedHatDisplay-Bold";
}
.casestudySystem p {
  color: #2e2e2e;
}
.casestudySystem .mobileImage {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .casestudySystem .mobileImage .mobile {
    max-width: 350px;
  }
}
@media (max-width: 850px) {
  .casestudySystem .mobileImage .mobile {
    max-width: 310px;
  }
}
@media (max-width: 767px) {
  .casestudySystem .mobileImage .mobile {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .casestudySystem .mobileImage {
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .casestudySystem {
    padding-bottom: 0;
  }
}
.casestudySystem.supportStudy {
  padding-bottom: 90px;
}

.developmentProcessWrapper {
  position: relative;
  padding: 90px 0 120px;
  background: #fff;
}
@media (max-width: 991px) {
  .developmentProcessWrapper {
    padding: 50px 0;
  }
}
.developmentProcessWrapper .serviceBigHeading {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 11px;
  flex-shrink: 0;
  font-size: 68px;
  font-style: normal;
  line-height: 52px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  z-index: 999;
  border-radius: 8px;
  background-color: #f1f1f1;
  padding: 20px 50px;
  font-family: "RedHatDisplay-Extrabold";
}
.developmentProcessWrapper .serviceBigHeading span {
  text-align: center;
  color: #fff;
  transition: colorChange 1s;
  transform: rotate(270deg);
}
.developmentProcessWrapper .serviceBigHeading span:hover {
  color: #3095fb;
}
@media (max-width: 1280px) {
  .developmentProcessWrapper .serviceBigHeading {
    display: none;
  }
}
.developmentProcessWrapper .titleHead {
  text-align: left;
  max-width: 700px;
  padding-bottom: 80px;
}
@media (max-width: 1280px) {
  .developmentProcessWrapper .titleHead {
    padding-bottom: 40px;
  }
}
.developmentProcessWrapper .titleHead h3 {
  color: #1b1b1b;
}
.developmentProcessWrapper .titleHead p {
  text-align: left;
  margin: inherit !important;
  color: #2e2e2e;
}
.developmentProcessWrapper .developmentCard {
  display: flex;
  gap: 15px;
  padding: 20px 15px;
  transition: all 0.8s;
  border-radius: 14px;
  width: 436px;
  position: relative;
}
@media (max-width: 1280px) {
  .developmentProcessWrapper .developmentCard {
    width: 100%;
  }
}
.developmentProcessWrapper .developmentCard:hover {
  background-color: #193370;
}
.developmentProcessWrapper .developmentCard:hover .cardContent h4,
.developmentProcessWrapper .developmentCard:hover .cardContent p {
  color: #fff;
}
.developmentProcessWrapper .developmentCard:hover img {
  padding-top: 10px;
  filter: brightness(0) invert(1);
}
.developmentProcessWrapper .developmentCard img {
  transition: all 0.4s;
  padding-top: 5px;
  height: 100%;
}
.developmentProcessWrapper .developmentCard .cardContent {
  max-width: 380px;
}
@media (max-width: 1280px) {
  .developmentProcessWrapper .developmentCard .cardContent {
    max-width: 100%;
  }
}
.developmentProcessWrapper .developmentCard .cardContent h4 {
  margin-bottom: 5px;
  color: #193370;
}
.developmentProcessWrapper .developmentCard .cardContent p {
  margin: 0;
  color: #2e2e2e;
}
@media (max-width: 991px) {
  .developmentProcessWrapper .developmentCard .cardContent {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .developmentProcessWrapper .developmentCard {
    width: 100% !important;
  }
}
.developmentProcessWrapper .leftCards .developmentCard {
  margin-bottom: 40px;
  left: 0;
}
@media (max-width: 1280px) {
  .developmentProcessWrapper .leftCards .developmentCard {
    margin-bottom: 20px;
  }
}
.developmentProcessWrapper .leftCards .developmentCard:hover {
  left: -35px;
}
@media (max-width: 991px) {
  .developmentProcessWrapper .leftCards .developmentCard:hover {
    left: 5px;
  }
}
@media (max-width: 575px) {
  .developmentProcessWrapper .leftCards .developmentCard:hover {
    left: 0;
  }
}
@media (max-width: 991px) {
  .developmentProcessWrapper .leftCards .developmentCard {
    margin-bottom: 10px !important;
  }
}
.developmentProcessWrapper .rightCards .developmentCard {
  margin-bottom: 50px;
  margin-left: auto;
  right: 0;
}
@media (max-width: 1280px) {
  .developmentProcessWrapper .rightCards .developmentCard {
    margin-bottom: 30px;
  }
}
.developmentProcessWrapper .rightCards .developmentCard:hover {
  right: -35px;
}
@media (max-width: 991px) {
  .developmentProcessWrapper .rightCards .developmentCard:hover {
    right: -5px;
  }
}
@media (max-width: 575px) {
  .developmentProcessWrapper .rightCards .developmentCard:hover {
    right: 0;
  }
}
@media (max-width: 991px) {
  .developmentProcessWrapper .rightCards .developmentCard {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 768px) {
  .developmentProcessWrapper .rightCards .developmentCard {
    margin-bottom: 10px !important;
  }
}

.keyFeature {
  height: 100%;
  background-color: #1b1b1b;
  position: relative;
  padding: 0px 0px 100px;
}
.keyFeature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background-image: url(../images/inner-casestudy/svg/top-img.svg);
  background-repeat: no-repeat;
  z-index: 10;
}
@media (max-width: 513px) {
  .keyFeature::before {
    display: none;
  }
}
.keyFeature::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background-image: url(../images/inner-casestudy/svg/bottom-img.svg);
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 513px) {
  .keyFeature::after {
    display: none;
  }
}
.keyFeature .solutionHeading {
  padding: 90px 0;
  background-color: #1b1b1b;
  height: 100%;
}
@media (max-width: 769px) {
  .keyFeature .solutionHeading {
    padding: 40px 0;
  }
}
.keyFeature .solutionHeading .shadowHeading {
  position: relative;
  text-align: center;
}
.keyFeature .solutionHeading .shadowHeading h1 {
  color: #fff;
  font-size: 75px;
  font-family: Impact;
  line-height: 1;
}
@media (max-width: 769px) {
  .keyFeature .solutionHeading .shadowHeading h1 {
    font-size: 40px !important;
  }
}
.keyFeature .solutionHeading .shadowHeading .shadowSubtitle {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  z-index: 1;
  white-space: nowrap;
  letter-spacing: 30px;
  color: #fff;
  font-size: 75px;
  font-family: Impact;
  line-height: 75px;
}
@media (max-width: 864px) {
  .keyFeature .solutionHeading .shadowHeading .shadowSubtitle {
    display: none;
  }
}
.keyFeature .cardsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .keyFeature .cardsGrid {
    padding: 0px 20px;
  }
}
.keyFeature .cardsGrid .featureCard {
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  position: relative;
}
.keyFeature .cardsGrid .featureCard h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  line-height: 26px;
}
.keyFeature .cardsGrid .featureCard .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: left;
  padding: 10px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.keyFeature .cardsGrid .featureCard .overlay p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.keyFeature .cardsGrid .featureCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.keyFeature .cardsGrid .featureCard:hover .overlay {
  height: 100%;
  opacity: 1;
  z-index: 999;
}
.keyFeature .cardsGrid .featureCard .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  z-index: 1;
}
.keyFeature .cardsGrid .featureCard .icon img {
  width: 18px;
  height: 18px;
}
.keyFeature .cardsGrid .tallCard {
  grid-row: span 2;
}
.keyFeature .cardsGrid .tallCard::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 242px;
  height: 150px;
  background-image: url(../images/inner-casestudy/svg/greencard.svg);
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 1200px) {
  .keyFeature .cardsGrid .tallCard::before {
    display: none;
  }
}
.keyFeature .cardsGrid .wideCard {
  grid-column: span 2;
}
.keyFeature .cardsGrid .wideCard::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: 150px;
  background-image: url(../images/inner-casestudy/svg/purplecard.svg);
  background-repeat: no-repeat;
  z-index: 0;
  border-radius: 14px;
}
@media (max-width: 1200px) {
  .keyFeature .cardsGrid .wideCard::before {
    display: none;
  }
}
.keyFeature .cardsGrid .featureCard:nth-child(1) {
  background: #192838;
}
.keyFeature .cardsGrid .featureCard:nth-child(2) {
  background: #1eb870;
}
.keyFeature .cardsGrid .featureCard:nth-child(3) {
  background: #192838;
}
.keyFeature .cardsGrid .featureCard:nth-child(4) {
  background: #31a2f5;
}
.keyFeature .cardsGrid .featureCard:nth-child(5) {
  background: #2960ef;
}
.keyFeature .cardsGrid .featureCard:nth-child(6) {
  background: #7367ed;
}
.keyFeature .cardsGrid .featureCard:nth-child(7) {
  background: #192838;
}
.keyFeature .cardsGrid .featureCard:nth-child(8) {
  background: #31a2f5;
}
.keyFeature .cardsGrid .featureCard:nth-child(9) {
  background: #192838;
}
.keyFeature .cardsGrid .featureCard:nth-child(10) {
  background: #1eb870;
}
.keyFeature .cardsGrid .featureCard:nth-child(11) {
  background: #7367ed;
}
.keyFeature .cardsGrid .featureCard:nth-child(12) {
  background: #2960ef;
}
@media (max-width: 1024px) {
  .keyFeature .cardsGrid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 160px;
  }
}
@media (max-width: 768px) {
  .keyFeature .cardsGrid {
    grid-template-columns: 2fr;
    width: 100%;
    grid-auto-rows: 160px;
  }
}
@media (max-width: 768px) {
  .keyFeature .cardsGrid .tallCard {
    grid-row: auto;
  }
  .keyFeature .cardsGrid .wideCard {
    grid-column: auto;
  }
}

.softwareModernization {
  background-image: url("../images/inner-casestudy/tech-stack.png");
  height: 100%;
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 250px 0 90px;
  background-repeat: no-repeat;
}
.softwareModernization h2 {
  font-size: 24px;
  line-height: 31px;
  text-transform: capitalize;
  font-family: "RedHatDisplay-Bold";
  color: #fff;
  padding-bottom: 40px;
}
.softwareModernization .buildingSolutionCardWrapper {
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  background-color: #1d1c20;
  border-radius: 15px;
  height: 100%;
  padding: 70px 20px;
}
@media (max-width: 768px) {
  .softwareModernization .buildingSolutionCardWrapper {
    padding: 30px 20px;
  }
}
.softwareModernization .buildingSolutionCardWrapper .techCard {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: nowrap;
}
@media (max-width: 1240px) {
  .softwareModernization .buildingSolutionCardWrapper .techCard {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 447px) {
  .softwareModernization .buildingSolutionCardWrapper .techCard {
    justify-content: left;
  }
}
.softwareModernization .buildingSolutionCardWrapper .techCard .iconBox .icon {
  display: flex;
  align-items: center;
  gap: 13px;
}
.softwareModernization .buildingSolutionCardWrapper .techCard .iconBox .icon span {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  box-shadow: 0px 30px 25px 0px rgba(0, 0, 0, 0.5019607843);
  background: linear-gradient(180deg, #343236 0%, #38343f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.softwareModernization .buildingSolutionCardWrapper .techCard .iconBox .icon h3 {
  color: #fff;
  font-family: "RedHatDisplay-Regular";
  font-size: 14px;
  line-height: 20px;
  max-width: 85px;
}

.businessScalability {
  background: #fff;
  padding: 90px 0;
}
.businessScalability .resultContent h2 {
  font-size: 24px;
  line-height: 31px;
  text-transform: capitalize;
  color: #1b1b1b;
  margin-bottom: 12px;
}
.businessScalability .resultCards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
}
@media (max-width: 513px) {
  .businessScalability .resultCards {
    grid-template-columns: 1fr;
  }
}
.businessScalability .resultCards .resultCard {
  padding: 20px;
  background: #fff;
}
.businessScalability .resultCards .resultCard .icon {
  margin-bottom: 8px;
}
.businessScalability .resultCards .resultCard .icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.businessScalability .resultCards .resultCard h3 {
  font-size: 40px;
  color: #1b1b1b;
  line-height: 47px;
}
.businessScalability .resultCards .resultCard p {
  margin: 0;
  font-size: 15px;
  color: #1b1b1b;
  line-height: 20px;
}
.businessScalability .resultCards .resultCard:nth-child(1) {
  border-bottom: 1px solid lightgray;
}
.businessScalability .resultCards .resultCard:nth-child(2) {
  border-left: 1px solid lightgray;
}
.businessScalability .resultCards .resultCard:nth-child(4) {
  border-left: 1px solid lightgray;
}
@media (max-width: 768px) {
  .businessScalability .resultCards .resultCard {
    border: none !important;
    border-bottom: 1px solid lightgray;
  }
  .businessScalability .resultCards .resultCard:last-child {
    border-bottom: none;
  }
}

.feature {
  padding: 0px 0px 90px;
}
.feature .overlayImg {
  width: 100%;
  min-height: 369px;
  background-image: url("../images/inner-casestudy/future-roadmap.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .feature .overlayImg {
    background-size: cover;
  }
}
@media (max-width: 769px) {
  .feature .overlayImg {
    background-color: #1d63ed;
    border-radius: 15px;
    background-image: none;
    padding: 20px;
    min-height: inherit;
  }
}
.feature .overlayImg .content {
  max-width: 495px;
  text-align: center;
}
.feature .overlayImg .content h2 {
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  padding-bottom: 10px;
}
@media (max-width: 769px) {
  .feature .overlayImg .content h2 {
    font-size: 18px !important;
  }
}
@media (max-width: 541px) {
  .feature .overlayImg .content h2 {
    font-size: 15px !important;
  }
}
.feature .overlayImg .content p {
  color: #fff;
}

/*# sourceMappingURL=saas-automation-delivering.css.map */
