
 body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}.card-container

body {
  background: #f5f7fb;
}

header {
  background: #003961;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 60px;
}


nav{
  display: flex;
    gap: 18px;
    /* align-content: center; */
    align-items: center;
}
nav a {
  color: white;
  text-decoration: none;
  /* margin-left: 15px; */
  font-size: 12px;
}

.hero {
  height: 525px;
  background: url('../images/Project.jpg.jpeg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 85px 10px;
    color: white;
}

.overlay h1 {
  font-size: 18px;
  margin-bottom: 20px;
}

.overlay p {
  font-size: 22px;
  margin-bottom: 25px;
}

.overlay button {
      padding: 10px 15px;
  border: none;
  background: #003961;
  color: white;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
}

.section {
  padding: 60px;
}

.title {
  /* text-align: center; */
  margin-bottom: 28px;
 margin-top: 28px;
  font-size: 28px;
  color: #003961;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
}

.card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-8px);
}

.card img {
  width: 100%;
  height: 155px;
  object-fit: cover;
}

.card-body {
     padding: 20px;
}

.card-body h3 {
  margin-bottom: 10px;
  color: #003961;
    font-size: 15px;
}

.card-body p {
  margin-bottom: 8px;
  color: #555;
font-size: 12px;
}

.card-body h4 {

    color: #0ea5e9;
    font-size: 18px;
    margin-top: 10px;
    margin: 0;
}

.card-body button {
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  background: #003961;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.auth-section {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 60px;

  flex-wrap: wrap;
      background: linear-gradient(45deg, #003961, #00000069);
}

.form-box {
  width: 350px;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    box-sizing: border-box;
}

.form-box h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #003961;
}

.form-box input {
  width: 100%;
  /* padding: 12px 0; */
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-box button {
  width: 100%;
  padding: 12px;
  border: none;
  background: #003961;
  color: white;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
}

.broker-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    /* text-align:center; */
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    position:sticky;
    top:30px;
}

@media(max-width:768px) {

  header {
    flex-direction: column;
    padding: 3px 20px;
  }


  .overlay h1 {
    font-size: 38px;
  }

  .section {
    padding: 20px;
  }

}
/* search engine css  */
/* .hero {
  min-height: 94vh;

  background: url("../images/2151925480.jpg");

  background-size: cover;
  background-position: center;

  position: relative;
} */




.overlay p {
  font-size: 22px;

  margin-bottom: 40px;

  /* text-align: center; */
}

/* SEARCH BOX */
.formdata{
     background: #ececec;
    color: #000;
    padding: 30px;
    border-radius: 10px;
}
.header{
  font-size: 18px;
    margin-bottom: 20px;
    color: #003961;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.search-box {
      width: 100%;
    /* max-width: 1200px; */
    /* background: white; */
    /* padding: 30px; */
    border-radius: 12px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}

.search-field {
  display: flex;

  flex-direction: column;
}

.search-field label {
 margin-bottom: 5px;
    color: #000;
    font-size: 12px;
}

.search-field input,
.search-field select {
     height: 35px;
    padding: 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    outline: none;
}

.search-field input:focus,
.search-field select:focus {
  border-color: #0ea5e9;
}

/* BUTTON */

.search-btn-box {
     display: flex;
    align-items: end;
    justify-content: center;
 
    margin-top: 15px;
}

.search-btn {
  /* width: 100%; */

  height: 35px;

  border: none;

  background: #003961;

  color: white;

  font-size: 16px;

  border-radius: 6px;

  cursor: pointer;

  transition: 0.3s;
}

.search-btn:hover {
  background: #0ea5e9;
}

.search-btn i {
  margin-right: 8px;
}

/* MOBILE */

@media(max-width:768px) {

  .overlay h1 {
    font-size: 13px;
  }

  .overlay p {
    font-size: 18px;
  }



}
/* project details css  */
.add-project-section {
  width: 90%;
  max-width: 1200px;

  margin: 60px auto;

  background: #fff;

  padding: 40px;

  border-radius: 10px;

  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.project-title {
  text-align: center;

  margin-bottom: 40px;

  color: #003961;

  font-size: 36px;
}

.project-form {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;
}

.form-group {
  display: flex;

  flex-direction: column;
}

.form-group label {
    margin-bottom: 8px;
    /* font-weight: 600; */
    color: #000;
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 5px;

  border: 1px solid #ccc;

  border-radius: 5px;

  font-size: 12px;
}

.full-width {
  grid-column: 1 / -1;
}

.amenities {
  display: flex;

  flex-wrap: wrap;

  gap: 20px;

  margin-top: 10px;
}

.amenities label {
  font-weight: normal;

  color: #333;
}

.submit-btn {
  width: 100%;

  padding: 14px;

  border: none;

  background: #003961;

  color: white;

  font-size: 18px;

  border-radius: 5px;

  cursor: pointer;
}

.submit-btn:hover {
  background: #053c62;
    color: #fff;
}

@media(max-width:768px) {

  .project-form {
    grid-template-columns: 1fr;
  }

}


/* project listing  */
.project-listing-section {
  padding: 60px;
  background: #f5f7fb;
}

.listing-title {
  text-align: center;
  font-size: 40px;
  color: #003961;
  margin-bottom: 40px;
}

.listing-container {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));

  gap: 30px;
}

.listing-card {
  background: #fff;

  border-radius: 12px;

  overflow: hidden;

  box-shadow: 0 5px 15px rgba(0,0,0,0.1);

  transition: 0.3s;
}

.listing-card:hover {
  transform: translateY(-8px);
}

.listing-image {
  position: relative;
}

.listing-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* .project-status {
  position: absolute;

  top: 15px;
  left: 15px;

  padding: 6px 12px;

  color: white;

  font-size: 13px;

  border-radius: 4px;
} */

.ready {
  background: #16a34a;
}

.under {
  background: #f59e0b;
}

.launch {
  background: #2563eb;
}

.listing-content {
  padding: 20px;
}

.listing-content h3 {
  color: #003961;

  margin-bottom: 10px;

  font-size: 24px;
}

.location {
  color: #555;

  margin-bottom: 10px;
}

.price {
  font-size: 22px;

  font-weight: bold;

  color: #0ea5e9;

  margin-bottom: 15px;
}

.config {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  margin-bottom: 15px;
}

.config span {
  background: #e0f2fe;

  color: #0369a1;

  padding: 6px 12px;

  border-radius: 20px;

  font-size: 14px;
}

.amenity-list {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  margin-bottom: 20px;
}

.amenity-list span {
  background: #f3f4f6;

  padding: 6px 12px;

  border-radius: 20px;

  font-size: 14px;
}

.listing-content button {
  width: 100%;

  padding: 12px;

  border: none;

  background: #003961;

  color: white;

  border-radius: 5px;

  cursor: pointer;

  font-size: 16px;
}

.listing-content button:hover {
  background: #0ea5e9;
}

@media(max-width:768px) {

  .project-listing-section {
    padding: 20px;
  }

  .listing-title {
    font-size: 30px;
  }

}

/* broker-section  */
.broker-slider-section {
  padding: 50px 60px;

  background: #f5f7fb;
}

/* HEADING */

.broker-heading {
  display: flex;

  justify-content: space-between;

  align-items: center;

  
}

.broker-heading h2 {
  font-size: 28px;

  color: #003961;
}

.broker-heading a {
  text-decoration: none;
 font-size:12px;
  color: #0ea5e9;

  font-weight: 600;
}

/* CARD */

.broker-card {
  background: white;

  border-radius: 10px;

  padding: 10px;
gap:10px;
  display: flex;
flex-wrap: wrap;
  align-items: center;



  box-shadow: 0 4px 12px rgba(0,0,0,0.08);

  transition: 0.3s;
}

.broker-card:hover {
  transform: translateY(-5px);
}

.broker-card img {
  width: 80px;
  height: 80px;

  border-radius: 50%;

  object-fit: cover;

  border: 2px solid #0ea5e9;
}
.card-body span{
      display: inline-block;
    background: #e0f2fe;
    color: #0369a1;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 13px;
}
.card-body a{
      text-decoration: none;
}
/* CONTENT */
/* 
.broker-content h3 {
  font-size: 18px;

  color: #003961;
text-align: left !important;
  margin-bottom: 6px;
} */
/* 
.broker-content p {
  color: #666;

  font-size: 12px;

  margin-bottom: 6px;
} */

.broker-content span {
  display: inline-block;

  background: #e0f2fe;

  color: #0369a1;

  padding: 5px 40px;

  border-radius: 20px;

  font-size: 12px;
}


.verified-badge{
      /* position: absolute; */
    top: 12px;
    right: 12px;
    background: #22c55e;
    color: #fff !important;
    padding: 7px;
    border-radius: 8px;
    font-size: 12px;
   /* font-weight: 600; */
}



.broker-content h3{
    font-size:12px;
    color:#0f172a;
    margin-bottom:10px;
    text-transform: capitalize;
}
.broker-content p{
 font-size:12px;
    margin: 8px 0;
}
.broker-location{
    color:#64748b;
    margin-bottom:15px;
}

.broker-info{
    display:flex;
    justify-content:space-between;
    margin-bottom:18px;
    font-size:14px;
    color:#475569;
}

.view-btn{
       display: block;
    text-align: center;
    background: #2563eb;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding: 8px;
    border-radius: 10px;
    /* font-weight: 600; */
    transition: .3s;
}

.view-btn:hover{
    background:#1d4ed8;
}
/* MOBILE */

@media(max-width:768px) {

  .broker-slider-section {
    padding: 40px 20px;
  }

  .broker-heading h2 {
    font-size: 18px;
  }

}
.broker-section {
  padding: 80px 60px;

  background: #f5f7fb;
}

.section-header {
  text-align: center;

  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 42px;

  color: #003961;

  margin-bottom: 10px;
}

.section-header p {
  color: #666;

  font-size: 18px;
}

/* GRID */

.broker-grid {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));

  gap: 30px;
}

/* CARD */



.broker-card:hover {
  transform: translateY(-8px);
}

/* TOP */

.broker-top {
  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 25px;
}

.broker-top img {
  width: 75px;
  height: 75px;

  border-radius: 50%;

  object-fit: cover;

  border: 3px solid #0ea5e9;
}

.broker-info h3 {
  color: #003961;

  margin-bottom: 8px;

  font-size: 22px;
}

.broker-info p {
  color: #555;

  font-size: 15px;
}

/* VERIFIED */

.verified {
  display: inline-flex;

  align-items: center;

  gap: 5px;

  background: #dcfce7;

  color: #16a34a;

  padding: 5px 10px;

  border-radius: 20px;

  font-size: 13px;

  margin-bottom: 8px;
}

/* STATS */

.broker-stats {
  display: flex;

  justify-content: space-between;

  margin-bottom: 25px;
}

.stat {
  text-align: center;
}

.stat h4 {
  color: #003961;

  font-size: 22px;

  margin-bottom: 5px;
}

.stat span {
  color: #666;

  font-size: 14px;
}

/* BUTTONS */

.broker-buttons {
  display: flex;

  gap: 12px;
}

.profile-btn {
  flex: 1;

  height: 48px;

  border: none;

  background: #003961;

  color: white;

  border-radius: 8px;

  font-size: 15px;

  cursor: pointer;

  transition: 0.3s;
}

.profile-btn:hover {
  background: #0ea5e9;
}

.contact-btn {
  width: 48px;
  height: 48px;

  border: none;

  background: #0ea5e9;

  color: white;

  border-radius: 8px;

  cursor: pointer;

  font-size: 18px;
}

/* MOBILE */

@media(max-width:768px) {

  .broker-section {
    padding: 50px 20px;
  }

  .section-header h2 {
    font-size: 32px;
  }

}
/* broker list  */

/* PROJECT PAGE */

.project-banner {
    position: relative;
    height: 525px;
    overflow: hidden;
}


.banner-video{
  position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.banner-overlay{
   position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.flexcenter{
    display: flex;

    justify-content: center;
}
.banner-overlay {
  text-align: center;
  color: white;
}

.banner-overlay h1 {
  font-size: 45px;
  margin-bottom: 15px;
}

.banner-overlay p {
  font-size: 18px;
  margin-bottom: 30px;
}

/* SEARCH */

.project-search {
  width: 100%;
  max-width: 700px;


    border-radius: 0 5px 5px 0;

  overflow: hidden;

  display: flex;
}

.project-search input {
  flex: 1;

     width: 350px;
    height: 50px;

  border: none;

  padding: 0 25px;

  font-size: 16px;
border-radius:0;
  outline: none;
}

.project-search button {
  width: 180px;

  border: none;

  background: #003961;

  color: white;

  font-size: 16px;

  cursor: pointer;
}

/* FILTER */

.filter-section {
  padding: 30px 60px;
}
.select-box{
      padding-bottom: 12px;
}
.select-box1{
      width: 100%;
    padding: 5px;
    /* margin-bottom: 15px; */
    border: 1px solid #ccc;
    border-radius: 5px;
}
.filter-box {
  background: white;

  padding: 20px;

  border-radius: 14px;

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));

  gap: 15px;

  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.filter-box select,
.filter-box button {
  height: 52px;
width: 100%;
  border-radius: 8px;

  border: 1px solid #ddd;

  padding: 0 15px;

  font-size: 15px;
}

.filter-box button {
  border: none;

  background: #003961;

  color: white;

  cursor: pointer;
}

/* PROJECTS */

.project-list-section {
  padding: 20px 60px 60px;
}

.project-grid {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));

  gap: 30px;
}

/* CARD */

.project-card {
  background: white;

  border-radius: 18px;

  overflow: hidden;

  box-shadow: 0 8px 25px rgba(0,0,0,0.08);

  transition: 0.3s;
}

.project-card:hover {
  transform: translateY(-10px);
}

.project-image {
  position: relative;
}

.project-image img {
  width: 100%;
  height: 200px;

  object-fit: cover;
}

/* BADGES */

.status,
.featured {
  position: absolute;

  top: 15px;

  padding: 6px 14px;

  border-radius: 30px;

  color: white;

  font-size: 13px;

  font-weight: 600;
}

.status {
  left: 15px;
}

.featured {
  right: 15px;

  background: #111827;
}

.ready {
  background: #16a34a;
}

.under {
  background: #f59e0b;
}

.launch {
  background: #2563eb;
}

/* CONTENT */

.project-content {
  padding: 22px;
}

.top-row {
  display: flex;

  justify-content: space-between;

  align-items: center;

 
}

.top-row h2 {
  color: #003961;
    margin: 0;
        font-size: 18px;
}

.rating {
  background: #fef3c7;

  color: #d97706;

  padding: 5px 10px;

  border-radius: 20px;

  font-size: 14px;
}

.location {
  color: #666;
    font-size: 12px;
  margin-bottom: 12px;
}

.price {
  color: #0ea5e9;

    margin-bottom: 10px;
    font-size: 14px;
}

/* CONFIG */

.config,
.amenities {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  margin-bottom: 18px;
}

.config span {
  background: #e0f2fe;

  color: #0369a1;

  padding: 7px 14px;

  border-radius: 30px;

  font-size: 14px;
}

.amenities span {
  background: #f3f4f6;

  padding: 7px 14px;

  border-radius: 30px;

  font-size: 10px;
}

/* FOOTER */

.project-footer {
  display: flex;

  gap: 12px;
}

.details-btn {
    border: none;
    background: #003961;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    padding: 8px 10px;
    font-size: 12px;
}
.details-btn a{
      text-decoration: none;
    color: #fff;
}
.flex-box{
     font-size: 12px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.call-btn {
  /* width: 50px;
  height: 50px; */

  border: none;

  background: #0ea5e9;

  color: white;

  border-radius: 10px;

  cursor: pointer;
}

/* MOBILE */

@media(max-width:768px) {

  .banner-overlay h1 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .banner-overlay p {
            font-size: 12px;
        padding: 0 10px;
  }

.project-search input{
    height: 33px;
    width: initial;
    padding: 0 5px;
    font-size: 12px;
}

  .project-search button {
    width: 34%;
    height: 33px;
  }

  .filter-section,
  .project-list-section {
    padding: 20px;
  }

}

/* broker listing  */
/* SECTION */

.mini-broker-section {
  padding: 60px;

  background: #f8fafc;
}

/* TOP */

.section-top {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 25px;
}

.section-top h2 {
  font-size: 18px;

  color: #0f172a;
}

.section-top a {
  text-decoration: none;

  color: #2563eb;

  font-weight: 600;
}

/* GRID */

.mini-broker-grid {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(320px,1fr));

  gap: 20px;
}

/* CARD */

.mini-broker-card {
  background: white;

  border-radius: 16px;

  padding: 15px;

  display: flex;

  gap: 15px;

  align-items: center;

  box-shadow: 0 5px 20px rgba(0,0,0,0.06);

  transition: 0.3s;
}

.mini-broker-card:hover {
  transform: translateY(-5px);
}

/* IMAGE */

.mini-broker-card img {
  width: 95px;
  height: 95px;

  border-radius: 14px;

  object-fit: cover;
}

/* CONTENT */

.mini-broker-content {
  flex: 1;
}

.name-rating {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 8px;
}

.name-rating h3 {
  font-size: 12px;
    margin: 0;
  color: #0f172a;
}

.name-rating span {
  background: #fef3c7;

  color: #d97706;

  padding: 4px 10px;

  border-radius: 20px;

  font-size: 12px;

  font-weight: 600;
}

.mini-broker-content p {
     color: #64748b;
    font-size: 12px;
    margin: 8px 0px;
}

/* TAGS */

.mini-tags {
  display: flex;

  gap: 8px;

  flex-wrap: wrap;

  margin-bottom: 12px;
}

.mini-tags span {
  background: #eff6ff;

  color: #2563eb;

  padding: 5px 10px;

  border-radius: 20px;

  font-size: 12px;
}

/* BOTTOM */

.mini-bottom {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.mini-bottom small {
  color: #64748b;

  font-size: 13px;
}

.mini-bottom button {
  height: 36px;

  padding: 0 18px;

  border: none;

  background: #0f172a;

  color: white;

  border-radius: 8px;

  cursor: pointer;

  font-size: 13px;
}

/* MOBILE */

@media(max-width:768px) {

  .mini-broker-section {
    padding: 40px 20px;
  }

  .mini-broker-grid {
    grid-template-columns: 1fr;
  }

}
/* FOOTER */
  .footer {
    background: #3b3b3b;
    color: #fff;
    padding: 60px 0 25px;
}

.footer-wrapper {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.footer-logo h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
margin: 0;
}

.footer hr {
    border: 0;
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin: 25px 0;
}

.footer-social {
    display: flex;
    gap: 25px;
}

.footer-social a {
    color: #fff;
    font-size: 22px;
    transition: .3s;
}

.footer-social a:hover {
    color: #ff6b35;
    transform: translateY(-3px);
}

.footer-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    transition: .3s;
}

.footer-links a:hover {
    color: #ff6b35;
}

.footer-content {
    max-width: 1200px;
    margin-bottom: 30px;
}

.footer-content p {
    line-height: 1.8;
    font-size: 12px;
    color: #e5e5e5;
}


.footer-bottom p {
    color: #fff;
    font-size: 12px;
}

.footer-bottom span {
    color: #ff5c5c;
}

/* Mobile */
@media(max-width:768px){

    .footer-top,
    .footer-menu{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .footer-links{
        gap: 15px;
        flex-direction: column;
    }

    .footer-logo h2{
        font-size: 18px;
    }
}/* contact us  */
/* CONTACT HERO */

.contact-hero {
  height: 380px;

  background:url('../images/rt.png');

  background-size: cover;

  background-position: center;

  display: flex;

  justify-content: center;

  align-items: center;
}

.contact-overlay {
  text-align: center;

  color: white;
}

.contact-overlay h1 {
  font-size: 58px;

  margin-bottom: 15px;
}

.contact-overlay p {
  font-size: 20px;
}

/* CONTACT SECTION */

.contact-section {
  padding: 80px 60px;

  background: #f8fafc;

  display: grid;

  grid-template-columns: 1fr 1.1fr;

  gap: 40px;
}

/* LEFT */

.contact-info {
  background: #0f172a;

  padding: 40px;

  border-radius: 22px;

  color: white;
}

.contact-info h2 {
  font-size: 38px;

  margin-bottom: 18px;
}

.contact-text {
  color: #cbd5e1;

  line-height: 1.8;

  margin-bottom: 35px;
}

/* ITEM */

.contact-item {
  display: flex;

  gap: 18px;

  margin-bottom: 28px;
}

.contact-icon {
  min-width: 55px;
  height: 55px;

  background: rgba(255,255,255,0.08);

  border-radius: 14px;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 18px;
}

.contact-item h4 {
  margin: 0px;

  font-size: 18px;
}

.contact-item p {
  color: #cbd5e1;

  font-size: 15px;
}

/* SOCIAL */

.contact-social {
  display: flex;

  gap: 12px;

  margin-top: 30px;
}

.contact-social a {
  width: 45px;
  height: 45px;

  background: rgba(255,255,255,0.08);

  border-radius: 12px;

  display: flex;

  justify-content: center;

  align-items: center;

  color: white;

  text-decoration: none;

  transition: 0.3s;
}

.contact-social a:hover {
  background: #2563eb;
}

/* FORM */

.contact-form-box {
  background: white;

  padding: 40px;

  border-radius: 22px;

  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.contact-form-box h2 {
  font-size: 38px;

  color: #0f172a;

  margin-bottom: 30px;
}

/* INPUT GROUP */

.input-group {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 18px;

  margin-bottom: 18px;
}

/* INPUT */

.contact-form input,
.contact-form textarea {
  width: 100%;

  border: 1px solid #dbe2ea;

  border-radius: 12px;

      padding: 10px 5px;

  font-size: 15px;

  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #2563eb;
}

/* BUTTON */

.contact-form button {
  width: 100%;

  height: 55px;

  border: none;

  background: #0f172a;

  color: white;

  border-radius: 12px;

  font-size: 16px;

  cursor: pointer;

  margin-top: 18px;

  transition: 0.3s;
}

.contact-form button:hover {
  background: #2563eb;
}

/* MAP */

.map-section iframe {
  display: block;
}

/* MOBILE */

@media(max-width:992px) {

  .contact-section {
    grid-template-columns: 1fr;
  }

}

@media(max-width:768px) {
.contact-hero{
    height: 200px;
}
  .contact-section {
    padding: 50px 20px;
  }

  .contact-overlay h1 {
    font-size: 18px;
  }

  .contact-overlay p {
    font-size: 12px;
  }

  .input-group {
    grid-template-columns: 1fr;
  }

  .contact-info,
  .contact-form-box {
    padding: 25px;
  }

  .contact-info h2,
  .contact-form-box h2 {
    font-size: 30px;
  }

}

/* about us  */
/* HERO */

.about-hero {
  height: 380px;

  background:url('../images/qwe.png');

  background-size: cover;

  background-position: center;

  display: flex;

  justify-content: center;

  align-items: center;
}

.about-overlay {
  text-align: center;

  color: white;
}

.about-overlay h1 {
  font-size: 60px;

  margin-bottom: 15px;
}

.about-overlay p {
  font-size: 22px;
}

/* ABOUT */

.about-section {
  padding: 90px 60px;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 60px;

  align-items: center;

  background: #f8fafc;
}

/* IMAGE */

.about-image img {
  width: 100%;

  border-radius: 24px;



  object-fit: cover;

  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* CONTENT */

.small-title {
  color: #2563eb;

  font-weight: 700;

  letter-spacing: 1px;

  font-size: 14px;
}

.about-content h2 {
  font-size: 28px;

  color: #0f172a;

  line-height: 1.3;

  margin: 18px 0;
}

.about-content p {
  color: #64748b;

  line-height: 1.9;

  margin-bottom: 20px;

  font-size: 12px;
}

/* FEATURES */

.about-features {
  margin-top: 35px;
}

.feature-box {
  display: flex;

  gap: 18px;

  margin-bottom: 25px;

  background: white;

  padding: 18px;

  border-radius: 16px;

  box-shadow: 0 5px 18px rgba(0,0,0,0.05);
}

.feature-box i {
  width: 55px;
  height: 55px;

  background: #eff6ff;

  color: #2563eb;

  border-radius: 14px;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 20px;
}

.feature-box h4 {
  font-size: 19px;

  color: #0f172a;

  margin: 0px;
}

.feature-box p {
  margin: 0;

  font-size: 14px;
}

/* BUTTON */

.about-btn {
  margin-top: 20px;

  width: 220px;
  height: 55px;

  border: none;

  background: #0f172a;

  color: white;

  border-radius: 12px;

  cursor: pointer;

  font-size: 15px;

  transition: 0.3s;
}

.about-btn:hover {
  background: #2563eb;
}

/* COUNTER */

.counter-section {
  background: #0f172a;

  padding: 70px 60px;

  display: grid;

  grid-template-columns: repeat(4,1fr);

  gap: 25px;
}

.counter-box {
  text-align: center;

  color: white;
}

.counter-box h2 {
  font-size: 50px;

  margin-bottom: 12px;
}

.counter-box p {
  color: #cbd5e1;

  font-size: 16px;
}


/* MOBILE */

@media(max-width:992px) {

  .about-section,
  .team-grid,
  .counter-section {
    grid-template-columns: 1fr;
  }

}

@media(max-width:768px) {

  .about-section,
  .team-section {
    padding: 50px 20px;
  }

  .counter-section {
    padding: 50px 20px;
  }

  .about-overlay h1 {
    font-size: 18px;
  }

  .about-content h2,
  .section-title h2 {
    font-size: 32px;
  }

  .about-image img {
    height: 250px;
  }

}

/* why choose us section  */

/* WHY SECTION */

.why-section {
  padding: 90px 60px;

  background: #caced2;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 60px;

  align-items: center;
}

/* LEFT */

.small-heading {
  color: #2563eb;

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 1px;
}

.why-left h2 {
  font-size: 28px;

  color: #0f172a;

  line-height: 1.3;

  margin: 18px 0;
}

.why-left p {
  color: #64748b;

  font-size: 12px;

  line-height: 1.9;

  margin-bottom: 30px;
}

/* FEATURES */

.why-features {
  display: flex;

  flex-direction: column;

  gap: 20px;
}

.why-box {
  background: white;

  padding: 20px;

  border-radius: 18px;

  display: flex;

  gap: 18px;

  align-items: center;

  box-shadow: 0 5px 18px rgba(0,0,0,0.05);
}

.why-icon {
  width: 60px;
  height: 60px;

  background: #eff6ff;

  color: #2563eb;

  border-radius: 16px;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 22px;
}
.why-icon img{
  height: 50px;
}
.why-box h4 {
  font-size: 18px;

  color: #0f172a;
margin: 6px 6px 0 0;
}

.why-box p {
  margin: 0;

  font-size: 12px;
}

/* BUTTON */

.why-btn {
  margin-top: 35px;

  width: 220px;
  height: 55px;

  border: none;

      background: #0f172a !important;

  color: white;

  border-radius: 12px;

  font-size: 15px;

  cursor: pointer;

  transition: 0.3s;
}

.why-btn:hover {
  background: #2563eb;
}

/* RIGHT */

.why-right {
  position: relative;
}

.why-right img {
    width: 100%;
    height: 350px;
    margin-top: 75px;
    object-fit: cover;
    border-radius: 28px;
}

/* FLOATING CARD */

.floating-card {
  position: absolute;

  bottom: 30px;
  left: 30px;

  background: white;

  padding: 25px 35px;

  border-radius: 20px;

  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.floating-card h3 {
  font-size: 40px;

  color: #2563eb;

  margin-bottom: 5px;
}

.floating-card p {
  color: #64748b;
}

/* MOBILE */

@media(max-width:992px) {

  .why-section {
    grid-template-columns: 1fr;
  }

}

@media(max-width:768px) {

  .why-section {
    padding: 50px 20px;
  }

  .why-left h2 {
    font-size: 18px;
  }

  .why-right img {
    height: 250px;
  }

  .floating-card {
    left: 15px;
    bottom: 15px;

    padding: 18px 24px;
  }

  .floating-card h3 {
    font-size: 28px;
  }

}

/* step  */
/* SECTION */

.steps-section {
     padding: 60px 60px;
    background: url('../images/bg.png');
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
}

/* TOP */

.steps-top {
  text-align: center;

  margin-bottom: 70px;
}

.steps-top span {
  color: #60a5fa;

  font-size: 14px;

  letter-spacing: 1px;

  font-weight: 700;
}

.steps-top h2 {
  color: white;

  font-size: 28px;

  margin: 18px 0;
}

.steps-top p {
  color: #cbd5e1;

  font-size: 12px;
}

/* GRID */

.steps-grid {
  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 30px;
}

/* CARD */

.step-card {
     background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 15px;
    border-radius: 28px;
    position: relative;
    transition: 0.4s;
    backdrop-filter: blur(10px);
}

.step-card:hover {
  transform: translateY(-10px);

  background: rgba(255,255,255,0.08);
}

/* ACTIVE */

/* .active-step {
  background: linear-gradient(135deg,#2563eb,#3b82f6);
} */

/* NUMBER */

.step-number {
      position: absolute;
    top: 22px;
    right: 22px;
    font-size: 40px;
    font-weight: 600;
    color: #ffffffab;
}

/* ICON */

.step-icon {
      width: 60px;
    height: 60px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 25px;
    margin-bottom: 20px;
}

/* TEXT */

.step-card h3 {
  color: white;

  font-size: 18px;

  margin-bottom: 10px;
}

.step-card p {
  color: #dbe4ee;

  line-height: 1.8;

  font-size: 12px;
}

/* MOBILE */

@media(max-width:992px) {

  .steps-grid {
    grid-template-columns: 1fr;
  }

}

@media(max-width:768px) {

  .steps-section {
    padding: 60px 20px;
  }

  .steps-top h2 {
    font-size: 18px;
  }
.title{
  font-size: 18px;
}
  .step-card {
    padding: 30px 22px;
  }

}

.logo img{
      width: 100%;
    height: 67px;
}
input,
select {
    width: 100%;
    height: 35px;
    padding: 0 7px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
}

input::placeholder {
    color: #666;
}
.loginbtn{
       background: red;
    padding: 5px 7px;
    border-radius: 5px;
    box-shadow: aliceblue;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero-content h1 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 18px;
}

.features {
    display: flex;
    /* justify-content: center; */
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 35px;
    font-weight: 600;
    color: #d15b00;
}

.btn {
    display: inline-block;
    background: #003961;
    color: #fff;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
}


.broker-benefits-section {
    display: flex;
    justify-content: space-between;
    gap: 40px;
       padding: 40px 5%;
    background: #fff;
}
.broker-benefit-icon img{
  height: 45px;
}
.broker-benefit-card {
    flex: 1;
}

/* .broker-benefit-icon {
    font-size: 50px;
    margin-bottom: 20px;
    color: #0d6efd;
} */

.broker-benefit-card h3 {
    font-size: 18px;
    font-weight: 600;
   
    color: #111827;
        margin: 5px 0;

}

.broker-benefit-card p {
    font-size: 12px;
    line-height: 1.7;
    color: #6b7280;
}

@media (max-width: 992px) {
    .broker-benefits-section {
        flex-wrap: wrap;
    }

    .broker-benefit-card {
        min-width: 250px;
    }
}
.error-box{
  color: red;
}
 .account-dropdown{
    position: relative;
    display: inline-block;
}

.account-btn{
      background: none;
    border: none;
    font-size: 12px;
    cursor: pointer;
    color: #ffffff;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px;
}

.dropdown-menu{
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: none;
    z-index: 999;
    border-radius: 6px;
    overflow: hidden;
}

.dropdown-menu a,
.dropdown-menu button{
    display: block;
    width: 100%;
    padding: 12px 15px;
    text-align: left;
    background: none;
    border: none;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.dropdown-menu a:hover,
.dropdown-menu button:hover{
       background: #003961;
    color: #fff;
}

.account-dropdown:hover .dropdown-menu{
    display: block;
}

.logout-btn{
    font-size: 15px;
}

.broker-page{
    background:#f5f7fb;
    padding-bottom:80px;
}

.broker-banner{
    height:350px;
    overflow:hidden;
}

.broker-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.broker-wrapper{
    max-width:1200px;
    margin:-100px auto 0;
    display:grid;
    grid-template-columns:350px 1fr;
    gap:30px;
    padding:0 15px;
}





.broker-card h2{
    margin-bottom:5px;
    font-size: 18px;
    text-transform: capitalize;
}

.broker-card span{
    color:#666;
}

.broker-rating{
    margin:15px 0;
    font-weight:600;
    color:#f59e0b;
}

.broker-card ul{
    list-style:none;
    padding:0;
    margin:20px 0;
    text-align:left;
width: 100%;
}

.broker-card ul li{
    padding:10px 0;
    border-bottom:1px solid #eee;
    font-size: 12px;
}

.call-btn,
.whatsapp-btn{
    display:block;
    text-decoration:none;
    padding:14px;
    border-radius:10px;
    color:#fff;
    font-weight:600;
    margin-top:10px;
}

.call-btn{
    background:#0f172a;
}

.whatsapp-btn{
    background:#22c55e;
}

.content-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    margin-bottom:25px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}
.content-card p{
 font-size:12px;
}
.content-card h3{
    margin-bottom:15px;
    font-size:24px;
}

.broker-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-bottom:25px;
}

.stat-box{
    background:#fff;
    padding:25px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.stat-box h2{
    color:#2563eb;
    margin-bottom:5px;
}

.property-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.property-item{
    overflow:hidden;
    border-radius:15px;
    border:1px solid #eee;
}

.property-item img{
    width:100%;
    height:155px;
    object-fit:cover;
}

.property-info{
    padding:15px;
}

.property-info h4{
    margin:8px 0;
    text-transform: capitalize;
}

.property-info span{
    color:#2563eb;
    font-weight:700;
}

.review-box{
    background:#f8fafc;
    padding:20px;
    border-radius:12px;
}

@media(max-width:991px){

    .broker-wrapper{
        grid-template-columns:1fr;
        margin-top:-50px;
    }

    .broker-stats{
        grid-template-columns:repeat(2,1fr);
    }

    .property-grid{
        grid-template-columns:1fr;
    }

    .broker-card{
        position:relative;
        top:0;
    }
}

.project-details{
    background:#f5f7fb;
    padding-bottom:80px;
}

.project-hero{
    height:380px;
    position:relative;
}

.project-hero img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.project-overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.45);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#fff;
    text-align:center;
}

.project-overlay h1{
    font-size:52px;
    margin-bottom:10px;
text-transform: capitalize;
}

.project-overlay p{
    font-size:20px;
}

.container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

.project-top-info{
    margin-top:25px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.project-price,
.project-status,
.project-area{
    background:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.project-price h2{
    color:#2563eb;
}

.project-content{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
    /* margin-top:40px; */
}
.list{
      display: block;
}
.card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    margin-bottom:25px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}
.cardhome{
     padding:0px;
}
.broker-content span a{
  text-decoration: none;
    font-weight: 500;
}
.card h2{
    margin-bottom:20px;
}

.amenities-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.amenities-grid span{
    background:#f8fafc;
    padding:15px;
    border-radius:10px;
    text-align:center;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.gallery-grid img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:12px;
}

.enquiry-box,
.builder-box{
    background:#fff;
    padding:25px;
    border-radius:20px;
    margin-bottom:25px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.enquiry-box form{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.enquiry-box input{
    height:50px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:0 15px;
}

.enquiry-box button{
      height: 40px;
    border: none;
    border-radius: 10px;
    background: #003961;
    color: #fff;
    cursor: pointer;
}

.project-right{
    position:sticky;
    top:20px;
    height:max-content;
}

@media(max-width:991px){

    .project-content{
        grid-template-columns:1fr;
    }

    .project-top-info{
        grid-template-columns:1fr;
    }

    .amenities-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .project-right{
        position:relative;
    }
}

@media(max-width:576px){

    .project-overlay h1{
        font-size:34px;
    }

    .gallery-grid,
    .amenities-grid{
        grid-template-columns:1fr;
    }
}
.brokerbtn{
      text-decoration: none;
  
    display: inline-block;
    background: #e0f2fe;
    color: #0369a1;
    padding: 5px 40px;
    border-radius: 20px;
    font-size: 12px;
}
.site-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
}

.mobile-toggle{
    display:none;
    border:none;
    background:none;
    font-size:24px;
    cursor:pointer;
}

@media(max-width:768px){
.add-project-section{
      padding: 10px;
}
    .mobile-toggle{
        display:block;
                color: #fff;
    }

    #mainNav{
        display:none;
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#fff;
        box-shadow:0 5px 20px rgba(0,0,0,.1);
        flex-direction:column;
        padding:15px;
        z-index:999;
        box-sizing: border-box;
    }

    #mainNav.active{
        display:flex;
    }

    #mainNav a{
        width:100%;
        padding:12px 0;
        border-bottom:1px solid #eee;
    }

    .account-dropdown{
        width:100%;
    }

    .account-btn{
        /* width:100%; */
        text-align:left;
    }
.dropdown-menu a, .dropdown-menu button{
  
    padding: 6px 0;
}
nav{
  gap: 0;
}
.site-header{
      flex-direction: row;
}
    .dropdown-menu{
        position:static;
        box-shadow:none;
        width:100%;
    }
    .why-right img{
      margin-top: 0;
    }
    nav a{
      color: #000;
    }
    .account-btn{
       color: #000;
    }
    .overlay{
      padding: 70px 10px;
    }
}
  .myproject-grid-wrap{
    display: grid;
 grid-template-columns: auto auto auto auto;
    gap: 25px;
}

.myproject-card-box{
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    transition: .3s;
}

.myproject-card-box:hover{
    transform: translateY(-5px);
}

.myproject-img-wrap{
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.myproject-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.myproject-content{
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.myproject-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
    text-transform: capitalize;
}

.myproject-info{
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.myproject-action{
    margin-top: auto;
}

.myproject-edit-btn{
    display: inline-block;
    padding: 8px 15px;
    background: #003961;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 12px;
}
@media(max-width:768px){
  .dropdown-menu{
    border:none
  }
.hero-content{
  display: none;
}
.myproject-grid-wrap{
  display: block;
}
.myproject-card-box{
  margin-bottom: 10px;
}
}
.brokerdetails{
    display: flex;
    align-items: center;
    gap: 10px;
}

.project-details-card{
    background:#fff;
    border-radius:16px;
    padding:28px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    border:1px solid #edf0f5;
    overflow:hidden;
    margin-bottom: 15px;
}

.card-header{
    margin-bottom:25px;
    padding-bottom:15px;
    border-bottom:1px solid #ececec;
}

.card-header h2{
    margin:0;
    font-size:24px;
    font-weight:700;
    color:#1f2937;
    display:flex;
    align-items:center;
    gap:10px;
}

.card-header i{
    color:#0d6efd;
}

.details-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}

.detail-item{
    background:#f8fafc;
    border-radius:12px;
    padding:15px 18px;
    border:1px solid #edf0f5;
    transition:.3s;
}

.detail-item:hover{
    transform:translateY(-3px);
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.label{
    display:block;
    font-size:13px;
    color:#6b7280;
    margin-bottom:8px;
    font-weight:600;
}

.label i{
    color:#000;
    margin-right:6px;
}

.value{
    display:block;
    font-size:16px;
    font-weight:700;
    color:#111827;
    word-break:break-word;
}
.flexcenter{
justify-content: center;
}
.selectcity:focus {
  outline: none;
    box-shadow: none;
}
.selectcity{
    width: 130px;
    height: 50px;
    padding: 0 7px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    
    text-transform: capitalize;
}

.no-data-found{
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin: 20px 0;
}

.no-data-found i{
    font-size: 50px;
    color: #6c757d;
    margin-bottom: 15px;
}

.no-data-found h3{
    font-size: 24px;
    color: #212529;
    margin-bottom: 10px;
}

.no-data-found p{
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
    max-width: 450px;
    margin: 0 auto;
}
.why-btn a{
    color: #fff;
   
    text-decoration: none;
}

.fixed{
 position: fixed;
    width: 100%;
    z-index: 999999;
}

.custom-modal{
    width: 25%;
}
.btncallback{
    display: inline-block;
    background: #003961;
    color: #fff;
    text-decoration: none;
    padding: 10px 32px;
    border-radius: 6px;
    /* font-weight: 600; */
    transition: 0.3s;
    font-size: 14px;
}
@media(max-width:768px){


.custom-modal {
    margin: auto;
    width: 75%;
}
.project-search button{
    font-size: 12px;
}
.project-banner{

    height: 300px;
}
    .details-list{
        grid-template-columns:1fr;
    }
.selectcity{
 width: 100px;

    height: 33px;
}
.about-overlay p {
   font-size:12px;
}
.about-hero{
    height: 200px;
}
.loginbtn{
    background: none;
   
    box-shadow: none;
}
.auth-section{
 padding: 15px;
}
.broker-stats{
    display: block;
}
.stat-box{
    margin-bottom: 10px;
}

.project-hero{
    height:200px;
   
}
}


