html { scroll-behavior: smooth; }
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fdfdfd;
  color: #222;
}

header {
  background-color: #004d61; /* dark teal */
  color: white;
  text-align: center;
  padding: 2rem 1rem;
}

header img {
  max-width: 150px;
  margin-bottom: 1rem;
}

header h1 {
  margin: 0;
  font-size: 2.2rem;
}

header p {
  font-size: 1.1rem;
  margin: 0.5rem 0;
}

nav {
  background: #e6b800; /* golden yellow */
  text-align: center;
  padding: 0.5rem;
}

nav a {
  color: #222;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}

section {
  padding: 3rem 1rem;
  max-width: 1000px;
  margin: auto;
}

h2 {
  color: #004d61;
  text-align: center;
}

.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.service-card {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 1.5rem;
  border-radius: 6px;
  text-align: center;
}

form {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 2rem;
  border-radius: 6px;
  max-width: 500px;
  margin: 2rem auto;
}

form input, form textarea, form select {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border-radius: 4px;
  border: 1px solid #ccc;
}

form button {
  background: #004d61;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}

form button:hover {
  background: #006680;
}

footer {
  background: #004d61;
  color: white;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
}
/* Anti-spam */
.hp-field {
  position: absolute !important;
  left: -5000px !important;
  width: 1px; height: 1px; overflow: hidden;
}



/* Reviews */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 1rem;
}
.review-card {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 8px;
  min-height: 140px;
}
.review-card .stars {
  letter-spacing: 2px;
  color: #e6b800; /* gold stars */
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
.review-card .r-author {
  margin-top: 0.5rem;
  font-weight: bold;
  color: #444;
}
.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 1rem 0 2rem;
}
.btn {
  display: inline-block;
  padding: 0.6rem 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #222;
  background: #fff;
}
.btn.primary {
  background: #004d61;
  color: #fff;
  border-color: #004d61;
}
.review-form-title { text-align: center; margin-top: 1.5rem; }
.review-form {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 1.5rem;
  border-radius: 8px;
  max-width: 600px;
  margin: 1rem auto 0;
}
.review-form input[type="text"],
.review-form select,
.review-form textarea {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.review-form .consent {
  display: block;
  font-size: 0.95rem;
  margin: 0.5rem 0 0.8rem;
}
.review-form button {
  background: #004d61;
  color: #fff;
  padding: 12px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}
.review-form button:hover { background: #006680; }

/* Free Estimate button in nav */
nav .btn-free-estimate {
  background: #e63946; /* bright red */
  background: #004d61;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  margin-left: 10px;
}
nav .btn-free-estimate:hover {
  background: #ff6b6b; /* lighter red hover */
  background: #006680;
}

/* Floating Free Estimate button */
.floating-estimate {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #e63946; /* bright red */
  color: #fff;
  padding: 14px 18px;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  z-index: 999;
}
.floating-estimate:hover {
  background: #ff6b6b;
}

/* Floating Free Estimate button */
.float-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  background: #e63946; /* bright red to match nav CTA */
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 16px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
  z-index: 9999;
}
.float-cta:hover { background: #ff6b6b; }
@media (max-width: 420px) {
  .float-cta { right: 12px; bottom: 12px; padding: 12px 14px; }
}

/* Before & After Slider */
.ba-slider {
  position: relative;
  overflow: hidden;
  max-width: 600px;
  margin: 2rem auto;
}
.ba-slider img {
  width: 100%;
  display: block;
}
.ba-slider .resize {
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.ba-slider .handle {
  position: absolute;
  top: 0; left: 50%;
  width: 4px;
  height: 100%;
  background: #e63946;
  cursor: ew-resize;
}
/* Grid */

.gallery-grid img {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-bottom: 0.5rem;
}

/* Gallery */
#gallery { padding: 3rem 1rem; }
#gallery h2 { margin-bottom: 0.25rem; }
.ba-sliders {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin: 1.25rem 0 1.5rem;
}
.ba-card { background:#fafafa; border:1px solid #ddd; border-radius:8px; padding:0.75rem; }
.ba-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.ba-wrapper::after {
  content: var(--label, 'Before/After');
  position: absolute; left: 12px; top: 10px;
  background: rgba(0,0,0,0.55); color:#fff;
  font-size: 0.85rem; padding: 4px 8px; border-radius: 4px;
}
.ba-wrapper img { display:block; width:100%; height:auto; }
.ba-after {
  position: absolute; inset: 0;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.ba-range {
  position: absolute; left: 0; right: 0; bottom: 10px;
  width: 90%; margin: 0 auto; display: block;
}
.ba-range::-webkit-slider-thumb { cursor: ew-resize; }
.ba-range::-moz-range-thumb { cursor: ew-resize; }







