@font-face {
  font-family: "FontAwesome";
  src:
    url("/assets/vendor/fonts/fontawesome-webfont.woff2") format("woff2"),
    url("/assets/vendor/fonts/fontawesome-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

body {
  background: #e9ebee;
  color: #222;
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.55;
  padding-top: 70px;
}

a {
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

img {
  max-width: 100%;
  height: auto;
}

#content {
  max-width: 1200px;
  margin: 15px auto;
  background: #fff;
}

.site-header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.site-logo img {
  width: 154px;
  height: 100px;
  object-fit: contain;
  margin-top: 0;
}

.site-title a {
  color: #272e61;
}

.site-description {
  color: #6f7782;
}

.hero-row .panel-row-style {
  padding: 50px 0 0;
}

.slogan {
  max-width: 920px;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.35;
}

.brand-blue {
  color: #000080;
  display: block;
}

.brand-green {
  color: #3a8c50;
  display: block;
}

.intro-row {
  padding: 10px 0 30px;
}

.intro-brand-block {
  text-align: center;
  margin-bottom: 18px;
}

.intro-row .textwidget {
  max-width: 900px;
  margin: 0 auto;
}

.intro-row ol {
  padding-left: 1.25rem;
}

#home-services {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
}

#home-services .panel-grid-cell {
  width: calc(50% - 50px);
}

.service-feature-card {
  background: #fff;
}

.service-figure {
  overflow: hidden;
  border-radius: 2px;
}

.service-figure img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.widget-title,
.entry-content h2,
.entry-content h3 {
  color: #272e61;
  font-weight: 700;
}

.keyword-grid-row .panel-row-style,
.projects-row .panel-row-style {
  padding: 20px 20px 10px;
}

.keyword-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.keyword-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid #d4d8df;
  border-radius: 4px;
  color: #272e61;
  background: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.keyword-chip:hover {
  background: #272e61;
  color: #fff;
  text-decoration: none;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.project-grid--full {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-card {
  background: #fff;
  padding: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.project-card img {
  width: 100%;
  aspect-ratio: 370 / 277;
  object-fit: cover;
  display: block;
}

.project-card h3 {
  font-size: 17px;
  line-height: 1.35;
  margin: 14px 0 6px;
}

.project-card h3 a {
  color: #272e61;
}

.project-location {
  color: #3a8c50;
  font-size: 14px;
  margin-bottom: 8px;
}

.cta-band {
  text-align: center;
  padding: 35px 20px;
  background: #f3f5f8;
  border-top: 8px solid #272e61;
}

.cta-band h2 {
  color: #272e61;
  margin-bottom: 12px;
}

.btn.btn-primary {
  background: #272e61;
  border-color: #272e61;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 400;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #3a8c50;
  border-color: #3a8c50;
}

.breadcrumbs {
  margin: 6px 0 22px;
  color: #66707d;
  font-size: 14px;
}

.breadcrumbs a {
  color: #272e61;
}

.breadcrumbs .separator {
  margin: 0 8px;
}

.split-grid,
.service-hero-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.page-hero-image {
  width: 100%;
  aspect-ratio: 600 / 250;
  object-fit: cover;
  display: block;
}

.content-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.content-card {
  background: #f8fafc;
  padding: 20px;
  border: 1px solid #edf0f4;
}

.content-card--wide {
  margin-top: 24px;
}

.service-category {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  background: #3a8c50;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 4px;
}

.service-h1 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 18px;
}

.metric-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.metric-list div {
  background: #f8fafc;
  padding: 18px;
  border-left: 4px solid #3a8c50;
}

.metric-list strong {
  display: block;
  color: #272e61;
  margin-bottom: 6px;
}

.metric-list span {
  display: block;
  color: #4f5967;
}

.check-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.check-list li {
  background: none;
  padding-left: 28px;
  position: relative;
  margin-bottom: 12px;
}

.check-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3a8c50;
  position: absolute;
  left: 4px;
  top: 7px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: #f8fafc;
  border: 1px solid #edf0f4;
  padding: 0 16px;
}

.faq-item summary {
  cursor: pointer;
  padding: 14px 0;
  color: #272e61;
  font-weight: 400;
}

.faq-item p {
  padding-bottom: 14px;
  margin-bottom: 0;
}

.service-group-section {
  margin-top: 30px;
}

.service-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-overview-card {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.service-overview-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.service-overview-card__body {
  padding: 18px;
}

.service-overview-card__body h4 {
  font-size: 18px;
  line-height: 1.35;
  min-height: 52px;
}

.service-overview-card__body h4 a {
  color: #272e61;
}

.read-more-link {
  font-weight: 400;
  color: #3a8c50;
}

.contact-panel {
  background: #f8fafc;
  border: 1px solid #edf0f4;
  padding: 22px;
}

.quote-form {
  display: grid;
  gap: 14px;
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: #272e61;
  font-weight: 400;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid #c8cfda;
  padding: 10px 12px;
  font: inherit;
  color: #222;
  background: #fff;
}

.map-wrap {
  margin-top: 24px;
}

.map-wrap iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
}

.footer-panel-layout .panel-row-style {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-top-grid > .panel-row-style {
  background: #fff;
  padding: 40px 0;
}

.footer-bottom-grid > .panel-row-style {
  background: #272e61;
  padding: 20px 0 0;
}

.footer-links-cell {
  flex: 1 1 64%;
}

.footer-social-cell {
  flex: 1 1 32%;
}

.footer-contact-block img {
  max-width: 154px;
}

.liveinternet-counter-wrap {
  margin-top: 14px;
}

.liveinternet-counter-wrap a,
.liveinternet-counter-wrap img {
  display: inline-block;
}

.social-list {
  display: flex;
  gap: 10px;
  margin: 12px 0 18px;
}

.social-list a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #272e61;
  border-radius: 999px;
}

.social-list a:hover {
  background: #3a8c50;
  text-decoration: none;
}

.footer-copy-intro {
  max-width: 320px;
}

.footer-bottom-copy {
  width: 100%;
  text-align: center;
  color: #fff;
}

.footer-bottom-copy h5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
}

@media (min-width: 992px) {
  body {
    padding-top: 100px;
  }

  .site-logo img {
    margin-top: 8px;
  }

  .site-description {
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .project-grid,
  .project-grid--full,
  .service-overview-grid,
  .content-columns,
  .split-grid,
  .service-hero-grid,
  .contact-grid,
  .metric-list {
    grid-template-columns: 1fr;
  }

  #home-services .panel-grid-cell {
    width: 100%;
  }

  .service-figure img,
  .service-overview-card img {
    height: 210px;
  }

  .site-logo img {
    width: 120px;
    height: 50px;
  }

  .footer-links-cell,
  .footer-social-cell {
    flex: 1 1 100%;
  }
}
