
:root {
  --ink: #0b1f2a;
  --ink-soft: #243947;
  --accent: #0eb493;
  --accent-dark: #087863;
  --signal: #d94736;
  --paper: #ffffff;
  --mist: #f4f7f9;
  --line: #dfe7ec;
}

body {
  color: var(--ink-soft);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body a {
  color: var(--accent-dark);
}

body a:hover,
body a:focus {
  color: var(--signal);
}

p {
  margin-bottom: 16px;
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-weight: 700;
}

.navbar {
  min-height: 70px;
}

#navigation {
  background: rgba(11, 31, 42, 0.92);
  box-shadow: 0 1px 0 rgba(255,255,255,0.08);
}

#navigation.scrolled {
  background: rgba(11, 31, 42, 0.98);
}

.workshop-brand {
  align-items: center;
  color: #fff;
  display: flex;
  min-height: 70px;
  gap: 10px;
}

.workshop-brand:hover,
.workshop-brand:focus {
  color: #fff;
}

.brand-mark {
  align-items: center;
  background: var(--accent);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.brand-copy {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}

.navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 25px;
  padding-top: 25px;
}

.navbar-nav li.current > a,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
  border-top-color: var(--accent);
  color: #fff;
}

.nav-cta > a {
  color: #fff;
}

.nav-phone > a {
  color: #d8f8f1;
}

.home-hero,
.home-hero .carousel,
.home-hero .carousel-inner,
.home-hero .item {
  min-height: 640px;
}

.home-hero .item,
.page-hero {
  background-position: center center;
  background-size: cover;
  position: relative;
}

.home-hero .item:before,
.page-hero:before,
.facts:before {
  background: linear-gradient(90deg, rgba(5,17,25,0.88), rgba(5,17,25,0.56) 46%, rgba(5,17,25,0.2));
  content: "";
  inset: 0;
  position: absolute;
}

.carousel-caption {
  left: 9%;
  right: auto;
  text-align: left;
  text-shadow: none;
  top: 25%;
  width: min(680px, 82%);
}

.carousel-caption h1,
.carousel-caption h2 {
  color: #fff;
  font-size: 54px;
  line-height: 1.08;
  margin-bottom: 18px;
}

.carousel-caption h1 span {
  color: var(--accent);
}

.hero-kicker {
  color: #a7f0df;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hero-copy {
  color: #fff;
  font-size: 20px;
  line-height: 1.55;
  max-width: 620px;
}

.hero-copy:before,
.hero-copy:after,
.carousel-caption p:before,
.carousel-caption p:after {
  content: "";
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  border-radius: 4px;
  font-weight: 800;
  padding: 12px 18px;
  white-space: normal;
}

.btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.btn-secondary {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: var(--signal);
  border-color: var(--signal);
}

.btn-ghost-light {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.65);
  color: #fff !important;
}

.btn-ghost {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink) !important;
}

.btn-link-light {
  color: #fff !important;
}

.sec-title h2 {
  color: var(--ink);
  font-size: 30px;
  letter-spacing: 0;
}

.features .sec-title h2,
.works .sec-title h2,
.faq-section .sec-title h2 {
  color: var(--ink);
}

.devider i,
span.color {
  color: var(--accent);
}

.service-teaser {
  min-height: 210px;
  margin-bottom: 34px;
}

.service-icon {
  border-color: var(--accent);
  color: var(--accent);
}

.service-desc h3 {
  color: var(--ink);
  margin-bottom: 12px;
}

.service-desc h3 a {
  color: var(--ink);
}

.text-link {
  font-weight: 800;
}

.work-filter button {
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  padding: 7px 15px;
}

.work-filter button.active,
.work-filter button:hover,
.work-filter button:focus {
  background: var(--accent);
  color: #fff;
}

.work-item {
  background: var(--ink);
  overflow: hidden;
}

.work-item > img {
  height: 260px;
  object-fit: cover;
  width: 100%;
}

.overlay {
  background-color: rgba(11,31,42,.88);
}

.overlay a {
  border-color: #fff;
  color: #fff;
}

.overlay h4,
.overlay p {
  color: #fff;
}

.workshop-section {
  background: #fff;
}

.image-rounded {
  border-radius: 6px;
}

.content-block {
  padding: 10px 0 0 10px;
}

.process-list {
  counter-reset: steps;
  list-style: none;
  margin: 24px 0;
  padding: 0;
}

.process-list li {
  border-bottom: 1px solid var(--line);
  padding: 14px 0 14px 46px;
  position: relative;
}

.process-list li:before {
  background: var(--accent);
  border-radius: 50%;
  color: #fff;
  content: counter(steps);
  counter-increment: steps;
  font-weight: 800;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 14px;
  width: 30px;
}

#facts {
  background-image: url("../img/workshop-hero.jpg");
  background-color: var(--ink);
  position: relative;
}

.parallax-overlay {
  background: rgba(11,31,42,.86);
  position: relative;
}

.facts .sec-title h2 {
  color: #fff;
}

.value-card strong {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
}

.value-card p {
  text-transform: none;
}

.faq-section {
  background: var(--mist);
}

.faq-accordion {
  margin: 0 auto;
  max-width: 880px;
}

.panel-default {
  border-color: var(--line);
  border-radius: 6px;
  box-shadow: none;
}

.panel-default > .panel-heading {
  background: #fff;
  border-color: var(--line);
  padding: 0;
}

.panel-title a {
  color: var(--ink);
  display: block;
  font-weight: 800;
  padding: 18px 20px;
}

.panel-body {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.more-link {
  margin-top: 28px;
}

.contact a {
  color: var(--accent-dark);
}

.contact-address h3,
.contact-form h2,
.contact-form h3 {
  color: var(--ink);
}

.contact-form label {
  color: var(--ink);
  display: block;
  font-weight: 800;
  margin: 14px 0 6px;
}

.contact-form label span {
  color: #6a737b;
  font-weight: 400;
}

.contact-form .form-control {
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: none;
  color: var(--ink);
  min-height: 44px;
  padding: 9px 12px;
}

.contact-form textarea.form-control {
  min-height: 140px;
}

.form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.form-status {
  background: #eef8f5;
  border-left: 4px solid var(--accent);
  color: var(--ink);
  display: none;
  margin-top: 18px;
  padding: 12px 14px;
}

.form-status.is-visible {
  display: block;
}

.location-panel {
  background: var(--ink);
  color: #d9e5ea;
  height: auto !important;
  padding: 34px 0;
}

.location-panel h2 {
  color: #fff;
}

.page-hero {
  margin-top: 70px;
  min-height: 360px;
  padding: 120px 0 70px;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  color: #fff;
  font-size: 46px;
  line-height: 1.15;
  margin: 15px 0;
}

.page-hero p {
  color: #fff;
  font-size: 18px;
  max-width: 820px;
}

.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}

.breadcrumb > li,
.breadcrumb > li + li:before,
.breadcrumb a {
  color: #d8f8f1;
}

.breadcrumb > .active {
  color: #fff;
}

.content-section {
  padding: 70px 0;
}

.service-image-grid .image-card {
  margin-bottom: 30px;
}

.image-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  min-height: 100%;
}

.image-card img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.image-card div {
  padding: 22px;
}

.image-card h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.service-main-image {
  margin-bottom: 34px;
}

.service-detail section {
  margin-top: 34px;
}

.check-list {
  list-style: none;
  margin: 20px 0 32px;
  padding: 0;
}

.check-list li {
  border-bottom: 1px solid var(--line);
  padding: 12px 0 12px 34px;
  position: relative;
}

.check-list li:before {
  color: var(--accent);
  content: "\f00c";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 12px;
}

.side-box {
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 24px;
}

.side-box h2 {
  font-size: 22px;
  margin-bottom: 14px;
}

.side-links li {
  border-bottom: 1px solid var(--line);
}

.side-links a {
  display: block;
  font-weight: 800;
  padding: 10px 0;
}

.cta-band {
  background: var(--ink);
  color: #fff;
  padding: 42px 0;
}

.cta-band h2,
.cta-band p {
  color: #fff;
}

.legal-copy {
  max-width: 900px;
}

.legal-copy h2 {
  font-size: 24px;
  margin-top: 30px;
}

.notice {
  background: #fff7ec;
  border-left: 4px solid #e7a23a;
  color: var(--ink);
  padding: 14px 16px;
}

.footer {
  background-color: var(--ink);
  border-top-color: var(--accent);
}

.footer a,
.footer a:hover,
.footer a:focus {
  color: #fff;
}

.footer-brand {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
}

.copyright {
  margin-top: 45px;
}

#back-top {
  background: var(--accent);
  border: 0;
  border-radius: 50%;
  bottom: 20px;
  color: #fff;
  display: none;
  height: 46px;
  line-height: 1;
  position: fixed;
  right: 25px;
  width: 46px;
  z-index: 9;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 3px solid rgba(14,180,147,0.35);
  outline-offset: 2px;
}

@media (max-width: 991px) {
  .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-block {
    padding-left: 0;
    padding-top: 28px;
  }
  .cta-band .text-right {
    text-align: left;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    background: var(--ink);
  }
  .navbar-nav > li > a {
    padding-bottom: 13px;
    padding-top: 13px;
  }
  .home-hero,
  .home-hero .carousel,
  .home-hero .carousel-inner,
  .home-hero .item {
    min-height: 560px;
  }
  .carousel-caption {
    left: 7%;
    top: 23%;
    width: 86%;
  }
  .carousel-caption h1,
  .carousel-caption h2 {
    font-size: 34px;
  }
  .hero-copy {
    font-size: 16px;
  }
  .hero-actions {
    display: block;
  }
  .hero-actions .btn {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .page-hero {
    min-height: 320px;
    padding-top: 105px;
  }
  .page-hero h1 {
    font-size: 34px;
  }
  .sec-title h2 {
    font-size: 22px;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }
  .service-item,
  .service-teaser {
    width: auto;
  }
  .work-item {
    left: 0 !important;
    width: 100%;
  }
  .work-item > img {
    height: 230px;
  }
  .form-actions .btn {
    width: 100%;
  }
}
