/* Hari Builders — professional visual refresh
   Keeps existing SEO/content while modernising typography, spacing and hierarchy. */
:root {
  --hb-red: #c9232d;
  --hb-red-dark: #9f1820;
  --hb-ink: #17191c;
  --hb-muted: #626870;
  --hb-paper: #ffffff;
  --hb-warm: #f6f3ef;
  --hb-soft: #f1f2f3;
  --hb-line: #e3e4e6;
  --hb-shadow: 0 18px 55px rgba(18, 24, 30, .10);
  --hb-radius: 18px;
}

html { scroll-behavior: smooth; }
body,
body.start-page,
body.landing {
  font-family: "Manrope", Arial, sans-serif !important;
  color: var(--hb-ink);
  background: var(--hb-paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body p,
body li,
body a,
body button,
body input,
body textarea { font-family: "Manrope", Arial, sans-serif !important; }

h1, h2, h3, h4, h5, h6,
.section-headline,
#logo-type {
  font-family: "Manrope", Arial, sans-serif !important;
  color: var(--hb-ink);
  letter-spacing: -.035em;
}

h1 { font-weight: 800 !important; }
h2 { font-weight: 750 !important; }
h3, h4, h5, h6 { font-weight: 700 !important; }
p { line-height: 1.75 !important; }

a { transition: color .2s ease, background .2s ease, transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
::selection { background: rgba(201,35,45,.16); color: var(--hb-ink); }

/* ===== Home header ===== */
body.start-page > header {
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(23,25,28,.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 4px 0;
}
body.start-page #logo-type {
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 800;
  font-size: .95rem;
  color: var(--hb-ink);
}
body.start-page .hamburger-inner,
body.start-page .hamburger-inner:before,
body.start-page .hamburger-inner:after { background-color: var(--hb-red) !important; }

/* ===== Home hero ===== */
body.start-page main > .container-fluid:first-of-type {
  background: var(--hb-warm);
  padding: 38px 4.5% 48px;
  overflow: hidden;
}
body.start-page main > .container-fluid:first-of-type > .row {
  width: min(1240px, 100%);
  margin: 0 auto;
  min-height: 650px;
}
body.start-page main > .container-fluid:first-of-type .col-md-6 {
  padding-left: 0 !important;
  padding-right: 5% !important;
}
body.start-page main > .container-fluid:first-of-type .p-sm-5 {
  padding: 0 !important;
}
body.start-page main > .container-fluid:first-of-type .text-uppercase {
  color: var(--hb-red) !important;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  margin-bottom: 18px;
}
body.start-page main > .container-fluid:first-of-type h1 {
  max-width: 780px;
  font-size: clamp(2.85rem, 5.2vw, 5.5rem) !important;
  line-height: .99 !important;
  letter-spacing: -.055em;
  color: var(--hb-ink) !important;
  margin: 0 0 26px !important;
}
body.start-page main > .container-fluid:first-of-type h1 span { color: var(--hb-red) !important; }
body.start-page main > .container-fluid:first-of-type p.text-secondary {
  max-width: 700px;
  font-size: 1.06rem;
  color: var(--hb-muted) !important;
  line-height: 1.8 !important;
  margin-bottom: 30px;
}
body.start-page .contact-info-container {
  display: inline-grid;
  grid-template-columns: auto auto;
  column-gap: 14px;
  align-items: center;
  padding: 17px 20px;
  border: 1px solid var(--hb-line);
  border-left: 4px solid var(--hb-red);
  background: rgba(255,255,255,.78);
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(25,25,25,.05);
}
body.start-page .contact-info-container h2 {
  grid-column: 1 / -1;
  color: var(--hb-ink) !important;
  font-size: 1.22rem !important;
  margin: 0 !important;
  letter-spacing: -.02em;
}
body.start-page .contact-info-container h6 {
  grid-column: 1 / -1;
  color: var(--hb-muted) !important;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin: 2px 0 10px !important;
}
body.start-page .contact-number { color: var(--hb-red) !important; padding: 0; }
body.start-page .contact-number span { font-size: 1rem !important; font-weight: 800; }
body.start-page .contact-number img { width: 23px; height: 23px; object-fit: contain; }
body.start-page .frame {
  width: min(480px, 40vw) !important;
  height: 610px !important;
  margin: 18px auto !important;
  border-radius: 24px;
  box-shadow: var(--hb-shadow) !important;
  border: 8px solid rgba(255,255,255,.8);
  background-position: center !important;
  position: relative;
}
body.start-page .frame:after {
  content: "RESIDENTIAL • COMMERCIAL • INTERIORS";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 13px 16px;
  background: rgba(16,17,18,.76);
  color: #fff;
  border-radius: 10px;
  backdrop-filter: blur(8px);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
}

/* ===== Trust bar ===== */
.seo-proof {
  background: var(--hb-ink) !important;
  padding: 30px 0 !important;
  border: 0;
}
.seo-proof-grid { gap: 0 !important; }
.seo-proof-grid > div {
  padding: 3px 28px;
  border-right: 1px solid rgba(255,255,255,.16);
}
.seo-proof-grid > div:last-child { border-right: 0; }
.seo-proof strong {
  font-size: 1.35rem !important;
  font-weight: 800;
  letter-spacing: -.02em;
}
.seo-proof span { font-size: .85rem; color: rgba(255,255,255,.72); }

/* ===== Services cards ===== */
.seo-services { padding: 100px 0 110px !important; background: #fff !important; }
.seo-eyebrow,
.landing-breadcrumb + .seo-eyebrow {
  color: var(--hb-red) !important;
  letter-spacing: .18em !important;
  font-size: .76rem;
}
.seo-services h2,
.seo-cta h2 {
  max-width: 760px;
  font-size: clamp(2.35rem, 4vw, 4rem) !important;
  line-height: 1.05;
  letter-spacing: -.05em;
}
.seo-services > .seo-container > p:not(.seo-eyebrow) { color: var(--hb-muted); font-size: 1.02rem; }
.seo-card-grid { gap: 20px !important; margin-top: 42px !important; }
.seo-card {
  position: relative;
  min-height: 205px;
  padding: 31px 30px !important;
  border: 1px solid var(--hb-line) !important;
  border-radius: var(--hb-radius) !important;
  box-shadow: none !important;
  overflow: hidden;
}
.seo-card:before {
  content: "0" counter(hbservice);
  counter-increment: hbservice;
  display: block;
  color: var(--hb-red);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 34px;
}
.seo-card-grid { counter-reset: hbservice; }
.seo-card:after {
  content: "↗";
  position: absolute;
  right: 24px;
  top: 24px;
  font-size: 1.25rem;
  color: #a4a7aa;
}
.seo-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(201,35,45,.35) !important;
  box-shadow: 0 20px 45px rgba(20,23,26,.08) !important;
}
.seo-card h3 { font-size: 1.18rem !important; line-height: 1.3; margin-bottom: 12px !important; }
.seo-card p { color: var(--hb-muted) !important; font-size: .93rem; }

/* ===== Why us ===== */
body.start-page #why-us {
  background: var(--hb-warm) !important;
  color: var(--hb-ink) !important;
  padding: 94px 0 0;
}
body.start-page #why-us > .section-headline {
  width: min(1140px,92%);
  margin: 0 auto 42px;
  color: var(--hb-ink) !important;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1;
}
body.start-page #why-us .section-head h4 {
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.05;
  margin-bottom: 24px;
}
body.start-page #why-us .section-head p { color: var(--hb-muted); }
body.start-page #why-us .img-anim-landscape img:not(.rotating) {
  border-radius: 20px;
  box-shadow: var(--hb-shadow);
}
body.start-page #why-us .badge { display: none !important; }
body.start-page .feat.bg-gray {
  margin-top: 80px;
  background: var(--hb-ink) !important;
  padding: 70px 0 !important;
}
body.start-page .feat .item {
  height: 100%;
  padding: 28px 26px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  text-align: left;
  margin-bottom: 26px;
}
body.start-page .feat .item .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  border-radius: 12px;
  margin-bottom: 22px;
}
body.start-page .feat .item .icon img { max-width: 28px; max-height: 28px; }
body.start-page .feat .item h6 { color: #fff !important; font-size: 1.08rem !important; }
body.start-page .feat .item p { color: rgba(255,255,255,.68) !important; font-size: .9rem; }

/* ===== Home gallery ===== */
body.start-page #gallery {
  width: min(1240px,92%);
  padding: 100px 0 70px;
  column-gap: 16px !important;
}
body.start-page #gallery img,
body.start-page #gallery video {
  margin: 0 0 16px !important;
  border-radius: 13px;
  box-shadow: none !important;
  filter: saturate(.92) contrast(1.02);
}
body.start-page #gallery img:hover { transform: translateY(-2px); filter: saturate(1); }

/* ===== CTA ===== */
.seo-cta {
  background: var(--hb-red) !important;
  color: #fff;
  padding: 88px 0 !important;
}
.seo-cta h2 { color: #fff !important; margin: 0 auto 16px !important; }
.seo-cta p { color: rgba(255,255,255,.82); max-width: 700px; margin: 0 auto; }
.seo-actions { margin-top: 30px !important; }
.seo-actions a,
.seo-btn {
  border-radius: 999px !important;
  padding: 13px 24px !important;
  font-size: .9rem;
  font-weight: 800 !important;
  box-shadow: none;
  border: 1px solid rgba(255,255,255,.2);
}
.seo-cta .seo-actions a:first-child { background: #fff !important; color: var(--hb-red) !important; }
.seo-cta .seo-actions a:nth-child(2) { background: #1fa855 !important; color:#fff !important; }
.seo-cta .seo-actions a:nth-child(3) { background: transparent !important; color:#fff !important; }
.seo-actions a:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,.12); }

/* ===== Landing pages ===== */
.landing-header {
  background: rgba(255,255,255,.95) !important;
  border-bottom: 1px solid var(--hb-line) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.landing-nav { width: min(1200px,92%) !important; padding: 13px 0 !important; }
.landing-nav img { height: 48px !important; }
.landing-links { gap: 28px !important; }
.landing-links a {
  color: var(--hb-ink) !important;
  font-size: .88rem;
  font-weight: 750 !important;
}
.landing-links a:last-child {
  background: var(--hb-red);
  color: #fff !important;
  border-radius: 999px;
  padding: 10px 18px;
}
.landing-hero {
  padding: 110px 0 105px !important;
  background: var(--hb-warm) !important;
  border-bottom: 1px solid var(--hb-line);
}
.landing-wrap { width: min(1080px,92%) !important; }
.landing-breadcrumb { color: var(--hb-muted); margin-bottom: 25px !important; }
.landing-breadcrumb a { color: var(--hb-red) !important; text-decoration: none; font-weight: 700; }
.landing-hero h1 {
  max-width: 900px;
  font-size: clamp(3rem, 6vw, 5.4rem) !important;
  letter-spacing: -.06em !important;
  line-height: .98 !important;
  margin-bottom: 28px !important;
}
.landing-hero p {
  color: var(--hb-muted);
  font-size: 1.1rem !important;
  max-width: 760px !important;
}
.landing-section { padding: 92px 0 !important; }
.landing-section.alt { background: var(--hb-soft) !important; }
.landing-section h2 {
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  line-height: 1.08;
  margin-bottom: 24px;
}
.landing-section p, .landing-section li { color: var(--hb-muted); }
.landing-grid { gap: 20px !important; }
.landing-box {
  border: 1px solid var(--hb-line) !important;
  border-radius: 16px !important;
  padding: 30px !important;
  box-shadow: none;
}
.landing-box:hover { border-color: rgba(201,35,45,.35) !important; transform: translateY(-2px); }
.landing-footer { background: var(--hb-ink) !important; padding: 45px 0 !important; }

.project-grid { gap: 20px !important; }
.project-grid figure {
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 35px rgba(20,22,25,.08);
}
.project-grid img { height: 300px !important; }
.project-grid figcaption { padding: 18px 20px !important; font-size: .92rem; }

/* ===== Legacy services page ===== */
body.page-template-default {
  font-family: "Manrope", Arial, sans-serif !important;
  background: #fff !important;
}
body.page-template-default #Header,
body.page-template-default #Top_bar {
  background: rgba(255,255,255,.96) !important;
  box-shadow: none !important;
  border-bottom: 1px solid var(--hb-line);
}
body.page-template-default #Top_bar .menu > li > a,
body.page-template-default #Top_bar .menu > li > a span {
  color: var(--hb-ink) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: .86rem;
}
body.page-template-default #Top_bar .menu > li > a:hover span,
body.page-template-default #Top_bar .menu > li.current-menu-item > a span { color: var(--hb-red) !important; }
body.page-template-default #Top_bar .action_button {
  background: var(--hb-red) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 10px 18px !important;
  font-weight: 800 !important;
}
body.page-template-default #Top_bar #logo img { max-height: 54px !important; }
body.page-template-default #Content { background: #fff !important; }
body.page-template-default .entry-content > .section:first-child {
  background: var(--hb-warm);
  padding-top: 90px !important;
  padding-bottom: 48px !important;
  margin-bottom: 40px !important;
}
body.page-template-default .entry-content > .section:first-child h1 {
  font-size: clamp(3rem, 6vw, 5.25rem) !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
  max-width: 880px;
  margin-bottom: 24px;
}
body.page-template-default .entry-content > .section:first-child p {
  color: var(--hb-muted);
  font-size: 1.08rem;
  max-width: 760px;
}
body.page-template-default .entry-content > .section:not(:first-child) {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
body.page-template-default .mcb-section .column_attr[style*="background-color:#fff"] {
  padding: 70px 11% !important;
}
body.page-template-default .mcb-section .column_attr.bg-cover {
  border-radius: 18px;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  box-shadow: 0 15px 45px rgba(21,24,27,.10);
}
body.page-template-default .mcb-section h2,
body.page-template-default .mcb-section h3 {
  font-size: clamp(1.8rem, 3vw, 3rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.04em;
}
body.page-template-default .themecolor { color: var(--hb-red) !important; }
body.page-template-default .mcb-section p { color: var(--hb-muted) !important; font-size: .98rem; }
body.page-template-default .image_frame img[src*="assets/icons/"] { max-width: 54px; }

/* Tame legacy animated gallery so the page reads more professionally. */
body.page-template-default #app { margin-top: 70px; }
body.page-template-default .animated-text { font-family: "Manrope", Arial, sans-serif !important; letter-spacing: -.04em; }
body.page-template-default .testi { background: var(--hb-soft) !important; }
body.page-template-default .testi h2 { color: var(--hb-ink) !important; }

/* ===== Footer ===== */
.new_footer_area,
.new_footer_top,
.new_footer_area.bg_color { background: #111316 !important; color: #d9dcdf !important; }
.new_footer_area h3,
.new_footer_area h5,
.new_footer_area strong { color: #fff !important; }
.new_footer_area a { color: #e9e9e9 !important; text-decoration: none; }
.new_footer_area a:hover { color: #fff !important; }
.new_footer_top { padding-top: 55px !important; }
.new_footer_area .footer_bottom { background: #0c0e10 !important; }

/* Floating WhatsApp: smaller and calmer */
.cbh-phone { transform: scale(.78) translateZ(0) !important; transform-origin: left bottom !important; }

/* ===== Responsive ===== */
@media (max-width: 991px) {
  body.start-page main > .container-fluid:first-of-type > .row { min-height: auto; }
  body.start-page .frame { width: 42vw !important; height: 500px !important; }
  .landing-links { gap: 14px !important; }
}

@media (max-width: 767px) {
  body.start-page main > .container-fluid:first-of-type { padding: 35px 5% 52px; }
  body.start-page main > .container-fluid:first-of-type .row { display: flex !important; }
  body.start-page main > .container-fluid:first-of-type .col-md-6 { padding: 0 !important; }
  body.start-page main > .container-fluid:first-of-type h1 { font-size: clamp(2.65rem, 12vw, 4.2rem) !important; }
  body.start-page .frame { width: 100% !important; height: 480px !important; margin-top: 36px !important; }
  body.start-page .contact-info-container { width: 100%; }
  .seo-proof-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); padding: 18px 10px; }
  .seo-proof-grid > div:last-child { border-bottom: 0; }
  .seo-services { padding: 72px 0 80px !important; }
  .seo-card { min-height: 175px; }
  body.start-page #why-us { padding-top: 70px; }
  body.start-page .feat.bg-gray { margin-top: 55px; }
  body.start-page #gallery { padding-top: 70px; }
  .landing-nav { align-items: center !important; }
  .landing-links a:not(:last-child) { display: none; }
  .landing-hero { padding: 78px 0 70px !important; }
  .landing-hero h1 { font-size: clamp(2.7rem, 13vw, 4.3rem) !important; }
  .landing-section { padding: 68px 0 !important; }
  .project-grid img { height: auto !important; }
  body.page-template-default .entry-content > .section:first-child { padding-top: 55px !important; }
  body.page-template-default .mcb-section .column_attr.bg-cover { border-radius: 12px; }
}

/* ===== Robust modern homepage hero ===== */
.hb-hero {
  background: var(--hb-warm);
  border-bottom: 1px solid var(--hb-line);
  padding: 72px 0 76px;
}
.hb-hero-wrap {
  width: min(1240px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
}
.hb-kicker {
  margin: 0 0 20px;
  color: var(--hb-red);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hb-hero h1 {
  max-width: 820px;
  margin: 0 0 28px;
  font-size: clamp(3.15rem, 5.5vw, 5.9rem) !important;
  line-height: .98 !important;
  letter-spacing: -.058em;
  color: var(--hb-ink) !important;
}
.hb-hero h1 span { color: var(--hb-red); }
.hb-lead {
  max-width: 740px;
  margin: 0;
  color: var(--hb-muted);
  font-size: 1.04rem;
  line-height: 1.82 !important;
}
.hb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 32px;
}
.hb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 21px;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  border: 1px solid transparent;
}
.hb-btn-primary { background: var(--hb-red); color: #fff !important; }
.hb-btn-primary:hover { background: var(--hb-red-dark); transform: translateY(-2px); }
.hb-btn-whatsapp { background: #1f9d55; color: #fff !important; }
.hb-btn-whatsapp:hover { background: #188447; transform: translateY(-2px); }
.hb-btn-ghost { background: transparent; color: var(--hb-ink) !important; border-color: #cbc9c6; }
.hb-btn-ghost:hover { background: #fff; border-color: #b7b5b2; transform: translateY(-2px); }
.hb-engineer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  margin-top: 38px;
  padding-top: 25px;
  border-top: 1px solid #d8d4cf;
}
.hb-engineer strong { display: block; color: var(--hb-ink); font-size: .96rem; }
.hb-engineer span { display: block; color: var(--hb-red); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; margin-top: 4px; }
.hb-engineer-note { color: var(--hb-muted); font-size: .82rem; line-height: 1.55; }
.hb-hero-media { position: relative; }
.hb-hero-media img {
  width: 100%;
  height: min(650px, 66vw);
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: var(--hb-shadow);
}
.hb-image-label {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  background: rgba(17,19,22,.76);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hb-image-label span { color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

@media (max-width: 900px) {
  .hb-hero { padding: 55px 0 60px; }
  .hb-hero-wrap { grid-template-columns: 1fr; gap: 42px; }
  .hb-hero-media { order: -1; }
  .hb-hero-media img { height: 540px; min-height: 0; }
  .hb-engineer { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 560px) {
  .hb-hero { padding-top: 28px; }
  .hb-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem) !important; }
  .hb-hero-media img { height: 430px; border-radius: 18px; }
  .hb-image-label { left: 12px; right: 12px; bottom: 12px; gap: 8px; padding: 11px 8px; }
  .hb-image-label span { font-size: .58rem; }
  .hb-btn { width: 100%; }
}

/* Simplified floating WhatsApp button */
.cbh-phone {
  left: 20px !important;
  bottom: 20px !important;
  width: 58px !important;
  height: 58px !important;
  transform: none !important;
  opacity: 1 !important;
}
.cbh-phone .cbh-ph-circle,
.cbh-phone .cbh-ph-circle-fill { display: none !important; }
.cbh-phone .cbh-ph-img-circle1 {
  width: 58px !important;
  height: 58px !important;
  top: 0 !important;
  left: 0 !important;
  border: 0 !important;
  border-radius: 18px !important;
  background-color: #1fa855 !important;
  background-image: url('assets/img/latest/whatsapp.png') !important;
  background-size: 30px 30px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  box-shadow: 0 12px 30px rgba(20,25,28,.20) !important;
  animation: none !important;
}
