@charset "UTF-8";
/* ── Base ────────────────────────────────────────────────── */
body {
  font-family: "Poppins", sans-serif;
  color: #222;
}

.bg-green {
  background-color: #004225 !important;
}

.text-white {
  color: white;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white a {
  color: white;
}

.text-green {
  color: #004225;
}
.text-green h1, .text-green h2, .text-green h3, .text-green h4, .text-green h5, .text-green a {
  color: #004225;
}

.text :last-child {
  margin-bottom: 0;
}
.text ul, .text ol {
  padding-left: 1rem;
}
.text ul li, .text ol li {
  margin-bottom: 1rem;
}
.text ul li:last-of-type, .text ol li:last-of-type {
  margin-bottom: 0;
}
.text a:not(.button):not(.btn):not(.read-more) {
  text-decoration: underline;
}

header.overlap {
  margin-bottom: -125px;
}
header.sticky-top {
  z-index: 1021;
}
header nav.navbar {
  padding: 1.5rem 0;
}
header nav.navbar .navbar-brand {
  display: flex;
  padding: 0;
}
header nav.navbar .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.4em;
}
header nav.navbar .nav-link.active {
  color: #ffc52f;
}

@media (max-width: 991.98px) {
  header {
    /*&.overlap {
        margin-bottom:0;
    }*/
  }
  header nav.navbar {
    padding: 0.5rem 0;
    background-color: transparent;
  }
  header nav.navbar .navbar-brand img {
    width: 150px;
  }
  header nav.navbar .navbar-brand, header nav.navbar .navbar-toggler {
    z-index: 2;
  }
}
body.scrolled header nav.navbar {
  background-color: #004225;
}

.navbar-toggler {
  border: none;
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

/* ── Buttons ────────────────────────────────────────────── */
.btn-gm {
  background-color: #ffc52f;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 0.8rem 2rem;
}

.btn-gm:hover {
  background-color: #004225;
  color: #fff;
}

/* ── Hero ───────────────────────────────────────────────── */
#hero {
  background-color: #004225;
  background-size: cover;
  padding: 6rem 0 5rem;
  color: white;
}

#hero h1 {
  font-weight: 600;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.15;
}

#hero .hero-tagline {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.85;
  max-width: 340px;
  line-height: 1.6;
}

/* tick list */
ul.tick-list {
  list-style: none;
  padding-left: 0;
}
ul.tick-list li {
  background-image: url("../images/icon_tick_green.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 40px;
}

/* ── Everything Your Workshop Needs ─────────────────────── */
#workshop-needs {
  background-color: #252525;
  color: #fff;
  padding: 6rem 0;
}

#workshop-needs h2 {
  font-weight: 600;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  line-height: 1.2;
}

#workshop-needs p {
  font-size: 1rem;
  opacity: 0.85;
  line-height: 1.8;
}

.app-showcase {
  background: rgba(255, 255, 255, 0.07);
  border: 2px dashed rgba(255, 255, 255, 0.2);
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}

/* ── Features Section ───────────────────────────────────── */
#features {
  background-color: #E6E6E6;
  padding: 6rem 0;
}

#features h2 {
  font-weight: 600;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 3rem;
}

.feature-card {
  background: #fff;
  padding: 0;
  overflow: hidden;
}

.feature-card-header {
  background: #004225;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.65rem 1rem;
}

.feature-card-body {
  padding: 1.25rem;
  min-height: 240px;
  font-size: 0.82rem;
  color: #444;
}

/* Online Bookings card UI */
.booking-mock .mock-label {
  font-size: 0.65rem;
  color: #888;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.8rem;
  margin-bottom: 0.25rem;
}

.booking-mock .mock-select {
  background: #f4f4f4;
  border: 1px solid #ddd;
  padding: 0.3rem 0.6rem;
  font-size: 0.75rem;
  color: #555;
  width: 100%;
  margin-bottom: 0.15rem;
}

.booking-mock .time-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.5rem;
}

.booking-mock .time-slot {
  background: #f4f4f4;
  border: 1px solid #ddd;
  font-size: 0.65rem;
  padding: 0.2rem 0.5rem;
  color: #555;
}

.booking-mock .time-slot.selected {
  background: #004225;
  color: #fff;
  border-color: #004225;
}

/* Allocate Jobs card UI */
.jobs-mock .mock-header {
  font-size: 0.7rem;
  font-weight: 700;
  color: #ffc52f;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 2px solid #E6E6E6;
  padding-bottom: 0.3rem;
  margin-bottom: 0.5rem;
}

.jobs-mock .job-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
}

.jobs-mock .month-label {
  font-size: 0.7rem;
  font-weight: 600;
  color: #004225;
  margin-bottom: 0.4rem;
}

.jobs-mock .assign-btn {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #ffc52f;
  color: #fff;
  border: none;
  padding: 0.3rem 0.8rem;
  margin-top: 0.75rem;
}

/* Payment card UI */
.payment-mock .invoice-title {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffc52f;
  border-bottom: 2px solid #E6E6E6;
  padding-bottom: 0.3rem;
  margin-bottom: 0.5rem;
}

.payment-mock .invoice-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  padding: 0.2rem 0;
  color: #555;
  border-bottom: 1px solid #f5f5f5;
}

.payment-mock .invoice-total {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.4rem 0;
  color: #ffc52f;
  border-top: 2px solid #ffc52f;
  margin-top: 0.25rem;
}

.payment-mock .pay-btn {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #004225;
  color: #fff;
  border: none;
  padding: 0.3rem 0.8rem;
  margin-top: 0.75rem;
}

/* ── Multi-Device ───────────────────────────────────────── */
#multi-device {
  padding: 6rem 0;
  background: #fff;
}

#multi-device h2 {
  font-weight: 600;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  line-height: 1.2;
}

#multi-device p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}

.device-showcase {
  background: #E6E6E6;
  border: 2px dashed #ccc;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}

/* ── Quote / About ──────────────────────────────────────── */
#about-quote {
  background-color: #252525;
  color: #fff;
  padding: 6rem 0;
}

#about-quote blockquote {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.45;
  quotes: "“" "”";
  margin-bottom: 2rem;
}

#about-quote blockquote::before {
  content: open-quote;
}

#about-quote blockquote::after {
  content: close-quote;
}

#about-quote .attribution {
  font-size: 0.9rem;
  opacity: 0.75;
  font-weight: 400;
}

#about-quote .attribution strong {
  font-weight: 600;
  opacity: 1;
}

/* ── Contact ────────────────────────────────────────────── */
#contact {
  padding: 6rem 0;
  background: #fff;
}

#contact h2 {
  font-weight: 600;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

#contact p.lead {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 2.5rem;
}

#contact .form-control {
  border-radius: 0;
  border: 1px solid #ddd;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
}

#contact .form-control:focus {
  border-color: #004225;
  box-shadow: 0 0 0 0.15rem rgba(0, 66, 37, 0.15);
}

#contact label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #444;
  margin-bottom: 0.3rem;
}/*# sourceMappingURL=app.css.map */