/* Homey Interiors — golden gradient theme overrides */
:root {
  --homey-gold-light: #f5e6c8;
  --homey-gold: #d4af37;
  --homey-gold-mid: #c9a227;
  --homey-gold-deep: #b8860b;
  --homey-gold-dark: #8b6914;
  --homey-gold-gradient: linear-gradient(
    135deg,
    #f5e6c8 0%,
    #f5d76e 18%,
    #d4af37 48%,
    #c9a227 72%,
    #b8860b 100%
  );
  --homey-gold-gradient-soft: linear-gradient(
    135deg,
    #f8ecc8 0%,
    #e8c872 50%,
    #c9a227 100%
  );
  --pbmit-global-color: #c9a227 !important;
  --pbmit-global-color-rgb: 201, 162, 39 !important;
  --pbmit-link-color-hover: #b8860b !important;
}

/* Subtitles / “since …” accents */
.pbmit-heading-subheading .pbmit-subtitle,
.pbmit-subtitle,
.youtube_heading,
.exp,
.project-title {
  color: #c9a227 !important;
  background-image: none !important;
  -webkit-text-fill-color: #c9a227 !important;
}

.pbmit-heading-subheading .pbmit-subtitle:before {
  border-left-color: #d4af37 !important;
  background: var(--homey-gold-gradient);
  border: none !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  top: 7px !important;
}

/* Buttons */
.pbmit-btn,
.pbmit-btn:visited,
button.pbmit-btn,
.btn-dark,
.btn-primary {
  background-image: var(--homey-gold-gradient) !important;
  background-color: #c9a227 !important;
  border-color: #b8860b !important;
  color: #1a1205 !important;
}

.pbmit-btn:hover,
.btn-dark:hover,
.btn-primary:hover {
  background-image: var(--homey-gold-gradient-soft) !important;
  color: #000 !important;
  filter: brightness(1.05);
}

.pbmit-btn-outline,
.btn-outline-secondary,
.sdc-btn-outline {
  border-color: #c9a227 !important;
  color: #8b6914 !important;
  background: transparent !important;
}

.pbmit-btn-outline:hover,
.btn-outline-secondary:hover,
.sdc-btn-outline:hover {
  background-image: var(--homey-gold-gradient) !important;
  color: #1a1205 !important;
  border-color: transparent !important;
}

/* Project card gold arrow buttons */
.bg-gold {
  background-image: var(--homey-gold-gradient) !important;
  background-color: #d4af37 !important;
  border: none !important;
}

/* Links / global accent text */
a:hover,
.pbmit-globalcolor,
.pbmit-port-cat a,
.main-menu ul li.active > a,
.navigation li.active > a {
  color: #b8860b !important;
}

/* Portfolio / service action accents only — not process icons */
.pbmit-portfolio-btn a,
.pbmit-service-btn {
  background-image: var(--homey-gold-gradient) !important;
  color: #1a1205 !important;
}

/* Keep Why-Choose-Us icon chips gold, but leave process steps alone */
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper {
  background-image: var(--homey-gold-gradient-soft) !important;
}

/* === Process steps: no white card, white circle icons only === */
.process-section-two .pbmit-ihbox-style-4,
.process-section-two .pbmit-miconheading-style-4 .pbmit-ihbox-style-4,
.process-section-two .pbmit-ihbox-headingicon,
.process-section-two .pbmit-ihbox-icon,
.process-section-two .pbmit-ihbox-icon-wrapper {
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* White circular icon in normal state */
.process-section-two .pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper,
.process-section-two .pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image,
.process-section-two .pbmit-ihbox-style-4 .pbmit-icon-type-icon,
.process-section-two .pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
  background: #ffffff !important;
  background-image: none !important;
  background-color: #ffffff !important;
  color: #1a1a1a !important;
  -webkit-text-fill-color: #1a1a1a !important;
  height: 85px !important;
  width: 85px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-shadow: none !important;
}

.process-section-two .pbmit-ihbox-style-4:hover .pbmit-ihbox-svg-wrapper,
.process-section-two .pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-type-image,
.process-section-two .pbmit-ihbox-style-4:hover .pbmit-icon-type-icon,
.process-section-two .pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-type-text {
  background: #1a1a1a !important;
  background-image: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.process-section-two .pbmit-ihbox-icon::before {
  color: #1a1a1a !important;
  -webkit-text-fill-color: #1a1a1a !important;
  background: none !important;
}

.process-section-two .pbmit-ihbox-icon::after {
  border-color: #1a1a1a !important;
  background: none !important;
  background-image: none !important;
}

.process-section-two .pbmit-ihbox-style-4 .pbmit-icon-type-icon i,
.process-section-two .pbmit-ihbox-style-4 .pbmit-ihbox-icon .pbmit-icon-type-icon svg {
  color: #1a1a1a !important;
  fill: #1a1a1a !important;
  -webkit-text-fill-color: #1a1a1a !important;
  background: none !important;
}

.process-section-two .pbmit-ihbox-style-4:hover .pbmit-icon-type-icon i,
.process-section-two .pbmit-ihbox-style-4:hover .pbmit-ihbox-icon .pbmit-icon-type-icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.process-section-two .pbmit-element-title,
.process-section-two .pbmit-heading-desc {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  background: none !important;
}

/* Header social pills */
.headersocial a,
.sdc-button-box .sdc-btn {
  background-image: var(--homey-gold-gradient) !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
}

.headersocial a:hover {
  background: #fff !important;
  color: #b8860b !important;
}

/* Team image hover ring */
.sdc_team-img:hover {
  border-color: #d4af37 !important;
}

/* Swiper dots active */
.swiper-pagination-bullet-active {
  background-image: var(--homey-gold-gradient) !important;
  background-color: #c9a227 !important;
}

/* Soft gold wash on select dark section headers */
.pf-six-header-area.pbmit-bg-color-blackish {
  background: linear-gradient(180deg, #1a1205 0%, #2a2112 60%, #1a1205 100%) !important;
}

.pf-six-header-area .pbmit-title {
  color: #f5e6c8 !important;
  -webkit-text-fill-color: #f5e6c8 !important;
  background: none !important;
}

/* Homey logo sizing (wide horizontal mark) */
.site-header .site-branding img,
.logo-img,
.sdc-logo {
  max-height: 56px !important;
  width: auto !important;
  max-width: 220px !important;
  height: auto !important;
  object-fit: contain;
}

.sdc-logo {
  max-width: 180px !important;
  max-height: 48px !important;
}

/* Footer logo — keep compact so it doesn’t collide with address */
.footer-style-3 .pbmit-footer-big-area .pbmit-footer-logo img,
.pbmit-footer-logo img,
.footer-style-2 img[src*="logo"],
.site-footer img[src*="logo"] {
  max-height: 110px !important;
  max-width: 280px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Footer “Follow Us” social icons */
.footer-style-3 .pbmit-footer-widget-area .pbmit-social-links li.pbmit-social-li a,
.site-footer .pbmit-social-links li a {
  background-image: var(--homey-gold-gradient) !important;
  background-color: #c9a227 !important;
  color: #ffffff !important;
  border-radius: 8px !important;
}

.footer-style-3 .pbmit-footer-widget-area .pbmit-social-links li.pbmit-social-li a:hover,
.site-footer .pbmit-social-links li a:hover {
  filter: brightness(1.08);
  color: #1a1205 !important;
}


/* Preloader: black ground matches logo artboard */
#sdc-preloader {
  background-color: #000 !important;
}
.sdc-preloader-logo img {
  width: min(340px, 70vw) !important;
  max-width: 340px !important;
  height: auto !important;
}

/* Who We Are — elegant about section alignment */
.who-about-elegant {
  padding-top: 80px;
  padding-bottom: 80px;
}

.who-about-elegant .about-two-leftbox {
  position: relative;
  margin: 0;
  padding: 0 0 28px 0;
}

.who-about-elegant .about-two-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 28px 28px 28px 0;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.who-about-elegant .ihbox-style-area {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.who-about-elegant .pbmit-ihbox-style-11 {
  border-radius: 0 22px 0 0;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(26, 18, 5, 0.18);
}

.who-about-elegant .pbmit-ihbox-style-11 .pbmit-ihbox-headingicon {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 26px;
  min-width: 200px;
}

.who-about-elegant .about-two-content {
  padding: 8px 0 8px 12px;
  max-width: 560px;
}

@media (min-width: 1200px) {
  .who-about-elegant .about-two-content {
    padding-left: 36px;
  }
}

.who-about-elegant .who-about-title {
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin: 10px 0 22px;
  color: #1a1a1a;
}

.who-about-elegant .who-about-desc p {
  margin: 0 0 1.05rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #5c5c5c;
}

.who-about-elegant .who-about-tagline {
  margin-top: 1.4rem !important;
  margin-bottom: 0 !important;
  font-size: 1.05rem !important;
  font-weight: 600;
  color: #8b6914 !important;
  letter-spacing: 0.01em;
}

@media (max-width: 991px) {
  .who-about-elegant {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .who-about-elegant .about-two-content {
    padding: 12px 0 0;
    max-width: none;
  }

  .who-about-elegant .about-two-img {
    border-radius: 22px 22px 22px 0;
  }
}

/* Mission / Vision — equal-height side-by-side panels */
.who-mission-section .row {
  align-items: stretch;
}

.who-mission-section .about-us-center-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Who We Are — client videos */
.who-clients-section {
  padding: 60px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.who-clients-section .sdc-client-section {
  max-width: 900px;
  margin: 0 auto;
}

.who-clients-videos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
}

.who-clients-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 12px 28px rgba(26, 18, 5, 0.18);
}

.who-clients-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767px) {
  .who-clients-videos {
    grid-template-columns: 1fr;
  }
}

/* ========== What We Do — rebuilt elegant layout ========== */
.wwd-intro {
  padding-top: 72px;
  padding-bottom: 40px;
}

.wwd-gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 14px;
  align-items: stretch;
  min-height: 420px;
}

.wwd-gallery-main {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}

.wwd-gallery-main img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.wwd-gallery-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.wwd-gallery-stack img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.wwd-intro-copy {
  max-width: 540px;
  padding: 8px 0;
}

.wwd-title {
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 10px 0 22px;
  color: #1a1a1a;
}

.wwd-intro-copy p {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #5c5c5c;
}

.wwd-checklist {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
}

.wwd-checklist li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.7rem;
  font-size: 1rem;
  color: #333;
  line-height: 1.45;
}

.wwd-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5d76e, #c9a227, #b8860b);
}

.wwd-feature-bar {
  margin-top: 48px;
  background: #141210;
  border-radius: 28px;
  padding: 36px 40px;
}

.wwd-feature-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.wwd-feature-icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f5d76e, #c9a227, #b8860b);
  color: #1a1205;
  font-size: 1.45rem;
}

.wwd-feature-item h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.25rem;
}

.wwd-feature-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  font-size: 0.98rem;
}

.wwd-services {
  padding-top: 56px;
  padding-bottom: 72px;
}

.wwd-services-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin: 8px 0 40px;
  letter-spacing: -0.02em;
}

.wwd-service-card {
  height: 100%;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(20, 18, 16, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wwd-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(20, 18, 16, 0.1);
}

.wwd-service-media {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.wwd-service-body {
  padding: 22px 22px 26px;
}

.wwd-service-num {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #c9a227;
  margin-bottom: 8px;
}

.wwd-service-body h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #1a1a1a;
}

.wwd-service-body p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #666;
}

.wwd-cta {
  padding: 0 0 80px;
}

.wwd-cta-inner {
  background: linear-gradient(135deg, #1a1205 0%, #2a2112 55%, #1a1205 100%);
  border-radius: 28px;
  padding: 48px 44px;
}

.wwd-cta .pbmit-subtitle {
  color: #d4af37 !important;
  -webkit-text-fill-color: #d4af37 !important;
}

.wwd-cta h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(1.6rem, 2.8vw, 2.35rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  max-width: 18ch;
}

.wwd-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f5e6c8;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 12px;
}

.wwd-cta-phone:hover {
  color: #fff;
}

.wwd-cta .pbmit-btn {
  display: inline-block;
}

@media (max-width: 991px) {
  .wwd-gallery {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .wwd-gallery-main img {
    min-height: 280px;
  }

  .wwd-gallery-stack {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .wwd-gallery-stack img {
    min-height: 140px;
  }

  .wwd-feature-bar {
    padding: 28px 24px;
  }

  .wwd-cta-inner {
    padding: 36px 28px;
  }

  .wwd-cta h2 {
    max-width: none;
  }

  .wwd-cta .text-lg-end {
    text-align: left !important;
  }
}

/* ========== Project detail — elegant layout ========== */
.pd-hero {
  padding-top: 64px;
  padding-bottom: 24px;
}

.pd-hero-media {
  height: 100%;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(20, 18, 16, 0.1);
}

.pd-hero-img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.pd-hero-panel {
  height: 100%;
  background: #141210;
  border-radius: 28px;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.pd-eyebrow {
  margin: 0 0 10px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d4af37;
}

.pd-title {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3.4vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
}

.pd-desc {
  margin: 0 0 28px;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.pd-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
  margin-bottom: 28px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.pd-meta-label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 4px;
}

.pd-meta-value {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #f5e6c8;
}

.pd-cta {
  align-self: flex-start;
  margin-top: 4px;
}

.pd-gallery-section {
  padding: 40px 0 80px;
}

.pd-gallery-head {
  text-align: center;
  margin-bottom: 32px;
}

.pd-gallery-title {
  margin: 8px 0 0;
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.pd-gallery.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
}

.pd-gallery .gallery-item {
  width: 100%;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.pd-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.35s ease;
}

.pd-gallery .gallery-item:hover img {
  transform: scale(1.04);
}

@media (max-width: 991px) {
  .pd-hero-panel {
    padding: 32px 26px;
  }

  .pd-hero-media,
  .pd-hero-img {
    min-height: 280px;
  }

  .pd-gallery.gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 575px) {
  .pd-meta {
    grid-template-columns: 1fr;
  }

  .pd-gallery.gallery {
    grid-template-columns: 1fr;
  }
}

/* ========== Projects portfolio — elegant grid ========== */
.pp-portfolio {
  padding-top: 64px;
  padding-bottom: 80px;
  background: #faf9f7;
}

.pp-head {
  margin-bottom: 42px;
}

.pp-page-title {
  margin: 8px 0 12px;
  font-size: clamp(2rem, 3.5vw, 2.85rem);
  letter-spacing: -0.03em;
  color: #1a1a1a;
  line-height: 1.15;
}

.pp-page-lead {
  margin: 0 auto;
  max-width: 520px;
  color: #6a6a6a;
  font-size: 1.05rem;
  line-height: 1.65;
}

.pp-card {
  height: 100%;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(26, 18, 5, 0.06);
  box-shadow: 0 12px 32px rgba(20, 18, 16, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.pp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(20, 18, 16, 0.1);
}

.pp-card-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eee;
}

.pp-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.pp-card:hover .pp-card-media img {
  transform: scale(1.05);
}

.pp-card-arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f5d76e, #c9a227, #b8860b);
  color: #1a1205;
  font-size: 1.15rem;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(184, 134, 11, 0.35);
}

.pp-card-body {
  padding: 22px 22px 26px;
}

.pp-card-title {
  margin: 0 0 6px;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  color: #1a1a1a;
}

.pp-card-loc {
  margin: 0 0 16px;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8b6914;
}

.pp-card-btn {
  display: inline-flex;
  align-items: center;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid #c9a227;
  color: #8b6914;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.pp-card-btn:hover {
  background: linear-gradient(135deg, #f5d76e, #c9a227, #b8860b);
  color: #1a1205;
  border-color: transparent;
}

.pp-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 48px;
}

.pp-page {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: #333;
  background: #fff;
  border: 1px solid rgba(26, 18, 5, 0.12);
  transition: all 0.2s ease;
}

.pp-page:hover {
  border-color: #c9a227;
  color: #8b6914;
}

.pp-page.is-active {
  background: linear-gradient(135deg, #f5d76e, #c9a227, #b8860b);
  border-color: transparent;
  color: #1a1205;
}

/* ========== Contact page — elegant layout ========== */
.ct-contact {
  padding-top: 64px;
  padding-bottom: 48px;
  background: #faf9f7;
}

.ct-head {
  margin-bottom: 42px;
}

.ct-page-title {
  margin: 8px 0 12px;
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  letter-spacing: -0.03em;
  color: #1a1a1a;
  line-height: 1.15;
}

.ct-page-lead {
  margin: 0 auto;
  max-width: 520px;
  color: #6a6a6a;
  font-size: 1.05rem;
  line-height: 1.65;
}

.ct-info-panel {
  height: 100%;
  background: #141210;
  border-radius: 28px;
  padding: 40px 36px;
  color: #fff;
}

.ct-info-title {
  margin: 0 0 10px;
  font-size: 1.75rem;
  letter-spacing: -0.02em;
  color: #fff;
}

.ct-info-text {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.ct-info-block {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ct-info-block:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ct-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d4af37;
}

.ct-info-block p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
  font-size: 1rem;
}

.ct-info-block a {
  color: #f5e6c8;
  text-decoration: none;
}

.ct-info-block a:hover {
  color: #fff;
}

.ct-form-panel {
  height: 100%;
  background: #fff;
  border-radius: 28px;
  padding: 40px 36px;
  border: 1px solid rgba(26, 18, 5, 0.06);
  box-shadow: 0 14px 36px rgba(20, 18, 16, 0.06);
}

.ct-form-title {
  margin: 0 0 24px;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.ct-field-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8b6914;
}

.ct-input.form-control {
  border: 1px solid rgba(26, 18, 5, 0.12);
  border-radius: 14px;
  padding: 12px 16px;
  min-height: 48px;
  box-shadow: none;
  background: #faf9f7;
  color: #1a1a1a;
}

.ct-input.form-control:focus {
  border-color: #c9a227;
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.18);
  background: #fff;
}

textarea.ct-input.form-control {
  min-height: 140px;
  resize: vertical;
}

.ct-submit {
  margin-top: 8px;
  border-radius: 999px !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.ct-map-section {
  padding: 0 0 80px;
  background: #faf9f7;
}

.ct-map-wrap {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(20, 18, 16, 0.08);
  border: 1px solid rgba(26, 18, 5, 0.06);
}

.ct-map-wrap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  .ct-info-panel,
  .ct-form-panel {
    padding: 32px 24px;
  }
}

/* ========== Homepage elegant polish ========== */
.hm-hero .pbmit-slider-item {
  position: relative;
}

.hm-hero .pbmit-slider-bg {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hm-hero .pbmit-slider-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 18, 16, 0.22) 0%,
    rgba(20, 18, 16, 0.08) 45%,
    rgba(20, 18, 16, 0.28) 100%
  );
  pointer-events: none;
}

.hm-about {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #faf9f7;
}

.hm-about-media,
.hm-about-carousel,
.hm-about-carousel .carousel-inner,
.hm-about-carousel .carousel-item,
.hm-about-carousel img {
  border-radius: 28px;
  overflow: hidden;
}

.hm-about-carousel img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.hm-about-copy {
  max-width: 540px;
  padding: 8px 0;
}

.hm-about-title,
.hm-section-title {
  margin: 8px 0 18px;
  font-size: clamp(1.85rem, 3.2vw, 2.6rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #1a1a1a;
}

.hm-about-copy p {
  margin: 0 0 1rem;
  color: #5c5c5c;
  font-size: 1.05rem;
  line-height: 1.75;
}

.hm-about-highlight {
  color: #8b6914 !important;
  font-weight: 600;
}

.hm-about-meta {
  margin: 8px 0 22px;
}

.hm-exp {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.12);
  color: #8b6914;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.hm-about-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
}

.hm-help {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(26, 18, 5, 0.08);
}

.hm-help-label {
  font-size: 0.78rem;
  color: #777;
}

.hm-help-phone {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
}

.hm-services {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Homepage services cards — portrait 3:4 (matches admin preview) */
.hm-services .pbmit-service-style-2 .pbminfotech-post-item {
  aspect-ratio: 3 / 4;
  height: auto !important;
  overflow: hidden;
  border-radius: 18px;
}

.hm-services .pbmit-service-style-2 .pbminfotech-box-content,
.hm-services .pbmit-service-style-2 .pbmit-service-image-wrapper,
.hm-services .pbmit-service-style-2 .pbmit-featured-img-wrapper,
.hm-services .pbmit-service-style-2 .pbmit-featured-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
}

.hm-services .pbmit-service-style-2 .pbmit-featured-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-services .pbmit-service-style-2 .pbmit-service-title {
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.25;
}

.hm-section-head {
  margin-bottom: 36px;
}

.hm-section-title.text-white {
  color: #fff !important;
}

.hm-services .pbmit-subtitle {
  color: #f5e6c8 !important;
  -webkit-text-fill-color: #f5e6c8 !important;
}

.hm-why {
  padding-top: 72px;
  padding-bottom: 40px;
}

.hm-process {
  padding-top: 72px !important;
  padding-bottom: 80px !important;
}

.hm-process .hm-section-title {
  color: #1a1a1a;
}

.hm-youtube {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #fff;
}

.hm-youtube-copy {
  max-width: 520px;
}

.hm-youtube-copy p {
  margin: 0 0 22px;
  color: #5c5c5c;
  font-size: 1.05rem;
  line-height: 1.75;
}

.hm-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(20, 18, 16, 0.1);
  background: #111;
}

.hm-video-frame .video-container,
.hm-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hm-video-sm {
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(20, 18, 16, 0.08);
}

.hm-testimonials {
  border-radius: 0;
}

.hm-testimonials-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

/* Keep heading + quote card centered */
.hm-testimonials.testimonial-six-bg .swiper-slider,
.testimonial-six-bg.hm-testimonials .swiper-slider {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 640px;
}

.hm-testimonials .hm-section-head {
  margin-bottom: 1.25rem;
  text-align: center;
}

.hm-testimonials .hm-section-head .pbmit-subtitle {
  display: inline-block;
}

.hm-testimonials .pbmit-testimonial-style-6 .pbminfotech-post-item {
  margin-top: 0;
}

.hm-testimonials .pbmit-testimonial-style-6 .pbminfotech-box-author {
  justify-content: center;
}

.hm-testimonials .pbmit-testimonial-style-6 .pbmit-auther-content {
  text-align: center;
}

/* Solid card — theme mask image was removed during asset cleanup */
.hm-testimonials .pbmit-testimonial-style-6 .pbmit-box-content-wrap {
  background: rgba(255, 255, 255, 0.96) !important;
  border-radius: 22px !important;
  padding: 2rem 1.75rem !important;
  box-shadow: 0 18px 40px rgba(26, 18, 5, 0.14);
  color: #1a1205;
  text-align: center;
}
.hm-testimonials .pbmit-testimonial-style-6 .pbminfotech-box-star-ratings {
  justify-content: center;
  display: flex;
}
.hm-testimonials .pbmit-testimonial-style-6 .pbmit-box-content-wrap::before {
  display: none !important;
  mask: none !important;
  -webkit-mask: none !important;
  background: none !important;
}
.hm-testimonials .pbmit-testimonial-style-6 .pbminfotech-testimonial-text,
.hm-testimonials .pbmit-testimonial-style-6 .pbminfotech-testimonial-text p,
.hm-testimonials .pbmit-testimonial-style-6 .pbminfotech-box-title {
  color: #1a1205 !important;
}
.hm-testimonials .pbmit-testimonial-style-6 .pbminfotech-testimonial-detail {
  color: #c9a227 !important;
}

.hm-testimonials .swiper-slider,
.hm-testimonials .swiper {
  overflow: visible;
}
.hm-testimonials .swiper-wrapper {
  overflow: visible;
}
.hm-testimonials .swiper-slide {
  height: auto;
  opacity: 1 !important;
}

@media (max-width: 991px) {
  .hm-about-carousel img {
    height: 320px;
  }

  .hm-about-copy {
    max-width: none;
  }

  .hm-testimonials.testimonial-six-bg {
    padding: 80px 0 90px !important;
  }
  .hm-testimonials.testimonial-six-bg .swiper-slider {
    max-width: none;
  }
}

/* Page title / breadcrumb bar — always has a deployed WebP fallback */
.pbmit-title-bar-wrapper {
  background-image: url("../images/homebg/residential.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Homepage — Latest Projects (clean grid, no overlap) */
.hm-latest-projects {
  margin: 0 0 4.5rem;
  padding: 0 clamp(0.85rem, 2.5vw, 1.75rem);
  position: relative;
  z-index: 1;
  clear: both;
}
.hm-latest-projects .container-fluid {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
}
.hm-latest-projects-head {
  background: #1a1205;
  color: #f5e6c8;
  text-align: center;
  padding: clamp(1.6rem, 3.5vw, 2.4rem) 1.25rem;
  border-radius: 18px;
  margin-bottom: 1.15rem;
}
.hm-latest-projects-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #f5e6c8;
}
.hm-latest-projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}
.hm-latest-project-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #111;
  isolation: isolate;
}
.hm-latest-project-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.hm-latest-project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform .7s ease;
}
.hm-latest-project-card:hover .hm-latest-project-media img {
  transform: scale(1.06);
}
.hm-latest-project-meta {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .85rem;
  padding: .9rem 1rem;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .28s ease, transform .28s ease;
  pointer-events: none;
}
.hm-latest-project-card:hover .hm-latest-project-meta,
.hm-latest-project-card:focus-within .hm-latest-project-meta {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.hm-latest-project-loc {
  margin: 0 0 .2rem;
  font-size: .75rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #c9a227;
  font-weight: 600;
}
.hm-latest-project-name {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: 600;
}
.hm-latest-project-name a {
  color: #1a1205;
  text-decoration: none;
}
.hm-latest-project-arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f5d76e, #c9a227);
  color: #1a1205;
  text-decoration: none;
  font-size: .75rem;
}
.hm-latest-project-arrow:hover {
  filter: brightness(1.05);
  color: #1a1205;
}

@media (max-width: 767px) {
  .hm-latest-projects-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .hm-latest-project-meta {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    position: static;
    margin: 0;
    border-radius: 0 0 18px 18px;
    box-shadow: none;
    background: #fff;
  }
  .hm-latest-project-card {
    background: #fff;
    border: 1px solid rgba(26,18,5,.08);
  }
  .hm-latest-project-media {
    border-radius: 18px 18px 0 0;
  }
}

/* Keep float buttons above content without crowding the project grid */
.float,
.float2 {
  z-index: 40;
  right: 18px;
}
.float2 { bottom: 118px; }
.float { bottom: 48px; }
@media (max-width: 991px) {
  .float2 { bottom: 108px; right: 12px; }
  .float { bottom: 40px; right: 12px; width: 52px; height: 52px; font-size: 26px; }
  .float2 { width: 52px; height: 52px; font-size: 26px; }
  .my-float, .my-float2 { margin-top: 13px; }
}
