/*================================================
0. Mixins Css
=================================================*/
@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
@media (max-width: 1280px) {
  .p6r {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .cta-wrapper .cta-title {
    font-size: 2.6rem !important;
  }
}
.benefit-card {
  background: #edf4fa;
  border-radius: 20px;
  padding: 35px;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
}
.benefit-card .benefit-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  margin: 0 auto 20px;
}
.benefit-card .benefit-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: hsl(120, 2%, 11%);
  margin-bottom: 15px;
}
.benefit-card .benefit-description {
  color: #8c98a4;
  line-height: 1.7;
  margin: 0;
}
.benefit-card:hover {
  transform: translateY(-10px);
}

.how-it-works {
  position: relative;
}
.how-it-works .process-card {
  background: var(--white-color);
  border-radius: 20px;
  padding: 40px 30px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.how-it-works .process-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, hsl(200, 80%, 55%), hsl(190, 80%, 60%));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.how-it-works .process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(138, 43, 226, 0.2);
}
.how-it-works .process-card:hover:before {
  transform: scaleX(1);
}
.how-it-works .process-card .process-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(138, 43, 226, 0.1);
}
.how-it-works .process-card .process-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: var(--primary-gradient);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 2rem;
}
.how-it-works .process-card .process-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: hsl(240, 70%, 20%);
  margin-bottom: 15px;
}
.how-it-works .process-card .process-description {
  color: hsl(240, 20%, 50%);
  font-size: 0.95rem;
  line-height: 1.6;
}

.restate-why-choose {
  background: #fff;
}

.use-case-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
}
.use-case-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(16, 185, 129, 0.15);
}
.use-case-card.featured-card {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(5, 150, 105, 0.05));
  border: 2px solid var(--primary-color);
}
.use-case-card .use-case-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  margin: 0 auto 20px;
}
.use-case-card .use-case-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: hsl(240, 70%, 20%);
  margin-bottom: 15px;
}
.use-case-card .use-case-description {
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

.text-gradient {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.realstate-hero {
  padding: 180px 0px 80px;
}
@media (max-width: 767px) {
  .realstate-hero {
    padding: 120px 0px 60px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .realstate-hero {
    padding: 80px 0px 50px;
  }
}
@media (max-width: 576px) {
  .realstate-hero {
    padding: 50px 0px 40px;
  }
}
.realstate-hero h1 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .realstate-hero h1 {
    font-size: 2rem;
  }
}

.shape-blob {
  position: absolute;
  filter: blur(80px);
  z-index: 0;
  opacity: 0.5;
}

.shape-blob-1 {
  top: -10%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: rgba(26, 41, 128, 0.2);
  border-radius: 50%;
}

.shape-blob-2 {
  bottom: -10%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: rgba(38, 208, 206, 0.1);
  border-radius: 50%;
}

.badge-soft-primary {
  background-color: rgba(26, 41, 128, 0.1);
  color: #1A2980;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-weight: 600;
}

.hero-main-img {
  transform: perspective(1000px) rotateY(-5deg);
  transition: transform 0.5s ease;
}

.hero-main-img:hover {
  transform: perspective(1000px) rotateY(0deg);
}

.floating-card {
  position: absolute;
  min-width: 180px;
  z-index: 2;
}

.card-1 {
  top: 20%;
  left: -30px;
  border-left: 4px solid #1A2980;
}

.card-2 {
  bottom: 15%;
  right: -20px;
  border-left: 4px solid #26D0CE;
}

@media (max-width: 991px) {
  .floating-card {
    display: none;
  }
  .hero-main-img {
    transform: none;
  }
}/*# sourceMappingURL=rstate.css.map */