/*
Theme Name: Birla Clean
Theme URI: https://birlahomes.co.in/
Author: Clean rebuild
Description: Clean WordPress rebuild for Birla Homes with local assets, project routes, and Elementor-friendly shortcodes.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: birla-clean
*/

:root {
  --ink: #18231f;
  --muted: #62706b;
  --line: #d8ded8;
  --cream: #f5f1e7;
  --paper: #fffdf8;
  --forest: #123b2c;
  --leaf: #708d5c;
  --gold: #b99455;
  --gold-dark: #8a6530;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(18, 59, 44, 0.16);
}

.bc-lp-overview {
  padding-top: 58px !important;
  padding-bottom: 74px !important;
  background: #f1ede7 !important;
}
.bc-lp-overview > .elementor-container {
  width: min(1784px, calc(100% - 264px)) !important;
  max-width: none !important;
}
.bc-lp-overview .bc-lp-heading {
  margin: 0 auto 62px !important;
  text-align: center;
}
.bc-lp-overview .bc-lp-heading h2 {
  margin: 0 !important;
  color: #68174e !important;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(36px, 3.1vw, 52px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}
.bc-lp-overview .bc-lp-heading h2:after {
  content: "";
  display: block;
  width: 148px !important;
  height: 4px !important;
  margin: 15px auto 0 !important;
  border-radius: 99px;
  background: linear-gradient(90deg, #68174e, #d6bb69, #68174e) !important;
}
.bc-lp-overview .bc-lp-heading p {
  margin: 23px 0 0 !important;
  color: #747474 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 400;
}
.bc-lp-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}
.bc-lp-overview-grid article {
  background: #fff;
  border: 1px solid #ded8d2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(49, 34, 20, 0.12);
}
.bc-lp-overview-grid article img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.bc-lp-overview-grid article div {
  min-height: 195px;
  padding: 31px 29px 32px;
}
.bc-lp-overview-grid article h3 {
  margin: 0 0 15px;
  color: #68174e;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
}
.bc-lp-overview-grid article p {
  margin: 0;
  color: #666;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .bc-lp-overview > .elementor-container {
    width: min(100% - 48px, 1040px) !important;
  }
  .bc-lp-overview-grid {
    gap: 22px;
  }
}

@media (max-width: 900px) {
  .bc-lp-overview-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bc-lp-overview > .elementor-container {
    width: min(100% - 24px, 560px) !important;
  }
  .bc-lp-overview-grid article img {
    height: 220px;
  }
  .bc-lp-overview-grid article div {
    min-height: 0;
    padding: 22px;
  }
}

.bc-modal .bc-modal-box {
  width: min(520px, calc(100% - 32px)) !important;
  padding: 46px 40px 36px !important;
  border-radius: 5px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22) !important;
}
.bc-modal .bc-close {
  top: 18px !important;
  right: 22px !important;
  color: #868686 !important;
  font-size: 30px !important;
}
.bc-modal .bc-modal-copy {
  margin-bottom: 34px !important;
}
.bc-modal .bc-modal-copy span {
  color: #777 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
}
.bc-modal .bc-modal-copy strong {
  margin: 14px 0 0 !important;
  color: #242226 !important;
  font-size: 20px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
}
.bc-modal .wpcf7,
.bc-modal .wpcf7 form,
.bc-modal .bc-form,
.bc-modal .bc-form p {
  margin: 0 !important;
  padding: 0 !important;
}
.bc-modal .bc-form {
  display: block !important;
}
.bc-modal .bc-form br {
  display: none !important;
}
.bc-modal .bc-form label {
  display: block !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.bc-modal .wpcf7-form-control-wrap {
  display: block !important;
}
.bc-modal input[type="text"],
.bc-modal input[type="tel"],
.bc-modal input[type="email"] {
  display: block !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 23px !important;
  border: 2px solid #dddddd !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #222 !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}
.bc-modal input[type="text"]::placeholder,
.bc-modal input[type="tel"]::placeholder,
.bc-modal input[type="email"]::placeholder {
  color: #858585 !important;
  opacity: 1 !important;
}
.bc-modal .full {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.bc-modal .wpcf7-submit {
  display: block !important;
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #68174e !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
  text-align: center !important;
}
.bc-modal .wpcf7-spinner {
  display: none !important;
}
.bc-modal small {
  display: block !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  color: #8a8a8a !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
input,
select {
  font: inherit;
}

.bc-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
.bc-eyebrow {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.bc-title {
  margin: 8px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.04;
  font-weight: 500;
}
.bc-subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  max-width: 700px;
}
.bc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 20px;
  border: 1px solid var(--gold);
  border-radius: 4px;
  background: var(--gold);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.bc-btn.secondary {
  background: transparent;
  color: var(--forest);
}
.bc-btn.dark {
  background: var(--forest);
  border-color: var(--forest);
}

.bc-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 1px solid rgba(216, 222, 216, 0.8);
  backdrop-filter: blur(16px);
}
.bc-nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.bc-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  color: var(--forest);
}
.bc-brand img {
  width: 118px;
  max-height: 54px;
  object-fit: contain;
}
.bc-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #31443b;
  font-size: 14px;
}
.bc-menu a {
  padding: 26px 0;
}
.bc-phone {
  color: var(--forest);
  font-weight: 800;
  white-space: nowrap;
}
.bc-mobile-toggle {
  display: none;
  margin-left: auto;
  background: transparent;
  border: 0;
  font-size: 28px;
  color: var(--forest);
}

.bc-hero {
  min-height: calc(100vh - 74px);
  display: grid;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(10, 28, 20, 0.3), rgba(10, 28, 20, 0.78)),
    var(--hero-image) center/cover no-repeat;
}
.bc-hero.home {
  min-height: 680px;
}
.bc-hero-inner {
  padding: 120px 0 64px;
}
.bc-hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 104px);
  line-height: 0.94;
  font-weight: 500;
}
.bc-hero p {
  margin: 20px 0 28px;
  max-width: 580px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
}
.bc-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 28px;
}
.bc-pill {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.bc-section {
  padding: 86px 0;
}
.bc-section.alt {
  background: var(--cream);
}
.bc-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.bc-media {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: var(--shadow);
}
.bc-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.bc-media:hover img {
  transform: scale(1.04);
}
.bc-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.bc-stat {
  background: var(--paper);
  padding: 24px;
  text-align: center;
}
.bc-stat strong {
  display: block;
  color: var(--forest);
  font-size: clamp(26px, 4vw, 42px);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
}
.bc-stat span {
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bc-project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}
.bc-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 38px rgba(18, 59, 44, 0.08);
}
.bc-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.bc-card-body {
  padding: 22px;
}
.bc-card h3 {
  margin: 0 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
}
.bc-card p {
  margin: 0 0 16px;
  color: var(--muted);
}

.bc-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}
.bc-feature {
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 6px;
}
.bc-feature h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: var(--forest);
}
.bc-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.bc-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}
.bc-plan {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}
.bc-plan img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f7f7f3;
  border: 1px solid var(--line);
}
.bc-plan h3 {
  margin: 16px 0 4px;
  font-size: 24px;
}
.bc-amenities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}
.bc-amenity {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 700;
}
.bc-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  flex: 0 0 auto;
}
.bc-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}
.bc-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}
.bc-location {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 34px;
  background: var(--line);
  border: 1px solid var(--line);
}
.bc-location div {
  background: var(--white);
  padding: 18px;
}
.bc-location strong {
  display: block;
  color: var(--forest);
}
.bc-location span {
  color: var(--muted);
}

.bc-form-band {
  background: var(--forest);
  color: #fff;
}
.bc-form-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}
.bc-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.bc-form p {
  margin: 0;
}
.bc-form label {
  display: grid;
  gap: 6px;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
}
.bc-form input,
.bc-form select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(105, 105, 105, 0.28);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.bc-form input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}
.bc-form select option {
  color: var(--ink);
}
.bc-form .full {
  grid-column: 1 / -1;
}
.bc-form small {
  color: rgba(255, 255, 255, 0.75);
}
.bc-success {
  display: none;
  margin-top: 12px;
  color: #d8f5ce;
  font-weight: 700;
}
.wpcf7 form .bc-form .wpcf7-spinner {
  margin: 0 0 0 8px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 14px 0 0;
  border-radius: 4px;
  color: inherit;
}
.wpcf7-not-valid-tip {
  color: #ffd3d3;
  font-size: 12px;
  margin-top: 4px;
}

.bc-faq {
  margin-top: 30px;
  border-top: 1px solid var(--line);
}
.bc-faq details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.bc-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--forest);
}
.bc-faq p {
  margin: 12px 0 0;
  color: var(--muted);
}

.bc-footer {
  padding: 52px 0 28px;
  background: #111c17;
  color: rgba(255, 255, 255, 0.78);
}
.bc-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 34px;
}
.bc-footer h3,
.bc-footer h4 {
  color: #fff;
  margin: 0 0 12px;
}
.bc-footer a {
  display: block;
  margin: 7px 0;
}
.bc-copy {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.58);
}

.bc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.66);
}
.bc-modal.open {
  display: flex;
}
.bc-modal-box {
  position: relative;
  width: min(650px, calc(100% - 32px));
  background: #fff;
  border-radius: 8px;
  padding: 52px 40px 42px;
  color: #242226;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}
.bc-modal-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}
.bc-close {
  position: absolute;
  top: 18px;
  right: 22px;
  border: 0;
  background: transparent;
  color: #868686;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
}
.bc-modal-copy {
  margin-bottom: 32px;
}
.bc-modal-copy span {
  display: block;
  color: #6f6f6f;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
}
.bc-modal-copy strong {
  display: block;
  margin-top: 14px;
  color: #242226;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.bc-modal .wpcf7,
.bc-modal .wpcf7 form,
.bc-modal .bc-form,
.bc-modal .bc-form p {
  margin: 0 !important;
  padding: 0;
}
.bc-modal .bc-form {
  display: block !important;
}
.bc-modal .bc-form br {
  display: none;
}
.bc-modal .bc-form label {
  display: block !important;
  margin: 0 0 18px !important;
  font-size: 0 !important;
  line-height: 0;
}
.bc-modal .wpcf7-form-control-wrap {
  display: block;
}
.bc-modal .bc-form input,
.bc-modal .bc-form select {
  display: block;
  width: 100%;
  height: 76px;
  min-height: 76px;
  margin: 0;
  padding: 0 24px;
  color: #222;
  background: #fff;
  border: 2px solid #dddddd;
  border-radius: 6px;
  box-shadow: none;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.bc-modal .bc-form input::placeholder {
  color: #858585;
  opacity: 1;
}
.bc-modal .full {
  display: block;
  margin: 0 !important;
  padding: 0;
}
.bc-modal .wpcf7-submit {
  display: block;
  width: 100%;
  height: 67px;
  min-height: 67px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: #68174e;
  color: #fff;
  box-shadow: none;
  font-size: 21px;
  font-weight: 900;
  line-height: 67px;
}
.bc-modal .wpcf7-spinner {
  display: none;
}
.bc-modal small {
  display: block;
  margin: 19px 0 0 !important;
  color: #8a8a8a;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 500;
}
.bc-modal .wpcf7 form .wpcf7-response-output {
  color: #242226;
}
.bc-modal .wpcf7-not-valid-tip {
  color: #a32222;
}

@media (max-width: 980px) {
  .bc-mobile-toggle {
    display: block;
  }
  .bc-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 74px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 24px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .bc-menu.open {
    display: flex;
  }
  .bc-menu a {
    padding: 12px 0;
  }
  .bc-grid-2,
  .bc-form-grid {
    grid-template-columns: 1fr;
  }
  .bc-project-grid,
  .bc-feature-grid,
  .bc-plan-grid,
  .bc-amenities,
  .bc-gallery,
  .bc-location {
    grid-template-columns: repeat(2, 1fr);
  }
  .bc-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .bc-wrap {
    width: min(100% - 24px, 1180px);
  }
  .bc-hero,
  .bc-hero.home {
    min-height: 620px;
  }
  .bc-hero-inner {
    padding: 92px 0 44px;
  }
  .bc-project-grid,
  .bc-feature-grid,
  .bc-plan-grid,
  .bc-amenities,
  .bc-gallery,
  .bc-location,
  .bc-form,
  .bc-footer-grid {
    grid-template-columns: 1fr;
  }
  .bc-section {
    padding: 62px 0;
  }
  .bc-brand img {
    width: 100px;
  }
}

.elementor-page.elementor-template-canvas {
  background: var(--paper);
}
.bc-el-header {
  position: sticky !important;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(216, 222, 216, 0.9);
  box-shadow: 0 6px 26px rgba(18, 59, 44, 0.06);
}
.bc-elementor-nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.bc-elementor-logo img {
  width: 118px;
  max-height: 54px;
  object-fit: contain;
}
.bc-elementor-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #31443b;
  font-size: 13px;
  font-weight: 700;
}
.bc-elementor-links a {
  padding: 26px 0;
  white-space: nowrap;
}
.bc-elementor-phone {
  color: var(--forest);
  font-weight: 900;
  white-space: nowrap;
}
.bc-el-hero-section {
  min-height: calc(100vh - 74px);
  display: flex;
  align-items: flex-end;
}
.bc-elementor-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  color: #fff;
}
.bc-elementor-hero span {
  display: block;
  color: #e5c480;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.bc-elementor-hero h1 {
  margin: 10px 0 18px;
  max-width: 820px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 104px);
  line-height: 0.94;
  font-weight: 500;
}
.bc-elementor-hero p {
  margin: 0 0 26px;
  max-width: 650px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
}
.bc-elementor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.bc-home-hero {
  width: min(1400px, calc(100% - 48px));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: calc(100vh - 84px);
  padding-bottom: 72px;
  text-align: center;
}
.bc-home-hero h1 {
  max-width: 1200px;
  font-family: Arial, sans-serif;
  font-size: clamp(52px, 6vw, 92px);
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 0.94;
  white-space: nowrap;
  text-transform: uppercase;
}
.bc-home-hero p {
  max-width: none;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.bc-home-hero-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-top: 82px;
}
.bc-home-hero-bottom > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bc-home-hero-bottom > div:last-child {
  align-items: center;
  text-align: center;
}
.bc-home-hero-bottom strong {
  color: #fff;
  font-size: 19px;
}
.bc-home-hero-bottom span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}
.bc-home-hero-bottom > div:last-child strong {
  max-width: 430px;
}
.bc-home-hero-bottom .bc-btn {
  margin-top: 6px;
}
.bc-el-project-grid .elementor-widget-image-box,
.bc-el-plans .elementor-widget-image-box {
  display: inline-block;
  width: calc(33.333% - 18px);
  vertical-align: top;
  margin: 12px 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 38px rgba(18, 59, 44, 0.08);
}
.bc-el-project-grid .elementor-image-box-img img,
.bc-el-plans .elementor-image-box-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.bc-el-project-grid .elementor-image-box-content,
.bc-el-plans .elementor-image-box-content {
  padding: 18px;
}
.bc-el-gallery .elementor-widget-image {
  display: inline-block;
  width: calc(33.333% - 12px);
  margin: 6px;
  vertical-align: top;
}
.bc-el-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}
.bc-el-amenities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.bc-el-amenities span {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 800;
  color: var(--forest);
}
.bc-el-lead-section,
.bc-el-lead-section .elementor-heading-title,
.bc-el-lead-section .elementor-widget-text-editor,
.bc-el-lead-section .bc-form label,
.bc-el-lead-section .wpcf7-response-output {
  color: #fff;
}
.bc-el-lead-section .bc-form {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}
.bc-el-trusted-legacy {
  padding-top: 100px;
  padding-bottom: 100px;
}
.bc-el-trusted-legacy .elementor-container {
  align-items: center;
  gap: 70px;
}
.bc-el-trusted-legacy .elementor-widget-image img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(38, 30, 34, 0.12);
}
.bc-home-trusted-eyebrow {
  color: #75227a;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.bc-el-trusted-legacy .elementor-widget-heading {
  margin: 22px 0 34px;
}
.bc-el-trusted-legacy .elementor-widget-heading .elementor-heading-title {
  letter-spacing: 0;
}
.bc-el-trusted-legacy .elementor-widget-text-editor {
  color: #66666b;
  font-size: 19px;
  line-height: 1.7;
}
.bc-el-trusted-legacy .elementor-widget-button {
  margin-top: 28px;
}
.bc-el-trusted-legacy .elementor-button {
  padding: 18px 34px;
  border-radius: 5px;
  background: #75227a;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.bc-philosophy-section {
  overflow: hidden;
}
.bc-philosophy-section > .elementor-container > .elementor-column > .elementor-widget-heading {
  margin-bottom: 58px;
}
.bc-philosophy-section > .elementor-container > .elementor-column > .elementor-widget-heading .elementor-heading-title {
  color: #111113 !important;
  font-family: Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
}
.bc-philosophy-inner .elementor-container {
  align-items: center;
  gap: 70px;
}
.bc-philosophy-display .elementor-heading-title {
  color: #2d202c !important;
  font-family: Arial, sans-serif;
  font-size: 112px !important;
  font-weight: 900 !important;
  letter-spacing: -4px;
  line-height: 0.9 !important;
  background: linear-gradient(120deg, #291827, #415543 48%, #301d2e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bc-philosophy-inner .elementor-widget-text-editor {
  color: #242329;
  font-size: 19px;
  line-height: 1.7;
}
.bc-philosophy-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-left: 12px;
  color: #b7b3b7;
  font-size: 25px;
}
.bc-philosophy-list span,
.bc-philosophy-list strong {
  display: block;
}
.bc-philosophy-list strong {
  padding-bottom: 14px;
  border-bottom: 3px solid #c7a548;
  color: #75227a;
  font-weight: 800;
}
.bc-testimonials {
  text-align: center;
}
.bc-testimonials > .elementor-container > .elementor-column > .elementor-widget-heading .elementor-heading-title {
  color: #241c24 !important;
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
}
.bc-testimonial-slider {
  width: min(980px, 100%);
  margin: 46px auto 0;
}
.bc-testimonial-track {
  display: flex;
  overflow: hidden;
}
.bc-testimonial-slide {
  flex: 0 0 100%;
  padding: 0 12px;
  opacity: 0;
  transform: translateX(22px);
  transition: opacity 360ms ease, transform 420ms ease;
}
.bc-testimonial-slide.active {
  opacity: 1;
  transform: translateX(0);
}
.bc-testimonial-card {
  position: relative;
  min-height: 300px;
  padding: 70px 86px 62px;
  overflow: hidden;
  border: 1px solid #e1d9e0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(53, 35, 55, 0.08);
  text-align: center;
}
.bc-testimonial-card:before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid #c7a548;
  border-radius: 6px;
  pointer-events: none;
}
.bc-testimonial-quote {
  position: absolute;
  z-index: 1;
  color: #75227a;
  font-family: Georgia, serif;
  font-size: 74px;
  line-height: 1;
}
.bc-testimonial-quote.top {
  top: 22px;
  left: 38px;
}
.bc-testimonial-quote.bottom {
  right: 38px;
  bottom: 16px;
}
.bc-testimonial-content {
  position: relative;
  z-index: 1;
}
.bc-testimonial-content p {
  margin: 0 auto 30px;
  color: #5f5b60;
  font-size: 17px;
  line-height: 1.75;
}
.bc-testimonial-content strong {
  color: #75227a;
  font-size: 13px;
  letter-spacing: 1px;
}
.bc-testimonial-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-top: 28px;
}
.bc-testimonial-nav button {
  width: 42px;
  height: 42px;
  border: 1px solid #75227a;
  border-radius: 50%;
  background: #fff;
  color: #75227a;
  cursor: pointer;
  font-size: 20px;
}
.bc-testimonial-nav button:hover {
  background: #75227a;
  color: #fff;
}
.bc-testimonial-nav > span {
  color: #75227a;
  font-size: 18px;
  font-weight: 800;
}
.bc-testimonial-nav > span span {
  color: #99939a;
  font-weight: 400;
}
.bc-home-contact-section {
  text-align: center;
}
.bc-lp-featured > .elementor-container > .elementor-column > .elementor-widget-heading,
.bc-philosophy-section > .elementor-container > .elementor-column > .elementor-widget-heading,
.bc-testimonials > .elementor-container > .elementor-column > .elementor-widget-heading,
.bc-home-contact-section > .elementor-container > .elementor-column > .elementor-widget-heading {
  text-align: center !important;
}
.bc-lp-featured > .elementor-container > .elementor-column > .elementor-widget-heading .elementor-heading-title,
.bc-philosophy-section > .elementor-container > .elementor-column > .elementor-widget-heading .elementor-heading-title,
.bc-testimonials > .elementor-container > .elementor-column > .elementor-widget-heading .elementor-heading-title,
.bc-home-contact-section > .elementor-container > .elementor-column > .elementor-widget-heading .elementor-heading-title {
  text-align: center !important;
}
.bc-home-contact-section > .elementor-container > .elementor-column > .elementor-widget-shortcode {
  width: min(1050px, 100%);
  margin: 42px auto 0;
  text-align: left;
}
.bc-contact-form {
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  padding: 34px;
  border: 1px solid #e4dfe4;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(53, 35, 55, 0.08);
}
.bc-contact-field:nth-child(1),
.bc-contact-field:nth-child(2),
.bc-contact-field:nth-child(3) {
  grid-column: span 2;
}
.bc-contact-field:nth-child(4),
.bc-contact-field:nth-child(5) {
  grid-column: span 3;
}
.bc-contact-field .wpcf7-form-control-wrap,
.bc-contact-field input,
.bc-contact-field select {
  display: block;
  width: 100%;
}
.bc-contact-form input,
.bc-contact-form select {
  min-height: 54px;
  border: 1px solid #d9d4d9;
  border-radius: 4px;
  background: #fff;
  color: #332d34;
  font-size: 15px;
}
.bc-contact-form input::placeholder {
  color: #817b82;
}
.bc-contact-optin {
  grid-column: 1 / -1;
  color: #6f6970;
  font-size: 13px;
  text-align: left;
}
.bc-contact-optin .wpcf7-list-item {
  margin: 0;
}
.bc-contact-optin input {
  width: auto;
  min-height: 0;
  margin-right: 8px;
}
.bc-contact-form .bc-contact-submit {
  min-width: 150px;
  min-height: 52px;
  padding: 14px 30px;
  border: 0;
  border-radius: 5px;
  background: #75227a;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}
.bc-contact-form .wpcf7-response-output {
  grid-column: 1 / -1;
  color: #75227a;
}
.bc-home-footer-main,
.bc-home-footer-bottom {
  background: #050505;
  color: #a8a5a8;
}
.bc-home-footer-main {
  padding: 110px 20px 70px;
}
.bc-home-footer-main .elementor-container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  align-items: flex-start;
  gap: 70px;
}
.bc-home-footer-main .elementor-widget-heading .elementor-heading-title {
  margin-bottom: 22px;
  color: #fff !important;
  font-family: Georgia, serif;
}
.bc-home-footer-brand .elementor-widget-heading .elementor-heading-title {
  color: #d6b35a !important;
}
.bc-home-footer-main .elementor-widget-text-editor {
  color: #a8a5a8;
  font-size: 16px;
  line-height: 1.7;
}
.bc-home-footer-main .elementor-widget-button {
  margin: 12px 0 0;
}
.bc-home-footer-main .elementor-button {
  padding: 0;
  background: transparent !important;
  color: #a8a5a8 !important;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.bc-home-footer-brand .elementor-widget-button:first-of-type .elementor-button {
  margin-top: 20px;
  color: #d6b35a !important;
  font-weight: 800;
}
.bc-home-footer-projects .elementor-widget-button {
  margin-top: 10px;
}
.bc-home-footer-updates .wpcf7 form {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin: 28px 0 18px;
}
.bc-subscribe-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  align-items: stretch;
  gap: 16px;
  width: 100%;
}
.bc-subscribe-form label,
.bc-subscribe-form .wpcf7-form-control-wrap {
  display: block;
  grid-column: 1;
  flex: none;
  width: auto;
}
.bc-subscribe-form input[type="email"] {
  width: 100%;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid #3b3b3b;
  border-radius: 7px;
  background: #101010;
  color: #fff;
}
.bc-subscribe-form input::placeholder {
  color: #999;
}
.bc-subscribe-form .bc-subscribe-submit {
  grid-column: 2;
  width: 170px;
  min-height: 54px;
  padding: 0 28px;
  border: 0;
  border-radius: 7px;
  background: #d6b35a;
  color: #17130a;
  cursor: pointer;
  font-weight: 800;
}
.bc-home-footer-updates .elementor-widget-button {
  display: inline-block !important;
  width: auto !important;
  vertical-align: top;
  margin: 18px 12px 0 0;
}
.bc-home-footer-updates .elementor-widget-button .elementor-button {
  padding: 12px 16px;
  border: 1px solid #3b3b3b;
  border-radius: 7px;
  color: #fff !important;
}
.bc-home-footer-bottom {
  padding: 0 20px 34px;
}
.bc-home-footer-bottom .elementor-container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding-top: 28px;
  border-top: 1px solid #262626;
}
.bc-home-footer-bottom .elementor-widget-text-editor {
  color: #aaa6aa;
  font-size: 15px;
}
.bc-home-footer-bottom a {
  margin-right: 34px;
  color: #aaa6aa;
}
.bc-home-footer-copy {
  float: right;
}

@media (max-width: 980px) {
  .bc-elementor-nav {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 12px 0;
  }
  .bc-elementor-links {
    order: 3;
    width: 100%;
    overflow-x: auto;
    gap: 14px;
  }
  .bc-elementor-links a {
    padding: 8px 0;
  }
  .bc-elementor-phone {
    margin-left: auto;
  }
  .bc-el-project-grid .elementor-widget-image-box,
  .bc-el-plans .elementor-widget-image-box,
  .bc-el-gallery .elementor-widget-image {
    width: calc(50% - 16px);
  }
  .bc-el-amenities {
    grid-template-columns: repeat(2, 1fr);
  }
  .bc-el-trusted-legacy .elementor-container {
    gap: 30px;
  }
  .bc-el-trusted-legacy .elementor-widget-image img {
    height: 560px;
  }
  .bc-philosophy-display .elementor-heading-title {
    font-size: 78px !important;
  }
  .bc-testimonial-card {
    padding: 62px 48px 54px;
  }
  .bc-contact-form {
    grid-template-columns: repeat(2, 1fr);
  }
  .bc-contact-field:nth-child(n) {
    grid-column: span 1;
  }
  .bc-home-footer-main .elementor-container {
    gap: 34px;
  }
  .bc-home-footer-main .elementor-column {
    width: 100% !important;
  }
  .bc-home-footer-copy {
    float: none;
    display: block;
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .bc-home-hero {
    width: min(100% - 32px, 720px);
    min-height: 620px;
    padding-bottom: 42px;
  }
  .bc-home-hero p {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .bc-home-hero-bottom {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 28px;
    margin-top: 70px;
  }
  .bc-home-hero-bottom > div:last-child {
    align-items: center;
    text-align: center;
  }
  .bc-home-hero h1 {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .bc-el-hero-section {
    min-height: 620px;
  }
  .bc-el-project-grid .elementor-widget-image-box,
  .bc-el-plans .elementor-widget-image-box,
  .bc-el-gallery .elementor-widget-image {
    width: 100%;
    margin: 10px 0;
  }
  .bc-el-amenities {
    grid-template-columns: 1fr;
  }
  .bc-philosophy-section > .elementor-container > .elementor-column > .elementor-widget-heading .elementor-heading-title {
    font-size: 40px;
  }
  .bc-philosophy-display .elementor-heading-title {
    font-size: 64px !important;
    letter-spacing: -2px;
  }
  .bc-philosophy-list {
    gap: 18px;
    font-size: 19px;
  }
  .bc-testimonial-card {
    min-height: 0;
    padding: 56px 30px 48px;
  }
  .bc-testimonial-content p {
    font-size: 15px;
  }
  .bc-testimonial-content strong {
    font-size: 11px;
  }
  .bc-contact-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .bc-contact-field:nth-child(n),
  .bc-contact-optin,
  .bc-contact-form .full {
    grid-column: 1;
  }
}

.bc-lp-topbar {
  position: relative;
  width: min(1340px, calc(100% - 64px));
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bc-lp-topbar .bc-elementor-logo img {
  width: 198px;
  max-height: 72px;
}
.bc-lp-nav {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 34px;
  transform: translateX(-50%);
  color: #242326;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.bc-lp-nav > a,
.bc-lp-projects-nav > button {
  position: relative;
  padding: 30px 0 26px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-transform: inherit;
  cursor: pointer;
}
.bc-lp-nav > a:hover,
.bc-lp-projects-nav:hover > button,
.bc-lp-projects-nav:focus-within > button {
  color: #75227a;
}
.bc-lp-nav > a:hover:after,
.bc-lp-projects-nav:hover > button:after,
.bc-lp-projects-nav:focus-within > button:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 3px;
  background: #75227a;
}
.bc-lp-projects-nav {
  position: relative;
}
.bc-lp-projects-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  z-index: 20;
  display: none;
  width: 320px;
  padding: 24px 26px 16px;
  transform: translateX(-50%);
  border: 1px solid #ece8ee;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(38, 24, 43, 0.16);
}
.bc-lp-projects-nav:hover .bc-lp-projects-menu,
.bc-lp-projects-nav:focus-within .bc-lp-projects-menu {
  display: block;
}
.bc-lp-projects-menu strong {
  display: block;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
  color: #75227a;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bc-lp-projects-menu a {
  display: block;
  padding: 14px 0 6px;
  color: #302b32;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}
.bc-lp-projects-menu a:hover {
  color: #75227a;
}
.bc-lp-top-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 17px;
  font-weight: 800;
}
.bc-lp-enquire {
  padding: 15px 28px;
  background: #75227a;
  color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
}
.bc-lp-menu {
  font-size: 22px;
  line-height: 1;
  color: #222;
}
.bc-lp-hero {
  min-height: 595px;
}
.bc-lp-banner-bg {
  position: relative;
  min-height: 595px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bc-lp-banner-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(11, 8, 15, 0.64);
  pointer-events: none;
}
.bc-lp-hero .elementor-container,
.bc-lp-hero .elementor-column,
.bc-lp-hero .elementor-widget-wrap,
.bc-lp-hero .elementor-widget-html,
.bc-lp-hero .elementor-widget-container {
  min-height: inherit;
}
.bc-lp-banner-inner {
  position: relative;
  z-index: 1;
  width: min(1760px, calc(100% - 170px));
  min-height: 595px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 80px;
  align-items: center;
}
.bc-lp-hero-copy {
  color: #fff;
  padding-top: 74px;
}
.bc-lp-hero-copy h1 {
  margin: 0 0 16px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(52px, 5.2vw, 84px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
}
.bc-lp-hero-copy > p:not(.bc-lp-rera) {
  margin: 0 0 34px;
  color: #d4b657;
  font-size: clamp(20px, 1.9vw, 29px);
  font-weight: 900;
}
.bc-lp-gold-line {
  display: block;
  width: 112px;
  height: 3px;
  margin: 0 0 34px;
  background: #d4b657;
}
.bc-lp-price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 38px;
}
.bc-lp-price strong {
  font-size: clamp(46px, 4.6vw, 70px);
  line-height: 1;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
}
.bc-lp-price span {
  margin-right: 14px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}
.bc-lp-rera {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.bc-lp-hero-form {
  padding: 46px 40px 36px;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 5px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}
.bc-lp-form-title span {
  display: block;
  color: #777;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
}
.bc-lp-form-title strong {
  display: block;
  margin: 14px 0 34px;
  color: #242226;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.bc-lp-hero .bc-form {
  display: block;
  gap: 0;
}
.bc-lp-hero .bc-form label {
  display: block;
  margin-bottom: 18px;
  color: transparent;
  font-size: 0;
}

.bc-lp-hero .bc-form input::placeholder,
.bc-lp-sitevisit .bc-form input::placeholder {
  color: #888;
}
.bc-lp-hero .bc-form small,
.bc-lp-sitevisit .bc-form small {
  display: block;
  margin-top: 19px;
  color: #8a8a8a;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  margin-top: 20px !important;
}
.bc-lp-hero .wpcf7-submit,
.bc-lp-sitevisit .wpcf7-submit {
  width: 100%;
  min-height: 67px;
  background: #68174e;
  border-color: #68174e;
  border-radius: 6px;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
}
.bc-lp-hero-form .wpcf7,
.bc-lp-hero-form .wpcf7 form,
.bc-lp-hero-form .bc-form,
.bc-lp-hero-form .bc-form p {
  margin: 0 !important;
  padding: 0;
}
.bc-lp-hero-form .bc-form {
  display: block !important;
}
.bc-lp-hero-form .bc-form br {
  display: none;
}
.bc-lp-hero-form .bc-form label {
  display: block !important;
  margin: 0 0 18px !important;
  padding: 0;
  font-size: 0 !important;
  line-height: 0;
}
.bc-lp-hero-form .wpcf7-form-control-wrap {
  display: block;
}
.bc-lp-hero-form input[type="text"],
.bc-lp-hero-form input[type="tel"],
.bc-lp-hero-form input[type="email"] {
  display: block;
  width: 100%;
  height: 50px;
  min-height: 50px;
  margin: 0;
  padding: 0 23px;
  border: 2px solid #dddddd;
  border-radius: 6px;
  background: #fff;
  color: #222;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.bc-lp-hero-form input[type="text"]::placeholder,
.bc-lp-hero-form input[type="tel"]::placeholder,
.bc-lp-hero-form input[type="email"]::placeholder {
  color: #858585;
  opacity: 1;
}
.bc-lp-hero-form .full {
  display: block;
  margin: 0 !important;
  padding: 0;
}
.bc-lp-hero-form .wpcf7-submit {
  display: block;
  width: 100%;
  height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: #68174e;
  color: #fff;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}
.bc-lp-hero-form .wpcf7-spinner {
  display: none;
}
.bc-lp-hero-form small {
  display: block;
  margin: 19px 0 0 !important;
  padding: 0;
  color: #8a8a8a;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.45;
}
.bc-lp-stats-section {
  background: #fff;
  border-bottom: 1px solid #eee7df;
}
.bc-lp-stats {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.bc-lp-stats div {
  padding: 20px 16px;
  text-align: center;
  border-left: 1px solid #e0d6c9;
}
.bc-lp-stats div:last-child {
  border-right: 1px solid #e0d6c9;
}
.bc-lp-stats span {
  display: block;
  color: #b0893c;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.bc-lp-stats strong {
  display: block;
  margin-top: 4px;
  color: #4d123b;
  font-size: 18px;
  font-weight: 900;
}
.bc-lp-section {
  padding: 68px 0;
}
.bc-lp-section > .elementor-container {
  width: min(1040px, calc(100% - 32px));
}
.bc-lp-heading {
  margin: 0 auto 34px;
  text-align: center;
}
.bc-lp-heading span {
  display: block;
  color: #b0893c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.bc-lp-heading h2 {
  margin: 3px 0 8px;
  color: #68174e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.05;
}
.bc-lp-heading h2:after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 8px auto 0;
  background: #d6bb69;
}
.bc-lp-heading p {
  margin: 0;
  color: #8a8383;
  font-size: 13px;
}
.bc-lp-overview .elementor-widget-image-box {
  display: inline-block;
  width: calc(33.333% - 18px);
  margin: 12px 8px;
  vertical-align: top;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 9px 25px rgba(49, 34, 20, 0.12);
}
.bc-lp-overview .elementor-image-box-img img {
  width: 100%;
  aspect-ratio: 1.85 / 1;
  object-fit: cover;
}
.bc-lp-overview .elementor-image-box-content {
  padding: 14px 16px 18px;
  text-align: left;
}
.bc-lp-overview .elementor-image-box-title {
  margin: 0 0 5px;
  color: #38142d;
  font-size: 15px;
}
.bc-lp-overview .elementor-image-box-description {
  color: #6f676b;
  font-size: 12px;
  line-height: 1.45;
}
.bc-lp-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.bc-lp-highlight-grid div {
  padding: 20px 22px;
  background: #fff;
  border-left: 3px solid #d6bb69;
  border-radius: 5px;
  box-shadow: 0 7px 20px rgba(49, 34, 20, 0.09);
}
.bc-lp-highlight-grid strong {
  display: block;
  color: #4d123b;
  font-size: 14px;
}
.bc-lp-highlight-grid p {
  margin: 6px 0 0;
  color: #756d70;
  font-size: 12px;
}
.bc-lp-floor-card {
  width: min(330px, 100%);
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(49, 34, 20, 0.14);
}
.bc-lp-floor-card img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
  filter: blur(1.5px) grayscale(0.2);
  opacity: 0.8;
}
.bc-lp-floor-card div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 10px;
  align-items: center;
  padding: 14px 16px;
  background: #68174e;
  color: #fff;
}
.bc-lp-floor-card strong {
  font-size: 15px;
}
.bc-lp-floor-card span {
  grid-column: 1;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}
.bc-lp-floor-card a {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  padding: 8px 12px;
  background: #d6bb69;
  color: #321d0a;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.bc-lp-amenity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
.bc-lp-amenity-grid div {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 7px 18px rgba(49, 34, 20, 0.1);
  text-align: center;
}
.bc-lp-amenity-grid img {
  width: 100%;
  aspect-ratio: 1.65 / 1;
  object-fit: cover;
}
.bc-lp-amenity-grid strong {
  display: block;
  padding: 9px 6px;
  color: #4d123b;
  font-size: 12px;
}
.bc-lp-gallery-slider {
  position: relative;
  width: min(1260px, 100%);
  margin: 0 auto;
}
.bc-lp-gallery-track {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  background: #111;
  box-shadow: 0 14px 40px rgba(49, 34, 20, 0.25);
}
.bc-lp-gallery-slide {
  display: none;
}
.bc-lp-gallery-slide.active {
  display: block;
}
.bc-lp-gallery-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1.777 / 1;
  object-fit: cover;
}
.bc-lp-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #68174e;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  font-size: 26px;
  line-height: 30px;
}
.bc-lp-gallery-arrow.prev {
  left: 12px;
}
.bc-lp-gallery-arrow.next {
  right: 12px;
}
.bc-lp-gallery-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.bc-lp-gallery-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d4c7bf;
  cursor: pointer;
}
.bc-lp-gallery-dots button.active {
  background: #68174e;
}
.bc-lp-location {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 18px;
}
.bc-lp-connect {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.bc-lp-connect div,
.bc-lp-map {
  min-height: 84px;
  padding: 17px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 7px 18px rgba(49, 34, 20, 0.09);
}
.bc-lp-connect strong,
.bc-lp-map strong {
  display: block;
  color: #4d123b;
  font-size: 12px;
}
.bc-lp-connect span {
  color: #b0893c;
  font-size: 11px;
  font-weight: 800;
}
.bc-lp-map {
  min-height: 292px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bc-lp-map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.bc-lp-map a {
  color: #b0893c;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.bc-lp-map iframe {
  width: 100%;
  min-height: 235px;
  flex: 1;
  border: 0;
  border-radius: 4px;
}
.bc-lp-sitevisit > .elementor-container {
  width: min(1920px, calc(100% - 48px));
  max-width: none !important;
  padding: 48px 58px;
  background: #fff;
  border: 1px solid #e3d8c7;
  border-radius: 22px;
  box-shadow: 0 14px 38px rgba(49, 34, 20, 0.08);
}
.bc-lp-sitevisit .elementor-column:first-child .elementor-widget-wrap {
  padding: 0 44px 0 0 !important;
  align-content: flex-start;
}
.bc-lp-sitevisit .elementor-column:last-child .elementor-widget-wrap {
  padding: 0 0 0 22px !important;
}
.bc-lp-sitevisit .bc-lp-heading {
  margin: 0 0 30px;
  text-align: left;
}
.bc-lp-sitevisit .bc-lp-heading h2 {
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: inherit;
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 900;
  line-height: 1.08;
}
.bc-lp-sitevisit .bc-lp-heading h2:after {
  width: 150px;
  height: 4px;
  margin-top: 14px;
  margin-left: 0;
  background: #9b3c77;
}
.bc-lp-sitevisit .bc-lp-heading p {
  margin-top: 22px;
  color: #747474;
  font-size: 18px;
}
.bc-lp-sitevisit .bc-form,
.bc-lp-sitevisit .bc-form p {
  display: block;
}
.bc-lp-sitevisit .bc-form br {
  display: none;
}
.bc-lp-sitevisit .bc-form label {
  display: block;
  margin: 0 0 18px !important;
  padding: 0;
  color: transparent;
  font-size: 0 !important;
  line-height: 0;
}
.bc-lp-sitevisit .bc-form input::placeholder {
  color: #858585;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}
.bc-lp-sitevisit .bc-form small {
  display: none;
}
.bc-lp-sitevisit .wpcf7-submit {
  display: block;
  width: 100%;
  height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: #68174e;
  color: #fff;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}
.bc-lp-sitevisit img {
  width: 100%;
  aspect-ratio: 0.94 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}
.bc-lp-other {
  position: relative;
}
.bc-lp-featured {
  text-align: center;
}
.bc-featured-eyebrow {
  color: #75227a;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.bc-lp-featured
  > .elementor-container
  > .elementor-column
  > .elementor-widget-heading {
  margin-top: 16px;
}
.bc-lp-featured
  > .elementor-container
  > .elementor-column
  > .elementor-widget-heading
  .elementor-heading-title {
  color: #242326 !important;
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0;
}
.bc-lp-featured
  > .elementor-container
  > .elementor-column
  > .elementor-widget-text-editor {
  color: #737176;
  font-size: 19px;
  text-align: center;
}
.bc-lp-featured .bc-lp-other-card-bar {
  background: linear-gradient(90deg, #75227a 0%, #611464 100%);
}
.bc-lp-featured .bc-lp-other-card-link {
  grid-template-rows: 400px 138px;
  height: 538px;
  min-height: 538px;
}
.bc-lp-featured .bc-lp-other-card-link img {
  height: 400px;
  object-fit: cover;
}
.bc-lp-featured .bc-lp-other-card-bar strong {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.bc-lp-featured .bc-lp-other-card-bar span {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.bc-lp-featured .bc-lp-other-card-bar em {
  min-width: 158px;
  border-radius: 32px;
  background: #fff;
  color: #75227a;
  font-weight: 800;
  text-transform: uppercase;
}
.bc-lp-other > .elementor-container {
  width: min(1780px, calc(100% - 120px));
  max-width: none !important;
}
.bc-lp-other-row {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateX(28px);
  margin-top: 58px;
  pointer-events: none;
  transition:
    max-height 420ms ease,
    opacity 320ms ease,
    transform 420ms ease,
    visibility 0s linear 420ms;
}
.bc-lp-other-row.active {
  max-height: 720px;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
  transition:
    max-height 420ms ease,
    opacity 320ms ease,
    transform 420ms ease;
}
.bc-lp-other-row > .elementor-container {
  gap: 32px;
}
.bc-lp-other-card {
  padding: 0 16px;
}
.bc-lp-other-card > .elementor-widget-wrap {
  margin: 0;
  padding: 0 !important;
}
.bc-lp-other-card .elementor-widget-html,
.bc-lp-other-card .elementor-widget-html .elementor-widget-container {
  height: 100%;
  margin: 0;
}
.bc-lp-other-card-link {
  display: grid;
  grid-template-rows: 310px 128px;
  min-height: 438px;
  overflow: hidden;
  border-radius: 18px;
  background: #68174e;
  box-shadow: 0 9px 24px rgba(49, 34, 20, 0.14);
  text-decoration: none;
}
.bc-lp-other-card-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bc-lp-other-card-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 28px 30px;
  background: linear-gradient(90deg, #68174e 0%, #932268 100%);
}
.bc-lp-other-card-bar strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.bc-lp-other-card-bar span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.25;
}
.bc-lp-other-card-bar em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  padding: 14px 24px;
  background: #d6bb69;
  color: #321d0a;
  border-radius: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
}
.bc-lp-other-arrow {
  position: absolute;
  top: 56%;
  z-index: 5;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #68174e;
  box-shadow: 0 10px 26px rgba(49, 34, 20, 0.18);
  cursor: pointer;
  font-size: 42px;
  font-weight: 900;
  line-height: 48px;
}
.bc-lp-other-arrow.prev {
  left: 56px;
}
.bc-lp-other-arrow.next {
  right: 56px;
}
.bc-lp-faq-section .elementor-widget-accordion {
  width: min(850px, 100%);
  margin: 0 auto;
  background: transparent;
}
.bc-lp-faq-section .elementor-accordion .elementor-accordion-item {
  border-bottom: 1px solid #ded6ce;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: transparent;
}
.bc-lp-faq-section .elementor-tab-title {
  position: relative;
  display: block;
  padding: 15px 0;
  padding-right: 34px;
  color: #3f2938;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.bc-lp-faq-section .elementor-accordion-title {
  display: block;
  text-align: left;
}
.bc-lp-faq-section .elementor-accordion-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  transform: translateY(-50%);
}
.bc-lp-faq-section .elementor-tab-content {
  padding: 0 0 16px;
  border: 0;
}
.bc-lp-faq-section .elementor-tab-content p {
  margin: 0;
  color: #756d70;
  font-size: 13px;
  line-height: 1.65;
}
.bc-lp-faq-section .elementor-tab-content a {
  color: #68174e;
  font-weight: 800;
}
.faq-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 10px 16px;
  border: 0;
  border-radius: 5px;
  background: #68174e;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}
.bc-lp-footer {
  padding: 48px 20px 34px;
  color: rgba(255, 255, 255, 0.78);
}
.bc-lp-footer-disclaimer-row,
.bc-lp-footer-main,
.bc-lp-footer-copyright-row {
  background: #fff;
  color: #737887;
}
.bc-lp-footer-disclaimer-row {
  padding: 38px 20px 24px;
}
.bc-lp-footer-disclaimer-row .elementor-container,
.bc-lp-footer-main .elementor-container,
.bc-lp-footer-copyright-row .elementor-container {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}
.bc-lp-footer-disclaimer-row .elementor-widget-text-editor {
  padding-bottom: 28px;
  border-bottom: 1px solid #e1e1e1;
  color: #737887;
  font-size: 16px;
  line-height: 1.75;
}
.bc-lp-footer-disclaimer-row .elementor-widget-text-editor strong {
  color: #25242a;
}
.bc-lp-footer-main {
  padding: 26px 20px 28px;
}
.bc-lp-footer-main .elementor-container {
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid #e1e1e1;
}
.bc-lp-footer-rera .elementor-widget-text-editor {
  color: #737887;
  font-size: 16px;
  line-height: 2;
}
.bc-lp-footer-rera .elementor-widget-text-editor span {
  color: #737887;
}
.bc-lp-footer-logo .elementor-widget-image {
  text-align: center;
}
.bc-lp-footer-logo img {
  width: min(210px, 80%);
}
.bc-lp-footer-links {
  text-align: right;
}
.bc-lp-footer-links .elementor-widget-button {
  margin: 0 0 8px;
}
.bc-lp-footer-links .elementor-button {
  padding: 0;
  background: transparent !important;
  color: #68174e !important;
  font-size: 16px;
  font-weight: 700;
}
.bc-lp-footer-copyright-row {
  padding: 0 20px 26px;
}
.bc-lp-footer-copyright-row .elementor-widget-text-editor {
  color: #737887;
  font-size: 16px;
  text-align: center;
}
.bc-lp-footer .elementor-container {
  gap: 32px;
}
.bc-lp-footer .elementor-widget-heading .elementor-heading-title {
  color: #fff !important;
  margin-bottom: 12px;
}
.bc-lp-footer .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.65;
}
.bc-lp-footer .bc-lp-footer-disclaimer {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}
.bc-lp-footer .elementor-widget-button {
  margin: 0 0 6px;
}
.bc-lp-footer .elementor-button {
  padding: 0;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}
.bc-lp-footer .elementor-button:hover {
  color: #fff !important;
}
.bc-lp-disclaimer {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 900px) {
  .bc-lp-footer-main .elementor-container {
    gap: 22px;
  }
  .bc-lp-footer-rera,
  .bc-lp-footer-logo,
  .bc-lp-footer-links {
    width: 100% !important;
    text-align: center;
  }
  .bc-lp-footer-disclaimer-row .elementor-widget-text-editor,
  .bc-lp-footer-rera .elementor-widget-text-editor,
  .bc-lp-footer-copyright-row .elementor-widget-text-editor {
    font-size: 14px;
  }
  .bc-lp-banner-inner {
    width: min(100% - 32px, 720px);
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 34px 0;
  }
  .bc-lp-hero-form {
    max-width: 420px;
  }
  .bc-lp-overview .elementor-widget-image-box,
  .bc-lp-amenity-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bc-lp-overview .elementor-widget-image-box {
    width: calc(50% - 18px);
  }
  .bc-lp-location {
    grid-template-columns: 1fr;
  }
  .bc-lp-other > .elementor-container {
    width: min(100% - 32px, 720px);
  }
  .bc-lp-other-card {
    padding: 0;
    width: 100% !important;
  }
  .bc-lp-other-card + .bc-lp-other-card {
    margin-top: 28px;
  }
  .bc-lp-other-card-link {
    grid-template-rows: 270px 112px;
    height: 382px;
    min-height: 382px;
  }
  .bc-lp-featured .bc-lp-other-card-link img {
    height: 270px;
  }
  .bc-lp-other-card-bar strong {
    font-size: 22px;
  }
  .bc-lp-other-card-bar span {
    font-size: 16px;
  }
  .bc-lp-other-arrow.prev {
    left: 12px;
  }
  .bc-lp-other-arrow.next {
    right: 12px;
  }
}

@media (max-width: 640px) {
  .bc-lp-topbar {
    min-height: 58px;
  }
  .bc-lp-topbar .bc-elementor-logo img {
    width: 138px;
  }
  .bc-lp-nav {
    display: none;
  }
  .bc-lp-top-actions {
    gap: 9px;
  }
  .bc-lp-enquire {
    display: none;
  }
  .bc-lp-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .bc-lp-highlight-grid,
  .bc-lp-connect,
  .bc-lp-amenity-grid {
    grid-template-columns: 1fr;
  }
  .bc-lp-overview .elementor-widget-image-box {
    width: 100%;
    margin: 10px 0;
  }
  .bc-lp-other-row {
    margin-top: 34px;
    max-height: 0;
  }
  .bc-lp-other-row.active {
    max-height: 1100px;
  }
  .bc-lp-other-card-link {
    grid-template-rows: 220px auto;
    height: auto;
    min-height: 330px;
  }
  .bc-lp-featured .bc-lp-other-card-link {
    grid-template-rows: 220px auto;
    height: auto;
    min-height: 330px;
  }
  .bc-lp-featured .bc-lp-other-card-link img {
    height: 220px;
  }
  .bc-lp-other-card-bar {
    gap: 14px;
    padding: 22px 18px;
  }
  .bc-lp-other-card-bar strong {
    font-size: 18px;
  }
  .bc-lp-other-card-bar span {
    margin-top: 8px;
    font-size: 13px;
  }
  .bc-lp-other-card-bar em {
    min-width: 120px;
    padding: 14px 12px;
    font-size: 13px;
  }
  .bc-lp-other-arrow {
    width: 42px;
    height: 42px;
    font-size: 32px;
    line-height: 38px;
  }
  .bc-lp-gallery-slide img {
    aspect-ratio: 1.25 / 1;
  }
  .bc-lp-hero,
  .bc-lp-banner-bg {
    min-height: 760px;
  }
  .bc-lp-hero-copy h1 {
    font-size: 44px;
  }
  .bc-lp-hero-copy > p:not(.bc-lp-rera) {
    font-size: 19px;
  }
  .bc-lp-hero-form {
    padding: 26px 20px;
  }
  .bc-lp-sitevisit > .elementor-container {
    width: min(100% - 24px, 560px);
    padding: 28px 20px;
    border-radius: 16px;
  }
  .bc-lp-sitevisit .elementor-column:first-child .elementor-widget-wrap,
  .bc-lp-sitevisit .elementor-column:last-child .elementor-widget-wrap {
    padding: 0 !important;
  }
  .bc-lp-sitevisit .bc-lp-heading span {
    font-size: 11px;
    letter-spacing: 0.24em;
  }
  .bc-lp-sitevisit .bc-lp-heading h2 {
    font-size: 32px;
  }
  .bc-lp-sitevisit .bc-lp-heading p {
    font-size: 16px;
  }
  .bc-lp-sitevisit img {
    margin-top: 24px;
    aspect-ratio: 1 / 1;
  }
  .bc-lp-form-title span {
    font-size: 18px;
  }
  .bc-lp-form-title strong {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .bc-lp-hero .bc-form input,
  .bc-lp-hero .bc-form select {
    min-height: 54px;
    font-size: 16px;
  }
  .bc-lp-hero .wpcf7-submit {
    min-height: 52px;
    font-size: 17px;
  }
  .bc-lp-hero .bc-form small {
    font-size: 13px;
  }
}
