.elementor-6132 .elementor-element.elementor-element-c54d6c9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6132 .elementor-element.elementor-element-6418e7d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-6132 .elementor-element.elementor-element-17f806c .elementor-button{background-color:#0161FF;}.elementor-6132 .elementor-element.elementor-element-17f806c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-6132 .elementor-element.elementor-element-fff5ebb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6132 .elementor-element.elementor-element-cba0aba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6132 .elementor-element.elementor-element-7bc9e96 .elementor-button{background-color:#0161FF;}.elementor-6132 .elementor-element.elementor-element-7bc9e96{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-6132 .elementor-element.elementor-element-5c42c44{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6132 .elementor-element.elementor-element-0b1d0cd{--e-image-carousel-slides-to-show:1;}@media(min-width:768px){.elementor-6132 .elementor-element.elementor-element-cba0aba{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-e1a5555 */.pw-unit-card h3 {
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.pw-badge {
  animation: pulseGlow 1.6s infinite;
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 rgba(255,87,34,0.6); }
  70% { box-shadow: 0 0 25px rgba(255,87,34,0); }
  100% { box-shadow: 0 0 0 rgba(255,87,34,0); }
}

/* Urgency underline effect */
.pw-hero h1::after,
.indicative-heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg,#ff9800,#ff5722);
  margin: 14px auto 0;
  border-radius: 4px;
}

/* Force all major section headings to white */
.pw-hero h1,
.pw-hero p,
.pw-amenities h,
.pw-location h2,
.price-table-section h2,
.indicative-heading,
.pw-unit-card h {
  color: #ffffff !important;
  font-weight: 800;
  text-shadow: 0 4px 20px rgba(0,0,0,0.45);
}

/* Global font – Montserrat everywhere */
body,
section,
h1, h2, h3, h4, h5, h6,
p, li, span, table, th, td {
  font-family: 'Montserrat', sans-serif !important;
}

/* HERO */
.pw-hero {
  background: linear-gradient(135deg, #0b2c4d, #0e4c92);
  padding: 60px 20px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
.pw-hero h1 {
  font-size: 34px;
  font-weight: 800;
}
.pw-sub {
  opacity: 0.9;
  margin: 10px 0 20px;
}
.pw-strip {
  background: linear-gradient(90deg,#ff9800,#ff5722);
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 700;
}

/* UNITS */
.pw-units {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 30px;
  margin: 60px 0;
}
.pw-unit-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  transition: all .35s ease;
}
.pw-unit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
}
.pw-unit-card h3 {
  margin-bottom: 15px;
  color: #0b2c4d;
}
.pw-unit-card ul {
  list-style: none;
  padding: 0;
}
.pw-unit-card li {
  margin-bottom: 8px;
}
.pw-price {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 800;
  color: #0e4c92;
}
.pw-price span {
  font-size: 14px;
  font-weight: 500;
}
.pw-badge {
  display: inline-block;
  margin-top: 10px;
  background: #ff5722;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
}

/* AMENITIES */
.pw-amenities {
  background: #f4f8ff;
  padding: 60px 30px;
  border-radius: 20px;
}
.pw-amenities h2 {
  text-align: center;
  margin-bottom: 30px;
}
.pw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 20px;
}
.pw-grid div {
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  transition: .3s;
}
.pw-grid div:hover {
  background: #0e4c92;
  color: #fff;
}

/* LOCATION */
.pw-location {
  background: linear-gradient(135deg,#0b2c4d,#102f5e);
  padding: 60px 30px;
  border-radius: 20px;
  color: #fff;
}
.pw-location h2 {
  margin-bottom: 20px;
}
.pw-location ul {
  list-style: none;
  padding: 0;
}
.pw-location li {
  margin-bottom: 10px;
}
.pw-highlight {
  margin-top: 30px;
  background: rgba(255,255,255,0.15);
  padding: 16px 22px;
  border-radius: 14px;
  font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06f61e5 */.more-units-strip {
  margin-top: 30px;
  padding: 16px 22px;
  background: linear-gradient(90deg, #ffb347, #ff7a18);
  color: #1a1a1a;
  border-radius: 14px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 14px 30px rgba(0,0,0,0.25);
}

.more-units-strip span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
}/* End custom CSS */