.elementor-1674 .elementor-element.elementor-element-8893b0b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3f5eaec *//* Reset and Base Styles */
body {
  margin: 0;
  font-family: 'Poppins', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1512917774080-9991f1c4c750?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') center/cover;
  padding: 100px 20px;
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.hero-section h1 {
  font-size: 48px;
  margin-bottom: 20px;
}
.hero-section p {
  font-size: 20px;
  margin-bottom: 30px;
}
.search-form {
  display: flex;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.search-form input {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
}
.search-form button {
  padding: 12px 30px;
  background: #ff5a5f;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  cursor: pointer;
}

/* How It Works */
.how-it-works {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}
.how-it-works h2 {
  font-size: 36px;
  margin-bottom: 40px;
}
.steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.step {
  width: 250px;
}
.step-icon {
  background: #f8f9fa;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 30px;
  color: #ff5a5f;
}
.step h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* Featured Properties */
.featured-properties {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}
.featured-properties h2 {
  font-size: 36px;
  margin-bottom: 40px;
}
.properties-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.property-card {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  width: 280px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.property-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}
.property-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.property-card p {
  color: #666;
  margin-bottom: 10px;
}
.property-card .price {
  color: #ff5a5f;
  font-weight: bold;
  font-size: 18px;
}
.view-all {
  margin-top: 40px;
  padding: 12px 30px;
  background: #ff5a5f;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

/* Popular Locations */
.popular-locations {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}
.popular-locations h2 {
  font-size: 36px;
  margin-bottom: 40px;
}
.locations-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  max-width: 800px;
  margin: 0 auto;
}
.location-card {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 160px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.location-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
  object-fit: cover;
}
.location-card h4 {
  font-size: 16px;
  margin-bottom: 0;
}

/* Testimonials */
.testimonials {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}
.testimonials h2 {
  font-size: 36px;
  margin-bottom: 40px;
}
.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  width: 300px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.testimonial-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.testimonial-card p {
  font-style: italic;
  margin-bottom: 15px;
}
.testimonial-card h4 {
  font-size: 16px;
  margin-bottom: 0;
}

/* CTA Section */
.cta-section {
  padding: 80px 20px;
  background: #ff5a5f;
  color: #fff;
  text-align: center;
}
.cta-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.cta-section p {
  font-size: 20px;
  margin-bottom: 30px;
}
.cta-button {
  padding: 12px 30px;
  background: #fff;
  color: #ff5a5f;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

/* Footer */
.footer {
  padding: 40px 20px;
  background: #333;
  color: #fff;
  text-align: center;
}
.footer p {
  margin-bottom: 20px;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .hero-section h1 { font-size: 36px; }
  .hero-section p { font-size: 18px; }
  .steps-container, .properties-grid, .locations-grid, .testimonial-grid {
    flex-direction: column;
    align-items: center;
  }
  .step, .property-card, .location-card, .testimonial-card {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
  }
}/* End custom CSS */