/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #333;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0px;
  background: #fff;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
    position: fixed;   /* sabse important */
      z-index: 1000;         /* sabse upar dikhane ke liye */
width: 100%;
 box-shadow: 0 15px 20px rgba(56, 62, 36, 0.16);
  backdrop-filter: blur(5px); 

}

.logo img {
  width: 180px;
  margin-right: 10px;
}

.nav-links {
  display: flex;
  gap: 25px;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: #222;
  font-weight: 550;
}

.nav-links a:hover {
  color: #b34f58;
}

.call-btn {
  border: 1px solid black;
  border-radius: 20px;
  padding: 8px 10px;
  margin-right : 18px;
  text-decoration: none;
  color: black;
}

.extra{
  height: 60px;
  width: 100%
}
.hero {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  max-width: 100%;
  position: relative;
}

/* ===== HERO TEXT ===== */
.hero-text {
  width: 35%;
  padding: 60px 0px;
  z-index: 2;
  margin-left: 54px;
}

.hero-text h1 {
  font-size: 32px;
  font-weight: bold;
}

.location {
  color: #a55b60;
  font-size: 14px;
  margin: 10px 0 20px;
}

.hero-text h2 {
  font-size: 26px;
  color: #c27680;
  font-weight: bold;
}

.details {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}

.details i {
  margin-right: 6px;
  color: #888;
}

.rera {
  font-size: 14px;
  color: #555;
  margin-top: 20px;
}

.know-more {
  margin-top: 30px;
  display: inline-block;
  padding: 12px 24px;
  background-color: #b16169;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background 0.3s;
}

.know-more:hover {
  background-color: #994a52;
}

/* ===== HERO IMAGE SLIDER ===== */
.hero-image {
  width: 60%;
  position: relative;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  transition: opacity 1s ease;
}

.hero-image img.active {
  display: block;
  opacity: 1;
}

/* ===== FLOATING BUTTONS ===== */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  color: #333;
  font-size: 20px;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  transition: background 0.3s;
}

.slider-btn:hover {
  background-color: rgba(177, 97, 105, 0.9);
  color: #fff;
}

.prev {
  left: 15px;
}

.next {
  right: 15px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero-text {
    width: 100%;
    text-align: center;
  }
  .hero-image {
    width: 100%;
  }
}

      .vtp-section {
      text-align: center;
      max-width: 100%;
      margin: 0 auto;
      background-color: #ffffff;
      padding: 40px 30px;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    }

    .vtp-section h1 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #1a1a1a;
    }

    .vtp-section h2 {
      font-size: 28px;
      font-weight: 400;
      margin-bottom: 30px;
      color: #333;
    }

    .vtp-section p {
      font-size: 16px;
      line-height: 1.8;
      color: #444;
      margin-bottom: 20px;
    }

    .vtp-section strong {
      font-weight: bold;
      color: #000;
    }

    .call-back-button {
      display: inline-block;
      margin-top: 30px;
      background-color: #0b2c4d;
      color: #fff;
      padding: 14px 28px;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      transition: background 0.3s ease;
    }

    .call-back-button:hover {
      background-color: #09528e;
    }
    .banner{
      width: 100%;
      overflow: hidden;
      height: 300px;
      background-color: red;
    }
.banner img{
  width: 100%;
}

.discprtion{
  margin-top: 140px;
  text-align: center;
padding-left: 100px;
padding-right: 100px;}

.discprtion h1{
  margin-bottom: 40px;
}
.discprtion p{
font-family: 'Roboto', sans-serif;}

.project-div{
  display: flex;
  width: 100%;
  height: auto;
  /* background-color: green; */
  justify-content: space-evenly;
  padding-top: 10px;
  margin-top: 35px;
  /* background-color: whitesmoke; */
    text-decoration: none;
  color: inherit;
  padding-left: 10px;
  padding-right: 10px;
}
.project-1:hover{ 
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  transition: ease-out 0.5s ease-out;
}
.project-2:hover{ 
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  transition: ease-out 0.5s ease-out;
}
.project-3:hover{ 
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  transition: ease-out 0.5s ease-out;
}
.project-4:hover{ 
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  transition: ease-out 0.5s ease-out;
}
.project-div a {
  text-decoration: none; /* underline remove */
  color: inherit;         /* text color normal */
}


.project-1{
   width: 255px;
  height: 319px;
  /* background-color: brown; */
  overflow: hidden;
  box-shadow: #000 0px 0px 10px;
    text-decoration: none;
  color: inherit;
}
.project-1 img{
    height: 80%;
  width: 100%;
}
.project-2{
   width: 255px;
  height: 319px;
  /* background-color: brown; */
  overflow: hidden;
  box-shadow: #000 0px 0px 10px;
}
.project-2 img{
  height: 80%;
  width: 100%;
}
.project-3{
   width: 255px;
  height: 319px;
  /* background-color: brown; */
  overflow: hidden;
  box-shadow: #000 0px 0px 10px;
}
.project-3 img{
  height: 80%;
  width: 100%;
}
.project-4{
     width: 255px;
  height: 319px;
  /* background-color: brown; */
  overflow: hidden;
  box-shadow: #000 0px 0px 10px;
}
.project-4 img{
  height: 80%;
  width: 100%;
}

.content{
  margin-top: -8px;
  margin-left: 11px;
  overflow: hidden;
}
.pp{
  font-size: larger;
  color: black;
  margin-top: 12px;
}
.hin{
  margin-top: -7px;
  color: black;
}
.last-project-div{
  text-align: left;
  margin-left: 66px;
  margin-top: 57px;
}


.discprtion2{
  margin-top: 140px;
  text-align: center;
padding-left: 100px;
padding-right: 100px;}

.discprtion2 h1{
  margin-bottom: 40px;
}
.discprtion2 p{
font-family: 'Roboto', sans-serif;}

.call-back-button2 {
      display: inline-block;
      background-color: #0b2c4d;
      color: #fff;
      padding: 14px 28px;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      transition: background 0.3s ease;
      margin-top: 50px;
    }

    .call-back-button2:hover {
      background-color: #0a1015;
    }

    .discprtion3{
  margin-top: 60px;
  text-align: center;
  padding-top:30px ;
padding-left: 80px;
padding-right: 80px;
background-color: whitesmoke;}

.discprtion3 h1{
  
  margin-bottom: 20px;
  font-size: xx-large;
  color: rgb(25, 25, 25);
}
.discprtion3 p{
font-family: 'Roboto', sans-serif;}
    .discprtion4{
  margin-top: 60px;
  text-align: center;
  padding-top:30px ;
padding-left: 60px;
padding-right: 60px;
background-color: whitesmoke;}

.discprtion4 h1{
  
  margin-bottom: 20px;
  font-size: xx-large;
  color: rgb(25, 25, 25);
}
.discprtion4 p{
font-family: 'Roboto', sans-serif;}

#property-highlights {
  padding: 30px;
  background-color: #f8f9fa;
  padding-left: 100px;
  padding-right: 120px;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 25px;
}

.property-card {
  display: flex;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  overflow: hidden;
}

.property-card img {
  width: 150px;
  height: 180px;
  object-fit: cover;
}

.property-info {
  padding: 16px;
}

.property-info h4 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #222;
}

.property-info p {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.property-info a {
  color: #007BFF;
  font-weight: 600;
  text-decoration: none;
}

.property-info a:hover {
  text-decoration: underline;
}


/* Section Styling */
.contact-section {
  text-align: center;
  padding: 80px 20px;
  background-color: #0e2c54; /* dark navy */
  color: #fff;
}

.contact-section h1 {
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-section p {
  font-size: 1.1rem;
  color: #d6d6d6;
  margin-bottom: 50px;
}

/* Form Container */
.form-container {
  background-color: #fff;
  color: #000;
  max-width: 660px;
  height: 500px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

label {
  text-align: left;
  font-weight: 300;
}

input {
  padding: 18px;
  font-size: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  transition: border 0.3s;
}

input:focus {
  border-color: #007bff;
}

button {
  margin-top: 20px;
  background-color: #000;
  color: #fff;
  padding: 18px;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.3s;
}

button:hover {
  background-color: #333;
}

.disclaimer-section {
  max-width: 1300px;
  margin: -14px auto;
  padding: 40px 50px;
  text-align: center;
  font-family: "Arial", sans-serif;
  line-height: 1.9;
  color: #222;
  font-size: 13px;
}

.disclaimer-section p {
  margin-bottom: 25px;
}

.disclaimer-section strong {
  font-weight: 600;
}

.disclaimer-section .privacy {
  color: #7ba34f; /* Light green like in the image */
}

.disclaimer-section .consent-text {
  font-size: 15px;
  font-weight: 500;
  margin-top: 40px;
}



