/* 
Theme Name:		 Water by Akaal Creatives
Theme URI:		 http://akaalcreatives.com/
Description:	 Water by Akaal Creatives is a child theme of Neve, created by Akaal Creatives
Author:			 Akaal Creatives
Author URI:		 http://akaalcreatives.com/
Template:		 neve
Version:		 1.0.4
Text Domain:	 water-by-akaal-creatives
*/

.form-sidebar {
	background-position: bottom center;
	background-size: cover;
	position:relative;
}

.form-sidebar::before {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content: " ";
	background-color: #389fcc66;
		
}


#part3-sidebar {
	background-image: url("https://forms.gobcrealestate.com/wp-content/uploads/2023/08/pexels-vlado-paunovic-3034343-scaled.jpg");
}

#exam-sidebar {
	background-image: url("https://forms.gobcrealestate.com/wp-content/uploads/2023/08/pexels-max-rahubovskiy-7394005-scaled.jpg");
}

#new-sidebar {
	background-image: url("https://forms.gobcrealestate.com/wp-content/uploads/2023/08/pexels-los-muertos-crew-8229945-scaled.jpg");
}

#registration-sidebar {
	background-image: url("https://forms.gobcrealestate.com/wp-content/uploads/2023/08/pexels-zachary-debottis-1838640-scaled.jpg");
}

#tech-support-sidebar {
	background-image: url("https://forms.gobcrealestate.com/wp-content/uploads/2024/06/pexels-cup-of-couple-6177573-1scaled-copy.jpg");
}
#feedback-form{
	background-image: url("https://forms.gobcrealestate.com/wp-content/uploads/2023/09/pexels-ann-h-6935076-scaled.jpg");
	background-color: unset;
}

.quform-spacer button{
	background:linear-gradient()
}


.bottom-bg {
	background-image: url("https://forms.gobcrealestate.com/wp-content/uploads/2020/07/web-design-studio-01.jpg.jpg)");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #dae7fb;
	background-blend-mode: darken;
}
.full-page {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
}