@import url('https://fonts.googleapis.com/css2?family=Anybody:wght@400;600&family=Lato:wght@400;700&display=swap');
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
	  scroll-behavior: smooth;
}
body {
  	margin: 0;
	font-family:'Lato', sans-serif;
	background:#fff;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
	    font-family: 'Anybody', cursive;
}
h2 {
	font-family: 'Anybody', cursive;
}
h2 a {
	color:#f90e0b;
	font-size:2rem;
}
h2 a:hover {
	color:#111
}
@media(max-width:500px) {
	h2 a {
		font-size:1.4rem;
	}
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
	transition: all ease .3s;
	text-decoration: none
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}
[hidden] {
  display: none;
}
#content {
	width:1200px;
	max-width:100%;
	display: block;
	margin:0 auto;
	padding:24px;
	box-sizing: border-box
}
.social {
	text-align: center;
	padding:0 0 24px;
	box-sizing:border-box;
}
.social a {
	text-decoration: none;
	transition: all ease .3s;
}
.social a:first-of-type .fa-circle {
	color:#4267B2;
	transition: all ease .3s;
}
.social a:nth-of-type(2) .fa-circle {
	color:#C13584;
	transition: all ease .3s;
}
.social a:last-of-type .fa-circle {
	color:#de5246;
	transition: all ease .3s;
}
.social a:hover .fa-circle {
	color:#fff;
}
.social a:hover .fa-facebook {
	color:#4267B2;
}
.social a:hover .fa-instagram {
	color:#C13584;
}
.social a:hover .fa-google {
	color:#de5246;
}
img, iframe {
	max-width: 100%
}

header .container {
	display:flex;
	width:1260px;
	max-width:100%;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: auto;
	padding:20px 12px;
	box-sizing: border-box
}
.contact p {
	font-size:2rem;
	font-family:'Anybody', cursive;
	color:#111;
	text-align:right;
	margin:0;
	font-weight:bold;
}
.contact p a {
	color:#f90e0b;
	transition: all ease .3s;
}
.contact p a:hover {
	color:darkred;
}
.estimate {
	display: flex;
	flex-wrap:wrap;
	flex:0 1 400px;
}
.estimate div {
	border:.5px solid #fff;
	padding:12px;
	box-sizing: border-box;
}
.estimate div span {
	font-family:'Anybody', cursive;
}
.estimate .top {
	flex-basis: 100%;
	background:#222;
	text-align: center
}
.estimate .top span {
	color:#fff;
	text-transform: uppercase;
	font-size:1.6rem;
}
.estimate .left, .estimate .right {
	background:#f90e0b;
	flex-basis:33.33%;
	box-sizing: border-box;
	font-family:'Anybody', cursive;
	padding:12px;
	border:.5px solid #fff;
	border-top:0;
}
.estimate .left:hover, .estimate .right:hover {
	background:#e00c09;	
}
.estimate .left span, .estimate .right span {
	display: block;
	text-align: center;
	color:#000;
	font-weight: normal;
	font-size:1.3rem;
}

.navbar {
	background:linear-gradient(#444,#000);
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding:16px;
}
.navbar ul li {
	list-style: none
}
/*.navbar ul {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items: center;
	list-style: none outside;
	margin:0 auto;
	padding:0;
}
.navbar ul li a {
	display: inline-block;
	padding:20px 24px;
	font-family:'Anybody', cursive;
	color:#fff;
	transition: all ease .3s;
}
.navbar ul li a:hover {
	color:#cecece
}*/
.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}
.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding-left:0;
	margin-left: auto;
	margin-right: auto;
}

.nav-link{
    padding:20px 24px;
	font-family:'Anybody', cursive;
	color:#fff;
	transition: all ease .3s;
}

.nav-link:hover{
    color: #cecece;
}
@media only screen and (max-width: 768px) {
	.navbar {
		justify-content: flex-end;
		position: relative;
		height:61px;
		box-sizing: border-box;
	}
    .nav-menu {
        position: absolute;
        left: -100%;
        top: 40px;
        flex-direction: column;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }
	
    .nav-menu.active {
        left: 0;
		background:#111;
    }

    .nav-item {
        margin: 1.5rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }
	.hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}
#reviews2 {
	background:linear-gradient(rgba(249,14,11,.8),rgba(124,7,5,.8)), url("../images/reviews2-bg.webp");
	background-size:cover;
}
#reviews2 .container {
	width:1260px;
	max-width:100%;
	margin:0 auto;
	padding:32px 16px;
	box-sizing: border-box
}
#reviews2 .container .review-slider {
	padding:0 28px;
	box-sizing: border-box
}
#reviews2 .container .review-slider p {
	font-size:1.4rem;
	line-height:1.3em;
	text-align:center;
	font-family: 'Lato', sans-serif;
	color:#fff;
	padding:0 16px;
	box-sizing: border-box
}
#reviews2 .container .review-slider .stars {
	text-align: center;
	letter-spacing:1px;
	font-size:3rem;
	color:gold;
	margin:0;
	padding:0;
}
#reviews2 p.signature {
	text-align: center !important;
	font-size:1.2rem;
	text-transform: uppercase;
	letter-spacing:1px;
}
#reviews2 p.signature strong {
	display: block;
}


#reviews {
	background:linear-gradient(rgba(249,14,11,.8),rgba(124,7,5,.8)), url("../images/reviews-bg.jpg");
	background-size:cover;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
}
#reviews div.text {
	padding:24px 32px;
	box-sizing: border-box;
	flex-basis:50%;
}
#reviews div.text p {
	color:#fff;
	font-size:1.4rem;
	line-height:1.3em;
	text-align:left;
	font-family: 'Lato', sans-serif;
}
#reviews div.text p.signature, #reviews div.text p.stars {
	text-align: center;
	font-size:1.2rem;
	text-transform: uppercase;
	letter-spacing:1px;
}
#reviews div.text p.signature strong {
	display: block;
}
#reviews div.text p.stars {
	font-size:3rem;
	color:gold;
	margin:0;
	padding:0;
}
#reviews div.images {
	flex-basis:50%;
	display: flex;
	flex-wrap:wrap;
}
#reviews div.images div#first {
	flex-basis:100%;
	background:url("../images/before-after/1.jpg") center center;
	background-size:cover;
	height:0;
	padding-top:40%;
}
#reviews div.images div#second, #reviews div.images div#third {
	flex-basis:50%;
	height:0;
	padding-top:35%;
}
#reviews div.images div#second {
	background:url("../images/before-after/2.jpg") center center;
	background-size:cover;
}
#reviews div.images div#third {
	background:url("../images/before-after/3.jpg") center center;
	background-size:cover;
}
@media(max-width:980px) {
	#reviews div.text, #reviews div.images {
		flex-basis:100%;
	}
}
footer {
	background:#111;
	padding:12px 16px;
	box-sizing: border-box;
}
footer p {
	color:#fff;
	text-align: center
}
footer p a {
	color:#f90e0b;
}
footer p a:hover {
	color:#cecece
}
#hero {
	background:linear-gradient(rgba(249,14,11,.8),rgba(124,7,5,.8)),url("../images/hero_bg_bw.webp") center center;
	background-size: cover;
}
#hero .container {
	width:1260px;
	max-width:100%;
	margin:0 auto;
	padding:64px 16px;
	box-sizing: border-box;
}
#hero .container h1, #hero .container h2 {
	color:#fff;
	text-align: center
}
#hero .container h2 {
	font-weight: normal;
}
#welcome {
	background:url("../images/welcome-red.png") right bottom no-repeat;
}
#welcome .container, #inner-content .container {
	width:900px;
	max-width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:32px 16px 85px;
}
#welcome .container h3 {
	font-family:'Anybody', cursive;
	font-size:2rem;
}
#welcome .container h3 span {
	color:#f90e0b
}
#welcome .container p, #inner-content .container p {
	line-height: 1.5em;
	font-size:1.1rem;
}
#welcome .container p a {
	color:#f90e0b;
	transition: all ease .2s;
}
#welcome .container p a:hover {
	color:#AE0907;
}
#inner-content .container {
	width:1200px;
	max-width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:32px 16px 85px;
}
#inner-content .container.services p {
	text-align: justify
}
#inner-content .container.services h2 {
	text-shadow:0 0 1px red;
	margin-top:32px;
}
#inner-content .container.services h2:nth-of-type(even) {
	text-align: right;
}
#inner-content .container h2 span {
	color:#A6A6A6;
	text-shadow: none;
}
@media(max-width:640px) {
	#inner-content .container.services h2:nth-of-type(even), #inner-content .container.services h2 {
		text-align: center;
	}
	#inner-content .container.services p {
		text-align: left
	}
}
#inner-content .container.services .flex-container .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
}
#inner-content .container.services .flex-container .row .full {
	flex-basis:100%;	
}
#inner-content .container.services .flex-container .row .half {
	flex-basis:50%;
}
#inner-content .container.services .flex-container .row .half:last-of-type {
	padding-left:16px;
	box-sizing: border-box;
}
#services {
	background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)), url("../images/services-bg.jpg") no-repeat center center;
	background-size: cover
}
#services .container {
	width:960px;
	max-width:100%;
	margin:0 auto;
	padding:32px 16px;
	box-sizing: border-box;
}
#services .container p a {
	color:#f90e0b;
}
#services .container p a:hover {
	color:#A6A6A6;
}
.flex-container {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: flex-start
}
.flex-container .half {
	flex-basis:50%;
}

#services .container h3, #services .container ul li, #services .container p {
	color:#fff;
}
#services .container h3 {
	text-align: center;
	font-family:'Anybody', cursive;
	font-size:2.3rem;
}
#services .container ul li {
	font-size:1.5rem;
	margin:12px 0;
}
#services .container p {
	font-size:1.8rem;
	text-align: center
}
#beforeafter {}
#beforeafter .container {
	width:1260px;
	max-width:100%;
	margin:0 auto;
	padding:32px 16px;
	box-sizing: border-box
}
#beforeafter .container h3, #reviews2 .container h3 {
	text-align: center;
	font-family:'Anybody', cursive;
	font-size:2.3rem;
}
#reviews2 .container h3 {
	color:#fff;	
}
#reviews2 .container h3 span {
	color:#cecece;
}
#beforeafter .container h3 span {
	color:#f90e0b;
}
#beforeafter .flex-container {
	justify-content: center;
	gap:1%;
}
#beforeafter .button {
	font-size:1.3em;
	font-family:'Anybody', cursive;
}
.flex-container .third {
	flex-basis:30%;
	padding:10px;
	box-sizing: border-box;
	margin:16px;
}
#beforeafter .flex-container .third, #inner-content .flex-container .third {
	border:1px solid #f90e0b
}
a.jx-knightlab {
	display: none !important;
}
.text-center {
	text-align: center
}
.button {
	display:inline-block;
	transition:all ease .3s;
	background:#f90e0b;
	color:#000;
	padding:12px 16px;
	margin:10px 0;
	box-sizing:border-box;
}
.button:hover {
	background:#fff;
	color:#f90e0b;
}
#follow {
	background: linear-gradient(#444, #000);
}
#follow .container {
	width:960px;
	max-width:100%;
	margin:0 auto;
	padding:64px 16px;
	box-sizing: border-box;
	text-align: center
}
#follow .container h3 {
	color:#fff;
	font-family:'Anybody', cursive;
	text-align: center;
	font-size:2rem;
	padding-top:0;
	margin-top:0;
}
#follow .container h3 span {
	color:#f90e0b;
}
#follow .container a {
	font-size:3rem;
	margin:16px;
	color:#fff;
	transition: all ease .3s
}
#follow .container a:first-of-type:hover {
	color:#4267B2;
}
#follow .container a:nth-of-type(2):hover {
	color:#C13584;
}
#follow .container a:last-of-type:hover {
	color:#DB4437;
}
@media(max-width:767px) {
	header .container {
		justify-content: center
	}
	.estimate {
		margin-top:16px;
		height:128.267px;
	}
	#welcome {
		background-size: cover;
	}
	#welcome .container {
		background:rgba(255,255,255,.8)
	}
	#hero {
		background:linear-gradient(rgba(249,14,11,.8),rgba(124,7,5,.8)),url("../images/hero_bg_bw-767.webp") center center;
	}
	#reviews2 {
		background:linear-gradient(rgba(249,14,11,.8),rgba(124,7,5,.8)), url("../images/reviews2-bg-767.webp");
	}
}
@media(max-width:480px) {
	.flex-container .half, .flex-container .third {
		flex-basis:100%;
	}
	.flex-container .half ul {
		margin:0;
	}
	#hero {
		background:linear-gradient(rgba(249,14,11,.8),rgba(124,7,5,.8)),url("../images/hero_bg_bw-480.webp") center center;
	}
	#reviews2 {
		background:linear-gradient(rgba(249,14,11,.8),rgba(124,7,5,.8)), url("../images/reviews2-bg-480.webp");
	}
}
#mymap{
    background: url("../images/google-map.webp"); 
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 30.25%;
}
#mymap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.review-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

/* Style for each review card */
.review {
  position: relative;
  background: #eee;
  color: #222222;
  padding: 24px;
  border-radius: 10px;
  max-width: 600px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for a dynamic feel */
.review:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Alternate alignment and accent border for odd and even reviews */
.review:nth-child(odd) {
  margin-right: auto;       /* Align left */
  text-align: left;
  border-left: 4px solid #f90e0b;
}

.review:nth-child(even) {
  margin-left: auto;        /* Align right */
  text-align: right;
  border-right: 4px solid #f90e0b;
}

/* Spacing and line-height for review text */
.review p {
  margin: 0 0 10px;
  line-height: 1.6;
}

/* Signature styling */
.review .sig {
  font-weight: bold;
  color: #f90e0b;
  margin-top: 10px;
}

/* Responsive tweak to ensure review cards scale on smaller screens */
@media (max-width: 600px) {
  .review {
    max-width: 100%;
    padding-left: 20px;
  }
}
#reviews2 .button-container {
	text-align: center;
}
#reviews2 .button-container .button {
	font-family:'Anybody', cursive;
	font-size:1.3em;
	background:#fff;
	color:#222;
}
#reviews2 .button-container .button:hover {
	background:#222;
	color:#fff;
}