
:focus{
    outline: 2px solid var(--blue);
    outline-offset: 2px;
}
:focus:not(:focus-visible) {
    outline: none;
}
body {
    color: #000;
    font-family: Verdana, sans-serif;
    font-size: var(--text-default);
    line-height: 1.4;
    margin: 0;
    padding: 0;
    background: #FFF;
}


/* Global Header / Footer */
header.main {
    max-width: var(--site-width);
    margin: 0 auto;
}
.siteBannerWrapper {
    background: var(--yellow);
    font-size: 14px;
    color: #000;
}
.siteBannerText {
    padding: 5px 0;
    margin: var(--center);
    max-width: var(--site-width);
}
#successBanner {
    animation: hideAndRemove 5s forwards;
    color: white;
    background-color: #298D41;
    height: 28px;
    text-align: center;
}
#errorBanner {
    animation: hideAndRemove 5s forwards;
    color: white;
    background-color: #B2160E;
    height: 28px;
    text-align: center;
}
@keyframes hideAndRemove {
    0%   {height: 28px; position: static;}
    90%  {height: 28px; position: static;}
    99%  {height: 0; position: static;}
    100% {height: 0; position: absolute;}
}
header {
    box-shadow: 0px 8px 10px #444;
    background: #FFF;
}

header .mainLogo {
    height: 79px;
    margin-left: 15px;
}
header .mainMobileLogo {
    display: none;
    margin: 0;
    max-width: 150px;
    width: 100%;
}

.parallax {
  /* The image used */
  /*background-image: url("/images/house.jpg");*/

  /* Set a specific height */
  min-height: 500px;
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.parallax h1 {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    padding-top: 100px;
    color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
}
.parallax h2 {
    font-size: 28px;
    text-align: center;
    color: white;
    padding-top: 10px;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
}

main {
    margin: var(--center);
    max-width: var(--site-width);
}
main:after {
    content: "";
    display: table;
    clear: both;
}
.page-wrap {
    margin-top: 30px;
}
footer {
    max-width: var(--site-width);
    margin: var(--center);
    background: var(--blue);
    color: #FFF;
    padding: 0 10px;
}
footer .inner-content {
    position: relative;
    max-width: var(--inner-content);
    margin: var(--center);
    padding: 20px 0;
}
footer a {
    color: #FFF;
}
footer a:hover {
    color: #CCC;
}
footer ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.footerIcons {
    text-align: center;
    margin: 10px 10px 0;
}
footer .right {
    text-align: right;
}
footer .phone {
    font-size: 25px;
    padding: 15px 0;
}
footer .copyright {
    font-size: var(--text-small);
}


/* Navigation */
.navBar {
    background: var(--background);
}
.navbar-toggler {
    padding: 0.2rem .2em;
}
.navbar-toggler-icon {
    width: 1.3em;
    height: 1.2em;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #555;
}



/* Global Elements */
h1,h2,h3,h4,h5 {
    margin: 0px;
    padding: 0px;
}
.pointer {
    cursor: pointer;
}
::placeholder {
    color: black;
    opacity: 0.4;
}
.inlineForm {
    text-align: right;
    line-height: normal;
    margin: 0;
}
.inlineForm form {
    margin: 0;
    padding: 0;
}
.inlineForm input[type=text], .inlineForm input[type=password] {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
}
input[type=text], select, input[type=number], input[type=password], textarea {
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 1px solid var(--blue);
    margin-bottom: 10px;
    padding: 5px;
    background: white;
}
input[type=submit], input[type=button], .button {
    background: var(--light-yellow);
    border: 0;
    color: #000;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 10px;
}
.button {
    display: inline-block;
    font-size: 14px;
}
.button:hover {
    color: #FFF;
}
hr {
    color: var(--main-gray);
    background: var(--main-gray);
    border: 1px solid var(--main-gray);
}
.center {
	text-align: center;
}
.centerImage {
    display: block;
	margin: var(--center);
}
.clear {
	clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.ml-10 {
    margin-left: 10px;
}
.mv-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mv-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mv-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mh-10 {
    margin-left: 10px;
    margin-right: 10px;
}
.mh-20 {
    margin-left: 20px;
    margin-right: 20px;
}
.mh-30 {
    margin-left: 30px;
    margin-right: 30px;
}
.responsive_img {
    height: auto;
    width: auto;
	max-width: 100%;
}

/* Error Page */
.errorPageWrapper {
    margin: 20px auto;
}

/* Contact Page */
.subtitle {
    color: var(--main-gray);
    margin-bottom: 30px;
}
.contact-container {
    display: flex;
    gap: 40px;
    max-width: var(--inner-content);
    margin: 0 auto;
    padding: 20px;
}
.contact-info {
    flex: 1;
    min-width: 280px;
}
.contact-info h3 {
    color: var(--blue);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--yellow);
}
.info-item {
    margin-bottom: 20px;
}
.info-item strong {
    display: block;
    color: var(--blue);
    margin-bottom: 5px;
}
.info-item p {
    margin: 0;
    line-height: 1.6;
}
.contactForm {
    flex: 1;
    min-width: 300px;
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.contactForm h3 {
    color: var(--blue);
    margin-top: 0;
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 18px;
}
.contactForm label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
    font-size: var(--text-small);
    color: #333;
}
.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: var(--text-default);
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    margin-bottom: 0;
}
.contactForm input[type="text"]:focus,
.contactForm input[type="email"]:focus,
.contactForm textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(84, 102, 162, 0.1);
}
.contactForm textarea {
    resize: vertical;
    min-height: 120px;
}
.btn-submit {
    width: 100%;
    padding: 14px 24px;
    background: var(--blue);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: var(--text-default);
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}
.btn-submit:hover {
    background: #455590;
}
.btn-submit:active {
    transform: scale(0.98);
}

/* Success Message */
.success-message {
    text-align: center;
    padding: 30px 20px;
}
.success-icon {
    width: 60px;
    height: 60px;
    background: #298D41;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 20px;
}
.success-message h3 {
    color: #298D41;
    margin-bottom: 10px;
}
.success-message p {
    color: var(--main-gray);
    margin: 0;
}

@media screen and (max-width: 700px) {
    .contact-container {
        flex-direction: column;
        gap: 30px;
    }
    .contact-info, .contactForm {
        min-width: auto;
    }
}

/* Home Page */
.home-features {
    padding: 20px 0;
}
.feature-item {
    padding: 20px 15px;
}
.feature-icon {
    font-size: 40px;
    margin-bottom: 10px;
    color: var(--yellow);
}
.feature-item h4 {
    margin-bottom: 8px;
    font-size: 18px;
}
.feature-item p {
    margin: 0;
    font-size: var(--text-small);
    opacity: 0.9;
}
.page-content {
    padding: 50px 20px;
}
.page-content .page-intro {
    text-align: center;
    margin-bottom: 50px;
}
.page-content .page-intro p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.8;
    color: var(--main-gray);
}
.page-content h1 {
    color: var(--blue);
    margin-bottom: 20px;
}
.page-content h3 {
    color: var(--blue);
    margin-bottom: 15px;
}
.content-section {
    margin-bottom: 40px;
}
.content-section p {
    line-height: 1.8;
    color: var(--main-gray);
    margin-bottom: 15px;
}
.page-cta {
    margin-top: 40px;
}

/* Reviews Page */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}
.review-card {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border-left: 4px solid var(--yellow);
}
.review-text {
    font-style: italic;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}
.review-author {
    color: var(--blue);
    font-weight: bold;
    font-size: var(--text-small);
    margin: 0;
}
@media screen and (max-width: 768px) {
    .reviews-grid {
        grid-template-columns: 1fr;
    }
}
.home-content {
    padding: 50px 20px;
}
.home-intro {
    margin-bottom: 50px;
    padding: 0 20px;
}
.home-intro h2 {
    color: var(--blue);
    margin-bottom: 20px;
    font-size: 28px;
}
.home-intro p {
    max-width: 750px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.8;
    color: var(--main-gray);
}
.home-services {
    margin-bottom: 50px;
}
.home-services .row {
    gap: 30px 0;
}
.service-card {
    background: #f9f9f9;
    padding: 35px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}
.service-card h3 {
    color: var(--blue);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--yellow);
    font-size: 22px;
}
.service-card p {
    color: var(--main-gray);
    margin-bottom: 20px;
    line-height: 1.7;
}
.service-card ul {
    margin: 0 0 25px 0;
    padding-left: 20px;
}
.service-card ul li {
    margin-bottom: 10px;
    color: #555;
    line-height: 1.5;
}
.service-card .cl-effect-2 {
    margin-top: 20px;
}
.home-cta {
    padding: 50px 30px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}
.home-cta h2 {
    color: var(--blue);
    margin-bottom: 15px;
    font-size: 26px;
}
.home-cta p {
    margin-bottom: 25px;
    font-size: 17px;
    color: var(--main-gray);
}

/* Mobile changes */
@media screen and (max-width:400px) {
    header .navbar-brand {
        width: 70%;
        margin-right: 0;
    }
}

@media screen and (max-width:767px) {
    header .mainMobileLogo {
        display: inline-block;
    }
    header .mainLogo {
        display: none;
    }
}



@media screen and (max-width:576px) {

    footer .right, footer .left {
        text-align: center;
    }
    .parallax h1 {
        font-size: 38px;
    }
    .parallax h2 {
        font-size: 18px;
    }
}

@media screen and (max-width:420px) {
    .parallax h1 {
        font-size: 30px;
    }
    .parallax h2 {
        font-size: 18px;
    }
}









section {
    position: relative;
}
section .inner-content {
    max-width: var(--inner-content);
    margin: var(--center);
    padding: 10px;
}
.page-wrap section .inner-content h3 {
    margin-bottom: 10px;
}
.page-wrap section .inner-content ul {
    margin: 0 20px;
}
.page-wrap section .inner-content ul li {
    margin: 10px 0;
}

.page-wrap section .inner-content .paragraph-block {
    margin-bottom: 30px;
}
section.blue {
    background-color: var(--blue);
    color: white;
}
section.blue h3 {
    color: white;
}
section.margin-top {
    margin-top: 50px;
}
section.margin-bottom {
    margin-bottom: 50px;
}
section.divider-top {
    height: 0;
    overflow: visible;
    font-size: 0;
    line-height: 0;
    margin-bottom: -1px;
}
section.divider-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: var(--blue);
    z-index: 99;
    -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}
section.divider-bottom {
    height: 0;
    overflow: visible;
    font-size: 0;
    line-height: 0;
    margin-top: -1px;
}
section.divider-bottom::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: var(--blue);
    z-index: 99;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}













/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cl-effect-2 a {
    line-height: 44px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    text-align: center;
    position: relative;
    display: inline-block;
    outline: none;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgb(255 255 255 / 30%);
    font-size: 1.35em;
}
.cl-effect-2 a:hover, 
.cl-effect-2 a:focus {
    outline: none;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.cl-effect-2 a:hover span::before,
.cl-effect-2 a:focus span::before {
	background: var(--yellow);	
}

.cl-effect-2 a span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    background: var(--yellow);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.cl-effect-2 a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b9a947;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

/* Effect 4: bottom border enlarge */
.cl-effect-4 a {
	padding: 0 0 10px;
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    letter-spacing: 1px;
    text-shadow: 0 0 1px rgb(255 255 255 / 30%);
}

.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--yellow);
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
	height: 4px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}