/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.single-post .inside-right-sidebar {
    height: 100%;
}

.hairline-divider {    
	height: 1px;
    background: linear-gradient(to right, transparent, rgba(230, 162, 25, 0.4), transparent);
    margin: 2em 0;
    width: 100%;
}

/* CHART CARD */

.mk-chart-card {
  position: relative;
  padding: 32px;
  border-radius: 2px;
  background: rgba(30, 30, 30, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(230,162,25,0.15);
}

@media (min-width: 768px) {
  .mk-chart-card {
    padding: 48px;
  }
}

/* Label */

.mk-chart-label {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.5);
}

/* SVG */

.mk-chart {
  width: 100%;
  height: 300px;
  overflow: visible;
}

/* Grid */

.mk-grid {
  stroke: rgba(255,255,255,0.08);
  stroke-dasharray: 4;
}

/* Gold Line Animation */

.mk-line-gold {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: mkDrawLine 3s ease-out forwards;
}

@keyframes mkDrawLine {
  to {
    stroke-dashoffset: 0;
  }
}


/* Quy trinh tu van */

.mk-methodology {
  padding: 2em 0em;
  position: relative;
}

.mk-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Header */

.mk-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.mk-eyebrow {
    text-transform: uppercase;
    display: block;
    margin-bottom: 1em;
	font-weight: 500;
}

/* ===== Timeline ===== */

.mk-timeline {
  position: relative;
}

.mk-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(230,162,25,0.3);
  transform: translateX(-50%);
}

/* ===== Step ===== */

.mk-step {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.mk-step-content {
  width: 50%;
  padding: 0 60px;
}

.mk-step-content h3 {
  transition: 0.3s ease;
}

.mk-step-content p {
  color: #b8af9d;
}

/* Left */

.mk-left {
  justify-content: flex-start;
  text-align: right;
}

.mk-left .mk-step-content {
  margin-right: auto;
}

/* Right */

.mk-right {
  justify-content: flex-end;
}

.mk-right .mk-step-content {
  margin-left: auto;
}

/* Dot */

.mk-step-dot {
  position: absolute;
  left: 50%;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #e6a219;
  background: #151515;
  color: #e6a219;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  box-shadow: 0 0 25px rgba(230,162,25,0.4);
  transition: 0.3s ease;
  z-index: 2;
}

/* Hover */

.mk-step:hover .mk-step-dot {
  transform: translateX(-50%) scale(1.12);
  box-shadow: 0 0 35px rgba(230,162,25,0.7);
}

.mk-step:hover .mk-step-content h3 {
  color: #e6a219;
}

/* Final Approved */

.mk-approved {
  background: #e6a219;
  border: none;
  box-shadow: 0 0 40px rgba(230,162,25,0.9);
  padding: 0;
}

.mk-approved img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}

.mk-approved-title {
  color: #e6a219;
}

/* ===== Responsive ===== */

@media (max-width: 768px) {

  .mk-timeline::before {
    left: 26px;
  }

  .mk-step {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 70px;
    margin-bottom: 70px;
  }

  .mk-step-content {
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .mk-step-dot {
left: 0%!important; transform:none;}

  .mk-step:hover .mk-step-dot {
    transform: scale(1.08);
  }

  .mk-left,
  .mk-right {
    justify-content: flex-start;
    text-align: left;
  }
}

/* ========================================
   RARITY / SCARCITY BAR SYSTEM
======================================== */

.mk-rarity-bars {
  display: flex;
  gap: 2px;              /* same as gap-0.5 */
  margin-top: 4px;       /* same as mt-1 */
}

.mk-bar {
  width: 32px;           /* same as w-8 (2rem ≈ 32px) */
  height: 4px;           /* same as h-1 */
  background: #333;
  transition: 0.3s ease;
}

.mk-bar.is-active {
  background: #e6a219;
}


/* breakline */

.mk-gold-divider {
  height: 1px !important;
  width: 100%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(230,162,25,0.3),
    transparent
  );
  border: none;
}

/* end */


input#gform_submit_button_6 {
    display: block !important;
    width: 100% !important;
}

.gb-scroll-nav { cursor: pointer; transition: all .2s ease; } 
.gb-scroll-nav.is-active { border-bottom: 2px solid var(--brand-gold); /* Background */}

.gb-scroll-nav.is-active > div {color: var(--gold-bright);} 

.acf-gallery-grid > *:nth-child(n+5) {
  display: none;
}

.gb-element-da54a8bb .gb-text iframe {
  width: 100%!important;
}

.gb-loop-item-6afcfce4:last-child {
  padding-bottom: 0 !important;
}

.glow-separator {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 6em 0em; /* IMPORTANT: gives glow room */
  background: linear-gradient(
    to right,
    rgba(24, 21, 17, 0) 0%,
    rgba(24, 21, 17, 0.85) 10%,
    rgba(212, 175, 55, 0.35) 50%,
    rgba(24, 21, 17, 0.85) 90%,
    rgba(24, 21, 17, 0) 100%
  );
  box-shadow:
    0 0 10px rgba(212, 175, 55, 0.16),
    0 0 24px rgba(212, 175, 55, 0.07);
  overflow: visible;
}

.glow-separator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 24px;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse at center,
    rgba(212, 175, 55, 0.14) 0%,
    rgba(212, 175, 55, 0.06) 30%,
    rgba(24, 21, 17, 0.85) 65%,
    transparent 80%
  );
  filter: blur(6px);
  pointer-events: none;
}


.gb-looper-9193b772 > *:last-child {
  border-right: none;
}

.border-trigger:after {content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: #E6A219;
	transform: scaleX(0);
transform-origin: left;
transition: transform .3s ease;
}

.border-trigger:hover::after {transform: scaleX(1);
}

.rank-math-breadcrumb span {
    color: var(--final-text);
}

.rank-math-breadcrumb a {
    color: var(--final-text);
}

.rank-math-breadcrumb span:last-child {
    color: var(--gold-bright);
}

.rank-math-breadcrumb a:hover {
    color: var(--gold-bright);
}

.gform-theme--foundation .gform_fields {
    row-gap: 20px!important;
}

.gform-footer.gform_footer.top_label {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

input#gform_submit_button_2 {border-radius: 0px !important;}

input#gform_submit_button_2:hover {
    color: white!important;
}

span.gfield_required.gfield_required_text {
    display: none;
}

.luxury-border {
  border: 1px solid transparent; 
  background:
    linear-gradient(#15181E, #15181E) padding-box,               
    linear-gradient(45deg, #2A2F38, #D4AF37, #2A2F38) border-box;
  border-radius: 0.25rem; 
}

.highlight {
  background: linear-gradient(
    135deg,
    #FFF9E8 0%,
    #F7E3A1 20%,
    #EACB6A 40%,
    #D4AF37 55%,
    #F2D77A 72%,
    #C9A43A 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter:
    drop-shadow(0 0 14px rgba(255, 236, 170, 0.55))
    drop-shadow(0 0 28px rgba(212, 175, 55, 0.35));
}

.card border-gradient-gold {background-color: #111111 !important;}

/*
.border-gradient-gold {
  border: 1px solid transparent;
  background: linear-gradient(var(--final-bg),var(--final-bg)) padding-box, linear-gradient(135deg,
      var(--brand-gold) 0%,
      rgba(212,175,55,.2) 50%,
      var(--brand-gold) 100%
    ) border-box;
}
*/

.border-gradient-gold {
  border: 1px solid transparent;
  background:
    linear-gradient(var(--final-bg), var(--final-bg)) padding-box,
    linear-gradient(
      135deg,
      rgba(212, 175, 55, .65) 0%,
      rgba(212, 175, 55, .18) 50%,
      rgba(212, 175, 55, .65) 100%
    ) border-box;
}

/* corner */
.luxury-corner {
  position: absolute;
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: 0.5s ease;
  z-index: 1;
}

.corner-tl {top:0;left:0;border-top:1px solid;border-left:1px solid;}
.corner-tr {top:0;right:0;border-top:1px solid;border-right:1px solid;}
.corner-bl {bottom:0;left:0;border-bottom:1px solid;border-left:1px solid;}
.corner-br {bottom:0;right:0;border-bottom:1px solid;border-right:1px solid;}

.card:hover .luxury-corner {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-color: var(--brand-gold);
}

.frosted-glass {
  background: rgba(32, 20, 8, 0.55); /* your #201408 with transparency */
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
}

.masked-text {
    background: url('https://mykimland.com/wp-content/uploads/2025/12/op-richard-horne-10Rq0Is7xgE-unsplash-1-scaled.jpg')     no-repeat center;
    background-size: cover; 
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; 
    text-fill-color: transparent;
    color: #de466c;
	background-attachment: fixed;
}

@keyframes parallax-scroll {
  from { background-position: 50% 0%; }
  to { background-position: 50% 100%; }
}
.masked-text {
  animation: parallax-scroll linear both;
  animation-timeline: scroll(); 
}

.scroll-down {width: 40px !important; height: 100%; margin-top: 40px;}

.bg-logo {
	width: 280px!important; 
	height: auto;
}

.hero-logo {margin-bottom:5px;}

.video-container {
    position: relative;
    width: 100%;
    height: 110vh;
    overflow: hidden;
    isolation: isolate;
}

#video-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.videooverlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        #201408 0%,
        rgba(32, 20, 8, 1) 8%,
        rgba(40, 24, 12, 0.92) 16%,
        rgba(50, 30, 15, 0.55) 32%,
        rgba(50, 30, 15, 0.25) 48%,
        rgba(32, 20, 8, 0.1) 64%,
        rgba(32, 20, 8, 0.03) 80%,
        rgba(20, 12, 6, 0.45) 100%
    );
    pointer-events: none;
}

.home-hero-container {
    position: absolute;
	bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    max-width: 1000px;
    padding: 20px;
}

.highlight-gold {
	color: var(--brand-gold);
}

/* tour gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr; /* big left, two small right */
  grid-auto-rows: 220px;              /* tile height; adjust to taste */
  gap: 5px;
}

.gallery-grid > .gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-grid > .gallery-item:nth-child(1) {
  grid-column: 1;
  grid-row: span 2;                   /* tall first tile on the left */
}

/* keep collage to 5 items (1 big + 4 small); remove if you want more rows */
.gallery-grid > .gallery-item:nth-child(n+6) {
  display: none;
}

/* make the <img> fill its tile */
.gallery-grid > .gallery-item > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translateZ(0);
  transition: transform .35s ease;
}

.gallery-grid > .gallery-item > img:hover {
  transform: scale(1.04);
}


/* Lightbox overlay */

.lightbox-container{
  position: fixed; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.7);
  z-index: 99999;
  opacity: 0; pointer-events: none;
  transition: opacity .2s ease;
}

.lightbox-container.active { opacity: 1; pointer-events: auto; }

.lightbox-image-wrapper{
  max-width: 90vw; max-height: 90vh;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.lightbox-image{
  max-width: 90vw; max-height: 90vh;
  width: auto; height: auto;
  object-fit: contain;
  border-radius: 8px;
}

/* Controls (SVG buttons) */
.lightbox-btn,
#lb-close {
  position: absolute;
  z-index: 100000;
  display: grid;
  place-items: center;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  user-select: none;
  background: rgba(255, 255, 255, 0.9); /* light bg to show dark SVG strokes */
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.15s ease, background-color 0.15s ease, opacity 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

/* arrows: vertically centered, offset from edges */
.lightbox-btn {
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
}
.lightbox-btn.left  { left: 10px; }
.lightbox-btn.right { right: 10px; }

/* close: pinned top-right */
#lb-close {
  top: 20px;
  right: 10px;
  width: 32px;
  height: 32px;
}

/* SVG sizing */
.lightbox-btn svg,
#lb-close svg {
  width: 28px;
  height: 28px;
  display: block;
}

/* hover only (no focus/active color jump) */
.lightbox-btn:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.06);
}
#lb-close:hover {
  background: #fff;
  transform: scale(1.06);
}

/* neutralize focus/active visuals */
.lightbox-btn:focus,
.lightbox-btn:active,
.lightbox-btn:focus-visible,
#lb-close:focus,
#lb-close:active,
#lb-close:focus-visible {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-50%);
}
#lb-close:focus,
#lb-close:active,
#lb-close:focus-visible {
  transform: none;
}

/* mobile tweaks */
@media (max-width: 680px) {
  .lightbox-btn { width: 26px; height: 26px; }
  #lb-close     { width: 26px; height: 26px; }
  .lightbox-btn svg,
  #lb-close svg { width: 24px; height: 24px; }
}

/* Parent container (10) */
#fieldname10_1{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1em !important;
  align-items: start !important;
}

/* Left + Right column containers */
#field_1-8,
#field_1-9{
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

/* Kill plugin float-clearing that breaks grid */
#fieldname10_1 .clearer{
  display: none !important;
}

/* Mobile: stack columns */
@media (max-width: 860px){
  #fieldname10_1{
    grid-template-columns: 1fr !important;
  }
}

div#field {
    display: none;
}

div#fieldname11_1 {
    display: flex;
}

div#fieldname12_1 {display: flex;}

.cp_cff_13 #fbuilder input[type="number"]  {
    background-color: #181511 !important;
	border-color: rgb(242 243 245 / 10%) !important;
	color: #fff !important;
}

.cp_cff_13 #fbuilder input[readonly], .cp_cff_13 #fbuilder textarea[readonly] {
    background-color: #181511 !important;
	border-color: rgb(242 243 245 / 10%) !important;
	color: #fff !important;
}

/* LỊCH THANH TOÁN */

.lt-table{
  border-radius: 14px;
  overflow: hidden;
  background: var(--secondary-bg);
  border: 1px solid rgba(255,255,255,.08);
}

.lt-head, .lt-row{
  display: grid;
  grid-template-columns: 1.1fr 2.6fr 1fr 1.3fr;
  gap: 0;
}

.lt-head{
  background: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px;
}

.lt-cell{
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #fff !important;
}

.lt-body .lt-row:last-child .lt-cell{
  border-bottom: 0;
}

.lt-right{ text-align: right; }

.lt-dot{
  font-weight: 700;
  color: #f7b733; 
}

.lt-money{
  font-weight: 700;
  color: rgba(255,255,255,.92);
}

.lt-row.is-highlight .lt-cell{
  background: rgba(255,183,51,.08);
}

.lt-row.is-highlight .lt-money,
.lt-row.is-highlight .lt-dot{
  color: #f7b733;
}

@media (max-width: 768px) {
.lt-cell{padding: 10px 12px !important;}
.lt-head{font-size: 11px;}
}

/* pattern background */
.bg-spotlight {
  background:
    radial-gradient(900px circle at 20% 15%, rgba(255, 208, 140, .12), transparent 55%),
    radial-gradient(800px circle at 80% 20%, rgba(120, 200, 255, .10), transparent 50%),
    radial-gradient(1200px circle at 50% 120%, rgba(255, 255, 255, .06), transparent 55%),
    #181511;
}

.bg-lux {
  background:
    linear-gradient(135deg,
      #181511 0%,
      #1f1a16 35%,
      #221b16 60%,
      #181511 100%);
}

.bg-lux::before{
  content:"";
  position:absolute; inset:0;
  background: radial-gradient(700px circle at 70% 10%, rgba(255,190,120,.10), transparent 55%);
  pointer-events:none;
}


.bg-aurora{
  background: #181511;
  position: relative;
  overflow: hidden;
}

.bg-aurora::before{
  content:"";
  position:absolute; inset:-40%;
  background:
    conic-gradient(from 180deg,
      rgba(255, 190, 120,.18),
      rgba(120, 200, 255,.14),
      rgba(190, 120, 255,.12),
      rgba(255, 190, 120,.18));
  filter: blur(70px);
  opacity:.35;
  animation: aurora 10s linear infinite;
}
@keyframes aurora { to { transform: rotate(360deg); } }


/* 65% items (1,4,5,8,...) */
.gallery-loop .gallery-alter:nth-child(4n + 1),
.gallery-loop .gallery-alter:nth-child(4n + 4) {
  width: calc(65% - 12px);
}

/* 35% items (2,3,6,7,...) */
.gallery-loop .gallery-alter:nth-child(4n + 2),
.gallery-loop .gallery-alter:nth-child(4n + 3) {
  width: calc(35% - 12px);
}

/* Make the image fill its loop-item */
.gallery-loop .gallery-alter img {
  width: 100%;
  height:400px;
  display: block;
  object-fit: cover;
}

.gallery-loop {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; /* adjust as needed */
}

@media (max-width: 768px) {
	.gallery-loop .gallery-alter { width: 100% !important;}
	.gallery-loop .gallery-alter img {height: 160px !important;}
	.gallery-loop {gap: 12px; }
  }

.video-embed iframe {
  width: 100%;
  height: 680px;
}

@media (max-width: 768px) {
  .video-embed iframe {
    height: 400px;
  }
}

/* =========================================================
   ROOT + RESET
========================================================= */
.gbx-buildings {
  margin: 0 auto;
  color: #f2f0ea;
}

.gbx-buildings img {
  width: 100%;
  display: block;
}

/* =========================================================
   BUILDING TABS (TÒA NHÀ)
========================================================= */
.gbx-building-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 24px 0;
  flex-wrap: wrap;
}

.gbx-building-tab {
  padding: 14px 28px;
  background: #26231c;
  color: #b8af9d;
  border: 1px solid rgba(255,255,255,.12);
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.gbx-building-tab.is-active {
  background: linear-gradient(135deg, #c2860d, #e6a219);
  color: #000;
  border-color: #e6a219;
}

/* =========================================================
   HERO IMAGE
========================================================= */
.gbx-building-hero {
  margin-bottom: 32px;
  border-radius: 16px;
  overflow: hidden;
}

.gbx-building-hero img {
    height: 500px;
	object-fit: cover;
	width: 100%;
}

.gbx-hero-placeholder {
  height: 320px;
  background: #222;
}

/* =========================================================
   BUILDING PANELS (CHỈ 1 PANEL ACTIVE)
========================================================= */
.gbx-building-panel {
  display: none;
}

.gbx-building-panel.is-active {
  display: block;
}

.gbx-unit-tabs {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 14px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(230,162,25,.25);
  overflow-x: auto;
}

.gbx-unit-tab {
  background: none;
  border: 0;
  padding: 8px 4px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.gbx-unit-tab.is-active {
  color: #e6a219;
}

.gbx-unit-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 2px;
  background: #e6a219;
}

.gbx-unit-tab:hover {background-color: none!important;}

/* =========================================================
   UNIT CONTENT
========================================================= */
.gbx-unit-content {
  display: none;
}

.gbx-unit-content.is-active {
  display: block;
}

/* =========================================================
   UNIT LAYOUT (2 COLUMNS)
========================================================= */
.gbx-unit-layout {
  display: grid;
  grid-template-columns: calc(40% - 1em) calc(60% - 1em);
  gap: 2em;
  align-items: start;
}

/* Responsive */
@media (max-width: 1024px) {
  .gbx-unit-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* =========================================================
   LEFT COLUMN
========================================================= */
.gbx-unit-left {
  background: rgba(38,35,28,.7);
  border: 1px solid rgba(230,162,25,.2);
  border-radius: 18px;
  padding: 24px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.gbx-unit-title {
  font-size: 22px;
  margin-bottom: 16px;
}

/* Image */
.gbx-unit-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .gbx-unit-image img {
    height: 240px;
  }
}

/* Meta */
.gbx-unit-meta {
  margin-top: 12px;
}

.gbx-meta-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.gbx-meta-row span {
  color: rgba(242,240,234,.7);
}

.gbx-meta-row strong {
  color: #fff;
  font-weight: 600;
}

/* VR BUTTON */
.gbx-btn-vr {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  padding: 14px;
  border: 1px solid rgba(230,162,25,.35);
  color: #e6a219;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .14em;
  border-radius: 14px;
}

.gbx-btn-vr:hover {
  background: rgba(230,162,25,.08);
}

/* =========================================================
   RIGHT COLUMN – PAYMENT
========================================================= */
.gbx-unit-right {
  background: rgba(38,35,28,.7);
  border: 1px solid rgba(230,162,25,.2);
  border-radius: 18px;
  padding: 28px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.gbx-unit-right h3 {font-size: 28px;}

/* =========================================================
   PAYMENT TABS
========================================================= */
.gbx-payment-tabs {
    display: flex;
    gap: 10px;
    padding: 8px;
    background: rgba(0,0,0,.35);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 14px;
	margin-bottom: 2em;
}

.gbx-payment-tab {
  flex: 1;
  padding: 12px 14px;
  border-radius: 10px;
  background: transparent;
  border: 0;
  color: #b8af9d;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
	font-size: 12px;
}

.gbx-payment-tab.is-active {
  background: #e6a219;
  color: #000;
}

/* =========================================================
   PAYMENT CONTENT
========================================================= */
.gbx-payment-content {
  display: none;
}

.gbx-payment-content.is-active {
  display: block;
} 

/* =========================
   PAYMENT TABLE – GOLD ALT
========================= */

.gbx-payment-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

/* Header */
.gbx-payment-table thead tr {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.gbx-payment-table th {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* Body cells */
.gbx-payment-table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Zebra rows */
.gbx-payment-table tbody tr:nth-child(odd) {
  background: rgba(255,255,255,0.02);
}

.gbx-payment-table tbody tr:nth-child(even) {
  background: linear-gradient(
    90deg,
    rgba(230,162,25,0.12) 0%,
    rgba(230,162,25,0.04) 100%
  );
}

/* Gold left accent line */
.gbx-payment-table tbody tr:nth-child(even) td:first-child {
  border-left: 3px solid #e6a219;
}

/* % column gold */
.gbx-payment-table td:nth-child(3) {
  color: #e6a219;
}

/* Align money right */
.gbx-payment-table td:nth-child(4) {
  text-align: right;
}

/* =========================================================
   COMPARE BLOCK
========================================================= */
.gbx-payment-compare {
    margin-top: 1em;
    display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1em;
}

.gbx-compare-row {
    display: flex;
	flex-direction: column;
    padding: 14px;
    background: rgba(0,0,0,.35);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 14px;
}

.gbx-compare-row span {
    color: rgba(242,240,234,.7);
	font-size: 16px;
}

.gbx-compare-row strong {
    color: #fff;
    font-weight: 600;
	font-size: 20px;
}

.gbx-unit-building {
    margin-left: 8px;
	color: var(--gold-bright);
	font-weight: 600;
}

.gbx-payment-compare > :last-child {background-color: rgb(230 162 25 / 0.1); border-color: rgb(230 162 25 / 0.3); border-width: 1px;}
.gbx-payment-compare > :last-child > span, .gbx-payment-compare > :last-child > strong {color: var(--gold-bright);}

/* =========================================================
   DOWNLOAD BUTTON
========================================================= */
.gbx-btn-download {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    padding: 18px;
    background: linear-gradient(135deg, #c2860d, #e6a219);
    color: #000;
    text-transform: uppercase;
	font-weight: 600;
    border-radius: 14px;
}

@media (max-width: 768px) {
	button.gbx-building-tab {
		font-size: 14px;
	}
	.gbx-building-hero img {
		height: 250px;
	}
	
	.gbx-payment-tabs {
		display: flex;
		flex-direction: column;
	}
	
	.gbx-payment-table th {
		font-size: 14px;
		font-weight: 500;
        padding: 8px 6px;
    }

    .gbx-payment-table td {
        padding: 8px 6px;
		font-size: 12px;
    }
	
	.gbx-payment-compare {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	.gbx-unit-tabs {
        display: flex;
        justify-content: left;
}
	.gbx-btn-download:hover {
		color: #fff !important;
	}