.baca-page {
  background: #fff;
}

.baca-page .content-inner-1 {
  padding: 70px 0;
}

.baca-page .content-inner-2 {
  padding: 82px 0;
}

.baca-page .bg-gray {
  background: #f7f9fb;
}

.baca-page .pt-0 {
  padding-top: 0 !important;
}

.baca-page .sub-title {
  color: #07777c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.baca-page .tp-breadcrumb-wrap {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 16px 0;
}

.baca-page .tp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.baca-page .tp-breadcrumb li {
  color: #747474;
  font-size: 14px;
}

.baca-page .tp-breadcrumb li + li:before {
  color: #aaa;
  content: "/";
  margin-right: 9px;
}

.baca-page .tp-breadcrumb a {
  color: #222;
  font-weight: 600;
}

.baca-page .tp-breadcrumb span {
  color: #07777c;
  font-weight: 600;
}

.article-detail-hero {
  background: #f4f8f8;
  overflow: hidden;
  padding: 82px 0 58px;
  position: relative;
}

.article-detail-hero:before {
  background: linear-gradient(135deg, rgba(7, 119, 124, .12), rgba(255, 255, 255, .3));
  content: "";
  inset: 0;
  position: absolute;
}

.article-detail-hero .container {
  position: relative;
  z-index: 1;
}

.article-detail-hero h1,
.service-hero h1 {
  color: #111;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin-bottom: 18px;
  max-width: 980px;
}

.article-detail-hero p,
.service-hero p {
  color: #555;
  font-size: 18px;
  line-height: 1.75;
  max-width: 860px;
}

.service-hero {
  background: #f4f8f8;
  overflow: hidden;
  padding: 84px 0 64px;
  position: relative;
}

.service-hero:before {
  background: linear-gradient(140deg, rgba(7, 119, 124, .14), rgba(255, 255, 255, .2));
  content: "";
  inset: 0;
  position: absolute;
}

.service-hero .container {
  position: relative;
  z-index: 1;
}

.service-hero-media {
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .14);
  overflow: hidden;
}

.service-hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.article-meta {
  color: #666;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 16px;
  margin-bottom: 18px;
}

.article-meta i {
  color: #07777c;
  margin-right: 6px;
}

.article-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 20px;
}

.badge-soft {
  background: #e9f6f6;
  border-radius: 999px;
  color: #06666b;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 12px;
  text-transform: capitalize;
}

.featured-image {
  aspect-ratio: 16 / 8;
  border-radius: 12px;
  box-shadow: 0 20px 56px rgba(0, 0, 0, .14);
  overflow: hidden;
}

.featured-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.article-layout {
  align-items: flex-start;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) 340px;
}

.article-content {
  color: #222;
  font-size: 17px;
  line-height: 1.9;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
  color: #111;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 34px 0 14px;
}

.article-content h2 {
  font-size: 30px;
}

.article-content h3 {
  font-size: 24px;
}

.article-content h4 {
  font-size: 20px;
}

.article-content p {
  margin-bottom: 18px;
}

.article-content img {
  border-radius: 10px;
  height: auto;
  max-width: 100%;
}

.article-content ul,
.article-content ol {
  margin-bottom: 22px;
  padding-left: 24px;
}

.article-content blockquote,
.baca-page blockquote {
  background: transparent;
  border-left: 8px solid #07777c;
  border-radius: 0;
  color: #07777c;
  font-size: 18px;
  margin: 28px 0;
  padding: 0 0 0 20px;
}

.intro-box,
.service-copy-box {
  background: #fff;
  border: 1px solid #dcecec;
  border-left: 4px solid #07777c;
  border-radius: 10px;
  margin-bottom: 28px;
  padding: 24px;
}

.intro-box p:last-child,
.service-copy-box p:last-child {
  margin-bottom: 0;
}

.toc {
  background: #f7f9fb;
  border: 1px solid #e4eeee;
  border-radius: 10px;
  margin: 16px 0 30px;
  overflow: hidden;
  padding: 0;
}

.toc-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #222;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  padding: 16px 18px;
  text-align: left;
  width: 100%;
}

.toc-toggle span {
  align-items: center;
  display: flex;
  gap: 8px;
}

.toc-icon {
  transition: .25s;
}

.toc-body {
  border-top: 1px solid #e4eeee;
  display: none;
  padding: 14px 18px 16px;
}

.toc.is-open .toc-body {
  display: block;
}

.toc.is-open .toc-icon {
  transform: rotate(180deg);
}

.toc-cols {
  display: grid;
  gap: 6px 36px;
  grid-template-columns: 1fr 1fr;
}

.toc-list {
  column-count: auto !important;
  display: block !important;
  margin: 0;
  padding-left: 18px;
}

.toc-list li {
  break-inside: avoid;
  margin-bottom: 6px;
}

.toc a {
  color: #07777c;
  text-decoration: none;
}

.toc a:hover {
  text-decoration: underline;
}

:target::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
}

.spec-card,
.sidebar-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .06);
  margin-bottom: 24px;
  padding: 24px;
}

.spec-card h2,
.sidebar-box h2,
.sidebar-box h3 {
  color: #111;
  font-size: 22px;
  font-weight: 750;
  margin-bottom: 16px;
}

.spec-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spec-list li {
  border-bottom: 1px solid #eee;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 12px 0;
}

.spec-list li:last-child {
  border-bottom: 0;
}

.spec-list strong {
  color: #222;
}

.spec-list span {
  text-align: right;
}

.price-text {
  color: #07777c;
  font-size: 22px;
  font-weight: 800;
}

.btn-tp {
  background: #07777c;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  display: inline-block;
  font-weight: 800;
  padding: 13px 22px;
}

.btn-tp:hover {
  background: #055c60;
  color: #fff !important;
}

.btn-dark-tp {
  background: #111;
  color: #fff !important;
}

.faq-section {
  margin-top: 36px;
}

.faq-accordion .faq-item {
  background: #fff;
  border: 1px solid #e4eeee;
  border-radius: 10px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-question {
  align-items: center;
  background: #fff;
  border: 0;
  color: #222;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  gap: 16px;
  justify-content: space-between;
  padding: 18px 22px;
  text-align: left;
  width: 100%;
}

.faq-question:after {
  color: #07777c;
  content: "\f078";
  flex: 0 0 auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: .25s;
}

.faq-answer {
  background: #f7f9fb;
  display: none;
  padding: 18px 22px;
}

.faq-answer p {
  margin: 0;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question {
  color: #07777c;
}

.faq-item.active .faq-question:after {
  transform: rotate(180deg);
}

.article-sidebar {
  position: sticky;
  top: 96px;
}

.sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-list li + li {
  border-top: 1px solid #eee;
  margin-top: 12px;
  padding-top: 12px;
}

.sidebar-list a {
  color: #222;
  font-weight: 700;
}

.sidebar-list small {
  color: #07777c;
  display: block;
  margin-top: 4px;
}

.section-head {
  margin-bottom: 38px;
}

.section-head.text-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.section-head h2 {
  color: #111;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.section-head p {
  color: #666;
  font-size: 17px;
  line-height: 1.75;
}

.related-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .07);
  height: 100%;
  overflow: hidden;
}

.related-card .thumb {
  aspect-ratio: 1 / 1;
  display: block;
  overflow: hidden;
}

.related-card .thumb img {
  height: 100%;
  object-fit: cover;
  transition: .35s;
  width: 100%;
}

.related-card:hover .thumb img {
  transform: scale(1.05);
}

.related-card .body {
  padding: 22px;
}

.related-card h3 {
  color: #111;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: 0;
}

.portfolio-card .thumb {
  aspect-ratio: 4 / 3;
}

.review-card {
  background: #fff;
  border: 1px solid #e4eeee;
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .06);
  height: 100%;
  padding: 24px;
}

.review-head {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}

.review-head img {
  border: 1px solid #e4eeee;
  border-radius: 50%;
  height: 58px;
  object-fit: cover;
  width: 58px;
}

.review-head strong {
  color: #111;
  display: block;
  font-size: 16px;
  font-weight: 800;
}

.review-head small {
  color: #666;
  display: block;
  font-size: 13px;
  margin-top: 2px;
}

.rating-stars {
  color: #f4a100;
  font-weight: 800;
  margin-bottom: 12px;
}

.rating-stars i {
  margin-right: 2px;
}

.review-bubble {
  background: #f7f9fb;
  border: 1px solid #e4eeee;
  border-radius: 12px;
  color: #333;
  line-height: 1.75;
  margin-bottom: 14px;
  padding: 16px;
}

.review-project {
  color: #07777c;
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.area-coverage-section {
  padding-top: 28px;
}

.area-coverage-copy,
.gmaps-box {
  background: #fff;
  border: 1px solid #e4eeee;
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .06);
  height: 100%;
  overflow: hidden;
}

.area-coverage-copy {
  padding: 30px;
}

.area-coverage-copy h2 {
  color: #111;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 14px;
}

.area-coverage-copy p {
  color: #666;
  line-height: 1.75;
  margin-bottom: 18px;
}

.area-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-tag {
  background: #e9f6f6;
  border: 1px solid #cfe7e7;
  border-radius: 999px;
  color: #06666b;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  padding: 9px 14px;
}

.gmaps-box iframe {
  display: block;
  min-height: 380px;
  width: 100%;
}

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

.work-step-card {
  background: #fff;
  border: 1px solid #e4eeee;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .05);
  min-height: 100%;
  padding: 24px;
  position: relative;
}

.work-step-card span {
  color: rgba(7, 119, 124, .16);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 18px;
}

.work-step-card i {
  color: #07777c;
  font-size: 26px;
  margin-bottom: 16px;
}

.work-step-card h3 {
  color: #111;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.work-step-card p {
  color: #666;
  line-height: 1.7;
  margin: 0;
}

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

.related-service-card {
  align-items: center;
  background: #fff;
  border: 1px solid #e4eeee;
  border-radius: 12px;
  color: #111;
  display: flex;
  gap: 14px;
  padding: 18px 20px;
  transition: .25s;
}

.related-service-card:hover {
  border-color: #07777c;
  box-shadow: 0 12px 28px rgba(7, 119, 124, .12);
  color: #07777c;
  transform: translateY(-2px);
}

.related-service-card i {
  align-items: center;
  background: #e9f6f6;
  border-radius: 50%;
  color: #07777c;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.related-service-card span {
  font-weight: 800;
}

.video-project-section {
  background: #fff;
}

.video-main-wrap {
  aspect-ratio: 16 / 9;
  background: #111;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  overflow: hidden;
}

.video-main-wrap iframe,
.shorts-card iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

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

.shorts-card {
  aspect-ratio: 9 / 16;
  background: #111;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
  overflow: hidden;
}

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

.service-summary-card {
  background: #fff;
  border: 1px solid #e4eeee;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .05);
  padding: 22px;
}

.service-summary-card i {
  color: #07777c;
  font-size: 24px;
  margin-bottom: 12px;
}

.service-summary-card strong {
  color: #111;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.service-summary-card span {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

.article-cta {
  align-items: center;
  background: #07777c;
  border-radius: 12px;
  color: #fff;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 38px;
}

.article-cta h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
}

.article-cta p {
  color: #fff;
  max-width: 760px;
}

.not-found-box {
  background: #fff;
  border: 1px dashed #cbdede;
  border-radius: 12px;
  padding: 42px;
  text-align: center;
}

@media (max-width: 991px) {
  .article-detail-hero,
  .service-hero {
    padding: 58px 0 42px;
  }

  .article-detail-hero h1,
  .service-hero h1 {
    font-size: 34px;
  }

  .featured-image {
    aspect-ratio: 16 / 10;
  }

  .article-layout {
    display: block;
  }

  .article-sidebar {
    position: static;
  }

  .article-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-head h2 {
    font-size: 30px;
  }

  .baca-page .content-inner-1 {
    padding: 46px 0;
  }

  .baca-page .content-inner-2 {
    padding: 58px 0;
  }

  .spec-list li {
    display: block;
  }

  .spec-list span {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .service-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-steps-grid,
  .related-services-grid,
  .shorts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .toc-cols,
  .service-summary-grid,
  .work-steps-grid,
  .related-services-grid,
  .shorts-grid {
    grid-template-columns: 1fr;
  }

  .toc-list-right {
    margin-top: 0;
  }

  .article-content h2 {
    font-size: 25px;
  }

  .article-content h3 {
    font-size: 21px;
  }
}
