@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic");

/*
	Directive by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	html, body {
		height: 100%;
	}

	body {
		background: #ffffff;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #6e6e6e;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 16pt;
		font-weight: 400;
		line-height: 1.75em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		color: #4eb980;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 600;
		color: #5b5b5b;
	}

	em, i {
		font-style: italic;
	}

	p, ul, ol, dl, table, blockquote, form {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #5b5b5b;
		font-weight: 700;
		letter-spacing: 0.125em;
		line-height: 1.75em;
		margin-bottom: 1em;
		text-transform: uppercase;
		text-align: center;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1em;
	}

	h3 {
		font-size: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-top: solid 1px rgba(224, 224, 224, 0.75);
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em rgba(224, 224, 224, 0.75);
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 51em;
	}

		.container.medium {
			width: 38.25em;
		}

		
		

/* Row */


/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header {
		text-align: center; 
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	header h1 {
		color: white;
		
	}

	#header h1{
		color: white;
	}

		header p {
			position: relative;
			top: -1em;
			color: #888888;
			text-transform: uppercase;
			letter-spacing: 0.075em;
		}

		header.major {
			border-bottom-width: 1px;
			border-color: rgba(224, 224, 224, 0.75);
			border-style: solid;
			border-top-width: 1px;
			margin-bottom: 6em;
			padding: 4em 0;
			position: relative;
		}

			header.major:before, header.major:after {
				background: rgba(224, 224, 224, 0.75);
				content: '';
				display: block;
				height: 1px;
				left: 0;
				position: absolute;
				width: 100%;
			}

			header.major:before {
				top: 10px;
			}

			header.major:after {
				bottom: 10px;
			}

			header.major h2 {
				margin: 0;
			}

			header.major p {
				top: 0;
				margin: 1.5em 0 0 0;
				padding: 1.5em 1.5em 0 1.5em;
				font-size: 1.5em;
				line-height: 1.75em;
				border-top: solid 1px rgba(224, 224, 224, 0.75);
				display: inline-block;
			}

			header.major.last {
				border-bottom: 0;
				margin-bottom: 0;
				padding-bottom: 0;
			}

				header.major.last:after {
					display: none;
				}

				header.major.last h2 {
					margin-bottom: 1em;
				}

	footer {
		text-align: center;
	}

		footer.major {
			border-bottom-width: 1px;
			border-color: rgba(224, 224, 224, 0.75);
			border-style: solid;
			border-top-width: 1px;
			margin-top: 6em;
			padding: 4em 0;
			position: relative;
		}

			footer.major:before, footer.major:after {
				background: rgba(224, 224, 224, 0.75);
				content: '';
				display: block;
				height: 1px;
				left: 0;
				position: absolute;
				width: 100%;
			}

			footer.major:before {
				top: 10px;
			}

			footer.major:after {
				bottom: 10px;
			}



/* Image */


/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* List */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

/* Actions */




/* Table */

	.table-wrapper {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px rgba(224, 224, 224, 0.75);
			}

				table.default tbody tr:nth-child(2n - 1) {
					background: rgba(224, 224, 224, 0.15);
				}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				color: #5b5b5b;
				font-size: 0.8em;
				font-weight: 700;
				letter-spacing: 0.125em;
				line-height: 1.75em;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
				text-transform: uppercase;
			}

			table.default thead {
				border-bottom: solid 1px rgba(224, 224, 224, 0.75);
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		background: #544d55;
		border-radius: 4px;
		border: 0;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		font-size: 0.9em;
		font-weight: 700;
		letter-spacing: 0.125em;
		line-height: 3.25em;
		min-width: 15em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background: #6e6570;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background: #474148;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background: none;
			box-shadow: inset 0 0 0 1px rgba(224, 224, 224, 0.75);
			color: #544d55;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background: rgba(224, 224, 224, 0.15);
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background: rgba(224, 224, 224, 0.35);
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

/* Box */

	.box {
		background: #ffffff;
		border: solid 1px rgba(224, 224, 224, 0.75);
		margin-bottom: 6em;
		padding: 3.5em;
	}

		.box.alt {
			background: none;
			border: none;
			padding: 0;
		}

/* Feature */

	.feature {
		position: relative;
		height: 20em;
	}

		.feature:after {
			clear: both;
			content: '';
			display: block;
		}

		.feature h3, .feature h4, .feature h5, .feature h6 {
			text-align: inherit;
		}

		.feature .image {
			display: inline-block;
			height: 100%;
			overflow: hidden;
			position: relative;
			width: 50%;
		}

			.feature .image img {
				display: block;
				min-height: 100%;
				min-width: 100%;
				position: absolute;
			}

		.feature:before {
			background: blue;
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		.feature .content {
			background-color: white;
			display: inline-block;
			padding: 3.5em;
			vertical-align: middle;
			width: 48%;
		}

			.feature .content h3 {
				margin-bottom: 0.5em;
			}

			.feature .content :last-child {
				margin: 0;
			}

		.feature.left {
			text-align: left;
		}

			.feature.left .image {
				float: left;
			}

				.feature.left .image img {
					right: 0;
					top: 0;
				}

			.feature.left .content {
				background-color: white;

				padding-right: 0;
			}

		.feature.right {
			text-align: right;
		}

			.feature.right .image {
				float: right;
			}

				.feature.right .image img {
					left: 0;
					top: 0;
				}

			.feature.right .content {
				padding-left: 0;
			}

		.feature.long .content {
			padding-top: 0;
		}

/* Header */

#header {
    background-image: url("images/AdobeStock_179729415.jpeg");
    background-size: cover;
    background-attachment: fixed; /* Keeps the background image fixed in place */
    color: rgba(255, 255, 255, 0.8);
    height: 110vh; /* Set height to 100% of the viewport height */
    
    text-align: center;
    background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
    
}


		

		#header input[type="submit"],
		#header input[type="reset"],
		#header input[type="button"],
		#header .button {
			background: #ffffff;
			color: #544d55;
		}

	
			#header .logo.fa-paper-plane-o:before {
				left: -0.075em;
				position: relative;
			}

		#header h1 {
			font-size: 2.5em;
			margin: 0;
		}
		
		#header h2{
		    font-size: 1em;
		}

		#header p {
			font-size: 1.5em;
			line-height: 1.5em;
			margin: 0.25em 0 0 0;
		}

/* Footer */

	#footer {
		background-attachment: scroll;
		background-color: #2690c9;
		background-image: url("images/bottom-3200.svg");
		background-position: top center;
		background-repeat: repeat-x;
		background-size: 3200px 460px;
		color: rgba(255, 255, 255, 0.8);
		/*
				Since the SVG background occupies a lot of vertical space, we'll
				add additional top padding (to move our content out of its way)
				and a negative margin (to move everything up a bit).
			*/

		margin-top: -260px;
		padding: calc(460px + 6em) 0 10em 0;
		position: relative;
		text-align: center;
	}

		

		#footer a {
			color: #ffffff;
		}

		#footer strong, #footer b {
			color: #ffffff;
		}

		#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
			color: #ffffff;
		}

		#footer header p {
			color: rgba(255, 255, 255, 0.5);
		}

		#footer input[type="submit"],
		#footer input[type="reset"],
		#footer input[type="button"],
		#footer .button {
			background: #ffffff;
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #4eb980;
		}

			#footer input[type="submit"]:hover,
			#footer input[type="reset"]:hover,
			#footer input[type="button"]:hover,
			#footer .button:hover {
				background: rgba(224, 224, 224, 0.15);
				color: #ffffff;
			}

		#footer input[type="text"]:focus,
		#footer input[type="password"]:focus,
		#footer input[type="email"]:focus,
		#footer select:focus,
		#footer textarea:focus {
			border-color: #ffffff;
		}

		#footer .formerize-placeholder {
			color: rgba(255, 255, 255, 0.3) !important;
		}

		#footer form {
			margin: 3em 0;
		}

		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			line-height: 1em;
			margin: 3em 0 0 0;
		}

			#footer .copyright li {
				border-left: dotted 1px;
				display: inline-block;
				margin-left: 1em;
				padding-left: 1em;
			}

				#footer .copyright li:first-child {
					padding: 0;
					margin: 0;
					border: 0;
				}

				#footer .copyright li a, #footer .copyright li span {
					color: inherit;
				}

					#footer .copyright li a:hover, #footer .copyright li span:hover {
						color: #ffffff;
					}

/* Main */

	#main {
		padding: 6em 0 5em 0;
		position: relative;
		z-index: 1;
	}

		

		#main header.major,
		#main footer.major {
			background: #ffffff;
		}
		/* Mobile */
@media screen and (max-width: 800px) {
    #header {
        background-size: cover; /* Adjust background size to cover the entire header */
        background-position: center; /* Center the background image */
        height: 100vh; /* Set height to auto to adjust according to content */
    }
}


/* Wide */
@media screen and (max-width: 1680px) {
    /* Basic */
    body, input, select, textarea {
        font-size: 14pt;
    }
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.25em;
    }
    /* Section/Article */
    header.major p {
        font-size: 1.25em;
    }
    /* Header */
    #header {
        padding: 8em 0 16em 0;
		background-size: cover; /* Adjust background size to cover the entire header */
        background-position: center; /* Center the background image */
        height: auto;
    }
    #header h1 {
        font-size: 2.25em;
    }
    #header p {
        font-size: 1.25em;
        line-height: 1.65em;
    }
}

/* Normal */
@media screen and (max-width: 1280px) {
    /* Basic */
    body, input, select, textarea {
        font-size: 13pt;
    }
    h2 {
        font-size: 1.35em;
    }
    h3 {
        font-size: 1.15em;
    }
    /* Section/Article */
    header.major {
        margin-bottom: 4em;
        padding: 3em 0;
		background-size: cover; /* Adjust background size to cover the entire header */
        background-position: center; /* Center the background image */
        height: auto;
    }
    header.major p {
        font-size: 1.15em;
    }
    footer.major {
        margin-top: 4em;
        padding: 3em 0;
    }
    /* Box */
    .box {
        padding: 2.5em;
        margin-bottom: 4em;
    }
    /* Feature */
    .feature {
        height: 18em;
    }
    .feature .content {
        padding: 2.5em;
    }
    /* Footer */
    #footer {
        background-image: url("images/bottom-1600.svg");
        background-size: 1600px 230px;
        margin-top: -100px;
        padding: calc(230px + 4em) 0 6em 0;
    }
    #footer:before {
        height: calc(230px + 4em);
    }
    /* Main */
    #main {
        padding: 4em 0 3em 0;
    }
}

/* Mobile */
@media screen and (max-width: 736px) {
    /* Basic */
    h2, h3 {
        font-size: 1em;
    }
    footer.major {
        margin-top: 2em;
    }
    footer.major br {
        display: none;
    }
    /* Box */
    .box {
        padding: 2em;
        margin-bottom: 2em;
    }
    /* Feature */
    .feature {
        background: #ffffff;
        display: block;
        height: auto;
        margin-bottom: 2em;
    }
    .feature:last-child {
        margin-bottom: 0;
    }
    .feature:before, .feature:after {
        display: none;
    }
    .feature .image {
        float: none;
        height: 15em;
        width: 100%;
    }
    .feature .content {
        border: solid 1px rgba(224, 224, 224, 0.75);
        padding: 2em !important;
        text-align: center;
        width: 100%;
    }
    /* Footer */
    #footer {
        background-image: url("images/bottom-1280.svg");
        background-size: 1280px 184px;
        margin-top: -75px;
        padding: calc(184px + 2em) 0 2em 0;
    }
    #footer:before {
        height: calc(184px + 2em);
    }
    #footer form {
        padding-bottom: 0;
    }
    /* Main */
    #main {
        padding: 2em 0 2em 0;
    }
    /* Header */
    #header {
        padding: 6em 0 10em 0;
		background-size: cover; /* Adjust background size to cover the entire header */
        background-position: center; /* Center the background image */
        height: auto;
    }
    .logo-head {
        width: 300px;
    }
}

/* Mobile (Portrait) */
@media screen and (max-width: 480px) {
    /* Section/Article */
    header.major {
        padding-left: 1em;
        padding-right: 1em;
		background-size: cover; /* Adjust background size to cover the entire header */
        background-position: center; /* Center the background image */
        height: auto;
    }
    footer.major {
        padding-left: 1em;
        padding-right: 1em;
    }
    /* Button */
    input[type="submit"], input[type="reset"], input[type="button"], .button {
        display: block;
        width: 100%;
    }
    /* Box */
    .box {
        padding: 2em 1em;
    }
    /* Feature */
    .feature {
        margin-bottom: 1em;
    }
    .feature .content {
        padding: 2em 1em !important;
    }
    /* Main */
    #main {
        padding-left: 1em;
        padding-right: 1em;
    }
    /* Footer */
    #footer {
        margin-top: -100px;
        padding-left: 1em;
        padding-right: 1em;
    }
    #footer .copyright li {
        border: 0;
        display: block;
        margin: 0;
        padding: 0.75em 0 0 0;
    }
    /* Header */
    #header {
        padding: 4em 0 8em 0;
    }
}







/* The Modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
   
    overflow: auto; /* Enable scroll if needed */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

/* Style the modal as a pop-up */
.modal-content {
    background-color: #f9f9f9; /* Light background color */
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); /* Soft shadow */
    width: 50%; /* Adjusted width */
    max-width: 40%; /* Set maximum width for larger screens */
    max-height: 70%; /* Adjusted maximum height */
    overflow-y: auto; /* Enable vertical scroll if needed */
    margin: auto; /* Center the modal horizontally */
    position: fixed; /* Fixed position */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Center the modal */
    z-index: 9999; /* Ensure it's on top of other elements */
}

/* Center the services list */
#serviceList {justify-content: center;
    text-align: center;
}

/* Ensure services are listed in a column */
ul#services {
    list-style-type: none;
    padding: 0;
    text-align: left; /* Align text to the left within the centered container */
    margin-top: 10px; /* Add some space above the services list */
}

ul#services li {
    margin-bottom: 10px;
	width: 250px;
}

/* Center the Submit button */
#quoteForm input[type="submit"] {
    margin-top: 20px; /* Add space between services list and submit button */
}

#quoteForm  p{
	display: flex;
	justify-content: center;
}





ul#services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Adjust the column width */
    gap: 20px; /* Add some gap between items */
    list-style-type: none;
    padding: 0;
    margin: 0; /* Remove default margin */
    text-align: center;
    margin-top: 10px; /* Add some space above the services list */
}

ul#services li {
    box-sizing: border-box; /* Include padding and border in width calculation */
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd; /* Add border for each item */
    background-color: #f9f9f9; /* Light background color */
    height: 100%; /* Ensure all items have the same height */
}

/* Style for service name */
ul#services li span {
    font-weight: bold;
}

/* Style for "Add to Quote" button */
ul#services li button.addService {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease; /* Smooth transition */
}

/* On hover, darken the background color of the "Add to Quote" button */
ul#services li button.addService:hover {
    background-color: #0056b3; /* Darker color on hover */
}

/* Center the Submit button */
#quoteForm input[type="submit"] {
    margin-top: 20px; /* Add space between services list and submit button */
}

/* Clear the float */
.clear {
    clear: both;
}

/* Styling for the close button */
/* Styling for the close button */
.modal-content .close {
    color: #aaa;            /* Color of the close button */
    font-size: 24px;        /* Font size of the close button */
    font-weight: bold;      /* Font weight for the close button */
    position: sticky;     /* Absolute positioning within modal content */
    z-index: 1000;          /* Ensure the close button is on top of other elements */
    cursor: pointer;        /* Cursor changes to pointer on hover */
	float: right;
	top: -1px;             /* Position the button more upwards */
    right: 10px; 
}


/* Form Styling */
label {
	justify-content: center;
    font-weight: bold;
    color: #333; /* Dark label color */
}

input[type="text"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px; /* Increased margin for better separation */
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    transition: border-color 0.3s ease; /* Smooth transition */
}

input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: #007bff; /* Highlight border color on focus */
}

input[type="submit"] {
    background-color: #007bff;
    color: white;
    padding: 15px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s ease; /* Smooth transition */
}

input[type="submit"]:hover {
    background-color: #0056b3; /* Darker color on hover */
}

/* Services List Styling */
ul#services {
    list-style-type: none;
    padding: 0;
}

ul#services li {
    margin-bottom: 10px;
}

.addService {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease; /* Smooth transition */
}

.addService:hover {
    background-color: #0056b3; /* Darker color on hover */
}







.footer{
	background:#000;
	padding:30px 0px;
	font-family: 'Play', sans-serif;
	text-align:center;
	}

	.footer .row .social-icon {
		text-decoration: none;
		color: gray;
		transition: 0.5s;
		margin: 0 10px;
	}
	
	.footer .row .social-icon:hover {
		color: #fff;
	}
	
	.footer .row .social-icon i {
		font-size: 2em;
	}
	
	@media (max-width: 720px) {
		.footer .row .social-icon {
			margin: 10px 0;
		}
		.modal {
			display: none; /* Hidden by default */
			position: fixed; /* Stay in place */
			z-index: 9999; /* Sit on top */
			left: 0;
			top: 0;
			width: 100%; /* Full width */
			height: 100%; /* Full height */
			overflow: auto; /* Enable scroll if needed */
			background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
			display: flex; /* Use flexbox for centering */
			justify-content: center; /* Center horizontally */
			align-items: center; /* Center vertically */
		}
		.modal-content {
			background-color: #f9f9f9; /* Light background color */
			padding: 30px;
			border-radius: 10px;
			box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); /* Soft shadow */
			width: 80%; /* Adjusted width */
			max-width: 600px; /* Set maximum width for larger screens */
			max-height: 60%; /* Adjusted maximum height */
			overflow-y: auto; /* Enable vertical scroll if needed */
			margin: auto; /* Center the modal horizontally */
			position: fixed; /* Fixed position */
			top: 50%; /* Center vertically */
			left: 50%; /* Center horizontally */
			transform: translate(-50%, -50%); /* Center the modal */
			z-index: 9999; /* Ensure it's on top of other elements */
		}
	}
	
	
	.footer .row{
	width:100%;
	margin:1% 0%;
	padding:0.6% 0%;
	color:gray;
	font-size:0.8em;
	}
	
	.footer .roow a{
	text-decoration:none;
	color:gray;
	transition:0.5s;
	}
	
	.footer .row a:hover{
	color:#fff;
	}
	
	.footer .row ul{
	width:100%;
	}
	
	.footer .row ul li{
	display:inline-block;
	margin:0px 30px;
	}
	
	.footer .row a i{
	font-size:2em;
	margin:0% 1%;
	}
	
	@media (max-width:720px){
	.footer{
	text-align:left;
	padding:5%;
	}
	.footer .row ul li{
	display:block;
	margin:10px 0px;
	text-align:left;
	}
	.footer .row a i{
	margin:0% 3%;
	}
	}



	.custom-footer {
		
		padding: 30px 0;
		font-family: 'Play', sans-serif;
		text-align: center;
	}
	
	.footer-container {
		width: 100%;
		margin: 1% 0;
		padding: 0.6% 0;
		color: gray;
		font-size: 0.8em;
	}
	
	.social-links {
		width: 100%;
	}
	
	.social-link {
		display: inline-block;
		width: 40px;
		height: 40px;
		
		margin: 0 10px;
	}
	
	.additional-links {
		width: 100%;
		margin-top: 20px;
	}
	
	.additional-links ul {
		list-style-type: none;
		padding: 0;
	}
	
	.additional-links ul li {
		display: inline-block;
		margin: 0 20px;
	}
	
	.additional-links ul li a {
		text-decoration: none;
		color: gray;
		transition: 0.5s;
	}
	
	.additional-links ul li a:hover {
		color: #fff;
	}
	
	@media (max-width: 720px) {
		.custom-footer {
			text-align: left;
			padding: 5%;
		}
	
		.social-link,
		.additional-links ul li {
			display: block;
			margin: 10px 0;
			text-align: center;
		}
	}
	

	
	
	
	

	
	.custom-logo img {
		max-width: 100px; /* Adjust the maximum width as needed */
		height: auto;
	}
	
	ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	ul li {
		display: inline-block;
		margin-left: 20px;
	}
	
	ul li:first-child {
		margin-left: auto; /* Pushes the first list item to the right, making it align to the right */
	}
	
	ul li a {
		color: black;
		text-decoration: none;
	}
	
	ul li a:hover {
		color: rgb(74, 155, 225);
	}
	

/* Center everything in the footer */
.footer-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; /* Center-align text */
}

/* Style for the "Get a quote" heading */
.footer-button h3 {
    font-family: Arial, sans-serif; /* Use the desired font family */
}

/* Style for the paragraph */
.footer-button p {
    font-family: Arial, sans-serif; /* Use the desired font family */
}

/* Style for the button */
.request-button {
    padding: 10px 20px; /* Adjust padding as needed */
    background-color: #188de1; /* Button background color */
    color: white; /* Button text color */
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.request-button:hover {
    background-color: #4b4e4b; /* Darker background color on hover */
}


/* Adjust the size of images within the features */
.box.alt.container .feature .image img {
    width: 100%;
    height: auto;
}


.social-links {
    text-align: center;
}

.social-link {
    display: inline-block;
    width: 30px; /* Adjust size as needed */
    height: 30px; /* Adjust size as needed */
    margin: 0 10px; /* Adjust spacing as needed */
    background-size: cover;
}

#facebook {
    background-image: url('images/2021_facebook_icon.png');
}

#instagram {
    background-image: url('path/to/instagram-icon.png');
}

#linkedin {
    background-image: url('path/to/linkedin-icon.png');
}

#email {
    background-image: url('path/to/email-icon.png');
}



.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* Semi-transparent background */
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}



.social-link img {
    width: 50px;
    height: 50px;
}


.contact-section {
	display: flex;
	flex-direction: column;
    margin-top: 175px;
    padding: 20px;
	justify-content: center;
}

.contact-section h3 {
    margin-bottom: 10px;
    color: #eae7e7; /* Dark text color */
}

.contact-section ul {
    list-style-type: none; 
	margin-right: 135px;
    padding: 0;
}

.contact-section ul li {
    margin-bottom: 5px;
    color: #fffcfc; /* Medium-dark text color */
}


.landing-text{
	margin-bottom: 100x;
}

