/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2025 | 12:40:57 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.page-100{ 
height : 100%  !important; 
}

body{
	-webkit-user-select:none;
	-moz-user-select:-moz-none;
-ms-user-select:none;
	user-select:none; 
	overflow-x:hidden;
}

.vraj-service img{ 
height: 300px !important;
}
.stone-img img{ 
height : 250px  !important; 
}
.rotate-infinite {
  animation: rotateLoop 10s linear infinite;
  transform-origin: center center;
}

@keyframes rotateLoop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.custom-img-size{ 
height:50px;
width:50px;
}

.upload-review{ 
	width:100%; 

}
.upload-review .eael-infobox { 
		flex-direction: row !important; 
	gap: 10px;
}