body.tp-portfolio-page {
  --tp: #07777c;
  --dark: #111111;
  --soft: #f5f5f5;
  color: #111111;
  padding-top: 116px;
}

body.tp-portfolio-page .btn-main,
body.tp-portfolio-page .filter-chip.active,
body.tp-portfolio-page .filter-chip:hover,
body.tp-portfolio-page .cta {
  background: #07777c;
  border-color: #07777c;
  color: #fff;
}

body.tp-portfolio-page .btn-main:hover {
  background: #055f63;
  border-color: #055f63;
  color: #fff;
}

body.tp-portfolio-page .filter-chip {
  background: #fff;
  border-color: #d1d5db;
  color: #111111;
}

body.tp-portfolio-page .tag {
  background: #f5f5f5;
  color: #07777c;
}

body.tp-portfolio-page .breadcrumb-wrap {
  background: #f5f5f5;
  border-color: #e5e7eb;
}

body.tp-portfolio-page .portfolio-card,
body.tp-portfolio-page .gallery-card,
body.tp-portfolio-page .related-card,
body.tp-portfolio-page .project-panel {
  border-color: #e5e7eb;
  box-shadow: 0 8px 24px rgba(17, 17, 17, .07);
}

body.tp-portfolio-page h1 i,
body.tp-portfolio-page h2 i,
body.tp-portfolio-page h3 i,
body.tp-portfolio-page .breadcrumb-wrap i,
body.tp-portfolio-page .meta i,
body.tp-portfolio-page .info-label i {
  color: #07777c;
  margin-right: 7px;
}

body.tp-portfolio-page .hero i,
body.tp-portfolio-page .cta i,
body.tp-portfolio-page .btn-main i {
  margin-right: 7px;
}

body.tp-portfolio-page .hero .text-uppercase i {
  color: #fff;
}

body.tp-portfolio-page .btn-outline-secondary i {
  color: #07777c;
  margin-right: 7px;
}

body.tp-portfolio-page .filter-chip i,
body.tp-portfolio-page strong > i {
  color: #07777c;
  margin-right: 6px;
}

.tp-site-header {
  background: #fff;
  box-shadow: 0 8px 26px rgba(20, 59, 56, .08);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}

.tp-topbar {
  background: #07777c;
  color: #fff;
  font-size: 13px;
}

.tp-topbar-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 38px;
}

.tp-social-list,
.tp-footer-social,
.tp-footer-links,
.tp-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tp-social-list {
  align-items: center;
  display: flex;
  gap: 9px;
}

.tp-social-list a,
.tp-footer-social a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.tp-social-list a:hover,
.tp-footer-social a:hover {
  background: #07777c;
  border-color: #07777c;
  color: #fff;
  text-decoration: none;
}

.tp-topbar-contact {
  align-items: center;
  display: flex;
  gap: 18px;
  white-space: nowrap;
}

.tp-topbar-contact i {
  color: #fff;
  margin-right: 6px;
}

.tp-mainbar.navbar {
  background: #fff;
  min-height: 78px;
  padding: 0;
}

.tp-logo img {
  height: 52px;
  width: auto;
}

.tp-nav-toggle {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #111111;
  height: 42px;
  width: 44px;
}

.tp-nav-menu {
  align-items: center;
}

.tp-nav-menu .nav-link {
  align-items: center;
  color: #111111;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 7px;
  min-height: 78px;
  padding: 0 12px;
}

.tp-nav-menu .nav-link i {
  color: #07777c;
  font-size: 14px;
}

.tp-nav-menu .active > .nav-link,
.tp-nav-menu .nav-link:hover,
.tp-nav-menu .show > .nav-link {
  color: #000;
}

.tp-nav-menu .active > .nav-link i,
.tp-nav-menu .nav-link:hover i,
.tp-nav-menu .show > .nav-link i {
  color: #07777c;
}

.tp-dropdown {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(20, 59, 56, .16);
  margin-top: 0;
  min-width: 230px;
  padding: 10px;
}

.tp-dropdown .dropdown-item {
  border-radius: 6px;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 11px;
}

.tp-dropdown .dropdown-item i {
  color: #07777c;
  margin-right: 8px;
  width: 18px;
}

.tp-dropdown .dropdown-item:hover {
  background: #f5f5f5;
  color: #000;
}

.tp-extra-nav {
  align-items: center;
  border-left: 1px solid #e5e7eb;
  display: flex;
  gap: 12px;
  margin-left: 14px;
  padding-left: 18px;
}

.tp-phone-box {
  align-items: center;
  color: #111111;
  display: flex;
  gap: 9px;
  line-height: 1.15;
}

.tp-phone-box:hover {
  color: #000;
  text-decoration: none;
}

.tp-phone-box > i {
  align-items: center;
  background: #f5f5f5;
  border-radius: 50%;
  color: #07777c;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.tp-phone-box small {
  color: #72827f;
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.tp-phone-box strong {
  display: block;
  font-size: 14px;
}

.tp-wa-btn,
.tp-footer-wa,
.tp-floating-wa {
  background: #07777c;
  border-color: #07777c;
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
}

.tp-wa-btn:hover,
.tp-footer-wa:hover,
.tp-floating-wa:hover {
  background: #055f63;
  border-color: #055f63;
  color: #fff;
  text-decoration: none;
}

.tp-wa-btn i,
.tp-footer-wa i {
  margin-right: 6px;
}

.tp-site-footer {
  background: #111111;
  color: #d7e7e5;
}

.tp-footer-top {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, .98), rgba(31, 41, 55, .96)),
    radial-gradient(circle at top right, rgba(7, 119, 124, .24), transparent 38%);
  padding: 56px 0 28px;
}

.tp-footer-brand-row {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  margin-bottom: 34px;
  padding-bottom: 26px;
}

.tp-footer-logo img {
  height: 54px;
  width: auto;
}

.tp-footer-intro {
  color: #bdd5d2;
  margin: 16px 0 0;
  max-width: 620px;
}

.tp-footer-social {
  display: inline-flex;
  gap: 10px;
}

.tp-footer-title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 18px;
  gap: 9px;
  margin-bottom: 16px;
}

.tp-footer-title i {
  color: #07777c;
}

.tp-footer-gallery {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 360px;
}

.tp-footer-gallery a {
  border-radius: 6px;
  display: block;
  overflow: hidden;
}

.tp-footer-gallery img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
  width: 100%;
}

.tp-footer-gallery a:hover img {
  transform: scale(1.05);
}

.tp-footer-links li,
.tp-footer-contact li {
  margin-bottom: 10px;
}

.tp-footer-links a {
  color: #d7e7e5;
  font-weight: 700;
}

.tp-footer-links a:hover {
  color: #fff;
}

.tp-footer-contact li {
  align-items: flex-start;
  color: #bdd5d2;
  display: flex;
  gap: 10px;
}

.tp-footer-contact i {
  color: #07777c;
  margin-top: 4px;
  width: 18px;
}

.tp-footer-bottom {
  background: #000;
  color: #a8c3c0;
  font-size: 14px;
  padding: 17px 0;
}

.tp-footer-bottom a {
  color: #d7e7e5;
  font-weight: 700;
  margin-left: 15px;
}

.tp-floating-wa {
  align-items: center;
  bottom: 18px;
  box-shadow: 0 14px 30px rgba(20, 59, 56, .22);
  display: inline-flex;
  gap: 8px;
  padding: 12px 16px;
  position: fixed;
  right: 18px;
  z-index: 1030;
}

@media (min-width: 992px) {
  .tp-nav-menu .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .tp-phone-box span {
    display: none;
  }
}

@media (max-width: 991.98px) {
  body.tp-portfolio-page {
    padding-top: 74px;
  }

  .tp-topbar {
    display: none;
  }

  .tp-mainbar.navbar {
    min-height: 74px;
    padding: 0;
  }

  .tp-logo img {
    height: 46px;
  }

.tp-nav-collapse {
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 18px 30px rgba(20, 59, 56, .12);
    margin: 0 -15px;
    padding: 10px 15px 18px;
  }

  .tp-nav-menu {
    align-items: stretch;
  }

  .tp-nav-menu .nav-link {
    border-bottom: 1px solid #edf4f3;
    min-height: 46px;
    padding: 0;
  }

  .tp-dropdown {
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0 0 8px 24px;
  }

  .tp-extra-nav {
    border-left: 0;
    border-top: 1px solid #e5e7eb;
    margin: 10px 0 0;
    padding: 14px 0 0;
  }

  .tp-phone-box span {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .tp-extra-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .tp-wa-btn {
    width: 100%;
  }

  .tp-footer-top {
    padding: 42px 0 22px;
  }

  .tp-footer-gallery {
    max-width: none;
  }

  .tp-footer-bottom a {
    display: inline-block;
    margin: 8px 12px 0 0;
  }

  .tp-floating-wa span {
    display: none;
  }

  .tp-floating-wa {
    border-radius: 50%;
    height: 50px;
    justify-content: center;
    padding: 0;
    width: 50px;
  }
}
