* {
	padding: 0%;
	margin: 0%; 
}
body {
	background-color: #fcfcfc;
}
.phn {
	background-color: black;
	color: white;
	text-align: end;
	padding-right: 20px;
}
#lgtxt2 {
	font-size: 11px;
}
.fr {
	

	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.lg {
	display: flex;
	justify-content: flex-start;
	width: 25%;
}
.nonresnav {
	display: flex;
	width: 75%;
	justify-content: flex-end;
	align-items: center;
}
.lg img {
	width: 50px;
	height: 50px;
	padding-right: 10px;
}
.nonresul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 35px;	
	padding-top: 0px;
}
.nonresul li {
	padding: 10px;
	list-style: none;
	font-weight: bolder;
	width: 130px;
	justify-content: center;
	text-align: center;	
}
.nonresul li:not(.no-style):hover {
	background-color: rgb(185, 204, 197);
}

.nonresul .active {
	background-color: #006666;
}
.nonresul .active a {
	color: white;
}

#nonreslimicon {
	display: none;
}
.nonresul li a, .resul li a {
	text-decoration: none;
}
	

#micon {
	width: 30px;
	height: 30px;
}

#resul {
	width: 70%;
	height: 70%;
	display: none;
	flex-direction: column;
	gap: 20px;
	position: fixed;
	align-items: center;
	top: 0%;
	right: 0%;
	background-color: rgb(1, 32, 32);
	opacity: 0.9;
	font-weight: bolder ;
	color: white;
	list-style: none;
}
#resul li {
	gap: 20px;
}
#resul li a {
	color: white;
	font-weight: bolder;
	text-decoration: none;
}




#cicon {
	width: 70px;
	height: 40px;
}



@media screen and (max-width: 600px) {
  #nonresli {display: none;}
  #nonreslimicon {display: block;}
  .homemntxt1 {font-size: 35px;}
  .homemntxt2 {font-size: 35px;}
  .homemntxt3 {font-size: 35px;}
}



/* _______________________________________________________________________________ home page___________________________________________________*/
.homesr {
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("img/realestate.jpg");
	background-blend-mode: darken;
	background-size: cover;
	height: 700px;
}
.homesrmntxt {
	color: white;
	font-size: 50px;
	font-weight: bolder;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	
}
.homemnbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}
.homemnbtn button {
	color: white;
	background-color: #006666;
	height: 50px;
	width: 320px;
	font-size: 25px;
	font-weight: bolder;
	text-align: center;
	border: solid;
	border-color: #006666;
	border-radius: 10px;
}
/* _______________________________________________________________________________ exploreproperties___________________________________________________*/

.epsr {
	
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("img/realestate.jpg");
	background-blend-mode: darken;
	background-size: cover;
	height: 700px;
}
@media screen and (max-width: 600px) {
  .epsr {height: 550px;}
  
}
.epsr p {
	color: White;
	font-weight: bolder;
	text-align: center;
	font-size: 40px;
}
/* _______________________________________________________________________ Whatsapp popup ___________________________________________*/
.wa-container { position: fixed; bottom: 20px; right: 20px; z-index: 9999; font-family: sans-serif; }
  .wa-card { 
    display: none; width: 280px; background: white; border-radius: 10px; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.2); margin-bottom: 15px; overflow: hidden;
  }
  .wa-header { background: #075e54; color: white; padding: 15px; display: flex; justify-content: space-between; }
  .wa-body { padding: 15px; display: flex; flex-direction: column; gap: 10px; }
  .wa-body input, .wa-body textarea { padding: 8px; border: 1px solid #ddd; border-radius: 5px; }
  .wa-body button { background: #25d366; color: white; border: none; padding: 10px; border-radius: 5px; cursor: pointer; font-weight: bold; }
  .wa-button { 
    background: #25d366; width: 60px; height: 60px; border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  }
  .wa-button img { width: 40px; }


/*____________________________________________________________________ footer ______________________________________________________*/
.footmain {
	padding: 10px;
	display: flex;
	justify-content: space-around;
	text-align: center;
	background-color: black;
	color: white;
}
.footmain img {
	width: 20px;
	height: 20px;
	border: solid;
	background-color: white;
	border-radius: 50%;
}
.right {
	padding: 5px;
	display: grid;
	grid-template-columns: 1fr;
	text-align: center;
	background-color: #006666;
	color: white;
}

@media screen and (max-width: 600px) {
  .footmain {display: flex; gap: 15px; flex-direction: column; justify-content: center; align-items: center; background-color: black; color: white;}
  
}

/*___________________________________________________________ Explore Service _____________________________________________*/
.essr {
	display: flex;
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("img/realestate.jpg");
	background-blend-mode: darken;
	background-size: cover;
}
.essrmntxt {
	padding: 50px;
}

.essrmntxt1 {
	
	text-align: center;
	color: white;
	font-size: 50px;
	font-weight: bolder;
}
.essrmntxt2 {
	
	text-align: center;
	color: white;
	font-size: 50px;
	font-weight: bolder;
}
.essrmnmenu {
	display: flex;
	flex-direction: column;
	background-color: black;
	opacity: 80%;
	padding: 50px;
	margin: 50px;
	border: black;
	border-radius: 10px;	
}
.essrmnmenubtn {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
	padding: 50px;
	
}

@media screen and (max-width: 600px) {
  .essrmnmenubtn {display: grid; grid-template-columns: 1fr; gap: 15px; padding: 0px;}
  .essrmnmenu {padding: 30px; margin: auto;}
  .essrmntxt1 {font-size: 35px;}
  .essrmntxt2 {font-size: 35px;}
  
}


.essrmnmenutxt {
	text-align: center;
	font-size: 50px;
	font-weight: bolder;
	color: white;
}

.essrmnmenu button {
	color: white;
	background-color: #006666;
	height: 50px;
	width: 300px;
	font-size: 25px;
	font-weight: bolder;
	text-align: center;
	border: solid;
	border-color: #006666;
	border-radius: 10px;

}

/* ________________________________________________________________ Ideas ________________________________________________________ */
.ideassr {
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("img/realestate.jpg");
	background-blend-mode: darken;
	background-size: cover;
	height: 700px;

	color: white;
	font-weight: bolder;
	font-size: 40px;
	text-align: center;
	padding: 100px;
}

/* ________________________________________________________________ Contact  ________________________________________________________ */
.contactsr {
	display: flex;
 	align-items: center;
 	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("img/realestate.jpg");
	background-blend-mode: darken;
	background-size: cover;
}
.contactmain {
	display: flex;
	justify-content: center;
	width: 80%;
	background-color: #006666;
	border: #006666;
	border-radius: 10px;
	padding: 15px;
	gap: 15px;
	margin-top: 200px;
	margin-bottom: 200px;
}
.contactleft {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 30%;
	padding: 40px;
	gap: 25px;
	color: white;
	font-size: 25px;
	font-weight: bolder;
	line-height: 0.70;
}
.contactright {
	display: flex;
	flex-direction: column;	
	text-align: center;
	width: 70%;
	padding: 40px;
}
.contactright p {
	color: white;
	font-size: 35px;
	font-weight: bolder;
	padding-bottom: 20px;
}

.contactright form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.contactright input {
	width: 90%;
	height: 30px;	
}
.contactright button {
	width: 35%;
	height: 30px;
	background-color: olivedrab;
	border: olivedrab;
	border-radius: 5px;
	color: white;
	font-size: 20px;
	font-weight: bolder;
}
@media screen and (max-width: 600px) {
	.contactmain {display: flex; flex-direction: column-reverse; gap: 30px; height: auto;}
	.contactleft{ width: 100%; padding: 0px;}
	.contactright{display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; padding: 0px;}
}