.space-for-header {
  padding-top: 169px;
}

@media only screen and (max-width: 1199px) {
  .space-for-header {
    padding-top: 155px;
  }
}

@media only screen and (max-width: 991px) {
  .space-for-header {
    padding-top: 138px;
  }
}

@media only screen and (max-width: 767px) {
  .space-for-header {
    padding-top: 132px;
  }
}

.portfolio-hero-intro {
  padding: 5px 0 18px;
}

.portfolio-hero-intro .container-fluid {
  padding-left: clamp(14px, 1.6vw, 24px);
  padding-right: clamp(14px, 1.6vw, 24px);
}

.portfolio-hero-panel {
  min-height: clamp(300px, 33vw, 420px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(108px, 10vw, 144px) 20px 32px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(8, 20, 24, 0.5) 0%, rgba(8, 20, 24, 0.78) 100%),
    url("../images/istanbul.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.portfolio-hero-panel .tj-page-header-content {
  max-width: 860px;
  text-align: center;
  margin-top: clamp(18px, 2vw, 34px);
}

.portfolio-hero-panel .portfolio-kicker {
  margin: 0 0 16px;
  color: rgba(247, 246, 241, 0.82);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.portfolio-hero-panel .tj-page-title {
  margin-bottom: 10px;
  color: #f7f6f1;
  font-size: clamp(50px, 5.8vw, 74px);
  font-weight: 700;
  letter-spacing: -0.05em;
}

.portfolio-hero-panel .portfolio-hero-copy {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(247, 246, 241, 0.84);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.portfolio-hero-panel .tj-page-link {
  margin-top: 28px;
  padding: 10px 16px;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.portfolio-hero-panel .tj-page-link span,
.portfolio-hero-panel .tj-page-link span a {
  color: rgba(247, 246, 241, 0.84);
  font-size: 16px;
  font-weight: 500;
}

.portfolio-hero-panel .tj-page-link span:last-child {
  color: #f7f6f1;
  font-weight: 600;
}

.portfolio-hero-panel .tj-page-link span i {
  color: #58a7ad;
}

.portfolio-hero-panel .tj-page-link span:not(:first-child) i {
  color: rgba(247, 246, 241, 0.58);
}

.portfolio-wide-shell {
  padding-top: 14px;
  padding-bottom: 30px;
}

.portfolio-wide-shell .container {
  max-width: min(1680px, calc(100vw - 36px));
}

.portfolio-toolbar {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  padding: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  margin-bottom: 22px;
}

.portfolio-toolbar label {
  display: block;
  margin-bottom: 8px;
  color: #20364e;
  font-size: 15px;
  font-weight: 800;
}

.portfolio-toolbar .form-control,
.portfolio-toolbar .custom-select {
  height: 48px;
  border-radius: 14px;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: none;
}

.portfolio-toolbar .form-control:focus,
.portfolio-toolbar .custom-select:focus {
  border-color: rgba(75, 144, 143, 0.7);
  box-shadow: 0 0 0 0.16rem rgba(75, 144, 143, 0.14);
}

.portfolio-toolbar .btn {
  height: 48px;
  border-radius: 14px;
  min-width: 110px;
}

.map-panel-top {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
  background: #fff;
  margin-bottom: 22px;
  height: 460px;
}

#portfolioMap {
  width: 100%;
  height: 100%;
}

.empty-state {
  padding: 34px 20px;
  border-radius: 22px;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.02);
  text-align: center;
}

.empty-state h4 {
  margin-bottom: 8px;
  color: #10243a;
  font-weight: 800;
}

.empty-state p {
  margin: 0;
  color: #5f6d7a;
}

.leaflet-popup-content-wrapper {
  border-radius: 14px;
}

.leaflet-popup-content {
  margin: 12px 14px;
}

.popup-title {
  margin: 0 0 4px;
  font-weight: 800;
}

.popup-sub {
  margin: 0 0 10px;
  opacity: 0.85;
}

.popup-link {
  font-weight: 800;
  text-decoration: underline;
}

.pf-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pf-card a {
  display: block;
}

.pf-card img {
  width: 100%;
  height: 345px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  filter: saturate(1.02);
}

.pf-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0.65) 100%),
    radial-gradient(900px 380px at 50% 70%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.75) 100%);
}

.pf-content {
  width: 100%;
  max-width: 92%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.pf-title {
  margin: 0;
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.15;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);
}

.pf-name {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.28;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pf-price {
  margin: 2px 0 6px;
  color: #fff;
  font-weight: 900;
  font-size: 28px;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);
}

.pf-actions {
  margin-top: 4px;
}

.pf-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 10px 18px;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: all 0.18s ease;
}

.pf-more:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.pf-address {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  color: #f2b01e;
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 22px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);
}

.pf-address i {
  color: #f2b01e;
  font-size: 18px;
}

.pf-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #b31217;
  border: 4px solid rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
  text-transform: uppercase;
}

.pf-badge span:first-child {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.pf-badge span:last-child {
  margin-top: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.pf-badge.rent {
  background: #0f5ea8;
}

.pf-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  pointer-events: none;
}

.portfolio-seo-section {
  padding: 38px 0 0;
}

.portfolio-seo-section .container {
  max-width: 1440px;
}

.portfolio-seo-surface {
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(18, 44, 78, 0.12);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 244, 248, 0.95) 100%);
  box-shadow: 0 30px 70px rgba(14, 35, 58, 0.08);
}

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

.portfolio-seo-card {
  height: 100%;
  padding: 22px 20px;
  border-radius: 24px;
  border: 1px solid rgba(18, 44, 78, 0.1);
  background: linear-gradient(180deg, rgba(250, 252, 254, 0.98) 0%, rgba(239, 244, 249, 0.98) 100%);
}

.portfolio-seo-card h3 {
  margin: 0 0 10px;
  color: #12345c;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.28;
}

.portfolio-seo-card p {
  margin: 0 0 10px;
  color: #5f6d7a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.portfolio-seo-card p:last-child {
  margin-bottom: 0;
}

.portfolio-page .h10-process {
  padding-top: 64px;
  padding-bottom: 84px;
}

.portfolio-page .h10-process .sec-heading.style-3 .h10-process-more {
  margin-top: 18px;
}

.index6-blog-archive-section {
  background-color: #242221;
  padding: 56px 0 0;
}

.index6-blog-archive-wrap {
  padding-bottom: 24px;
}

.index6-blog-archive-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.index6-blog-archive-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  color: var(--tj-color-common-white);
  font-size: 20px;
  font-weight: var(--tj-fw-sbold);
  line-height: 1.25;
}

.index6-blog-archive-title i {
  color: #d84c43;
  font-size: 18px;
}

.index6-blog-archive-kicker {
  display: inline-block;
  padding-left: 44px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.index6-blog-archive-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 18px 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--tj-color-common-white);
  font-size: 15px;
  font-weight: var(--tj-fw-sbold);
  white-space: nowrap;
}

.index6-blog-archive-link:hover {
  color: var(--tj-color-common-white);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
}

.index6-blog-archive-count {
  min-width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #d84c43;
  color: var(--tj-color-common-white);
  font-size: 13px;
  font-weight: var(--tj-fw-bold);
  line-height: 1;
}

.index6-blog-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.index6-blog-archive-card {
  min-height: 118px;
  display: flex;
  gap: 14px;
  padding: 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: #2b2827;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.index6-blog-archive-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.14);
  background: #302d2c;
  color: var(--tj-color-common-white);
}

.index6-blog-archive-card-index {
  color: #d84c43;
  font-size: 28px;
  font-weight: var(--tj-fw-bold);
  line-height: 1;
}

.index6-blog-archive-card-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.index6-blog-archive-card-date {
  color: rgba(255, 255, 255, 0.44);
  font-size: 11px;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.4;
}

.index6-blog-archive-card-title {
  margin: 0;
  color: var(--tj-color-common-white);
  font-size: 20px;
  font-weight: var(--tj-fw-sbold);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tj-footer-section.footer-2.index6-custom-footer {
  padding-top: 28px;
  background-color: #242221;
}

.index6-custom-footer .footer-main-area {
  padding: 88px 0 56px;
}

.index6-custom-footer .footer-column .footer-widget {
  height: 100%;
}

.index6-custom-footer .footer-intro-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}

.index6-custom-footer .footer-intro-logo img {
  width: min(250px, 100%);
  height: auto;
}

.index6-custom-footer .footer-small-title {
  display: block;
  margin-bottom: 8px;
  color: var(--tj-color-theme-primary);
  font-size: 15px;
  font-style: italic;
  font-weight: var(--tj-fw-medium);
  line-height: 1.6;
}

.index6-custom-footer .footer-note,
.index6-custom-footer .footer-network-intro {
  max-width: 310px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.8;
}

.index6-custom-footer .footer-note:last-child {
  margin-bottom: 0;
}

.index6-custom-footer .footer-menu-title {
  margin-bottom: 12px;
  color: var(--tj-color-common-white);
  font-size: 18px;
  font-weight: var(--tj-fw-sbold);
}

.index6-custom-footer .footer-link-list,
.index6-custom-footer .footer-network-links,
.index6-custom-footer .footer-contact-links,
.index6-custom-footer .footer-social-stack {
  margin: 0;
  padding: 0;
  list-style: none;
}

.index6-custom-footer .footer-link-list li,
.index6-custom-footer .footer-network-links li,
.index6-custom-footer .footer-contact-links li {
  margin-bottom: 12px;
}

.index6-custom-footer .footer-link-list li:last-child,
.index6-custom-footer .footer-network-links li:last-child,
.index6-custom-footer .footer-contact-links li:last-child {
  margin-bottom: 0;
}

.index6-custom-footer .footer-link-list a {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.index6-custom-footer .footer-link-list a:hover,
.index6-custom-footer .footer-network-links a:hover,
.index6-custom-footer .footer-contact-links a:hover {
  color: var(--tj-color-common-white);
}

.index6-custom-footer .footer-link-list .link-icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.8;
}

.index6-custom-footer .footer-network-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-sbold);
}

.index6-custom-footer .footer-network-links a i {
  font-size: 14px;
}

.index6-custom-footer .footer-contact-links {
  margin-bottom: 28px;
}

.index6-custom-footer .footer-contact-links a,
.index6-custom-footer .footer-contact-links span {
  color: var(--tj-color-common-white);
  line-height: 1.8;
}

.index6-custom-footer .footer-contact-links span {
  display: block;
  max-width: 240px;
}

.index6-custom-footer .footer-follow-label {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 24px;
  font-weight: var(--tj-fw-medium);
  line-height: 1;
}

.index6-custom-footer .footer-social-stack {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.index6-custom-footer .footer-social-stack a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--tj-color-common-white);
}

.index6-custom-footer .footer-social-stack a:hover {
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}

.index6-custom-footer .tj-copyright-area {
  padding-bottom: 0;
}

.index6-custom-footer .tj-copyright-area .copyright-content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 24px;
  border-bottom: 0;
  border-color: rgba(255, 255, 255, 0.12);
  padding: 22px 0 28px;
}

.index6-custom-footer .tj-copyright-area .copyright-text p {
  color: rgba(255, 255, 255, 0.72);
}

.index6-custom-footer .footer-policy-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.index6-custom-footer .footer-policy-link i {
  font-size: 14px;
  color: #ffffff;
}

.index6-custom-footer .footer-policy-link:hover {
  color: var(--tj-color-common-white);
}

@media (min-width: 1200px) {
  .index6-custom-footer .footer-column:not(:last-child) .footer-widget {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    padding-right: 34px;
  }

  .index6-custom-footer .footer-column:not(:first-child) .footer-widget {
    padding-left: 10px;
  }
}

.premium-wrap {
  --p-bg: #767b7b;
  --p-ink: #0f172a;
  --p-card: #ffffff;
  --p-border: rgba(15, 23, 42, 0.08);
  --p-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
  --p-shadow2: 0 10px 30px rgba(0, 0, 0, 0.1);
  --p-radius: 22px;
  --p-radius2: 18px;
  --p-muted: rgba(15, 23, 42, 0.65);
  position: relative;
  padding-top: 18px;
  padding-bottom: 30px;
  background:
    radial-gradient(1200px 500px at 10% 0%, rgba(79, 70, 229, 0.12) 0%, rgba(79, 70, 229, 0) 70%),
    radial-gradient(900px 450px at 90% 15%, rgba(16, 185, 129, 0.1) 0%, rgba(16, 185, 129, 0) 70%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 55%, #ffffff 100%);
}

.portfolio-detail-page .premium-wrap > .auto-container {
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.premium-wrap .hero-premium {
  position: relative;
  overflow: hidden;
  border-radius: var(--p-radius);
  box-shadow: var(--p-shadow);
  background: #111;
}

.premium-wrap .swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.premium-wrap .hero-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.55) 65%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}

.premium-wrap .hero-premium .hero-swiper img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.premium-wrap .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 22px 18px;
  color: #fff;
  pointer-events: none;
}

.premium-wrap .hero-topline {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  pointer-events: none;
}

.premium-wrap .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.premium-wrap .pill.light {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}

.premium-wrap .hero-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 34px;
  font-weight: 1000;
  line-height: 1.15;
  text-shadow: 0 14px 45px rgba(0, 0, 0, 0.45);
}

.premium-wrap .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
  font-weight: 900;
  opacity: 0.95;
}

.premium-wrap .hero-meta .m {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  font-size: 12px;
}

.premium-wrap .hero-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.premium-wrap .hero-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.premium-wrap .hero-price .big {
  font-size: 44px;
  font-weight: 1000;
  letter-spacing: 0.2px;
}

.premium-wrap .hero-price .note {
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 900;
}

.premium-wrap .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  pointer-events: auto;
}

.premium-wrap .btn-prem {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 13px;
  font-weight: 1000;
  text-decoration: none;
  transition: all 0.22s ease;
}

.premium-wrap .btn-prem:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(-1px);
}

.premium-wrap .btn-prem.white {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.25);
}

.premium-wrap .hero-nav {
  position: absolute;
  top: 50%;
  left: 12px;
  right: 12px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.premium-wrap .hero-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.2s ease;
}

.premium-wrap .hero-arrow:hover {
  background: rgba(0, 0, 0, 0.62);
  transform: translateY(-1px);
}

.premium-wrap .hero-arrow i {
  font-size: 16px;
}

.premium-wrap .thumb-strip {
  margin-top: 14px;
  padding: 10px;
  border: 1px solid var(--p-border);
  border-radius: var(--p-radius);
  background: #fff;
  box-shadow: var(--p-shadow2);
  overflow: hidden;
}

.premium-wrap .thumb-strip .swiper-wrapper {
  align-items: stretch;
}

.premium-wrap .thumb-strip .swiper-slide {
  height: 92px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.premium-wrap .thumb-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease;
}

.premium-wrap .thumb-strip .swiper-slide:hover img {
  transform: scale(1.04);
}

.premium-wrap .p-card {
  padding: 18px;
  border: 1px solid var(--p-border);
  border-radius: var(--p-radius);
  background: var(--p-card);
  box-shadow: var(--p-shadow2);
}

.premium-wrap .p-card + .p-card {
  margin-top: 16px;
}

.premium-wrap .p-tabs .nav-tabs {
  display: none;
}

.premium-wrap .p-tabs .tab-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.premium-wrap .p-tabs .tab-content > .tab-pane {
  display: block !important;
  opacity: 1 !important;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.premium-wrap .p-tabs .tab-content > .tab-pane:first-child {
  padding-top: 0;
  border-top: 0;
}

.premium-wrap .stacked-tab-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--p-ink);
  font-size: 16px;
  font-weight: 1000;
  line-height: 1.3;
}

.premium-wrap .p-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.premium-wrap .p-title h4 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--p-ink);
  font-size: 18px;
  font-weight: 1000;
}

.premium-wrap .chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f4f6ff;
  border: 1px solid #e9ecff;
  color: #27316b;
  font-size: 12px;
  font-weight: 1000;
  white-space: nowrap;
}

.premium-wrap .muted {
  color: var(--p-muted);
  font-weight: 800;
}

.premium-wrap .feat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.premium-wrap .feat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: var(--p-radius2);
  background: #fbfbfc;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.premium-wrap .feat .ic {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(17, 24, 39, 0.06);
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.premium-wrap .feat .ic i {
  color: #0f172a;
  font-size: 16px;
  opacity: 0.95;
}

.premium-wrap .feat .k {
  margin: 0;
  font-size: 12px;
  font-weight: 1000;
  opacity: 0.7;
}

.premium-wrap .feat .v {
  margin: 0;
  color: #0f172a;
  font-size: 14px;
  font-weight: 1000;
}

.premium-wrap .amen-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.premium-wrap .amen {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: var(--p-radius2);
  background: var(--p-bg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.premium-wrap .amen span {
  font-size: 12px;
  font-weight: 1000;
  line-height: 1.25;
}

.premium-wrap .near {
  list-style: none;
  margin: 0;
  padding: 0;
}

.premium-wrap .near li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.premium-wrap .near li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.premium-wrap .near-left {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.premium-wrap .near-left i {
  margin-top: 3px;
  opacity: 0.85;
}

.premium-wrap .near-left .t {
  margin: 0;
  font-weight: 1000;
}

.premium-wrap .near-left small {
  font-weight: 900;
  opacity: 0.7;
}

.premium-wrap .near-right {
  white-space: nowrap;
  font-weight: 1000;
  opacity: 0.85;
}

.premium-wrap .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.premium-wrap .g-item {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.premium-wrap .g-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.premium-wrap .g-item:hover img {
  transform: scale(1.04);
}

.premium-wrap a.image-link {
  cursor: pointer;
}

.premium-wrap .sticky-side {
  position: sticky;
  top: 110px;
}

.premium-wrap .side-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.premium-wrap .cta-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  background: var(--p-bg);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #fff;
  font-weight: 1000;
  text-decoration: none;
  transition: all 0.22s ease;
}

.premium-wrap .cta-btn:hover {
  color: #fff;
  background: #070d18;
  transform: translateY(-1px);
}

.premium-wrap .cta-btn.secondary {
  background: #fff;
  color: #0f172a;
}

.premium-wrap .cta-btn.secondary:hover {
  background: #f6f6f7;
  color: #0f172a;
}

.premium-wrap .video-box {
  position: relative;
  overflow: hidden;
  border-radius: var(--p-radius);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: var(--p-shadow2);
}

.premium-wrap .video-box img {
  width: 100%;
  display: block;
}

.premium-wrap .video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.premium-wrap .play-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  color: #fff;
  font-weight: 1000;
  transition: all 0.22s ease;
}

.premium-wrap .video-overlay:hover .play-pill {
  background: rgba(0, 0, 0, 0.68);
  transform: translateY(-1px);
}

.premium-wrap .map-embed {
  overflow: hidden;
  border-radius: var(--p-radius);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: var(--p-shadow2);
  background: #fff;
}

.premium-wrap .map-embed iframe {
  width: 100%;
  height: 280px;
  border: 0;
  display: block;
}

@media (max-width: 1399px) {
  .index6-blog-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 1199px) {
  .portfolio-page .h10-process {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .portfolio-detail-page .premium-wrap > .auto-container {
    max-width: 88%;
  }

  .index6-blog-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tj-footer-section.footer-2.index6-custom-footer {
    padding-top: 24px;
  }

  .index6-custom-footer .footer-column:not(:last-child) .footer-widget {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 30px;
  }

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

@media (min-width: 992px) {
  .portfolio-page .h10-process-light .sec-heading.style-3.tj-sticky-panel-3 {
    padding-top: 18px;
  }
}

@media (max-width: 992px) {
  .map-panel-top {
    height: 360px;
  }

  .pf-card img {
    height: 310px;
  }

  .pf-title {
    font-size: 22px;
  }

  .pf-price {
    font-size: 24px;
  }

  .pf-address {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .portfolio-page .h10-process {
    padding-top: 44px;
    padding-bottom: 56px;
  }

  .premium-wrap .hero-premium .hero-swiper img {
    height: 420px;
  }

  .premium-wrap .sticky-side {
    position: static;
    top: auto;
  }

  .premium-wrap .amen-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-wrap .hero-nav {
    left: 8px;
    right: 8px;
  }
}

@media (max-width: 767px) {
  .index6-blog-archive-section {
    padding-top: 26px;
  }

  .portfolio-detail-page .premium-wrap > .auto-container {
    max-width: calc(100% - 24px);
  }

  .index6-blog-archive-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .index6-blog-archive-title {
    font-size: 18px;
  }

  .index6-blog-archive-kicker {
    padding-left: 0;
  }

  .index6-blog-archive-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .index6-blog-archive-card {
    min-height: auto;
  }

  .tj-footer-section.footer-2.index6-custom-footer {
    padding-top: 20px;
  }

  .index6-custom-footer .footer-main-area {
    padding: 68px 0 40px;
  }

  .index6-custom-footer .footer-follow-label {
    font-size: 20px;
  }

  .index6-custom-footer .tj-copyright-area .copyright-content-area {
    justify-content: center;
  }

  .index6-custom-footer .footer-policy-link {
    font-size: 15px;
  }

  .portfolio-wide-shell .container {
    max-width: calc(100vw - 20px);
  }

  .portfolio-toolbar {
    padding: 12px;
  }

  .portfolio-toolbar .btn {
    min-width: 100%;
  }

  .portfolio-hero-panel .portfolio-hero-copy {
    font-size: 16px;
  }

  .portfolio-seo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .portfolio-hero-panel .tj-page-title {
    font-size: 42px;
  }

  .premium-wrap .hero-title {
    font-size: 24px;
  }

  .premium-wrap .hero-price .big {
    font-size: 32px;
  }

  .premium-wrap .feat-grid {
    grid-template-columns: 1fr;
  }

  .premium-wrap .amen-wrap {
    grid-template-columns: 1fr;
  }

  .premium-wrap .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
