/*===================UNIVERSAL STYLING==================*/
body{
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
	font-family: 'poppins', sans-serif;
	font-size: 16px;
	box-sizing: border-box;
}

/*Conatiner*/
.container{
	padding: 100px;
	padding-top: 0px;
}

/*top background image*/
.backimage-container {
  	width: auto;
  	background-image: url("../assets/header/headimage.jpg");
  	min-height: 400px;
  	image-resolution: 10px 10px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	box-shadow: 0px -100px 20px 0px white inset;
}
.backimage-container h1{
	text-align: center;
	margin-top: 85px;
	color: #fff;
	text-shadow: 2px 4px 4px #000000;
	font-weight: 600;
}

/*Nav Bar*/
.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(227, 227, 227, 0.8);
	color: #fff;

}
.navbar-links ul{
	color: white;
	padding: 0;
	display: flex;
	margin-right: 50px;
}
.navbar-links li{
	list-style: none;
	margin-right: 15px;
	width: 90px;
	text-align: center;
	
}
.navbar-links li a {
	text-decoration: none;
	text-shadow: 2px 4px 4px #000000;
	color: white;
	padding: 1rem;
	display: block;
	border-radius: 20px;
	height: 20px;
}
.navbar-links li a:hover{
	transition-duration: .5s;
	background-color: #16335a;
	color: white;
}
.brand-logo img{
	width: 165px;
	height: 80px;
	padding: 8px;
	padding-left: 50px;
}
.selected{
	background-color: #16335a;
	border-radius: 20px;
}

.toggle-button{
	display: none;
	position: absolute;
	top: 3rem;
	right: 2rem;
	flex-direction: column;
	justify-content: space-between;
	width: 70px;
	height: 50px;
}
.toggle-button .bar{
	height: 16%;
	width: 100%;
	background-color: #16335a;
	border-radius: 10px;
}

/*To-top*/
.to-top{
	transition: .2s;
	background-color: #16335a;
	position: fixed;
	bottom: 16px;
	right: 32px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
}
.to-top.active{
	transition: .2s;
	bottom: 32px;
	pointer-events: auto;
	opacity: 1;
}
.to-top:hover{
	width: 100px;
	display: flex;
	justify-content: start;
	padding-inline: 2px;
	display: flex;
	transition: .4s;
}
.to-top i{
	font-size: 28px;
	padding: 7px;
	color: #16335a;
	background-color: white;
	border-radius: 500px;
}
.to-top:hover p{
	transition: .4s;
	transition-delay: .2s;
	width: auto;
	margin-inline: 5px;
	opacity: 1;
}
.to-top p{
	width: 0px;
	opacity: 0;
}


/*Logo showcase*/
.logo-container{
	background-color: #16335a;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1rem;
}

.logo-container img{
margin-inline: 3rem;
max-height: 5rem;

}

/*Footer*/
.footer{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #d7d7d7;
	padding: 60px 10%;
	justify-content: center;
	padding-right: 10px;
}
.footer-col{
	margin-top: -50px;
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: start;
}
.footer-col h4{
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 20px;
}
.footer-col li{
	list-style: none;
}
.footer-col li a{
	display:block;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}
.footer-col li a:hover{
	color: #16335a;
}

.copyright-info{
	display: flex;
	justify-content: center;
	font-size: 12px;
	background-color: #d7d7d7;
	height: 100%;
	margin-top: -30px;
}

/*===================INDEX PAGE STYLING==================*/
.intro-whatdo{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-inline: 10px;
	background-color: #16335a;
	padding-inline: 50px;
	color: #fff;
	border-radius: 10px;
	text-align: center;
}
.intro-whatdo h1{
	width: 100%;
}
.intro-whatdo h2{
	margin-bottom: 0px;
}

.enquire-btn{
	padding-top: 10px;
}
.enquire-btn button{
	background: #16335a;
	color: #fff;
	padding: 12px 20px;
	border-radius: 15px;
	border-style: none;
	cursor: pointer;
	width: 100%;
	margin-bottom: 30px;
}
.enquire-btn button:hover{
	transition: .5s;
	border-radius: 5px;
}

.sectiontwo-wrapper{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
iframe{ /*Facebook feed widget*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:2px 2px 4px #ccc;
	-webkit-box-shadow: 2px 2px 4px #ccc;
	box-shadow: 2px 2px 4px #ccc;
}
.gemma-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}
.gemma-card{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 70%;
	background-color: white;
	border-radius: 24px;
	padding: 25px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	position: relative;
}
.gemma-card::before{
	top: 0;
	content: '';
	position:absolute;
	height: 35%;
	width: 100%;
	background-color: #16335a;
	border-radius: 24px 24px 0 0;
}
.gemma-image{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 15px;
}
.gemma-image .gemma-img{
	width: 98%;
	height: 98%;
	object-fit: cover;
	border-radius: 50%;
	border: 3px solid #fff;
}
.text-data{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.name{
	font-size: 22px;
	font-weight: bold;
}
.job{
	font-size: 15px;
	font-weight: 400;
}
.quote{
	margin-top: 25px;
	color: #9b9b9b;
	font-size: 15px;
	font-weight: 400;
}
.media-buttons{
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.media-buttons .link{
	color: #fff;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin: 0 8px;
	text-decoration: none;
	background-color: #16335a;
}
.media-buttons .link:hover{
	transition: .4s;
	background-color: #4267b2;
}
/*===================SERVICES PAGE STYLING==================*/	
.service-row{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 20px;
}	
.service-row a{
	text-decoration: none; 
	color: inherit;
}
.service{
	text-align: center;
	padding: 25px 10px;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
	border: 5px solid #16335a;
}
.service:hover{
	transition: .2s;
	background: #16335a;
	color: white;
}
.service i {
	font-size: 40px;
	margin-bottom: 10px;
	color: #16335a;
}
.service:hover i{
	transition: .5s;
	color: white;
}
.service h2{
font-weight: 600;	
}
.servicedesc-container h2{
	padding-top: 10px;
	background-color: white;
}
.servicedesc-container h2::before{
	content: '';
	position: absolute;
	margin-top: 40px;
	margin-left: 2px;
	background-color: #16335a;
	height: 6px;
	width: 45px;
	border-radius: 2px;
}

/*===================ENQUIRY PAGE STYLING==================*/	
.contact-row{
	display: flex;
	justify-content: space-evenly;

}	
.contact-items {
	margin-top: 10px;
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
	
}
.contact-items i{
	font-size: 2rem;
	color: #fff;
	background-color: #16335a;
	border: .7rem solid #16335a;
	border-radius: 50%;
}
.contact-items span{
	margin-top: -15px;
	text-align: center;
}

#radbuttons {
	color: #16335a;
}
input[type=radio]{
	margin-top: 10px; /* Some padding */ 
	margin-bottom: 20px; /* Some padding */ 

}
input[type=text], input[type=number], input[type=email], select, textarea {
	color: #16335a;
	width: 100%; /* Full width */
	padding: 12px; /* Some padding */ 
	border: 1px solid #ccc; /* Gray border */
	border-radius: 4px; /* Rounded borders */
	box-sizing: border-box; /* Make sure that padding and width stays in place */
	margin-top: 6px; /* Add a top margin */
	margin-bottom: 16px; /* Bottom margin */
	resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}
input[type=submit] {
	background: #16335a;
	color: #fff;
	padding: 12px 20px;
	border-radius: 15px;
	border-style: none;
	cursor: pointer;
	margin-top: 10px;
	width: 200px;
}
input[type=submit]:hover {
	transition: .5s;
	border-radius: 5px;
}
	  
.form-container {
	border-radius: 10px;
	background-color: #f2f2f2;
	padding: 20px;
}
.form-wrapper span{
	color: rgb(184, 0, 0);
	font-size: medium;
}
.form-wrapper textarea{
	min-height: 50px;
}

.consentContainer{
	display: none;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	position:fixed;
	z-index: 1;
}

.consentBox{
	background-color: rgba(255, 255, 255, 0.9);
	width: 80%;
	height: auto;
	border: #16335a solid 5px;
	border-radius: 5px;
	flex-wrap: wrap;
	max-height: 80%;
	overflow: scroll;
}

.consentBox button{
	color: #fff;
    background-color: #16335a;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 10px;
	margin-bottom: 10px;
}

.consentBox-Content-btn{
	display: flex;
	justify-content: end;
	position: fixed;
	padding: 10PX;
	width: 79%;
	
}

.consentBox .consentBox-Content-Text{
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	padding: 20px;
}

.consentBox .consentBox-Content-Text h1{
	text-decoration: underline;
}

.consentBox .consentBox-Content-Text p{
	margin-top: 0;
}

input[type=checkbox]{
	vertical-align: middle;
	position: relative;
	bottom:1px;
}


.consentLabelHere span{
	color: black;
	text-decoration: underline;
	font-weight: bold;
	font-size:medium;
	cursor: pointer;
}


/*===================ABOUT PAGE STYLING==================*/	
.about-container{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%; 
}
.about-container h2{
	margin-top: 10px;
	margin-bottom: 10px;
}
.about-section{
	border-radius: 10px;
	min-width: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	margin-bottom: 10px;
	color: #fff;
	background-color: #16335a;
}

.faq-question{
	padding: 22px;
	border-radius: 50px;
	box-shadow:7px 8px 16px 15px rgba(0,0,0,0.1);
	color: #767676;
	text-align: center;
	margin-bottom: 50px;
	font-size: 12px;
}
.faq-question:hover{
	transition-duration: .5s;
	color: #16335a;
}
.faq-question h2 a{
	text-decoration:underline;
	color: #767676;
}

/*===================MEDIA QUERIES==================*/	
@media only screen and (max-width: 1040px){ /*Query that shows burger button and changes styles for mobile users */
	/*Navbar and header changes*/
	.brand-logo img{
		width: 210px;
		height: 110px;
		padding: 20px;
		padding-left: 50px;
	}

	.toggle-button{
		display: flex;
	}

	.navbar{
		flex-direction: column;
		align-items: flex-start;
	}
	.navbar-links li a {
		border-radius: 00px;
	}
	.selected{
		border-radius: 0px;
	}
	.navbar-links{
		display: none;
		width: 100%;
		margin-top: -30px;
	}
	.navbar-links ul, .navbar-links li{
		width: 100%;
		flex-direction: column;
		margin-right: 0;
	}
	.navbar-links li a{
		padding: 2rem 1rem;
		font-size: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.navbar-links.active{
		display: flex;
	}

	.backimage-container h1{
		font-size:50px;
		margin-top: 50px;
	}

/*index page changes*/
	.intro-whatdo{
		font-size: 30px;
		text-align: start;
	}
	.intro-whatdo h2{
		margin-bottom: -20px;
	}
	.sectiontwo-wrapper{
		display: flex;
		flex-wrap: wrap;
	}
	.gemma-card{
		width: 100%;
		margin-top: 30px;
	}
	.name, .enquire-btn, button{
		font-size: 30px;

	}
	.job, .quote{
		font-size: 25px;
	}
	.facebook-widget{
		display: none;
	}

	.media-buttons .link{
		color: #fff;
		font-size: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 70px;
		width: 70px;
	}
	


/*Enquiry page changes*/
	.contact-row{
		align-items: center;
		flex-wrap: wrap;
		
	}
	.contact-items{
		display:flex;
		flex-wrap: wrap;
		height: 300px;
		align-items: center;

	}
	.contact-items i{
		font-size: 5rem;
		color: #fff;
		background-color: #16335a;
		border: 1.2rem solid #16335a;
		border-radius: 50%;
	}
	.contact-items span{
		font-size: 30px;
		
	}
	.form-wrapper [type=submit] {
		width: 100%;
		height: 100px;
		display: flex;
		align-content: center;
		justify-content: space-evenly;
		font-size: 30px;
		font-weight: none;
	}
	.form-wrapper span{
		font-size:30px;
	}
	.form-container{
		font-size: 30px;
		padding-inline: 40px;
	}
	input[type=text], input[type=number], input[type=email], select, textarea {
		color: #16335a;
		height: 70px;
		box-sizing: border-box;
		margin-top: 6px; 
		margin-bottom: 16px; 
		font-size: 25px;
	}
	input[type=radio]{
		margin-top: 20px; 
	}
	#radbuttons{
		font-size: 25px;
	}

	.consentBox-Content-btn button{
		margin-right: 25px;
		
	}
	input[type=checkbox]{
		-ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
	}



/*Services page changes*/
	.servicedesc-container h2{
		font-size: 30px;
		margin-top: 75px;
	}
	.servicedesc-container h2::before{
		margin-top: 70px;
	}
	.service{
		grid-gap: 10px;
	}
	.service h2{
		font-size: 35px;
	}
	.service p{
		display: none;
	}
	.servicedesc-container ul{
		font-size: 25px;
	}
	.service-row{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 3fr));
		grid-gap: 30px;
	}


/*About page changes*/
	.about-container{
		flex-wrap: wrap;
		font-size: 30px;
	}

/*footer and copyright changes*/
	.footer{
		flex-wrap: wrap;
	}

	.footer-col{
		width: 40%;
		margin-top: 0px;
		display: flex;
		text-align: center;
		justify-content: center;
	}
	.footer-col li a{
		font-size: 25px;
	}
	.footer h4{
		font-size: 50px;
		margin-bottom: 10px;
	}

	.copyright-info{
		font-size: 25px;
	}

	.to-top{
		width: 90px;
		height: 90px;
	}
	.to-top p{
		display: none;
	}
	.to-top:hover{
		width: 90px;
		justify-content: center;
		padding-inline: 0px;
		display: flex;
		transition: .4s;
	}
	.to-top i{
		font-size: 55px;
		padding: 7px;
		color: #16335a;
		background-color: white;
		border-radius: 500px;
	}

	.to-top:hover p{
		display: hidden;
	}
	.to-top p{
		display: none;
	}
}


  

