/* 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/ai-real-estate/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: 580px;
  object-position: bottom right;
}
@media (max-width: 1183px) {
  .softwareTestingBannerMain .rightImg {
    display: none;
  }
}
.softwareTestingBannerMain .bannerHead {
  max-width: 570px;
}
.softwareTestingBannerMain .bannerHead h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .softwareTestingBannerMain .bannerHead h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.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;
}
.softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent p {
  color: #fff;
  text-wrap: nowrap;
}
@media (max-width: 576px) {
  .softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent p {
    text-wrap: wrap;
  }
}

.solutionBusiness {
  padding: 80px 0px;
}
@media screen and (max-width: 769px) {
  .solutionBusiness {
    padding: 40px 0px;
  }
}
.solutionBusiness.designDev {
  background-repeat: no-repeat;
  background-image: url("../images/ai-real-estate/card-bg.webp");
  background-size: cover;
}
.solutionBusiness .heading {
  max-width: 787px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .solutionBusiness .heading {
    text-align: left;
  }
}
.solutionBusiness .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 28px;
  line-height: 28px;
}
.solutionBusiness .leftContent {
  position: sticky;
  top: 120px;
  height: fit-content;
}
@media (max-width: 991px) {
  .solutionBusiness .leftContent {
    position: relative;
    top: auto;
  }
}
.solutionBusiness .propertyManagement {
  padding-bottom: 32px;
}
.solutionBusiness .propertyManagement h3 {
  font-family: "RedHatDisplay-Bold";
  color: #000000;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 10px;
}
.solutionBusiness .propertyCard {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 769px) {
  .solutionBusiness .propertyCard {
    flex-direction: column;
    align-items: flex-start;
  }
}
.solutionBusiness .propertyCard span {
  background-color: #EFF6FF;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
}
.solutionBusiness .propertyCard span img {
  width: 20px;
}
.solutionBusiness .propertyCard h3 {
  font-family: "RedHatDisplay-Bold";
  color: #000000;
  font-size: 18px;
  line-height: 28px;
}
.solutionBusiness .propertyCard p {
  color: #45556C;
}
.solutionBusiness .propertyCard.cardSet h3,
.solutionBusiness .propertyCard.cardSet p {
  color: #fff;
}
.solutionBusiness .cardCta {
  background: #0F172A;
  border-top: 1px solid #F1F5F9;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
  padding: 33px;
  border-radius: 24px;
}
.solutionBusiness .cardCta h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
.solutionBusiness .cardCta p {
  color: #fff;
  padding: 16px 0px 24px 0px;
}

.developmentServices {
  padding: 80px 0px;
  background: linear-gradient(180deg, #0A1628 0%, #0D1B2A 50%, #1B263B 100%);
}
@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";
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .developmentServices .heading h2 {
    margin-bottom: 10px;
  }
}
.developmentServices .heading p {
  color: #fff;
  max-width: 724px;
  margin: auto;
}
.developmentServices .serviceCard {
  background: #1A2942;
  border: 1px solid rgba(49, 65, 88, 0.5);
  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";
  font-size: 20px;
  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;
}

.applicationsRealEstate {
  padding: 80px 0;
}
@media (max-width: 769px) {
  .applicationsRealEstate {
    padding: 40px 0;
  }
}
.applicationsRealEstate .applicationsWrapper {
  align-items: flex-start;
}
.applicationsRealEstate .leftContent {
  position: sticky;
  top: 120px;
  height: fit-content;
}
@media (max-width: 769px) {
  .applicationsRealEstate .leftContent {
    position: relative;
    top: auto;
    padding-bottom: 18px;
  }
}
.applicationsRealEstate .heading h2 {
  font-family: "RedHatDisplay-Bold";
  color: #000000;
}
.applicationsRealEstate .heading p {
  color: #000000;
  margin: 15px 0;
}
.applicationsRealEstate .applicationsCta {
  background: linear-gradient(276.68deg, #155DFC -11.97%, #0D3796 101.24%);
  border-top: 1px solid #F1F5F9;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 33px;
  border-radius: 16px;
}
.applicationsRealEstate .applicationsCta h3 {
  font-family: "RedHatDisplay-Bold";
  color: #fff;
}
.applicationsRealEstate .applicationsCta p {
  color: #fff;
  padding: 15px 0;
}
.applicationsRealEstate .applicationsCard {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #d8e6f4;
  border-radius: 14px;
  padding: 30px 27px;
}
.applicationsRealEstate .applicationsCard span {
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
}
.applicationsRealEstate .applicationsCard span img {
  width: 20px;
}
.applicationsRealEstate .applicationsCard h3 {
  font-family: "RedHatDisplay-Bold";
  color: #000000;
  font-size: 18px;
}
.applicationsRealEstate .applicationsCard p {
  color: #45556C;
}

.productDevelopment {
  padding: 80px 0px;
  background: #F8FAFC;
}
@media (max-width: 769px) {
  .productDevelopment {
    padding: 40px 0px;
  }
}
.productDevelopment.engagement {
  background: #ecf9ff;
}
.productDevelopment .heading {
  text-align: center;
  padding-bottom: 64px;
  max-width: 798px;
  margin: auto;
}
@media (max-width: 769px) {
  .productDevelopment .heading {
    text-align: left;
  }
}
.productDevelopment .heading h2 {
  font-family: "RedHatDisplay-Bold";
  color: #1b1b1b;
  margin-bottom: 15px;
}
.productDevelopment .productCard {
  border-top: 1px solid #F1F5F9;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 16px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
}
.productDevelopment .productCard .propertyContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.productDevelopment .productCard .propertyContent span {
  background: #155DFC;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productDevelopment .productCard .propertyContent span img {
  width: 24px;
}
.productDevelopment .productCard .propertyContent h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 17px;
  line-height: 23px;
  color: #1b1b1b;
}

.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 .heading {
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 769px) {
  .tech .heading {
    text-align: left;
  }
}
.tech .heading h2 {
  font-family: "RedHatDisplay-Bold";
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .tech .heading h2 {
    margin-bottom: 10px;
  }
}
.tech .heading p {
  color: #fff;
  max-width: 724px;
  margin: auto;
}
.tech .techWrapper {
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  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.1);
  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;
  }
}
.engagementModels .heading {
  text-align: center;
  padding-bottom: 70px;
}
@media (max-width: 769px) {
  .engagementModels .heading {
    text-align: left;
    padding-bottom: 30px;
  }
}
.engagementModels .heading h2 {
  font-family: "RedHatDisplay-Bold";
}
@media (max-width: 1024px) {
  .engagementModels .heading h2 {
    margin-bottom: 10px;
  }
}
.engagementModels .heading p {
  max-width: 724px;
  margin: auto;
}
.engagementModels .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;
  text-align: center;
}
@media (max-width: 768px) {
  .engagementModels .fintechSolutionsCommonCard {
    text-align: left;
  }
}
.engagementModels .fintechSolutionsCommonCard span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #155DFC;
  margin: auto;
}
@media (max-width: 768px) {
  .engagementModels .fintechSolutionsCommonCard span {
    margin: inherit;
  }
}
.engagementModels .fintechSolutionsCommonCard h3 {
  font-family: "RedHatDisplay-Black";
  font-size: 16px;
  line-height: 21px;
  color: #1b1b1b;
  padding: 16px 0 12px;
}
.engagementModels .fintechSolutionsCommonCard p {
  color: #4a5565;
  font-size: 13px;
}

/*# sourceMappingURL=ai-real-estate.css.map */
