/*!
Theme Name: Elite Theme 2025
Theme URI: 
Author:  Byahut
Author URI:
Description: 
Version: 1.0
*/
#facial_rejuvenation {
    scroll-margin-top: 190px;
}


.popup {
  display: none;
  position: fixed;
	z-index:9999;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.popup-content {
  background: #fff;
  padding: 40px 30px;
  width: 700px;
	max-width:90%;
	height:70%; overflow:auto;
	border-radius: 6px;
  position: absolute; left:50%; top:50%; transform:translate(-50%, -50%);
	min-height:300px;
}
.popup-content h2{margin-bottom:20px;}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 24px;
}
