.site,
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
} /* Shared frontend page primitives */
.blog-index-hero,
.offer-hero,
.service-area-hero,
.contact-hero {
  position: relative;
  overflow: hidden;
  background:
    /* linear-gradient(
      135deg,
      rgba(6, 29, 49, 0.84) 0%,
      rgba(20, 160, 209, 0.76) 100%
    ), */
    url("/images/detail-service-hero-image.webp") center/cover no-repeat;
}
.contact-hero {
  background:
    /* linear-gradient(
      135deg,
      rgba(7, 29, 52, 0.84) 0%,
      rgba(20, 160, 209, 0.78) 100%
    ), */
    url("/images/detail-service-hero-image.webp") center/cover no-repeat;
}
.blog-index-hero__inner,
.offer-hero__inner,
.service-area-hero__inner,
.contact-hero__inner {
  color: #ffffff;
}
.blog-index-hero__eyebrow,
.offer-hero__eyebrow,
.service-area-hero__eyebrow,
.contact-hero__eyebrow,
.offer-grid-header span,
.blog-index-section-heading span,
.service-area-directory__header span,
.contact-info-panel__header span,
.contact-form-panel__header span,
.contact-map-card__header span {
  display: inline-block;
  margin-bottom: 8px;
  color: #0996c8;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.blog-index-hero__eyebrow,
.offer-hero__eyebrow,
.service-area-hero__eyebrow,
.contact-hero__eyebrow {
  margin-bottom: 14px;
  color: #9de8ff;
  letter-spacing: 0.1em;
}
.blog-index-hero h1,
.offer-hero h1,
.service-area-hero h1,
.contact-hero h1 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.08;
}
.blog-index-hero p,
.offer-hero p,
.service-area-hero p,
.contact-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.02rem;
  line-height: 1.8;
}
.offer-grid-header h2,
.blog-index-section-heading h2,
.service-area-directory__header h2 {
  margin: 0;
  color: #000000;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 800;
}
.blog-index-card,
.blog-index-sidecard,
.offer-card,
.offer-detail-card,
.service-area-directory__panel,
.service-area-sidecard,
.contact-info-panel,
.contact-form-panel,
.contact-map-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
}
.blog-index-card,
.blog-index-sidecard,
.offer-card,
.offer-detail-card,
.service-area-directory__panel,
.service-area-sidecard {
  border: 1px solid #dceaf1;
}
.contact-info-panel,
.contact-form-panel,
.contact-map-card {
  border: 1px solid #dfebf2;
}
.contact-info-panel__header,
.contact-form-panel__header,
.contact-map-card__header {
  margin-bottom: 22px;
}
.contact-info-panel__header h2,
.contact-form-panel__header h2,
.contact-map-card__header h2 {
  margin: 0 0 8px;
  color: #000000;
  font-size: clamp(1.7rem, 2.6vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
}
.custom-header {
  position: relative;
  z-index: 100;
  font-family: Arial, Helvetica, sans-serif;
}
.custom-header__topbar {
  background: #169fe2;
  color: #ffffff;
}
.custom-header__navwrap {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  z-index: 120;
}
.custom-header__navwrap.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 300;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}
.custom-header__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
.custom-header__topbar .custom-header__inner {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 80px;
  gap: 28px;
}
.custom-header__brand {
  display: inline-flex;
  align-items: center;
}
.custom-header__brand img {
  width: 190px;
  max-width: 100%;
  height: auto;
  display: block;
}
.custom-header__topinfo {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}
.custom-header__info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.custom-header__info-item:first-child {
  border-left: 0;
}
.custom-header__info-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.custom-header__info-icon svg {
  width: 34px;
  height: 34px;
  display: block;
}
.custom-header__info-text {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.05;
}
.custom-header__info-text span,
.custom-header__info-text strong {
  color: inherit;
}
.custom-header__info-text span {
  font-size: 1rem;
  font-weight: 700;
}
.custom-header__info-text strong {
  font-size: 0.96rem;
  font-weight: 700;
}
.custom-header__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.custom-header__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  text-decoration: none;
}
.custom-header__socials a:hover {
  opacity: 0.8;
}
.custom-header__socials img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.custom-header__menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.14);
  cursor: pointer;
  padding: 0;
}
.custom-header__menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: #ffffff;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
.custom-header__nav {
  display: flex;
  justify-content: center;
}
.custom-header__menu {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-header__menu > li {
  position: relative;
}
.custom-header__menu > li > a,
.custom-header__submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 74px;
  padding: 0 20px;
  border: 0;
  background: transparent;
  color: #000000;
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-left: 1px solid #ececec;
}
.custom-header__menu > li:first-child > a,
.custom-header__menu > li:first-child > .custom-header__submenu-toggle {
  border-left: 0;
}
.custom-header__menu > li.is-active > a,
.custom-header__menu > li.is-active > .custom-header__submenu-toggle,
.custom-header__menu > li > a:hover,
.custom-header__submenu-toggle:hover {
  color: #169fe2;
}
.custom-header__caret {
  font-size: 1rem;
  line-height: 1;
}
.custom-header__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #e7edf2;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}
.custom-header__submenu li a {
  display: block;
  padding: 10px 18px;
  color: #1f2937;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}
.custom-header__submenu li a:hover {
  background: #f4fbff;
  color: #169fe2;
}
.container
{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
@media (min-width: 992px) {
  .custom-header__menu > li.has-submenu:hover > .custom-header__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .custom-header__topbar .custom-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 76px;
    gap: 14px;
    padding: 14px 0;
  }
  .custom-header__topinfo,
  .custom-header__socials {
    display: none;
  }
  .custom-header__brand img {
    width: 170px;
  }
  .custom-header__menu-toggle {
    display: block;
  }
  .custom-header.is-menu-open .custom-header__menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .custom-header.is-menu-open .custom-header__menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .custom-header.is-menu-open .custom-header__menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .custom-header__navwrap .custom-header__inner {
    width: 100%;
  }
  .custom-header__navwrap.is-fixed {
    position: static;
    width: auto;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  }
  .custom-header__nav {
    display: none;
    border-top: 1px solid #eef2f6;
  }
  .custom-header.is-menu-open .custom-header__nav {
    display: block;
  }
  .custom-header__menu {
    flex-direction: column;
  }
  .custom-header__menu > li > a,
  .custom-header__submenu-toggle {
    width: 100%;
    min-height: 56px;
    justify-content: space-between;
    padding: 0 20px;
    border-left: 0;
    border-top: 1px solid #eef2f6;
    text-align: left;
  }
  .custom-header__menu > li:first-child > a,
  .custom-header__menu > li:first-child > .custom-header__submenu-toggle {
    border-top: 0;
  }
  .custom-header__submenu {
    position: static;
    min-width: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    background: #f8fbfd;
  }
  .custom-header__submenu li a {
    padding: 11px 28px;
    border-top: 1px solid #e9f0f5;
  }
  .custom-header__menu > li.is-open > .custom-header__submenu {
    display: block;
  }
  .custom-header__menu > li.is-open .custom-header__caret {
    transform: rotate(45deg);
  }
}
@media (max-width: 575px) {
  .custom-header__inner {
    width: calc(100% - 20px);
  }
  .custom-header__brand img {
    width: 148px;
  }
  .custom-header__menu > li > a,
  .custom-header__submenu-toggle {
    padding: 0 16px;
    font-size: 0.94rem;
  }
}
.custom-footer {
  background: repeating-linear-gradient(
    135deg,
    #fbfbfb 0,
    #fbfbfb 8px,
    #f6f6f6 8px,
    #f6f6f6 16px
  );
  color: #000000;
}
.custom-footer__main {
  padding: 54px 0 15px;
}
.custom-footer__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 36px;
}
.custom-footer__column h2 {
  margin: 0;
  color: #000000;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}
.custom-footer__accent {
  width: 26px;
  height: 3px;
  margin: 12px 0 22px;
  background: #1fa7e1;
}
.custom-footer__column h3 {
  margin: 0 0 16px;
  color: #000000;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.2;
}
.custom-footer__column p {
  margin: 0 0 12px;
  color: #000000;
  font-size: 1rem;
  line-height: 1.75;
}
.custom-footer__column a {
  color: #1fa7e1;
  text-decoration: none;
}
.custom-footer__column a:hover {
  color: #0c7fb0;
}
.custom-footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}
.custom-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
}
.custom-footer__socials img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.custom-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-footer__links li + li {
  margin-top: 12px;
}
.custom-footer__links a {
  color: #000000;
  font-size: 1.02rem;
  line-height: 1.6;
}
.custom-footer__links a:hover {
  color: #1fa7e1;
}
.custom-footer__facebook {
  display: block;
  max-width: 380px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.custom-footer__facebook:hover {
  transform: translateY(-2px);
  border-color: #cfe5f0;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}
.custom-footer__facebook-cover {
  position: relative;
  aspect-ratio: 16 / 7.2;
  background: #eef6fb;
}
.custom-footer__facebook-cover > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-footer__facebook-cover-logo {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}
.custom-footer__facebook-cover-logo img {
  display: block;
  width: 86px;
  height: auto;
  object-fit: contain;
}
.custom-footer__facebook-body {
  position: relative;
  padding: 0 18px 18px;
}
.custom-footer__facebook-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-top: -34px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: #169fe2;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}
.custom-footer__facebook-avatar img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.custom-footer__facebook-preview {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid #e3edf4;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(234, 248, 254, 0.9) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.custom-footer__facebook-meta {
  margin-top: 12px;
}
.custom-footer__facebook-meta strong {
  display: block;
  color: #102132;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.2;
}
.custom-footer__facebook-meta span {
  display: block;
  margin-top: 6px;
  color: #000000;
  font-size: 0.96rem;
  line-height: 1.4;
}
.custom-footer__facebook-preview p {
  margin: 0 0 16px;
  color: #000000;
  font-size: 0.96rem;
  line-height: 1.65;
}
.custom-footer__facebook-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0px 16px;
  border-radius: 999px;
  background: #169fe2;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.custom-footer__bottom {
  padding: 18px 0;
  background: #348db8;
}
.custom-footer__bottom .custom-footer__inner {
  display: block;
}
.custom-footer__bottom p {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.custom-footer__bottom a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 991px) {
  .custom-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .custom-footer__column:last-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767px) {
  .blog-index-hero,
  .offer-hero,
  .service-area-hero,
  .contact-hero {
    padding: 44px 20px 68px;
  }
  /* .page-content > section,
  .page-content > div > section,
  .page-content > article > section {
    padding-left: 20px;
    padding-right: 20px;
  } */
  .custom-footer__main {
    padding: 34px 0 32px;
  }
  .custom-footer__inner {
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .custom-footer__column h2 {
    font-size: 1.6rem;
  }
  .custom-footer__column h3 {
    font-size: 1.45rem;
  }
  .custom-footer__column p,
  .custom-footer__links a {
    font-size: 0.96rem;
  }
  .custom-footer__facebook {
    max-width: 100%;
  }
  .custom-footer__bottom {
    padding: 16px 0;
  }
  .custom-footer__bottom p {
    font-size: 0.92rem;
  }
}
