/*
Theme Name: Pash Wealth Landing Theme
Theme URI: https://godrejsamariss.com
Author: Antigravity AI
Description: A premium, ultra-luxury, high-performance real estate landing page theme for Pash Wealth Residences. Highly customizable via the WordPress Customizer.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pash-theme
*/

/* --- Combined Styles from style2.css (Pash Gold & Black Edition) --- */
:root {
  --green: #CAA56A; /* Polished Luxury Gold */
  --green-lt: #dfb661; /* Soft Warm Gold */
  --green-dk: #9d7528; /* Deep Rich Gold */
  --green-pale: rgba(202, 165, 106, 0.08);
  --green-line: rgba(202, 165, 106, 0.22);
  --dark0: #0a0a0a; /* Obsidian Black */
  --dark1: #121212; /* Charcoal Black */
  --dark2: #191919;
  --dark3: #222222;
  --dark4: #2b2b2b;
  --cream: #f4edd9;
  --muted: rgba(255, 255, 255, 0.6);
  --r: 0px;

  --black: #0c0c0c;
  --darkblue: #CAA56A;
  --darkblue1: #dfb661;
  --lightblue: rgba(255,255,255,0.03);
  --yellow: #9d7528;
  --white: #fff;
  --slaty: #CAA56A;
  --slaty_1: #3a3834;
  --transition: all 0.4s ease-in-out;
  --shadow: 0px 4px 63px 0px rgba(202, 165, 106, 0.08);
  --shadow_1: 0 10px 20px rgba(0,0,0,0.5);
  --radius: 15px;

  --bg-dark: #0a0a0a;
  --bg-darker: #050505;
  --border-gold: rgba(202, 165, 106, 0.15);
  --gold-gradient: linear-gradient(90deg, #a1701d 0%, #caa56a 50%, #d0aa4a 100%);
}

.fomo-ticker {
  background: var(--green);
  overflow: hidden;
  padding: 12px 0;
  border-top: 1px solid var(--green-dk);
  border-bottom: 1px solid var(--green-dk);
}

.ticker-inner {
  display: flex;
  white-space: nowrap;
  animation: ticker 20s linear infinite;
  color: white;
  font-weight: bold;
}

.ticker-inner span {
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--dark0);
  font-weight: 600;
  padding: 0 40px;
  border-right: 2px solid white;
  color: white;
}

@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .ticker-inner {
    animation: ticker 5s linear infinite;
  }
}

.sec-kicker {
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.sec-h2 {
  font-size: clamp(22px, 3.5vw, 42px);
  font-weight: 700;
  color: black;
  line-height: 1.15;
  margin-bottom: 14px;
}

.highlight .hl-item.vis {
  display: flex;
  margin-bottom: 10px;
  text-align: left;
  gap: 0 10px;
  border-bottom: 1px solid rgba(197, 160, 89, 0.3);
  padding: 10px 0;
  margin-bottom: 0;
}

.highlight .hl-item-sub {
  font-size: 12px;
}

.highlight .hl-arrow {
  color: var(--green);
  margin-left: 6%;
}

.highlight .hl-item-title {
  font-weight: bold;
}

.highlight .hl-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: rgba(6, 6, 4, .85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--green);
  padding: 16px 20px;
  max-width: 200px;
  text-align: left;
}

.highlight .hl-badge-num {
  font-family: 'Cinzel', serif;
  font-size: 32px;
  color: var(--green);
  display: block;
}

.highlight .hl-badge-txt {
  font-size: 10px;
  letter-spacing: 2px;
  color: white;
}

/* --- Styles from style.css --- */
img {
  max-width: 100%;
}
body {
  counter-reset: section;
  font-size: 16px;
  background: var(--bg-dark);
  color: var(--white);
}
figure {
  margin: 0;
}
* {
  scrollbar-width: auto;
  scrollbar-color: var(--green) #ffffff;
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  background: var(--black);
}
*::-webkit-scrollbar-thumb {
  background-color: var(--green);
  border-radius: 2px;
  border: 5px solid transparent;
}

body, p, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0px;
  padding: 0;
}
* {
  text-decoration: none;
  outline: none;
  border: 0;
  font-family: "popins", sans-serif;
  list-style: none;
  letter-spacing: 0.4px;
}
button:focus {
  outline: 0;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}
button {
  cursor: pointer;
}
.NovaSquareFont {
  font-family: "NovaSquare", sans-serif;
}
.popinsBoldFont {
  font-family: "popins_bold", sans-serif;
}
.appbtn {
  padding: 11px 20px;
  color: var(--white);
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
  transition: var(--transition);
  letter-spacing: 2px;
  text-transform: capitalize;
  border-radius: 5px;
}
.gradient {
  text-shadow: 0 3px 6px #1c1303;
  background: linear-gradient(-45deg, #000000, #9d7528, #121212, #c49a45);
  background-size: 400% 400%;
}
.overlay.active {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 8;
  left: 0;
  top: 0;
  opacity: 70%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.container {
  max-width: 1250px;
  margin: 0 auto;
}

.AppHeader {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: 85px;
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, rgba(10,10,10,0.9) 0%, rgba(10,10,10,0) 100%);
  border-bottom: 1px solid transparent;
  transition: var(--transition);
}
.AppHeader.scrolled {
  background: rgba(10,10,10,0.96) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(202, 165, 106, 0.2);
  height: 70px;
}
.header--hidden {
  transform: translateY(-100%);
}
.logo {
  z-index: 1;
  padding: 0px 12px 0px 22px;
}
.AppNavbar {
  align-items: center;
}
.AppNavbar .navlinks {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  display: block;
  padding: 20px 15px;
  transition: all 0.2s ease;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
.AppNavbar .navlinks::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0%;
  background: var(--gold-gradient);
  transition: var(--transition);
}
.AppNavbar .navlinks.active,
.AppNavbar .navlinks:hover {
  color: var(--white) !important;
}
.AppNavbar .navlinks.active::after,
.AppNavbar .navlinks:hover::after {
  width: 70%;
}
.headrConNo {
  color: var(--white);
  gap: 0 10px;
  padding: 8px 18px !important;
  margin-left: 20px;
  border-radius: 30px;
  border: 1px solid var(--green);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.headrConNo:hover {
  background: var(--gold-gradient) !important;
  color: var(--white) !important;
  border-color: transparent;
}
.headrConNo .callsvg {
  animation: ringIcon 1s infinite ease-in-out;
  transform-origin: center;
  width: 18px;
}
@keyframes ringIcon {
  0%   { transform: rotate(0deg); }
  20%  { transform: rotate(-15deg); }
  40%  { transform: rotate(12deg); }
  60%  { transform: rotate(-10deg); }
  80%  { transform: rotate(8deg); }
  100% { transform: rotate(0deg); }
}

.logo-absolute {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  border-radius: 0 0 8px 0;
  display: block;
}
.logo-absolute img {
  height: 121px;
  padding-left: 15px;
}
.logo .logo_img {
  height: 50px;
}

.bannerSection {
  position: relative;
  z-index: 2;
}
.bannerSection::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(10,10,10,0.3) 0%, rgba(10,10,10,0.55) 45%, rgba(10,10,10,0.85) 70%, #0a0a0a 100%);
  z-index: 1;
}
.bannerSection .carousel-inner .sliderimg {
  object-fit: cover;
}
.bannerSection .carousel-indicators {
  left: 0;
  width: fit-content;
  bottom: 31px;
  right: 0;
  margin: 0 auto;
}
.bannerSection .carousel-indicators li {
  cursor: pointer;
  height: 8px;
  width: 50px;
  border-radius: 2px;
}
.carousel-indicators .active {
  background: var(--green);
}

.prv-and-next-btns {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  bottom: 48%;
  z-index: 2;
}

.content-over-banner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
  right: 0;
  z-index: 5;
  width: fit-content;
  color: var(--white);
  text-align: left;
}
.content-over-banner .project-name-box {
  margin-bottom: 15px;
}
.content-over-banner .projectname {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: capitalize;
  margin-bottom: 8px;
  margin-top: 8px;
  color: var(--green-lt);
}
.content-over-banner .address {
  font-size: 20px;
  margin-top: 10px;
}
.content-over-banner .address img {
  height: 20px;
}
.content-over-banner .typology {
  font-size: 28px;
  margin-top: 15px;
}
.content-over-banner .appbtn {
  margin-top: 15px;
}
.content-over-banner .appbtn img {
  animation: arrow-know-more 2s infinite;
}

p.banner-key-highlights {
  font-size: 19px;
  letter-spacing: 0.4px;
  padding: 3px 0;
}
@keyframes arrow-know-more {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.form-over-banner {
  position: absolute;
  z-index: 5;
  bottom: 5%;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.form-over-banner .flex-row {
  background: #ffffffdb;
  padding: 17px;
  border-radius: 4px;
}
.form-over-banner .col-div {
  width: 21%;
}
.form-over-banner .btn-div {
  width: 12%;
}
.form-over-banner .btn-div .appbtn {
  padding: 12px;
  width: 100%;
}
.form-over-banner input {
  background: transparent;
  border: 1px solid;
  padding: 10px 15px;
  border-radius: 4px;
}
.form-over-banner .form-name {
  font-size: 24px;
  margin-bottom: 15px;
}

.book-and-get-details {
  background: var(--black);
  padding: 15px 0;
}
.overview-and-highlights .head {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.overview-and-highlights .heading {
  font-size: 31px;
  margin-bottom: 10px;
  font-weight: 600;
}
.overview-and-highlights .address {
  color: #000;
  font-weight: 600;
}

.highligts-flex-div .listing li {
  padding: 14px 0;
  border-bottom: 1px solid var(--green);
  font-size: 16px;
  font-weight: 500;
}
.highligts-flex-div .listing span {
  flex-shrink: 0;
  color: var(--green);
  padding-right: 8px;
}

.site-interested-section {
  background: #121212;
  color: white;
  padding: 40px 0;
}
.site-interested-section .heading {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--green-lt);
}
.site-interested-section .in-box {
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  color: #000;
}
.site-interested-section .title {
  margin-bottom: 15px;
  display: block;
  font-size: 20px;
}

.bannerForm {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 21%;
  padding: 17px;
  background-color: rgba(18, 18, 18, 0.4);
  backdrop-filter: blur(10px);
  border-radius: var(--radius);
  border: 1px solid rgba(197, 160, 89, 0.3);
}
.bannerForm .heading {
  font-size: 21px;
  margin-bottom: 10px;
  padding: 8px 2px;
  border-radius: 4px;
  width: 100%;
  gap: 0 8px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.bannerForm .heading img {
  width: 40px;
  animation: zoomin-out 2s infinite;
  width: 29px;
}
.bannerForm .flexdiv {
  flex-wrap: wrap;
}
.bannerForm .flexdiv .inputbox {
  width: 100%;
}
.bannerForm .flexdiv input {
  background-color: transparent !important;
  margin-bottom: 5px;
  border-radius: 0px;
  min-height: 38px !important;
  border-bottom: 1px solid rgba(197, 160, 89, 0.5);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  color: #fff;
  letter-spacing: 0.8px;
  font-weight: 400 !important;
}

.bannerForm .flexdiv.main_flax_div input::placeholder {
  color: #eee;
  opacity: 1;
}
.bannerForm .flexdiv.main_flax_div input::-ms-input-placeholder {
  color: #eee;
}

.patch-images {
  position: absolute;
  bottom: 15%;
  left: 45%;
  width: 15%;
  z-index: 99;
}

.properties_section {
  padding: 70px 0;
}
.properties_section .flexdiv {
  gap: 0px 0;
  padding: 10px;
}
.properties_section .proj-heading {
  font-size: 29px;
  margin-bottom: 40px;
  color: #000;
  text-transform: uppercase;
}
.properties_section .inner-col {
  box-shadow: rgba(197, 160, 89, 0.1) 0px 7px 29px 0px;
  padding: 0;
}
.properties_section .cotnetdiv {
  padding: 15px;
  text-align: center;
}
.properties_section .pro-add {
  font-size: 18px;
  margin-bottom: 4px;
}
.properties_section .pro-name {
  font-size: 23px;
  color: #000000;
  font-weight: 600;
  padding-bottom: 5px;
}
.properties_section .proj-typology {
  display: block;
  margin: 10px 0;
  background: #ffffff;
  font-weight: 600;
  font-size: 20px;
  padding: 6px 10px;
  border-radius: 8px 0 8px 0;
  color: #000;
}
.properties_section .pro-price {
  margin-bottom: 15px;
  font-size: 21px;
  margin-top: 15px;
}
.properties_section .btnsdiv .appbtn {
  display: block;
  padding: 8px 17px;
  font-size: 15px;
}
.properties_section .stickydiv {
  position: absolute;
  top: -39px;
  left: -33px;
}

.section-amenities .head {
  margin-bottom: 15px;
}
.section-amenities .title {
  font-size: 24px;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 8px;
}
.section-amenities .heading {
  font-size: 29px;
}
.section-amenities li {
  padding: 14px 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-floor-plan .head {
  margin-bottom: 15px;
}
.section-floor-plan .title {
  font-size: 24px;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 8px;
}
.section-floor-plan .heading {
  font-size: 29px;
}
.section-floor-plan .plan-img-div img {
  max-height: 300px;
}
.section-floor-plan .typology {
  font-size: 18px;
  font-weight: 600;
}

.section-gallery {
  text-align: center;
}
.section-gallery .head {
  margin-bottom: 15px;
}
.section-gallery .title {
  font-size: 24px;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 8px;
}
.section-gallery .heading {
  font-size: 29px;
}
.section-gallery .flex-div {
  gap: 30px 0;
  justify-content: center;
}

.location-section {
  text-align: center;
}
.location-section .head {
  margin-bottom: 15px;
}
.location-section .title {
  font-size: 24px;
  color: var(--green);
  font-weight: 600;
  margin: 28px 0 5px;
}
.location-section .heading {
  font-size: 29px;
}
.location-section .flex-div {
  gap: 30px 0;
}

.decision_corner {
  padding: 50px 0;
  background-image: linear-gradient(to bottom, #faf7ee, #dfd7c2a8);
}
.decision_corner figure img {
  width: 80%;
}
.decision_corner .Heading {
  font-size: 40px;
  margin-bottom: 8px;
}
.decision_corner .sub_heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.decision_corner .flex_div {
  justify-content: center;
}
.decision_corner .boxes {
  padding: 0 15px;
}
.decision_corner .boxes:first-child {
  border-right: 1px solid #c5a059;
}
.decision_corner .title {
  font-size: 17px;
  margin-bottom: 8px;
  display: block;
  font-weight: 500;
  color: #353535;
}

.section-about-developer {
  text-align: center;
}
.section-about-developer .heading {
  font-size: 30px;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 8px;
}
.section-about-developer .title {
  font-size: 16px;
  font-weight: 600;
}
.section-about-developer article {
  padding: 10px;
}

.sitefooter {
  background: var(--black);
  padding: 25px 0;
  color: var(--white);
}
.sitefooter .pera {
  margin-bottom: 10px;
  font-size: 11px;
}
.sitefooter .appbtn {
  padding: 8px 15px;
  border-radius: 8px 0;
  font-size: 14px;
  width: fit-content;
  display: flex;
  margin: 0 auto 15px;
}
.sitefooter .rera-text {
  margin-bottom: 8px;
  gap: 0 15px;
}
.sitefooter .rera_no {
  margin-top: 8px;
  gap: 15px;
  margin-bottom: 10px;
}
.sitefooter .gtfdiv {
  gap: 0 15px;
  padding-bottom: 8px;
  font-size: 14px;
}
.sitefooter .gtfdiv a {
  color: #ffffff;
}
.logo > img {
  height: 75px;
}

.pricelist-container {
  padding: 0px 0 100px;
  position: relative;
  background-size: contain;
  margin-top: 0px;
}
.pricelist-container .priceboxesdiv {
  flex-wrap: wrap;
  gap: 35px 0;
  width: 100%;
}
.pricelist-container .commonheading {
  margin-bottom: 55px;
}
.pricelist-container .price_list_box {
  background: #fdfaf3;
  color: #000;
  padding: 35px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--radius);
  border: 1px solid rgba(197, 160, 89, 0.2);
}
.pricelist-container .property-type {
  font-size: 16px;
  position: relative;
  top: 0;
  right: 0;
  font-weight: bold;
}
.pricelist-container .pricelist_heading {
  font-size: 23px;
}
.pricelist-container .pricetext {
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.pricelist-container .pricetext span,
.pricelist-container .pricetext h4,
.pricelist-container .sizediv,
.pricelist-container .sizediv span {
  font-size: 21px;
}
.pricelist-container .sizediv {
  padding: 15px 0;
  margin-bottom: 25px;
}

.mobile-section-footer {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #000000;
  color: var(--white);
  padding: 5px 0;
}
.mobile-section-footer a {
  display: block;
  font-size: 14px;
  padding: 6px 8px;
  color: currentColor;
  border-radius: 5px 0;
}

.fixedIcons {
  position: fixed;
  z-index: 5;
  bottom: 15px;
  padding: 5px;
  background: #fffcf1;
  border-radius: 50%;
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  box-shadow: 0 0 0 0 var(--green);
}
.fixedIcons img {
  width: 60px;
  padding: 5px;
}
.fixedIcons.whatsapp {
  left: 15px;
}
.fixedIcons.phone {
  right: 15px;
  background: #1c1507;
}
.fixedIcons.phone img {
  filter: invert(1);
  padding: 10px;
}

@keyframes pulse {
  to { box-shadow: 0 0 0 20px rgba(197, 160, 89, 0); }
}

.modal .modal-content {
  padding: 0;
  background: transparent;
  border-radius: var(--radius);
}
.modal .headerimg img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  object-fit: cover;
  max-height: 253px;
}
.modal .close {
  position: absolute;
  top: -14px;
  right: -14px;
  background: var(--green);
  opacity: 1;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 33px;
}
.modal-dialog .modal-head {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}
.modal .modal-desc {
  font-size: 19px;
  color: var(--black);
}
.modal .modalhead-div {
  margin-bottom: 15px;
}
.modal .banner-form-section {
  background: var(--white);
  padding: 15px;
  border-radius: 0 0 5px;
}
.modal .in_box {
  padding: 10px 0;
  border-bottom: 1px solid var(--black);
}
.modal .flexdiv {
  margin-bottom: 6px;
}
.modal .modal-para {
  padding-bottom: 10px;
  font-size: 20px;
  margin-top: 8px;
}
.modal .appbtn {
  padding: 12px;
  width: 50%;
  margin: 0 auto;
}

#highlight .col-12 h4.proj-heading.NovaSquareFont {
  font-size: 29px;
  margin-bottom: 40px;
}

.desktop-view {
  display: block;
}
.mobile-view {
  display: none;
}
h4.proj-heading {
  margin-bottom: 30px;
  margin-top: 30px;
}

.highligts-flex-div h4.heading {
  font-size: 29px;
  font-weight: 500;
}

.pricelist-container .title {
  font-size: 24px;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 8px;
}

.highligts-flex-div .title {
  font-size: 24px;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 8px;
}
.pricelist-container .head h4.heading {
  font-size: 29px;
}
.pricelist-container .head {
  margin: 30px 0;
  margin-bottom: 5%;
}
.highligts-flex-div .head {
  margin: 30px 0;
}

.strip-sec {
  padding: 15px;
}
.destop-strip {
  display: block;
}
.mobile-strip {
  display: none;
}
.location_img {
  width: 100% !important;
  object-fit: cover;
}
.section-amenities .slick-dots li button:before {
  font-family: "slick";
  font-size: 35px;
}
.form-div {
  background: #2b2b2b;
  padding: 10px 15px;
  border-radius: var(--radius);
  border: 1px solid rgba(197, 160, 89, 0.3);
}

.banner-key-highlights span {
  display: block;
}
.new-launch-patch {
  position: absolute;
  width: 138px;
  top: 50%;
  left: 41%;
  z-index: 11;
}
.image-source-link img {
  height: 100%;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}
.highligts-flex-div img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.project-highlights .container {
  max-width: 1400px;
}

.overview-and-highlights .heading span {
  color: black;
}

.site-interested-section .heading {
  text-transform: uppercase;
  font-weight: bold;
}

.site-interested-section p {
  font-size: 16px;
}

.pricelist-container .price_list_box span {
  font-size: 12px;
}

.legacy-diff .price_list_box {
  border-radius: 0;
  min-height: 600px;
}

.legacy-diff .sizediv {
  margin-bottom: 0;
}

.legacy-diff .price_list_box span {
  font-size: 15px;
}

.legacy-diff .price_list_box.right {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
  background: rgba(197, 160, 89, 0.15);
  overflow: unset;
}

.legacy-diff .right {
  position: relative;
  z-index: 4;
}

.legacy-diff .right .recommended {
  font-size: 14px;
  background-color: var(--green);
  color: white;
  width: fit-content;
  border-radius: 8px;
  padding: 10px 10px;
  position: absolute;
  top: -5%;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
}

.pricelist-container .hash {
  border-bottom: 1px solid rgba(197, 160, 89, 0.27);
  border-top: 1px solid rgba(197, 160, 89, 0.27);
  font-size: 13px;
  padding: 3px 5px;
  background: white;
  margin-top: 5px;
  margin-bottom: 10px;
}

.section-about-developer .about-trust {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-about-developer .trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: black;
}

.section-about-developer .about-logo {
  text-align: left;
  margin-bottom: 5%;
}

@media (max-width: 1600px) {
  .AppNavbar .navlinks {
    padding: 30px 10px;
  }
  .headrConNo {
    padding: 12px 17px;
  }
}
@media (max-width: 1480px) {
  .project-highlights .container {
    font-size: 14px;
  }
  .new-launch-patch {
    left: 51%;
  }
  .content-over-banner .projectname {
    font-size: 28px;
  }
  .content-over-banner .typology {
    font-size: 24px;
  }
  .form-over-banner {
    bottom: 3%;
    max-width: 1165px;
  }
  .container {
    max-width: 1259px;
  }
  .headrConNo {
    padding: 2px 17px;
  }
  .AppNavbar .navlinks {
    font-size: 14px;
    padding: 20px 15px;
  }
  .AppHeader .logo {
    padding: 1px 12px 1px 12px;
  }
  .logo .logo_img {
    height: 45px;
  }
  .bannerForm .heading {
    padding: 5px 2px;
    font-size: 20px;
  }
  .bannerForm .heading img {
    width: 25px;
  }
  .commonheading .projectname {
    font-size: 28px;
  }
  .appbtn {
    font-size: 15px;
    padding: 10px 13px;
  }
  .properties_section {
    padding: 24px 0;
  }
  .properties_section .flexdiv {
    gap: 29px 0;
  }
  .properties_section .proj-heading {
    font-size: 35px;
    margin-bottom: 0;
  }
  .decision_corner figure img {
    width: 45%;
  }
  .bannerForm {
    width: 28%;
  }
}

@media (max-width: 1366px) {
  .bannerForm {
    width: 25%;
    padding: 8px;
  }
  .form-over-banner {
    bottom: 7%;
  }
  .fixedIcons img {
    width: 45px;
  }
  .fixedIcons.whatsapp {
    left: 10px;
  }
  .fixedIcons.phone {
    right: 10px;
  }
  .headrConNo .text {
    font-size: 20px;
  }
  .headrConNo .callsvg {
    width: 24px;
  }
  .bannerForm .flexdiv input {
    padding: 10px;
    border-radius: 4px;
  }
  .bannerForm .heading {
    border-radius: 5px 0;
    padding: 7px 2px;
  }
}

@media (max-width: 767px) {
  p.banner-key-highlights {
    font-size: 16px;
    letter-spacing: 0.4px;
    padding: 3px 0;
  }
  .pricelist-container .price_list_box {
    padding: 10px 10px;
  }
  .section-about-developer {
    padding-top: 4%;
  }
  .section-about-developer .heading {
    font-size: 29px;
  }
  .highlight .hl-arrow {
    color: var(--green);
    margin-left: 0%;
  }
  .legacy-diff .price_list_box.right {
    margin-top: 15%;
  }
  .section-about-developer .row {
    flex-direction: column-reverse;
  }
  .section-about-developer .about-logo {
    text-align: center;
    margin-top: 3%;
  }
  .section-about-developer .about-trust {
    align-items: center;
    justify-content: center;
  }
  .section-about-developer .appbtn {
    margin: auto;
  }
  .properties_section .flexdiv {
    gap: 0 !important;
  }
  .highligts-flex-div .listing li {
    padding: 10px 0;
    font-size: 14px;
  }
  .destop-strip {
    display: none;
  }
  .mobile-strip {
    display: block;
  }
  .bannerForm .heading {
    color: #000;
  }
  .bannerForm .flexdiv.main_flax_div input::placeholder {
    color: #000;
    opacity: 1;
  }
  .bannerForm .flexdiv input {
    color: #000;
  }
  .bannerForm .flexdiv.main_flax_div input::-ms-input-placeholder {
    color: #000;
  }
  .bannerForm .flexdiv.main_flax_div input {
    border-bottom: 1px solid rgb(0 0 0 / 40%);
  }
  .bannerForm .flexdiv.main_flax_div .check_box {
    color: #000 !important;
  }
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  .content-over-banner {
    transform: unset;
  }
  .AppHeader .logo {
    padding: 8px 0px;
    width: 100%;
    display: flex !important;
  }
  .AppNavbar {
    position: fixed;
    width: 80%;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    z-index: 9;
    background: #fff;
    display: block !important;
    transition: var(--transition);
  }
  .AppNavbar.active {
    left: 0;
  }
  .AppNavbar .navlinks {
    font-size: 14px;
    padding: 15px 10px;
    color: var(--black);
    border-bottom: 1px solid #ddd;
  }
  .menuIcoin {
    display: block !important;
    position: absolute;
    right: 15px;
    padding-top: 10px;
    top: 12px;
  }
  .logo-absolute {
    position: unset;
    text-align: center;
  }
  .logo-absolute img {
    height: 70px;
  }
  .AppNavbar .navlinks.active::after,
  .AppNavbar a:hover::after {
    display: none;
  }
  .bannerSection::after,
  .bannerForm {
    position: unset;
  }
  .bannerSection .carousel-inner .sliderimg {
    margin-top: 50px;
    min-height: 425px;
  }
  .headrConNo {
    margin-left: 0;
  }
  .properties_section .stickydiv {
    position: absolute;
    top: -31px;
    left: -8px;
  }
  .properties_section .stickydiv img {
    width: 39% !important;
  }
  .content-over-banner {
    position: relative;
    background: var(--black);
    width: 100%;
    padding: 25px 10px;
    text-align: center;
  }
  .content-over-banner .projectname {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .content-over-banner .typology {
    font-size: 22px;
  }
  .project-highlights li {
    border-right: 0 !important;
    padding: 10px 0;
    border-bottom: 1px solid #b8bec6;
  }
  .overview-and-highlights .heading {
    font-size: 25px;
  }
  .site-interested-section .heading {
    font-size: 22px;
  }
  .section-amenities li {
    font-size: 16px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
  }
  .decision_corner .Heading {
    font-size: 22px;
  }
  .decision_corner .sub_heading {
    font-size: 14px;
  }
  .fixedIcons {
    bottom: 45px;
  }
  .fixedIcons img {
    width: 35px;
  }
  .content-over-banner .address {
    font-size: 15px;
  }
  .content-over-banner .address img {
    height: 19px;
  }
  .bannerForm {
    width: 100%;
    background: #ffffff;
    position: unset;
    transform: unset;
    border-radius: unset;
  }
  .bannerForm .heading {
    font-size: 20px;
    padding: 5px 0;
    font-weight: 600;
  }
  .properties_section .proj-heading {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 700;
  }
  .section-floor-plan .flex-plans {
    gap: 25px;
  }
  .section-floor-plan .plan-img-div {
    border-bottom: 1px solid var(--black);
    padding-bottom: 15px;
  }
  .section-floor-plan .appbtn {
    width: 58%;
  }
  .section-floor-plan .heading {
    font-size: 20px;
  }
  .sitefooter {
    padding-bottom: 80px;
  }
  .modal.fade .modal-dialog {
    margin: 0;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    height: 100%;
    overflow: hidden;
  }
  .modal .modal-content {
    border: 0;
    margin-top: 30%;
  }
  .modal-dialog .modal-head {
    font-size: 20px;
  }
  .modal .modal-desc {
    font-size: 13px;
  }
  .modal .in_box {
    padding: 7px 0;
    border-bottom: 1px solid var(--black);
  }
  .mobile-section-footer {
    display: flex;
    gap: 0 5px;
    justify-content: space-around;
    z-index: 9;
  }
  .modal .headerimg img {
    display: none;
  }
}

@keyframes rotateSvg {
  0% { rotate: 10deg; }
  50% { rotate: -5deg; }
  100% { rotate: 10deg; }
}
@keyframes zoomin-out {
  50% { transform: scale(1.2); }
}
@keyframes zoomin-out1 {
  50% { transform: scale(1.01); }
}

.overview-button-main {
  gap: 65px;
  margin: 45px 0;
}
.floor-btn {
  background: #fff;
  border: 2px solid;
  border-image: linear-gradient(-45deg, #000000, #9d7528, #121212, #c49a45) 1;
  color: #000;
  border-radius: 5px;
  box-shadow: none;
}

.download-btn {
  border-radius: 0px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-shadow: 0 3px 6px #1c1303;
  background: linear-gradient(-45deg, #000000, #9d7528, #121212, #c49a45);
  background-size: 400% 400%;
  color: #fff;
  padding: 8px 35px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
}

.my_btn {
  animation: zoom 2s linear infinite;
  margin-left: 30px;
  background: transparent;
  border: 1px solid #3a2e15;
  color: #3a2e15;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 2px;
  text-shadow: none;
}
@keyframes zoom {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

@media (max-width: 967px) {
  .download-btn {
    padding: 8px 25px;
  }
  .overview-button-main {
    gap: 20px;
  }
}

.image-wrap {
  position: relative;
  display: block;
}
.artistic-text {
  position: absolute;
  bottom: 1px;
  right: 15px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 500;
}

.site-interested-section .iti {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
  color: #000;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
  color: #000;
}

.bannerForm .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
  color: #fff;
}

/* ==========================================================================
   Pash Luxury Redesign additions (51 International Dark & Gold Aesthetic)
   ========================================================================== */

/* Overall Section Overrides for rich obsidian black theme */
.overview-and-highlights, .properties_section, .section-amenities, .section-floor-plan, .section-gallery, .location-section, .decision_corner, .section-about-developer {
  background: var(--bg-dark) !important;
  color: var(--white) !important;
  border-bottom: 1px solid rgba(202, 165, 106, 0.1);
}

.legacy-diff {
  background: var(--bg-darker) !important;
}

.overview-and-highlights .head .title, 
.section-amenities .head .title, 
.section-floor-plan .head .title, 
.section-gallery .head .title, 
.location-section .head .title,
.about-left .title, .highlight .head .title {
  color: var(--green) !important;
  font-size: 11px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 600 !important;
}

.overview-and-highlights h1.heading, 
.section-amenities h4.heading, 
.section-floor-plan h4.heading, 
.section-gallery h4.heading, 
.location-section h4.heading,
.section-about-developer h4.heading, .highlight h1.heading {
  font-size: clamp(24px, 3.5vw, 42px) !important;
  font-weight: 700 !important;
  color: var(--white) !important;
  line-height: 1.2;
}

.overview-and-highlights h1.heading span,
.section-amenities h4.heading span,
.section-floor-plan h4.heading span,
.section-gallery h4.heading span,
.location-section h4.heading span, .highlight h1.heading span {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sec-body, article.desc, .about-text, .pera, .location-section p {
  color: var(--muted) !important;
}

/* Ruled Gold Hero Title Layout */
.hero-title-block {
  margin-bottom: 25px;
}
.hero-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 8px;
}
.hero-title-line {
  flex: 1;
  max-width: 100px;
  height: 2px;
  background: var(--gold-gradient);
}
.hero-property-name {
  font-size: clamp(32px, 5vw, 68px) !important;
  font-weight: 700 !important;
  line-height: 1.1;
  margin: 0;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-location {
  font-size: 18px;
  letter-spacing: 2px;
  color: var(--white);
  text-transform: uppercase;
}

/* Floating RERA Badge button in Hero */
.hero-rera-wrap {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.hero-rera-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--green);
  background: rgba(10,10,10,0.8);
  border-radius: 30px;
  padding: 8px 18px;
  color: var(--white) !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none !important;
  transition: var(--transition);
}
.hero-rera-btn img {
  width: 14px;
}
.hero-rera-btn:hover {
  background: var(--gold-gradient) !important;
  border-color: transparent;
}

/* Hero bottom stats bar */
.hero-stats-bar {
  background: rgba(18, 18, 18, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(202, 165, 106, 0.25);
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
  position: relative;
  z-index: 5;
}
.hero-stats-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.hero-stat {
  text-align: center;
  padding: 5px 15px;
  flex: 1;
  min-width: 160px;
}
.hero-stat-lbl {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--muted);
  display: block;
  margin-bottom: 4px;
}
.hero-stat-val {
  font-size: 16px;
  font-weight: 700;
  color: var(--green);
}
.hero-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(202, 165, 106, 0.3);
}
@media (max-width: 768px) {
  .hero-stat-divider {
    display: none;
  }
  .hero-stat {
    border-bottom: 1px solid rgba(202, 165, 106, 0.15);
    padding: 10px 0;
  }
  .hero-stat:last-child {
    border-bottom: none;
  }
}

/* Highlights Metric cards */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.hl-card {
  background: var(--dark1) !important;
  border: 1px solid var(--border-gold) !important;
  border-radius: 8px;
  padding: 25px 20px;
  text-align: center;
  transition: var(--transition);
}
.hl-card:hover {
  transform: translateY(-5px);
  border-color: var(--green) !important;
  box-shadow: 0 10px 20px rgba(202, 165, 106, 0.1);
}
.hl-val {
  font-size: 26px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 6px;
}
.hl-label {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Smooth Horizontal Infinite Scrolling Marquee Amenities Ticker */
.ticker-wrap {
  overflow: hidden;
  background: #0d0d0d;
  border-top: 1px solid rgba(202, 165, 106, 0.15);
  border-bottom: 1px solid rgba(202, 165, 106, 0.15);
  padding: 18px 0;
  width: 100%;
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: scrollMarquee 35s linear infinite;
}
.amenity-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 45px;
  border-right: 1px solid rgba(202, 165, 106, 0.15);
}
.amenity-icon {
  width: 22px;
  height: 22px;
  filter: brightness(0.9) sepia(0.3) saturate(1.8) hue-rotate(15deg);
}
.amenity-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
}
@keyframes scrollMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Interactive BHK Floor Plan Layout */
.fp-section {
  display: flex;
  gap: 40px;
  align-items: stretch;
  text-align: left;
}
.fp-visual-panel {
  flex: 1;
  background: var(--dark1);
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fp-image-wrapper img {
  max-height: 400px;
  object-fit: contain;
  transition: opacity 0.3s ease;
  width: 100%;
}
.fp-info-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fp-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.fp-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 20px;
}
.bhk-cards-outer {
  margin-bottom: 25px;
}
.bhk-cards {
  display: flex;
  gap: 15px;
}
.bhk-card {
  flex: 1;
  background: var(--dark0);
  border: 1px solid var(--border-gold);
  border-radius: 6px;
  padding: 15px;
  cursor: pointer;
  position: relative;
  transition: var(--transition);
}
.bhk-card.active, .bhk-card:hover {
  border-color: var(--green);
  background: rgba(202, 165, 106, 0.05);
}
.bhk-active-pip {
  position: absolute;
  top: 12px; right: 12px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: transparent;
}
.bhk-card.active .bhk-active-pip {
  background: var(--green);
}
.bhk-card-type {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}
.bhk-card-size {
  font-size: 13px;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 4px;
}
.bhk-card-facing {
  font-size: 11px;
  color: var(--muted);
}
.fp-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.btn-row {
  display: flex;
  gap: 15px;
}
.btn-ghost {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--green);
  border-radius: 4px;
  padding: 12px;
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
  background: transparent;
  transition: var(--transition);
  cursor: pointer;
}
.btn-ghost:hover {
  background: rgba(202, 165, 106, 0.05);
  color: var(--green-lt);
}
.btn-ghost svg {
  stroke: var(--green);
}
.btn-filled {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--gold-gradient);
  border: none;
  border-radius: 4px;
  padding: 12px;
  color: var(--white) !important;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
  transition: var(--transition);
  cursor: pointer;
}
.btn-filled:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.btn-filled img {
  width: 14px;
  filter: invert(1);
}
.btn-contact {
  display: block;
  width: 100%;
  text-align: center;
  background: #1c1c1c;
  border: 1px solid rgba(202, 165, 106, 0.15);
  border-radius: 4px;
  padding: 12px;
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
  transition: var(--transition);
}
.btn-contact:hover {
  border-color: var(--green);
  color: var(--green-lt);
  background: #252525;
}
.dot-btn-dv-floor {
  display: none;
}
@media (max-width: 991px) {
  .fp-section {
    flex-direction: column;
  }
  .fp-info-panel {
    margin-top: 20px;
  }
}

/* Redesigned forms and input controls, including standard WordPress form plugins */
input.in_box, input.w-100, textarea,
.wpforms-form input[type="text"], .wpforms-form input[type="email"], .wpforms-form input[type="tel"], .wpforms-form textarea,
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea,
.fluentform input[type="text"], .fluentform input[type="email"], .fluentform input[type="tel"], .fluentform textarea, .fluentform select,
.frm_forms input[type="text"], .frm_forms input[type="email"], .frm_forms input[type="tel"], .frm_forms textarea {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1.3px solid var(--border-gold) !important;
  color: var(--white) !important;
  border-radius: 4px !important;
  padding: 12px 15px !important;
  height: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  transition: var(--transition) !important;
  box-sizing: border-box !important;
}

input.in_box:focus, input.w-100:focus, textarea:focus,
.wpforms-form input:focus, .wpforms-form textarea:focus,
.wpcf7-form input:focus, .wpcf7-form textarea:focus,
.fluentform input:focus, .fluentform textarea:focus, .fluentform select:focus,
.frm_forms input:focus, .frm_forms textarea:focus {
  border-color: var(--green) !important;
  box-shadow: 0 0 8px rgba(202, 165, 106, 0.25) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  outline: none !important;
}

/* Redesigned submit buttons for form plugins to match pash gold gradient buttons */
.wpforms-submit, .wpcf7-submit, .fluentform button[type="submit"], .frm_button_submit {
  display: block !important;
  width: 100% !important;
  max-width: 250px !important;
  margin: 15px auto 0 !important;
  padding: 12px 25px !important;
  color: var(--white) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 5px !important;
  background: var(--gold-gradient) !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3) !important;
  transition: var(--transition) !important;
  cursor: pointer !important;
}

.wpforms-submit:hover, .wpcf7-submit:hover, .fluentform button[type="submit"]:hover, .frm_button_submit:hover {
  opacity: 0.9 !important;
  transform: translateY(-1px) !important;
}

/* Fix plugin text labels and alignments for dark theme */
.wpforms-field-label, .wpforms-field-description, .wpcf7-form label, .fluentform label, .frm_form_field label {
  color: var(--white) !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  margin-bottom: 6px !important;
  display: block !important;
}
.wpforms-field-container, .fluentform .ff-el-group {
  margin-bottom: 12px !important;
}

::placeholder {
  color: var(--muted) !important;
  opacity: 0.8;
}

/* Dynamic counter and Partnered Developers logos */
.elementor-counter-title {
  color: var(--muted);
}
.elementor-counter-number-wrapper {
  color: var(--green);
}
.about-trust .trust-item {
  color: var(--muted);
  border-bottom: 1px solid var(--border-gold);
  padding: 8px 0;
  font-size: 13px;
}
.about-trust .trust-item strong {
  color: var(--green);
  font-size: 16px;
  margin-right: 8px;
}

/* Compare tables gold card deck */
.price_list_box {
  background: var(--dark1) !important;
  border: 1px solid var(--border-gold) !important;
  border-radius: 8px !important;
  padding: 35px 25px !important;
  color: var(--white) !important;
  transition: var(--transition);
}
.price_list_box.right {
  border: 2px solid var(--green) !important;
  background: rgba(202, 165, 106, 0.02) !important;
  position: relative;
}
.price_list_box.right .recommended {
  position: absolute;
  top: -12px;
  right: 25px;
  background: var(--gold-gradient);
  color: var(--white);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
}
.price_list_box .property-type {
  color: var(--green);
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
}
.price_list_box .hash {
  color: var(--muted) !important;
}
.price_list_box .sizediv {
  border-bottom: 1px solid var(--border-gold) !important;
  color: var(--muted) !important;
}
.price_list_box .pricetext {
  border-bottom: 1px solid var(--border-gold) !important;
}

/* Custom Modal styling */
.modal-content {
  background: var(--dark0) !important;
  border: 1px solid var(--green) !important;
  border-radius: 8px !important;
  color: var(--white) !important;
  box-shadow: 0 10px 40px rgba(0,0,0,0.8) !important;
}
.modal-desc {
  color: var(--muted) !important;
}

/* Responsive location rules */
.highligts-flex-div .listing li {
  border-bottom: 1px solid var(--border-gold) !important;
}
.highligts-flex-div .listing span {
  filter: brightness(0.9) sepia(0.3) saturate(1.8) hue-rotate(15deg);
}

.sitefooter {
  background: var(--bg-darker) !important;
  border-top: 1px solid var(--border-gold);
}

