/* Compact Header Toggle - SCSS Version */
.aiFintechBanner {
  background-image: url(../images/ai-fintech/fintech-ai-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 94px 0;
  min-height: calc(100vh - 90px);
  position: relative;
}
@media (max-width: 991px) {
  .aiFintechBanner {
    padding: 50px 0;
    background-position: left;
  }
}
.aiFintechBanner .bannerContent {
  max-width: 690px;
  width: 100%;
}
.aiFintechBanner .bannerContent h1 {
  color: #fff;
  font-family: "RedHatDisplay-Bold";
  font-size: 45px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .aiFintechBanner .bannerContent h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .aiFintechBanner .bannerContent h1 {
    font-size: 26px;
  }
}
.aiFintechBanner .bannerContent p {
  color: #d1d5dc;
  padding: 18px 0 32px;
}
.aiFintechBanner .bannerContent ul {
  list-style: none;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .aiFintechBanner .bannerContent ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .aiFintechBanner .bannerContent ul {
    margin-bottom: 20px;
  }
}
.aiFintechBanner .bannerContent ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
}
.aiFintechBanner .bannerContent ul li:last-child {
  padding-bottom: 0;
}
.aiFintechBanner .bannerContent ul li span {
  color: #e5e7eb;
  font-size: 16px;
  line-height: 1.2;
  font-family: "RedHatDisplay-Regular";
}

.statsSection {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .statsSection {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .statsSection {
    padding: 25px 0;
  }
}
.statsSection .statBox {
  padding: 10px;
}
.statsSection .statBox .statNumber {
  color: #053eff;
  font-size: 45px;
  line-height: 1.2;
  font-family: "RedHatDisplay-Bold";
  padding-bottom: 13px;
}
.statsSection .statBox .statText {
  font-size: 16px;
  line-height: 1.2;
  color: #364153;
}

.developmentServices {
  padding: 80px 0;
  background: linear-gradient(180deg, #0a1628 0%, #0f1f3d 50%, #1a2742 100%);
}
@media (max-width: 767px) {
  .developmentServices {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .developmentServices {
    padding: 30px 0;
  }
}
.developmentServices .servicesHeading {
  max-width: 886px;
}
.developmentServices .servicesHeading h2 {
  font-size: 45px;
  font-family: "RedHatDisplay-Bold";
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 991px) {
  .developmentServices .servicesHeading h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .developmentServices .servicesHeading h2 {
    font-size: 26px;
  }
}
.developmentServices .servicesHeading p {
  color: #d1d5dc;
  padding: 15px 0 65px;
}
@media (max-width: 991px) {
  .developmentServices .servicesHeading p {
    padding: 15px 0 50px;
  }
}
@media (max-width: 768px) {
  .developmentServices .servicesHeading p {
    padding: 15px 0 40px;
  }
}
@media (max-width: 768px) {
  .developmentServices .servicesHeading p {
    padding: 15px 0 25px;
  }
}
.developmentServices .servicesWrapper {
  height: 100%;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 14px;
  padding: 25px;
}
.developmentServices .servicesWrapper span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #053eff;
}
.developmentServices .servicesWrapper h3 {
  font-family: "RedHatDisplay-Black";
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  padding: 16px 0 12px;
}
.developmentServices .servicesWrapper h3 a {
  color: #fff;
  text-decoration: underline;
}
.developmentServices .servicesWrapper h3 a:hover {
  text-decoration: none;
}
.developmentServices .servicesWrapper p {
  color: #d1d5dc;
}
.developmentServices .servicesWrapper p a {
  color: #d1d5dc;
  text-decoration: underline;
}
.developmentServices .servicesWrapper p a:hover {
  text-decoration: none;
}

.ctaWrapper {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 50%, #eff6ff 100%);
}
@media (max-width: 767px) {
  .ctaWrapper {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .ctaWrapper {
    padding: 30px 0;
  }
}
.ctaWrapper .ctaLeftImg {
  top: 0;
  left: 0;
  height: 100%;
  filter: blur(95px);
}
@media (max-width: 1600px) {
  .ctaWrapper .ctaLeftImg {
    display: none;
  }
}
.ctaWrapper .ctaRightImg {
  top: 0;
  right: 0;
  height: 100%;
  filter: blur(95px);
}
@media (max-width: 1600px) {
  .ctaWrapper .ctaRightImg {
    display: none;
  }
}
.ctaWrapper .ctaContent {
  max-width: 896px;
}
.ctaWrapper .ctaContent h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 45px;
  line-height: 1.3;
  color: #1b1b1b;
}
@media (max-width: 991px) {
  .ctaWrapper .ctaContent h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .ctaWrapper .ctaContent h2 {
    font-size: 26px;
  }
}
.ctaWrapper .ctaContent p {
  padding: 17px 0 44px;
  font-size: 20px;
  color: #364153;
}
@media (max-width: 576px) {
  .ctaWrapper .ctaContent p {
    padding: 14px 0 25px;
    font-size: 16px;
  }
}

.benefitsAI {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .benefitsAI {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .benefitsAI {
    padding: 30px 0;
  }
}
.benefitsAI .benefitsAIHeading {
  max-width: 886px;
}
.benefitsAI .benefitsAIHeading h2 {
  font-size: 45px;
  font-family: "RedHatDisplay-Bold";
  line-height: 1.2;
  color: #1b1b1b;
}
@media (max-width: 991px) {
  .benefitsAI .benefitsAIHeading h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .benefitsAI .benefitsAIHeading h2 {
    font-size: 26px;
  }
}
.benefitsAI .benefitsAIHeading p {
  color: #364153;
  padding: 15px 0 65px;
}
@media (max-width: 991px) {
  .benefitsAI .benefitsAIHeading p {
    padding: 15px 0 50px;
  }
}
@media (max-width: 768px) {
  .benefitsAI .benefitsAIHeading p {
    padding: 15px 0 40px;
  }
}
@media (max-width: 768px) {
  .benefitsAI .benefitsAIHeading p {
    padding: 15px 0 25px;
  }
}

.fintechSolutionsCommonCard {
  height: 100%;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 14px;
  padding: 25px;
}
.fintechSolutionsCommonCard span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #dbeafe;
}
.fintechSolutionsCommonCard h3 {
  font-family: "RedHatDisplay-Black";
  font-size: 20px;
  line-height: 1.2;
  color: #1b1b1b;
  padding: 16px 0 12px;
}
.fintechSolutionsCommonCard p {
  color: #4a5565;
}

.fintechIndustry {
  padding: 80px 0;
  background: linear-gradient(180deg, #0a1628 0%, #0f1f3d 50%, #1a2742 100%);
}
@media (max-width: 767px) {
  .fintechIndustry {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .fintechIndustry {
    padding: 30px 0;
  }
}
.fintechIndustry h2 {
  font-size: 45px;
  font-family: "RedHatDisplay-Bold";
  line-height: 1.2;
  color: #fff;
  padding-bottom: 64px;
}
@media (max-width: 991px) {
  .fintechIndustry h2 {
    font-size: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .fintechIndustry h2 {
    font-size: 26px;
    padding-bottom: 30px;
  }
}
.fintechIndustry .fintechIndustryWrapper {
  height: 100%;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 14px;
  padding: 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 576px) {
  .fintechIndustry .fintechIndustryWrapper {
    padding: 25px;
  }
}
.fintechIndustry .fintechIndustryWrapper h3 {
  font-family: "RedHatDisplay-Black";
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.fintechIndustry .fintechIndustryWrapper p {
  color: #d1d5dc;
  padding: 16px 0 24px;
}

.solutionsDevelopment {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #eff6ff 50%, #ffffff 100%);
}
@media (max-width: 767px) {
  .solutionsDevelopment {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .solutionsDevelopment {
    padding: 30px 0;
  }
}
.solutionsDevelopment .solutionsDevelopmentHeading {
  max-width: 981px;
}
.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 p {
  color: #364153;
  padding: 15px 0 65px;
}
@media (max-width: 991px) {
  .solutionsDevelopment .solutionsDevelopmentHeading p {
    padding: 15px 0 50px;
  }
}
@media (max-width: 768px) {
  .solutionsDevelopment .solutionsDevelopmentHeading p {
    padding: 15px 0 40px;
  }
}
@media (max-width: 768px) {
  .solutionsDevelopment .solutionsDevelopmentHeading p {
    padding: 15px 0 25px;
  }
}

.tech {
  padding: 80px 0;
  background: linear-gradient(180deg, #0a1628 0%, #0f1f3d 50%, #1a2742 100%);
}
@media (max-width: 767px) {
  .tech {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .tech {
    padding: 30px 0;
  }
}
.tech .techHeading h2 {
  font-size: 45px;
  font-family: "RedHatDisplay-Bold";
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 991px) {
  .tech .techHeading h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .tech .techHeading h2 {
    font-size: 26px;
  }
}
.tech .techHeading p {
  max-width: 863px;
  color: #d1d5dc;
  font-size: 18px;
  line-height: 1.3;
  padding: 21px 0 65px;
}
@media (max-width: 991px) {
  .tech .techHeading p {
    padding: 21px 0 50px;
  }
}
@media (max-width: 768px) {
  .tech .techHeading p {
    padding: 21px 0 40px;
  }
}
@media (max-width: 576px) {
  .tech .techHeading p {
    padding: 10px 0 25px;
    font-size: 14px;
  }
}
.tech .techWrapper {
  height: 100%;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 14px;
  padding: 25px;
}
.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;
}
.tech .techWrapper .techNames li {
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.2);
  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);
}

.engagementModels {
  padding: 80px 0;
  background: linear-gradient(180deg, #f9fafb 0%, #ffffff 50%, #eff6ff 100%);
}
@media (max-width: 767px) {
  .engagementModels {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .engagementModels {
    padding: 30px 0;
  }
}
.engagementModels .engagementModelsHeading h2 {
  font-size: 45px;
  font-family: "RedHatDisplay-Bold";
  line-height: 1.2;
  color: #1b1b1b;
}
@media (max-width: 991px) {
  .engagementModels .engagementModelsHeading h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .engagementModels .engagementModelsHeading h2 {
    font-size: 26px;
  }
}
.engagementModels .engagementModelsHeading p {
  color: #364153;
  padding: 15px 0 65px;
  max-width: px;
}
@media (max-width: 991px) {
  .engagementModels .engagementModelsHeading p {
    padding: 15px 0 50px;
  }
}
@media (max-width: 768px) {
  .engagementModels .engagementModelsHeading p {
    padding: 15px 0 40px;
  }
}
@media (max-width: 768px) {
  .engagementModels .engagementModelsHeading p {
    padding: 15px 0 25px;
  }
}

.developmentProcedure {
  padding: 80px 0;
  background: linear-gradient(180deg, #0a1628 0%, #0f1f3d 50%, #1a2742 100%);
}
@media (max-width: 767px) {
  .developmentProcedure {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .developmentProcedure {
    padding: 30px 0;
  }
}
.developmentProcedure .developmentProcedureHeading h2 {
  font-size: 45px;
  font-family: "RedHatDisplay-Bold";
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 991px) {
  .developmentProcedure .developmentProcedureHeading h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .developmentProcedure .developmentProcedureHeading h2 {
    font-size: 26px;
  }
}
.developmentProcedure .developmentProcedureHeading p {
  color: #d1d5dc;
  padding: 15px 0 65px;
  max-width: 886px;
}
@media (max-width: 991px) {
  .developmentProcedure .developmentProcedureHeading p {
    padding: 15px 0 50px;
  }
}
@media (max-width: 768px) {
  .developmentProcedure .developmentProcedureHeading p {
    padding: 15px 0 40px;
  }
}
@media (max-width: 768px) {
  .developmentProcedure .developmentProcedureHeading p {
    padding: 15px 0 25px;
  }
}
.developmentProcedure .developmentProcedureWrapper {
  height: 100%;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 14px;
  padding: 25px;
}
.developmentProcedure .developmentProcedureWrapper .number {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #053eff;
  border-radius: 50%;
  border: 4px solid #0d1b34;
}
.developmentProcedure .developmentProcedureWrapper span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #053eff;
}
.developmentProcedure .developmentProcedureWrapper h3 {
  font-family: "RedHatDisplay-Black";
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  padding: 16px 0 12px;
}
.developmentProcedure .developmentProcedureWrapper p {
  color: #d1d5dc;
}

.aiDevelopment {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 50%, #ffffff 100%);
}
@media (max-width: 767px) {
  .aiDevelopment {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .aiDevelopment {
    padding: 30px 0;
  }
}
.aiDevelopment .aiDevelopmentHeading h2 {
  font-size: 45px;
  font-family: "RedHatDisplay-Bold";
  line-height: 1.2;
  color: #1b1b1b;
}
@media (max-width: 991px) {
  .aiDevelopment .aiDevelopmentHeading h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .aiDevelopment .aiDevelopmentHeading h2 {
    font-size: 26px;
  }
}
.aiDevelopment .aiDevelopmentHeading p {
  color: #364153;
  padding: 15px 0 65px;
  max-width: px;
}
@media (max-width: 991px) {
  .aiDevelopment .aiDevelopmentHeading p {
    padding: 15px 0 50px;
  }
}
@media (max-width: 768px) {
  .aiDevelopment .aiDevelopmentHeading p {
    padding: 15px 0 40px;
  }
}
@media (max-width: 768px) {
  .aiDevelopment .aiDevelopmentHeading p {
    padding: 15px 0 25px;
  }
}

.secondaryCta {
  padding: 80px 0;
  background: linear-gradient(180deg, #0a1628 0%, #0f1f3d 50%, #1a2742 100%);
}
@media (max-width: 767px) {
  .secondaryCta {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .secondaryCta {
    padding: 30px 0;
  }
}
.secondaryCta .ctaContent {
  max-width: 896px;
}
.secondaryCta .ctaContent h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 45px;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 991px) {
  .secondaryCta .ctaContent h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .secondaryCta .ctaContent h2 {
    font-size: 26px;
  }
}
.secondaryCta .ctaContent p {
  padding: 17px 0 44px;
  font-size: 20px;
  color: #d1d5dc;
}
@media (max-width: 576px) {
  .secondaryCta .ctaContent p {
    padding: 14px 0 25px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=fintech-solutions-development-with-ai.css.map */
