#ges-sticky-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #004976;
  padding: 30px 10px;
  color: white;
  text-align: center;
  z-index: 10000;
}
#ges-postcode-form label{
	font-weight:bold;
	padding-right:10px;
	    font-size: 24px;
}
#ges-sticky-bar input {
  padding: 8px;
  font-size: 16px;
}
#ges-sticky-bar button {
  padding: 8px 16px;
  background: #fd5d14;
  color: white;
  border: none;
  cursor: pointer;
  margin-left:-4px;
}
#ges-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 10001;
}

.ges-modal-content {
    background: #fff;
    margin: 15% auto;
    padding: 50px;
    width: 90%;
    max-width: 800px;
    position: relative;
}
.ges-modal-close {
  float: right;
  cursor: pointer;
  font-weight: bold;
}

.ges-step {
  padding: 30px;
  text-align: center;
  font-family: sans-serif;
}

.ges-back-button,.step-notowner-back,.step-notowner-back2,.step-loft-back,.step-wall-back {
  position: absolute;
  left: 20px;
  top: 20px;
  background: none;
  border: none;
  color: #9900ff;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.ges-progress-bar {
  width: 80%;
  margin: 20px auto;
  height: 5px;
  background: #e0dede;
  border-radius: 4px;
  overflow: hidden;
}

.ges-progress {
  height: 100%;
  background: #9900ff;
}

.ges-question {
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0;
	color:#000;
}

.ges-options {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

.ges-option-btn {
  padding: 15px 30px;
  border: none;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-size: 18px;
  cursor: pointer;
}

.ges-option-btn:hover {
  background: #f1f1f1;
}

.ges-note {
  font-size: 14px;
  color: #5a4a6a;
  margin-top: 10px;
}

.ges-subtitle,.ges-bold-paragraph{
	color:#000;
}

@media only screen and (max-width: 991px) {
.ges-modal-content {
    margin: 24% auto;
}
}
@media only screen and (max-width: 768px) {
.ges-modal-content {
    margin: 44% auto;
}
}