.elementor-2850 .elementor-element.elementor-element-8581644{--display:flex;--min-height:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2850 .elementor-element.elementor-element-53dd655{--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-2850 .elementor-element.elementor-element-99813c9{--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-2850 .elementor-element.elementor-element-24742869{--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-c3969fb *//* ==============================================
   ABOUT US HERO SECTION
   Prefix: abt- (About)
   Premium hero with background image
   ============================================== */

/* Hero Section Container */
.abt-hero-section {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
              url('https://edotsolutions.in/wp-content/uploads/2026/01/About-ref.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 140px 20px 180px;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.abt-hero-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Hero Content */
.abt-hero-content {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 50px;
}

.abt-loaded .abt-hero-content {
  opacity: 1;
  transform: translateY(0);
}

/* Hero Title */
.abt-hero-title {
  font-family: 'Sora', sans-serif;
  font-size: 72px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 24px 0;
  line-height: 1.1;
  letter-spacing: -2px;
  position: relative;
  display: inline-block;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.abt-hero-title::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #1f0c5b 0%, #4361ee 100%);
  border-radius: 2px;
}

/* Hero Description */
.abt-hero-description {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #FFFFFF;
  margin: 32px auto 0;
  max-width: 700px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/* Social Vertical Sidebar */
.abt-social-vertical {
  position: absolute;
  right: -52% !important;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.6s ease 0.4s;
}

.abt-loaded .abt-social-vertical {
  opacity: 1;
}

.abt-social-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-bottom: 8px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.abt-social-icons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.abt-social-icons::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: 2px;
  height: 24px;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.6) 100%);
}

.abt-social-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(20px);
}

.abt-social-icon:hover {
  background: linear-gradient(135deg, #1f0c5b 0%, #4361ee 100%);
  border-color: #4361ee;
  color: #FFFFFF;
  transform: translateY(-4px) scale(1.1);
  box-shadow: 0 12px 24px rgba(67, 97, 238, 0.4);
}

.abt-social-icon svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.abt-social-icon:hover svg {
  transform: scale(1.1);
}

/* Background Decorative Elements */
.abt-hero-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(67, 97, 238, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: abt-float 15s ease-in-out infinite;
}

.abt-hero-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(31, 12, 91, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: abt-float 20s ease-in-out infinite reverse;
}

@keyframes abt-float {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, -30px); }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .abt-social-vertical {
    right: 20px;
  }
}

@media (max-width: 768px) {
  .abt-hero-section {
    padding: 100px 20px 140px;
    min-height: 50vh;
  }
  
  .abt-hero-title {
    font-size: 48px;
    letter-spacing: -1px;
  }
  
  .abt-hero-title::after {
    width: 80px;
    height: 3px;
  }
  
  .abt-hero-description {
    font-size: 16px;
  }
  
  /* Move social icons to bottom on mobile */
  .abt-social-vertical {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-top: 40px;
    flex-direction: row;
    justify-content: center;
  }
  
  .abt-social-label {
    writing-mode: horizontal-tb;
    margin-bottom: 0;
    margin-right: 16px;
  }
  
  .abt-social-icons {
    flex-direction: row;
  }
  
  .abt-social-icons::before {
    display: none;
  }
  
  .abt-social-icon {
    width: 32px;
    height: 32px;
  }
  
  .abt-social-icon svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 480px) {
  .abt-hero-title {
    font-size: 36px;
  }
  
  .abt-hero-description {
    font-size: 15px;
  }
  
  .abt-social-vertical {
    margin-top: 32px;
  }
  
  .abt-social-icon {
    width: 30px;
    height: 30px;
  }
  
  .abt-social-icon svg {
    width: 13px;
    height: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c73ee8 *//* Real Estate Features Section - Advanced Animations */
.re-features-wrapper {
  width: 100% !important;
  overflow: hidden !important;
}

.re-features-section {
  position: relative !important;
  background: linear-gradient(180deg, #E8F0FF 0%, #F0F5FF 50%, #E8F0FF 100%) !important;
  padding: 120px 40px 80px !important;
  overflow: hidden !important;
}

/* Animated Grid Background */
.re-bg-grid {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-image: 
    linear-gradient(rgba(31, 12, 91, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 12, 91, 0.03) 1px, transparent 1px) !important;
  background-size: 50px 50px !important;
  opacity: 0.5 !important;
  animation: re-grid-move 20s linear infinite !important;
}

@keyframes re-grid-move {
  0% { transform: translate(0, 0); }
  100% { transform: translate(50px, 50px); }
}

/* Gradient Orbs */
.re-gradient-orb {
  position: absolute !important;
  width: 600px !important;
  height: 600px !important;
  border-radius: 50% !important;
  filter: blur(80px) !important;
  opacity: 0.12 !important;
  pointer-events: none !important;
  animation: re-orb-pulse 8s ease-in-out infinite !important;
}

.re-orb-1 {
  top: -200px !important;
  left: -100px !important;
  background: radial-gradient(circle, #4361ee 0%, transparent 70%) !important;
}

.re-orb-2 {
  bottom: -200px !important;
  right: -100px !important;
  background: radial-gradient(circle, #fbdb0a 0%, transparent 70%) !important;
  animation-delay: 4s !important;
}

@keyframes re-orb-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.12; }
  50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.2; }
}

/* Section Badge */
.re-section-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(31, 12, 91, 0.08) !important;
  border: 1px solid rgba(31, 12, 91, 0.2) !important;
  padding: 8px 20px !important;
  border-radius: 30px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1f0c5b !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  margin: 0 auto 32px !important;
  position: relative !important;
  z-index: 2 !important;
  opacity: 0 !important;
  transform: translateY(-20px) !important;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.re-section-badge.re-animated {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.re-badge-dot {
  width: 8px !important;
  height: 8px !important;
  background: #1f0c5b !important;
  border-radius: 50% !important;
  animation: re-badge-pulse 2s ease-in-out infinite !important;
}

@keyframes re-badge-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

/* Section Title */
.re-section-title {
  font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 48px !important;
  font-weight: 800 !important;
  color: #0a0a0a !important;
  text-align: center !important;
  line-height: 1.2 !important;
  margin: 0 auto 24px !important;
  max-width: 900px !important;
  position: relative !important;
  z-index: 2 !important;
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s !important;
}

.re-section-title.re-animated {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.re-title-gradient {
  background: linear-gradient(135deg, #1f0c5b 0%, #4361ee 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  position: relative !important;
  display: inline-block !important;
}

/* Section Description */
.re-section-description {
  font-family: 'Inter', sans-serif !important;
  font-size: 18px !important;
  color: #4a4a4a !important;
  text-align: center !important;
  margin: 0 auto 80px !important;
  max-width: 700px !important;
  position: relative !important;
  z-index: 2 !important;
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
}

.re-section-description.re-animated {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Cards Container */
.re-cards-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
  gap: 32px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Feature Card */
.re-feature-card {
  position: relative !important;
  background: #ffffff !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 24px !important;
  padding: 40px !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  opacity: 0 !important;
  transform: translateY(50px) scale(0.95) !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(31, 12, 91, 0.08) !important;
}

.re-feature-card.re-animated {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  transition-delay: calc(var(--card-index) * 0.15s) !important;
}

.re-feature-card:hover {
  background: #ffffff !important;
  transform: translateY(-8px) scale(1.02) !important;
  box-shadow: 
    0 20px 60px rgba(31, 12, 91, 0.15),
    0 0 0 1px rgba(31, 12, 91, 0.1) !important;
}

/* Card Glow Effect */
.re-card-glow {
  position: absolute !important;
  top: -50% !important;
  left: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background: radial-gradient(circle, rgba(67, 97, 238, 0.08) 0%, transparent 70%) !important;
  opacity: 0 !important;
  transition: opacity 0.5s ease !important;
  pointer-events: none !important;
}

.re-feature-card:hover .re-card-glow {
  opacity: 1 !important;
}

/* Card Content */
.re-card-content {
  position: relative !important;
  z-index: 2 !important;
  transition: transform 0.3s ease !important;
  transform-style: preserve-3d !important;
}

/* Icon Wrapper */
.re-icon-wrapper {
  position: relative !important;
  width: 72px !important;
  height: 72px !important;
  margin-bottom: 24px !important;
}

.re-icon-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 18px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.re-icon-bg-1 {
  background: linear-gradient(135deg, #1f0c5b 0%, #4361ee 100%) !important;
}

.re-icon-bg-2 {
  background: linear-gradient(135deg, #fbdb0a 0%, #f5a623 100%) !important;
}

.re-icon-bg-3 {
  background: linear-gradient(135deg, #1f0c5b 0%, #4361ee 100%) !important;
}

.re-feature-card:hover .re-icon-bg {
  transform: rotate(10deg) scale(1.1) !important;
  box-shadow: 0 12px 24px rgba(31, 12, 91, 0.25) !important;
}

.re-icon {
  position: relative !important;
  width: 32px !important;
  height: 32px !important;
  color: #ffffff !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  z-index: 2 !important;
}

.re-feature-card:hover .re-icon {
  transform: translate(-50%, -50%) scale(1.15) rotate(5deg) !important;
}

/* Card Title */
.re-card-title {
  font-family: 'Sora', sans-serif !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #0a0a0a !important;
  margin: 0 0 16px 0 !important;
  line-height: 1.3 !important;
  transition: color 0.3s ease !important;
}

.re-feature-card:hover .re-card-title {
  color: #1f0c5b !important;
}

/* Card Text */
.re-card-text {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #4a4a4a !important;
  margin: 0 !important;
  transition: color 0.3s ease !important;
}

.re-feature-card:hover .re-card-text {
  color: #2a2a2a !important;
}

/* Animated Border */
.re-card-border {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  border-radius: 24px !important;
  padding: 2px !important;
  background: linear-gradient(
    var(--gradient-angle, 0deg),
    #1f0c5b,
    #4361ee,
    #fbdb0a,
    #1f0c5b
  ) !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
  pointer-events: none !important;
}

.re-feature-card:hover .re-card-border {
  opacity: 1 !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .re-section-title {
    font-size: 48px !important;
  }
  
  .re-cards-container {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 24px !important;
  }
}

@media (max-width: 768px) {
  .re-features-section {
    padding: 80px 20px 60px !important;
  }
  
  .re-section-title {
    font-size: 36px !important;
  }
  
  .re-section-description {
    font-size: 16px !important;
    margin-bottom: 60px !important;
  }
  
  .re-cards-container {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  
  .re-feature-card {
    padding: 32px !important;
  }
  
  .re-gradient-orb {
    width: 400px !important;
    height: 400px !important;
  }
}

@media (max-width: 480px) {
  .re-section-title {
    font-size: 28px !important;
  }
  
  .re-section-description {
    font-size: 15px !important;
  }
  
  .re-feature-card {
    padding: 28px !important;
  }
  
  .re-card-title {
    font-size: 20px !important;
  }
  
  .re-card-text {
    font-size: 14px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-489e8118 *//* ==============================================
   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: 1400px;
  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: 15px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 4px 0;
  line-height: 1.3;
}

.recs-check-text {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  line-height: 1.65;
  color: #4a4a4a;
  margin: 0;
  width: 100%;
}

.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 */