.navbar {
  padding: 10px 16px;
  background-color: #ffffff;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}



.nav-link {
  color: #0d141a !important;
  font-weight: 400;
  margin-left: 32px;
}

.nav-link:hover,
.nav-link.active {
  color: #0d141a;
  font-weight: 500;
}

.hero-section {
  position: relative;
}

.hero-section::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://images.unsplash.com/photo-1619842799356-06c1c91c9d18?auto=format&fit=crop&w=1920");
  background-size: cover;
  background-position: center;
  z-index: -2;
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.hero-section .container {
  max-width: 1300px;
  position: relative;
  z-index: 2;
}

.hero-title {
  margin-top: 160px;
  font-size: 4rem;
  font-weight: 700;
}

.hero-subtitle {
  font-size: 1.2rem;
  max-width: 650px;
  margin: 0 auto;
}

.hero-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 13px 56px;
  border-radius: 30px;
  font-weight: 500;
  background: transparent;
}

.explore-btn {
  border: 1px solid black;
  color: black;
  padding: 13px 56px;
  border-radius: 30px;
  font-weight: 500;
  background: transparent;
}

.hero-btn:hover {
  background: #ffffff;
  color: #000000;
}

.info-box {
  background: rgba(255, 255, 255, 0.12);
  padding: 44px 90px;
  height: 100%;
}

.info-box h6 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}

.info-box p {
  font-size: 1.1rem;
  margin: 0;
}

.legacy-section {
  padding: 100px;
  background: #fff;
}

.legacy-img {
  border-radius: 20px;
  max-width: 100%;
}

.about-section {
  padding: 100px;
  background-color: white;
}

.about-title {
  font-weight: 700;
  letter-spacing: 0.2rem;
  font-size: 2.5rem;
}

.about-text {
  color: #6c757d;
  font-size: 1.05rem;
  line-height: 1.8;
}

.about-img {
  max-width: 100%;
  height: 500px;
  border-radius: 12px;
}

.legacy-content {
  padding-left: 50px;
}

.services-section {
  padding: 100px;
  background: #ffffff;
}

.services-title {
  font-weight: 700;
  letter-spacing: 0.3rem;
  font-size: 2.5rem;
}

.services-subtitle {
  color: #6c757d;
  max-width: 700px;
  margin: 10px auto 0;
}

.service-wrapper {
  display: flex;
  flex-direction: column;
}

.service-card {
  background: #eef5f7;
  padding: 30px;
  text-align: left;
}

.service-heading {
  font-weight: 600;
  margin-bottom: 10px;
}

.service-text {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0;
}

.services-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.property-card {
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}

.property-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 18px;
}

.property-body {
  padding: 20px 8px;
}

.property-body h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.property-body p {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.price {
  font-weight: 600;
  margin-bottom: 16px;
}

.property-card .btn {
  border-radius: 25px;
  padding: 8px 40px;
}

.property-section {
  padding-top: 150px;
}
 .project-section {
      /* padding-top: 200px;
      padding-bottom: 150px; */
      padding: 160px 20px 100px 20px;
    }

/* Responsive */
@media (max-width: 768px) {
  .hero-section .row {
    padding-right: 0px;
    padding-left: 10px;
  }
   .loocation-section {
      padding-top: 0px;
    }
  .project-section {
      padding-top: 160px;
      padding-left: 20px;
      padding-right: 20px;
    }
  .property-section {
    padding-top: 100px;
  }

  .property-img {
    height: 220px;
  }

  .property-body {
    padding: 16px 6px;
  }

  .services-section {
    padding: 20px;
  }

  .services-title {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }

  .services-img {
    height: 220px;
  }

  .service-card {
    padding: 20px;
  }

  .hero-title {
    margin-top: 100px;
    font-size: 4rem;
    font-weight: 700;
  }

  .legacy-content {
    padding-left: 15px;
  }

  .legacy-section {
    padding: 20px;
    background: #fff;
  }

  /* .legacy-section p {
          font-size: 1rem;
        } */

  .about-img {
    max-width: 100%;
    height: 300px;
    border-radius: 12px;
  }

  .legacy-section {
    padding: 20px;
    background: #fff;
  }

  .legacy-img {
    border-radius: 20px;
    max-width: 100%;
  }

  .about-section {
    padding: 70px 20px;
    background-color: white;
  }

  .about-title {
    font-size: 2rem;
    letter-spacing: 0.15rem;
  }

  .about-text {
    font-size: 1rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .info-box {
    background: rgba(255, 255, 255, 0.12);
    padding: 54px;
    height: 100%;
  }

  .hero-section {
    padding: 80px 0;
    background-attachment: scroll;
  }
}

@media (max-width: 991px) {
  .nav-link {
    margin-left: 0;
    padding: 12px 0;
  }
}



.success_msg,
.error_msg {
  display: none;
}

.selected-dial-code {
  color: black;
}

.intl-tel-input .country-list .country {
  color: black;
}