html {
  scroll-behavior: smooth;
}

:target::before {
  content: "";
  display: block;
  height: 86px;
  margin-top: -86px;
}

body.tp-portfolio-page {
  background: #fff;
  color: #17211f;
  font-size: 16px;
  line-height: 1.72;
}

body.tp-portfolio-page p,
body.tp-portfolio-page li {
  color: #34423f;
  font-size: 16px;
  line-height: 1.78;
}

body.tp-portfolio-page h1,
body.tp-portfolio-page h2,
body.tp-portfolio-page h3,
body.tp-portfolio-page h4 {
  color: #101817;
  font-weight: 800;
  letter-spacing: 0;
}

body.tp-portfolio-page h1 {
  font-size: 48px;
  line-height: 1.12;
}

body.tp-portfolio-page h2 {
  font-size: 34px;
  line-height: 1.23;
}

body.tp-portfolio-page h3 {
  font-size: 23px;
  line-height: 1.32;
}

body.tp-portfolio-page h4 {
  font-size: 19px;
  line-height: 1.38;
}

body.tp-portfolio-page .btn,
body.tp-portfolio-page .home-btn {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  gap: 7px;
  justify-content: center;
  line-height: 1.3;
  text-decoration: none;
}

body.tp-portfolio-page .btn-success,
body.tp-portfolio-page .btn-info,
body.tp-portfolio-page .btn-warning,
body.tp-portfolio-page .home-btn {
  background: #07777c;
  border-color: #07777c;
  color: #fff !important;
  font-weight: 800;
}

body.tp-portfolio-page .btn-success:hover,
body.tp-portfolio-page .btn-info:hover,
body.tp-portfolio-page .btn-warning:hover,
body.tp-portfolio-page .home-btn:hover {
  background: #111;
  border-color: #111;
  color: #fff !important;
}

body.tp-portfolio-page .btn-link {
  color: #07777c;
  font-weight: 800;
  text-align: left;
  white-space: normal;
}

body.tp-portfolio-page .blockquote {
  border-left: 6px solid #07777c;
  color: #111;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  padding: 8px 0 8px 18px;
}

body.tp-portfolio-page .jumbotron {
  background: #f7fbfb;
  border: 1px solid #dfeceb;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(7, 119, 124, .05);
}

body.tp-portfolio-page .card {
  border: 1px solid #e3eeee;
  border-radius: 8px;
  overflow: hidden;
}

body.tp-portfolio-page .card-header {
  background: #f7fbfb;
  border-bottom: 1px solid #e3eeee;
  color: #111;
  font-weight: 800;
}

body.tp-portfolio-page img.featurette-image,
body.tp-portfolio-page .card-img-top {
  border-radius: 8px;
}

.home-hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(9, 53, 51, .9), rgba(9, 53, 51, .58)),
    url("../images/galeri/taman-kering-minimalis.avif") center/cover no-repeat;
  color: #fff;
  display: flex;
  min-height: 560px;
  padding: 88px 0;
}

.home-hero h1,
.home-hero p {
  color: #fff !important;
}

.home-hero h1 {
  max-width: 940px;
}

.home-hero p {
  font-size: 19px;
  max-width: 820px;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.home-hero .btn-outline-light {
  border-color: rgba(255, 255, 255, .75);
  color: #fff !important;
  font-weight: 800;
}

.home-hero .btn-outline-light:hover {
  background: #fff;
  color: #07777c !important;
}

.home-intro {
  padding: 36px 0 18px;
}

.home-toc {
  background: #f7fbfb;
  border: 1px solid #dbeceb;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(7, 119, 124, .06);
  margin: 22px 0 10px;
  overflow: hidden;
}

.home-toc-toggle {
  align-items: center;
  background: #fff;
  border: 0;
  color: #111;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  justify-content: space-between;
  padding: 18px 20px;
  text-align: left;
  width: 100%;
}

.home-toc-toggle span {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.home-toc-toggle:focus {
  outline: 2px solid rgba(7, 119, 124, .25);
  outline-offset: -2px;
}

.home-toc-toggle:hover {
  background: #f7fbfb;
  color: #07777c;
}

.home-toc-icon {
  color: #07777c;
  transition: transform .2s ease;
}

.home-toc-toggle[aria-expanded="true"] .home-toc-icon {
  transform: rotate(180deg);
}

.home-toc-body {
  border-top: 1px solid #e3eeee;
  padding: 18px 20px 20px;
}

.home-toc ol {
  display: grid;
  gap: 8px 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.home-toc a {
  color: #07777c;
  font-weight: 750;
  text-decoration: none;
}

.home-toc a:hover {
  color: #111;
  text-decoration: underline;
}

.home-section {
  padding: 58px 0;
}

.home-section.bg-soft,
.home-soft-band {
  background: #f7fbfb;
}

.home-section-head {
  margin-bottom: 28px;
}

.home-section-head .sub-title {
  color: #07777c;
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.home-section-head h2 {
  color: #111;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 10px;
}

.home-section-head p {
  color: #52635f;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 780px;
}

.home-portfolio-card,
.home-article-card,
.home-faq-card {
  background: #fff;
  border: 1px solid #e3eeee;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(7, 119, 124, .07);
  height: 100%;
  overflow: hidden;
}

.home-portfolio-img,
.home-article-img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.home-portfolio-body,
.home-article-body {
  padding: 18px;
}

.home-meta {
  color: #64736f;
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 8px;
}

.home-portfolio-title,
.home-article-title {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 8px;
}

.home-portfolio-title a,
.home-article-title a {
  color: #111;
}

.home-portfolio-title a:hover,
.home-article-title a:hover {
  color: #07777c;
}

.home-tag {
  background: #e9f6f6;
  border-radius: 30px;
  color: #28625d;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  margin: 3px 3px 0 0;
  padding: 6px 10px;
}

.home-project-stats {
  border-top: 1px solid #edf4f3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
}

.home-project-stats span {
  color: #4f635f;
  font-size: 13px;
  font-weight: 700;
}

.home-review-grid {
  row-gap: 24px;
}

.home-review-grid .tp-review-item {
  height: 100%;
}

.home-review-grid .tp-review-bubble {
  box-shadow: 0 10px 28px rgba(7, 119, 124, .06);
}

.home-review-project {
  color: #07777c;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  margin-top: 4px;
}

.home-faq-card {
  margin-bottom: 12px;
}

.home-faq-question {
  align-items: center;
  background: #fff;
  border: 0;
  color: #111;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  justify-content: space-between;
  padding: 18px 20px;
  text-align: left;
  width: 100%;
}

.home-faq-question:after {
  color: #07777c;
  content: "\f078";
  flex: 0 0 auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 16px;
  transition: transform .2s ease;
}

.home-faq-question:hover,
.home-faq-question[aria-expanded="true"] {
  background: #f7fbfb;
  color: #07777c;
}

.home-faq-question[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

.home-faq-card .card-body {
  background: #f7fbfb;
  color: #34423f;
  line-height: 1.75;
  padding: 18px 20px;
}

.home-article-card {
  display: flex;
  flex-direction: column;
}

.home-article-body {
  flex: 1;
}

@media (max-width: 767.98px) {
  body.tp-portfolio-page {
    font-size: 15px;
    line-height: 1.68;
  }

  body.tp-portfolio-page h1 {
    font-size: 34px;
  }

  body.tp-portfolio-page h2 {
    font-size: 26px;
  }

  body.tp-portfolio-page h3 {
    font-size: 20px;
  }

  body.tp-portfolio-page .blockquote {
    font-size: 21px;
  }

  .home-hero {
    min-height: 460px;
    padding: 64px 0;
  }

  .home-hero p {
    font-size: 16px;
  }

  .home-toc ol {
    grid-template-columns: 1fr;
  }

  .home-section {
    padding: 42px 0;
  }

  .home-section-head h2 {
    font-size: 26px;
  }

  .home-portfolio-body,
  .home-article-body {
    padding: 16px;
  }
}
