.elementor-2362 .elementor-element.elementor-element-3ac41ac{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2362 .elementor-element.elementor-element-4e9c267{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2362 .elementor-element.elementor-element-1f34d50 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-2362 .elementor-element.elementor-element-b0b1ae3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2362 .elementor-element.elementor-element-b6a990f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2362 .elementor-element.elementor-element-e378bbb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2362 .elementor-element.elementor-element-f71e3d8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1f34d50 *//* ==============================================
   REAL ESTATE WHY CHOOSE US SECTION - ISOLATED
   Prefix: re- (Real Estate)
   Matches EDOT Hero Section Design System
   ============================================== */

/* Section Base */
.re-why-choose-section {
  background: var(--bg-light, #F5F7FA);
  overflow: hidden;
  position: relative;
  padding: 80px 0;
}

.re-why-choose-container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

/* Section Header */
.re-section-header {
  margin-bottom: 60px;
}

.re-section-title {
  font-family: 'Sora', sans-serif;
  font-size: 56px;
  font-weight: 800;
  font-style: italic;
  color: #0a0a0a;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -1px;
}

.re-title-italic {
  font-style: italic;
}

.re-why-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;  /* ← Use fr instead of % */
  gap: 60px;
  margin-bottom: 80px;
  align-items: start;
}

/* LEFT COLUMN - Image + Card */
.re-why-left {
  position: relative;
}

.re-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: visible;
}

.re-property-img {
  width: 100% !important;
  height: 550px !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  display: block !important;
  box-shadow: 0 20px 60px rgba(31, 12, 91, 0.15) !important;
}

/* CTA Card Overlay */
.re-cta-card {
  position: absolute;
  bottom: -40px;
  left: 30px;
  right: 30px;
  background: var(--card-bg, #FFFFFF);
  padding: 28px 32px;
  border-radius: var(--radius, 10px);
  box-shadow: 0 12px 40px rgba(31, 12, 91, 0.12);
  z-index: 10;
}

.re-cta-card-title {
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark, #1A1A1A);
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.re-cta-card-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted-text, #4a4a4a);
  margin: 0 0 20px 0;
}

.re-cta-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: transparent;
  color: var(--text-dark, #1A1A1A);
  border: 2px solid var(--text-dark, #1A1A1A);
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.re-cta-card-btn:hover {
  background: var(--text-dark, #1A1A1A);
  color: var(--text-light, #FFFFFF);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.re-cta-card-btn:focus {
  background: var(--text-dark, #1A1A1A);
  color: var(--text-light, #FFFFFF);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* RIGHT COLUMN - Description + Stats */
.re-why-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 20px;
}

/* Intro Text */
.re-why-intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.re-intro-location {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted-text, #4a4a4a);
  margin: 0;
}

.re-intro-location strong {
  color: var(--text-dark, #1A1A1A);
  font-weight: 600;
}

.re-intro-description {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted-text, #4a4a4a);
  margin: 0;
}

.re-intro-description strong {
  color: var(--text-dark, #1A1A1A);
  font-weight: 600;
}

/* Stats Grid */
.re-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 12px;
}

.re-stat-box {
  padding: 28px 24px;
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: default;
}

.re-stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.re-stat-primary {
  background: #fffbea;
  border: 2px solid #fbdb0a;
}

.re-stat-secondary {
  background: #f0f3ff;
  border: 2px solid #4361ee;
}

.re-stat-tertiary {
  background: #E8F5E9;
  border: 2px solid #C8E6C9;
}

.re-stat-highlight {
 background: linear-gradient(135deg, #1f0c5b 0%, #4361ee 100%);
  border: 2px solid #1f0c5b;
}

.re-stat-number {
  font-family: 'Sora', sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 1;
}

.re-stat-primary .re-stat-number {
  color: #f5a623;
}

.re-stat-secondary .re-stat-number {
  color: #4361ee;
}

.re-stat-tertiary .re-stat-number {
  color: #4CAF50;
}

.re-stat-highlight .re-stat-number {
  color: var(--text-light, #FFFFFF);
}

.re-stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.re-stat-primary .re-stat-label,
.re-stat-secondary .re-stat-label,
.re-stat-tertiary .re-stat-label {
  color: var(--text-dark, #1A1A1A);
}

.re-stat-highlight .re-stat-label {
  color: var(--text-light, #FFFFFF);
}

/* Social Proof Icons */
.re-social-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  padding: 24px 0;
  border-top: 1px solid var(--border-color, #dfe3eb);
  margin-top: 12px;
}

.re-social-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.re-social-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1f0c5b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light, #FFFFFF);
  box-shadow: var(--shadow, 0 4px 12px rgba(0,0,0,0.08));
}

.re-social-item:nth-child(2) .re-social-icon {
  background: #fbdb0a;
}

.re-social-item:nth-child(3) .re-social-icon {
  background: #4361ee;
}

.re-social-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark, #1A1A1A);
}

/* WHAT WE DO SECTION */
.re-what-we-do {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 40px;
  background: var(--card-bg, #FFFFFF);
  border-radius: 20px;
  margin-top: 60px;
  box-shadow: var(--shadow, 0 4px 12px rgba(0,0,0,0.08));
  border: 1px solid var(--border-color, #dfe3eb);
}

.re-what-we-do-header {
  text-align: left;
}

.re-what-title {
  font-family: 'Sora', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--text-dark, #1A1A1A);
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
}

.re-what-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted-text, #4a4a4a);
  margin: 0;
  max-width: 800px;
}

.re-what-we-do-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.re-what-description {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted-text, #4a4a4a);
  margin: 0;
}

.re-what-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #1f0c5b 0%, #4361ee 100%);
  color: var(--text-light, #FFFFFF);
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
  transition: all 0.3s ease;
}

.re-what-cta-btn:hover {
  background: linear-gradient(135deg, #4361ee 0%, #1f0c5b 100%) !important;
  transform: translateX(5px);
  box-shadow: 0 8px 24px rgba(26, 115, 232, 0.3);
  color: #ffffff !important;
}

.re-what-we-do-highlight {
  padding: 32px;
  background: var(--bg-light, #F5F7FA);
  border-radius: 16px;
  border-left: 4px solid #1f0c5b;  /* ← New purple */
  position: relative;
}

.re-highlight-title {
  font-family: 'Sora', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-dark, #1A1A1A);
  margin: 0 0 12px 0;
}

.re-highlight-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted-text, #4a4a4a);
  margin: 0 0 20px 0;
}

.re-highlight-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0a0a0a;
  text-decoration: none;
  transition: all 0.3s ease;
}

.re-highlight-link:hover {
  gap: 12px;
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .re-why-grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  
  .re-section-title {
    font-size: 42px;
  }
  
  .re-stats-grid {
    grid-template-columns: 1fr;
  }
  
  .re-stat-highlight {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .re-section-title {
    font-size: 36px;
  }
  
  .re-cta-card {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 20px;
  }
  
  .re-social-proof {
    flex-direction: column;
    gap: 16px;
  }
  
  .re-what-title {
    font-size: 28px;
  }
  
  .re-what-we-do {
    padding: 40px 24px;
  }
  
  .re-why-choose-section {
    padding: 40px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94f0999 *//* ==============================================
   REAL ESTATE SERVICES SECTION - VERTICAL SLIDER
   Prefix: re- (Real Estate)
   Matches Design System Colors & Typography
   ============================================== */

/* Section Base */
.re-services-section {
  background: var(--bg-light, #F5F7FA);
  overflow: hidden;
  position: relative;
  padding: 80px 0;
  min-height: 100vh;
}

.re-services-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

/* Section Header */
.re-services-header {
  margin-bottom: 80px;
  text-align: center;
}

.re-services-title {
  font-family: 'Sora', sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #0a0a0a;
  margin: 0 0 16px 0;
  line-height: 1.2;
  letter-spacing: -1px;
}

.re-title-italic {
  font-style: italic;
}

.re-services-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted-text, #4a4a4a);
  margin: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Slider Wrapper - Centered Layout */
.re-services-slider-wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
  min-height: 600px;
}

/* Service Cards Column - Centered */
.re-services-content-col {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 100px;
  width: 100%;
}

/* Service Card */
.re-service-card {
  background: var(--card-bg, #FFFFFF);
  border-radius: 20px;
  padding: 36px 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-color, #dfe3eb);
  position: relative;
}

.re-service-card.re-active {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 20px 60px rgba(31, 12, 91, 0.15);
  border-color: #1f0c5b;
}

/* Service Badge */
.re-service-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #1f0c5b 0%, #4361ee 100%);
  color: #ffffff;
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 700;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(31, 12, 91, 0.25);
}

/* Service Title */
.re-service-title {
  font-family: 'Sora', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--text-dark, #1A1A1A);
  margin: 0 0 12px 0;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

/* Service Description */
.re-service-description {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted-text, #4a4a4a);
  margin: 0 0 20px 0;
}

/* Service Features List */
.re-service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.re-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-dark, #1A1A1A);
}

.re-feature-item::before {
  content: "✓";
  flex-shrink: 0;
  margin-top: 2px;
  color: #1f0c5b;
  font-weight: 700;
}

/* Service Button */
.re-service-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #1f0c5b 0%, #4361ee 100%);
  color: #ffffff;
  border: 2px solid transparent;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.re-service-btn:hover {
  background: linear-gradient(135deg, #4361ee 0%, #1f0c5b 100%);
  transform: translateX(5px);
  box-shadow: 0 8px 24px rgba(67, 97, 238, 0.3);
}

/* Card Specific Badge Colors */
.re-service-card[data-service="1"] .re-service-badge {
  background: linear-gradient(135deg, #fbdb0a 0%, #f5a623 100%);
  color: #0a0a0a;
}

.re-service-card[data-service="2"] .re-service-badge {
  background: linear-gradient(135deg, #4361ee 0%, #3a0ca3 100%);
}

.re-service-card[data-service="3"] .re-service-badge {
  background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
}

.re-service-card[data-service="4"] .re-service-badge {
  background: linear-gradient(135deg, #1f0c5b 0%, #4361ee 100%);
}

/* Card Specific Button Colors */
.re-service-card[data-service="1"] .re-service-btn {
  background: linear-gradient(135deg, #fbdb0a 0%, #f5a623 100%);
  color: #0a0a0a;
}

.re-service-card[data-service="1"] .re-service-btn:hover {
  background: linear-gradient(135deg, #f5a623 0%, #fbdb0a 100%);
  box-shadow: 0 8px 24px rgba(251, 219, 10, 0.4);
  color: #000000 !important;
}

.re-service-card[data-service="2"] .re-service-btn {
  background: linear-gradient(135deg, #4361ee 0%, #3a0ca3 100%);
  color: #ffffff !important;
}

.re-service-card[data-service="2"] .re-service-btn:hover {
  background: linear-gradient(135deg, #3a0ca3 0%, #4361ee 100%);
  box-shadow: 0 8px 24px rgba(67, 97, 238, 0.4);
}

.re-service-card[data-service="3"] .re-service-btn {
  background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
}

.re-service-card[data-service="3"] .re-service-btn:hover {
  background: linear-gradient(135deg, #2E7D32 0%, #4CAF50 100%);
  box-shadow: 0 8px 24px rgba(76, 175, 80, 0.4);
  color: #ffffff !important;
}

.re-service-card[data-service="4"] .re-service-btn {
  background: linear-gradient(135deg, #1f0c5b 0%, #4361ee 100%);
}

.re-service-card[data-service="4"] .re-service-btn:hover {
  background: linear-gradient(135deg, #4361ee 0%, #1f0c5b 100%);
  box-shadow: 0 8px 24px rgba(31, 12, 91, 0.4);
  color: #ffffff !important;
  
}

/* Service Card 5 - Real Estate Digital Solutions */
.re-service-card[data-service="5"] .re-service-badge {
  background: linear-gradient(135deg, #FF6B6B 0%, #EE5A6F 100%);
  color: #ffffff;
}

.re-service-card[data-service="5"] .re-service-btn {
  background: linear-gradient(135deg, #FF6B6B 0%, #EE5A6F 100%);
  color: #ffffff;
}

.re-service-card[data-service="5"] .re-service-btn:hover {
  background: linear-gradient(135deg, #EE5A6F 0%, #FF6B6B 100%);
  box-shadow: 0 8px 24px rgba(255, 107, 107, 0.4);
  color: #ffffff !important;
}

/* Service Card 6 - 3D Walkthroughs */
.re-service-card[data-service="6"] .re-service-badge {
  background: linear-gradient(135deg, #9333EA 0%, #7E22CE 100%);
  color: #ffffff;
}

.re-service-card[data-service="6"] .re-service-btn {
  background: linear-gradient(135deg, #9333EA 0%, #7E22CE 100%);
  color: #ffffff;
}

.re-service-card[data-service="6"] .re-service-btn:hover {
  background: linear-gradient(135deg, #7E22CE 0%, #9333EA 100%);
  box-shadow: 0 8px 24px rgba(147, 51, 234, 0.4);
  color: #ffffff !important;
}

/* Card Animation States */
.re-service-card {
  opacity: 0.35;
  transform: translateY(40px) scale(0.97);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease,
    box-shadow 0.6s ease,
    border-color 0.6s ease;
}

.re-service-card:focus-within,
.re-service-card:hover {
  opacity: 1;
  transform: translateY(0) scale(1);
  box-shadow: 0 20px 60px rgba(31, 12, 91, 0.18);
  border-color: #1f0c5b;
}

/* Vertical spacing */
.re-service-card + .re-service-card {
  margin-top: 60px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .re-services-container {
    max-width: 900px;
  }

  .re-services-title {
    font-size: 42px;
  }

  .re-service-card {
    padding: 32px 36px;
  }

  .re-service-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .re-services-section {
    padding: 60px 0;
  }

  .re-services-content-col {
    max-width: 100%;
  }

  .re-services-title {
    font-size: 36px;
  }

  .re-services-subtitle {
    font-size: 16px;
  }

  .re-service-card {
    padding: 28px 24px;
    opacity: 1;
    transform: none;
  }

  .re-service-title {
    font-size: 24px;
  }

  .re-service-badge {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-668219c *//* ==============================================
   REAL ESTATE ACHIEVEMENT SECTION
   Prefix: rea- (Real Estate Achievement)
   Premium Living Cards with Smooth Animations
   ============================================== */

/* Section Container */
.rea-achievement-section {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F7FA 100%);
  padding: 100px 100px;
  overflow: hidden;
  margin: 0 auto;
}

/* Header Badge */
.rea-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  background: #f9cf0feb;
  border-radius: 30px;
  margin: 0 auto 32px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  animation: rea-badge-float 3s ease-in-out infinite;
}

@keyframes rea-badge-float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-5px); }
}

.rea-badge-pulse {
  width: 10px;
  height: 10px;
  background: #1f0c5b;
  border-radius: 50%;
  animation: rea-pulse 2s ease-in-out infinite;
}

@keyframes rea-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}

.rea-badge-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0a0a0a;
  letter-spacing: 0.5px;
}

/* Section Title */
.rea-section-title {
  font-family: 'Sora', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #0a0a0a;
  text-align: center;
  margin: 0 0 24px 0;
  line-height: 1.2;
  letter-spacing: -1px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.rea-title-highlight {
  color: #2f3da6;
}

/* Section Description */
.rea-section-description {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
  text-align: center;
  margin: 0 auto 60px;
  max-width: 800px;
}

/* Stats Grid Container */
.rea-grid-container {
  display: grid;
  grid-template-columns: 2.5fr 1.5fr 2.5fr 1.5fr;
  gap: 24px;
  margin-bottom: 60px;
}

/* Base Card Styles */
.rea-stat-card {
  position: relative;
  border-radius: 24px;
  padding: 36px 36px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}

.rea-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.rea-stat-card:hover::before {
  opacity: 1;
}

/* Card Glow Effect */
.rea-card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(203, 254, 0, 0.15) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.rea-stat-card:hover .rea-card-glow {
  opacity: 1;
}

/* Card Pattern (for large green cards) */
.rea-card-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background-image: 
    linear-gradient(45deg, rgba(0,0,0,0.03) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(0,0,0,0.03) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(0,0,0,0.03) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(0,0,0,0.03) 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  opacity: 0.5;
  transition: transform 0.6s ease;
}

.rea-stat-card:hover .rea-card-pattern {
  transform: scale(1.2) rotate(5deg);
}

/* Large Green Cards */
.rea-large-card.rea-card-green {
  background: #f9cf0fe3;
  box-shadow: 0 20px 60px rgba(203, 254, 0, 0.25);
}

.rea-large-card.rea-card-green:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 30px 80px rgba(203, 254, 0, 0.35);
}

/* Small White Cards */
.rea-small-card.rea-card-white {
  background: #FFFFFF;
  border: 2px solid #E5E7EB;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.rea-small-card.rea-card-white:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border-color: #CBFE00;
}

/* Stat Number */
.rea-stat-number {
  font-family: 'Sora', sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 2;
}

.rea-card-green .rea-stat-number {
  color: #0a0a0a;
}

.rea-card-white .rea-stat-number {
  color: #0a0a0a;
}

.rea-stat-card:hover .rea-stat-number {
  transform: scale(1.08);
  letter-spacing: 2px;
}

/* Stat Label */
.rea-stat-label {
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 8px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
  width: 80%;
}

.rea-stat-card:hover .rea-stat-label {
  transform: translateX(4px);
}

/* Stat Sublabel */
.rea-stat-sublabel {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.rea-stat-card:hover .rea-stat-sublabel {
  opacity: 1;
}

/* Feature Cards Grid */
.rea-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}

/* Feature Card */
.rea-feature-card {
  position: relative;
  background: #FFFFFF;
  border: 2px solid #E5E7EB;
  border-radius: 20px;
  padding: 36px 28px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}

.rea-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(31, 12, 91, 0.03) 0%, rgba(67, 97, 238, 0.03) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.rea-feature-card:hover::before {
  opacity: 1;
}

.rea-feature-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 25px 60px rgba(31, 12, 91, 0.15);
  border-color: #1f0c5b;
}

/* Feature Shine Effect */
.rea-feature-shine {
  position: absolute;
  top: -50%;
  left: -100%;
  width: 50%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
  transform: skewX(-25deg);
  transition: left 0.7s ease;
}

.rea-feature-card:hover .rea-feature-shine {
  left: 200%;
}

/* Feature Icon */
.rea-feature-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #1f0c5b 0%, #4361ee 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-bottom: 24px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 20px rgba(31, 12, 91, 0.2);
  position: relative;
  z-index: 2;
}

.rea-feature-card:hover .rea-feature-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 12px 30px rgba(31, 12, 91, 0.35);
}

/* Feature Content */
.rea-feature-content {
  position: relative;
  z-index: 2;
}

.rea-feature-title {
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 12px 0;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.rea-feature-card:hover .rea-feature-title {
  color: #1f0c5b;
}

.rea-feature-description {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0;
  transition: color 0.3s ease;
}

.rea-feature-card:hover .rea-feature-description {
  color: #1A1A1A;
}

/* Background Decorations */
.rea-bg-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.rea-decoration-top {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(203, 254, 0, 0.08) 0%, transparent 70%);
  top: -200px;
  right: -100px;
  animation: rea-float-decoration 20s ease-in-out infinite;
}

.rea-decoration-bottom {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(67, 97, 238, 0.06) 0%, transparent 70%);
  bottom: -150px;
  left: -80px;
  animation: rea-float-decoration 15s ease-in-out infinite reverse;
}

@keyframes rea-float-decoration {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -30px) scale(1.1); }
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .rea-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .rea-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .rea-section-title {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .rea-achievement-section {
    padding: 60px 20px;
  }
  
  .rea-section-title {
    font-size: 32px;
  }
  
  .rea-grid-container {
    grid-template-columns: 1fr;
  }
  
  .rea-feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .rea-stat-card {
    padding: 36px 28px;
  }
  
  .rea-stat-number {
    font-size: 56px;
  }
  
  .rea-stat-label {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8958f9 *//* ==============================================
   REAL ESTATE CONTACT SECTION
   Prefix: recs- (Real Estate Contact Section)
   Modern, premium contact form design
   ============================================== */

/* Section Container */
.recs-contact-section {
  position: relative;
  background: linear-gradient(180deg, #F5F7FA 0%, #FFFFFF 50%, #F5F7FA 100%);
  padding: 120px 70px;
  overflow: hidden;
}

.recs-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Background Decorations */
.recs-bg-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.recs-decoration-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(67, 97, 238, 0.08) 0%, transparent 70%);
  top: -200px;
  right: -150px;
  animation: recs-float 20s ease-in-out infinite;
}

.recs-decoration-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(31, 12, 91, 0.06) 0%, transparent 70%);
  bottom: -100px;
  left: -80px;
  animation: recs-float 15s ease-in-out infinite reverse;
}

.recs-decoration-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(249, 207, 15, 0.1) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: recs-float 18s ease-in-out infinite;
}

@keyframes recs-float {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, -30px); }
}

/* Content Grid */
.recs-content-grid {
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 4%;
  align-items: start;
}

/* LEFT CONTENT */
.recs-left-content {
  position: sticky;
  top: 120px;
}

/* Badge */
.recs-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  background: rgba(67, 97, 238, 0.1);
  border-radius: 30px;
  margin-bottom: 24px;
  animation: recs-fade-in 0.6s ease forwards;
}

@keyframes recs-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.recs-badge-pulse {
  width: 10px;
  height: 10px;
  background: #4361ee;
  border-radius: 50%;
  animation: recs-pulse 2s ease-in-out infinite;
}

@keyframes recs-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}

.recs-badge-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #4361ee;
  letter-spacing: 0.5px;
}

/* Title */
.recs-title {
  font-family: 'Sora', sans-serif;
  font-size: 52px;
  font-weight: 800;
  color: #0a0a0a;
  margin: 0 0 24px 0;
  line-height: 1.2;
  letter-spacing: -1px;
  animation: recs-fade-in 0.8s ease 0.2s forwards;
  opacity: 0;
}

.recs-title-highlight {
  background: linear-gradient(135deg, #1f0c5b 0%, #4361ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* Description */
.recs-description {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0 0 40px 0;
  animation: recs-fade-in 0.8s ease 0.4s forwards;
  opacity: 0;
  width: 72%;;
}

/* Checklist */
.recs-checklist {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 40px;
}

.recs-checklist-item {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #f0f2f5;
  animation: recs-slide-in 0.6s ease forwards;
  opacity: 0;
  align-items: flex-start;
  transition: padding-left 0.3s ease;
}

.recs-checklist-item:first-child {
  border-top: 1px solid #f0f2f5;
}

.recs-checklist-item:hover {
  padding-left: 6px;
}

.recs-checklist-item:last-child {
  border-bottom: none;
}

.recs-checklist-item:nth-child(1) { animation-delay: 0.6s; }
.recs-checklist-item:nth-child(2) { animation-delay: 0.7s; }
.recs-checklist-item:nth-child(3) { animation-delay: 0.8s; }
.recs-checklist-item:nth-child(4) { animation-delay: 0.9s; }
.recs-checklist-item:nth-child(5) { animation-delay: 1s; }

@keyframes recs-slide-in {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.recs-check-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid #dfe3eb;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f0c5b;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.3s ease;
}

.recs-checklist-item:hover .recs-check-icon {
  background: #1f0c5b;
  border-color: #1f0c5b;
  color: #fbdb0a;
  transform: none;
}

.recs-check-content {
  flex: 1;
}

.recs-check-title {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 4px 0;
  line-height: 1.3;
}

.recs-check-text {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 1.65;
  color: #4a4a4a;
  margin: 0;
  width: 80%;
}

.recs-trust-badges {
  display: flex;
  gap: 12px;
  padding: 24px 0 0;
  border-top: 1px solid #dfe3eb;
  animation: recs-fade-in 0.8s ease 1.2s forwards;
  opacity: 0;
  flex-wrap: wrap;
}

.recs-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 100px;
  border: 1px solid #dfe3eb;
  background: #ffffff;
  transition: border-color 0.25s ease;
}

.recs-trust-item:hover {
  border-color: #1f0c5b;
}

.recs-trust-icon {
  font-size: 13px;
  line-height: 1;
  display: none; /* hide the emojis entirely */
}

.recs-trust-text {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1A1A1A;
  letter-spacing: 0.02em;
}

/* RIGHT FORM */
.recs-right-form {
  position: relative;
}

.recs-form-wrapper {
  background: #FFFFFF;
  border-radius: 32px;
  padding: 48px;
  box-shadow: 0 30px 80px rgba(31, 12, 91, 0.12);
  border: 2px solid #E5E7EB;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  animation: recs-form-slide 0.8s ease 0.3s forwards;
  opacity: 0;
}

@keyframes recs-form-slide {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.recs-form-wrapper:hover {
  box-shadow: 0 40px 100px rgba(31, 12, 91, 0.18);
  border-color: #4361ee;
}

/* Form Header */
.recs-form-header {
  margin-bottom: 36px;
}

.recs-form-title {
  font-family: 'Sora', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.recs-form-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0;
}

/* Form Groups */
.recs-form-group {
  margin-bottom: 24px;
}

.recs-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 8px;
}

/* Input Wrapper */
.recs-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  background: #F9FAFB;
  transition: all 0.3s ease;
}

.recs-input-wrapper:hover {
  border-color: #CBD5E1;
  background: #FFFFFF;
}

.recs-input-icon {
  position: absolute;
  left: 16px;
  color: #9CA3AF;
  pointer-events: none;
  transition: color 0.3s ease;
}

.recs-input-wrapper:focus-within .recs-input-icon {
  color: #4361ee;
}

.recs-input {
  width: 100%;
  padding: 14px 16px 14px 48px !important;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #1A1A1A;
  border: none;
  background: transparent;
  outline: none;
  transition: all 0.3s ease;
}

.recs-input::placeholder {
  color: #9CA3AF;
}

/* Textarea Wrapper */
.recs-textarea-wrapper {
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  background: #F9FAFB;
  transition: all 0.3s ease;
}

.recs-textarea-wrapper:hover {
  border-color: #CBD5E1;
  background: #FFFFFF;
}

.recs-textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #1A1A1A;
  border: none;
  background: transparent;
  outline: none;
  resize: vertical;
  min-height: 120px;
}

.recs-textarea::placeholder {
  color: #9CA3AF;
}

/* Submit Button */
.recs-submit-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #1f0c5b 0%, #4361ee 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 24px rgba(31, 12, 91, 0.3);
  position: relative;
  overflow: hidden;
}

.recs-submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s ease;
}

.recs-submit-btn:hover::before {
  left: 100%;
}

.recs-submit-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(31, 12, 91, 0.4);
}

.recs-submit-btn:active {
  transform: translateY(-2px);
}

.recs-btn-icon {
  transition: transform 0.3s ease;
}

.recs-submit-btn:hover .recs-btn-icon {
  transform: translateX(4px);
}

/* Form States */
.recs-form-loading,
.recs-form-success,
.recs-form-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
  gap: 20px;
}

/* Loading Spinner */
.recs-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #E5E7EB;
  border-top-color: #4361ee;
  border-radius: 50%;
  animation: recs-spin 1s linear infinite;
}

@keyframes recs-spin {
  to { transform: rotate(360deg); }
}

.recs-form-loading span {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4a4a4a;
}

/* Success/Error Messages */
.recs-form-success h4,
.recs-form-error h4 {
  font-family: 'Sora', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.recs-form-success h4 {
  color: #10B981;
}

.recs-form-error h4 {
  color: #EF4444;
}

.recs-form-success p,
.recs-form-error p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0;
}

/* Hidden class for spam protection */
.recs-hidden {
  display: none !important;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .recs-content-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .recs-left-content {
    position: relative;
    top: 0;
  }
  
  .recs-title {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .recs-contact-section {
    padding: 60px 20px;
  }
  
  .recs-title {
    font-size: 36px;
  }
  
  .recs-form-wrapper {
    padding: 32px 24px;
  }
  
  .recs-trust-badges {
    flex-direction: column;
    gap: 16px;
  }
  
  .recs-checklist {
    gap: 20px;
  }
  
  .recs-check-title {
    font-size: 16px;
  }
}/* End custom CSS */