body {
  padding: 0;
  margin: 0;
  font-family: "Segoe UI", sans-serif;
}

.hero-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/api/placeholder/1200/500") center/cover no-repeat;
  padding: 120px 0;
  color: white;
  text-align: center;
  margin-bottom: 50px;
}

.container {
  background-image: image();
}
h2 {
  font-weight: 700;
  color: #2c2c2c;
}

.card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.card-img-top {
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card:hover .card-img-top {
  transform: scale(1.05);
}

.card-title {
  font-weight: 600;
  color: #1a1a1a;
}

.card-text {
  font-size: 15px;
  color: #555;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #202020;
}

.btn-know-more {
  background-color: #00c194;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-know-more:hover {
  background-color: #372eea;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(74, 58, 255, 0.3);
}
/* footer start */

/* footer start */

.realty-footer {
  background-color: #0a2647;
  color: white;
  padding-top: 60px;
  position: relative;
}

.realty-footer-logo span {
  display: block;
  color: #8d9aa6;
  font-size: 12px;
  margin-top: -5px;
}

.realty-about-text {
  color: #a9b3bc;
}

.realty-section-heading {
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.realty-section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #00c897;
}

.realty-footer-links {
  padding-left: 0;
}

.realty-footer-links li {
  margin-bottom: 15px;
}

.realty-footer-links a {
  color: #a9b3bc;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.realty-footer-links a:hover {
  color: #00c897;
  padding-left: 5px;
}

.realty-footer-links i {
  margin-right: 10px;
  font-size: 12px;
}

.realty-contact-info div {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #a9b3bc;
}

.realty-contact-info i {
  margin-right: 15px;
  color: white;
}

.realty-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #153a62;
  color: white;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-right: 10px;
}

.realty-social-icon:hover {
  background-color: #00c897;
  color: white;
}

.realty-subscribe-btn {
  background-color: #00c897;
  border-color: #00c897;
}

.realty-subscribe-btn:hover {
  background-color: #00a67c;
  border-color: #00a67c;
}

.realty-footer-bottom {
  background-color: #071d36;
  padding: 20px 0;
  margin-top: 30px;
  color: #8d9aa6;
}

.realty-footer-bottom a {
  color: #8d9aa6;
  text-decoration: none;
}

.realty-footer-bottom a:hover {
  color: #00c897;
}
/* footer end */
