/* Flat, open homepage treatment inspired by modern property portals. */
:root { --home-content-width: 1200px; }

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body { background: #fff; }

img,
iframe {
  max-width: 100%;
}

/* Keep the complete frontend slightly narrower on desktop. */
@media (min-width: 1200px) {
  body .container,
  body .container-lg,
  body .container-xl,
  body .container-xxl {
    max-width: var(--home-content-width) !important;
  }
}

/* Shorter hero with a stronger headline. */
.banner-section {
  min-height: 0 !important;
  padding-top: 128px !important;
  padding-bottom: 38px !important;
  overflow: hidden !important;
}
.banner-section.bg-img {
  background-image: none !important;
  background-color: #173326 !important;
}
.banner-section__animated-bg {
  position: absolute;
  inset: -24px;
  z-index: -2;
  background-image: var(--hero-bg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  transform-origin: center;
  animation: heroBgDrift 9s ease-in-out infinite alternate;
  will-change: transform;
}
.banner-section > .container { max-width: var(--home-content-width) !important; }
.banner-content { max-width: 1120px !important; }
.banner-content__title {
  max-width: 920px !important;
  font-size: clamp(38px, 3.3vw, 44px) !important;
  line-height: 1.06 !important;
}
.banner-content__desc {
  max-width: 850px !important;
  margin-top: 14px !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
}
.banner-form-wrapper {
  max-width: 900px !important;
  margin-top: 24px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(15, 26, 49, .18) !important;
}
.hero-search-tabs {
  min-height: 62px !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  padding: 12px 16px !important;
  border-bottom: 1px solid #e4e8ef !important;
  background: #fff !important;
}
.hero-search-tab {
  min-width: 0 !important;
  padding: 0 20px !important;
  border: 1px solid #dce3ee !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: #435475 !important;
  font-size: 13px !important;
  line-height: 36px !important;
}
.hero-search-tab.active {
  border-color: hsl(var(--base)) !important;
  background: hsl(var(--base)) !important;
  color: #fff !important;
}
.hero-search-tab:hover,
.hero-search-tab:focus {
  border-color: hsl(var(--base)) !important;
  background: hsl(var(--base) / .08) !important;
  color: hsl(var(--base)) !important;
}
.hero-search-tab.active:hover,
.hero-search-tab.active:focus {
  background: hsl(var(--base)) !important;
  color: #fff !important;
}
.hero-search-tab.active::after { display: none !important; }
.banner-form,
.hero-search-input { min-height: 56px !important; }
.hero-search-input { padding: 0 20px !important; transition: box-shadow .2s ease, background-color .2s ease; }
.hero-search-input > span { display: grid !important; flex: 0 0 auto; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #edf8f2; color: #0f5b36; font-size: 19px; }
.hero-search-input:focus-within { background: #fbfefc !important; box-shadow: inset 0 0 0 2px rgba(15,91,54,.18); }
.hero-search-input input { height: 66px !important; font-size: 14px !important; }
.banner-form {
  min-height: 66px !important;
  grid-template-columns: minmax(0, 1fr) 64px !important;
  padding: 0 10px 0 0 !important;
  background: #fff !important;
}
.banner-form .search-btn { width: 54px !important; }
.banner-form .search-btn .btn,
.hero-search-btn {
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #8293b3 !important;
  font-size: 14px !important;
}
.hero-search-btn i { font-size: 23px !important; }
.hero-search-btn:hover,
.hero-search-btn:focus { background: hsl(var(--base) / .08) !important; color: hsl(var(--base)) !important; }

@keyframes heroBgDrift {
  0% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.08) translate3d(-14px, -8px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .banner-section__animated-bg {
    animation: none !important;
  }
}

.featured-properties-section,
.bhk-location,
.builder-map-section,
.quick-compare-section,
.site-visit-section,
.about-premium,
.zirakpur-choose-section,
.interesting-reads-section,
.testimonials,
.how-to-work-section,
.category-section,
.listing-section,
.new-projects-section,
.zirakpur-projects-section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  background: #fff !important;
}

.featured-properties-section:nth-of-type(even),
.bhk-location:nth-of-type(even),
.builder-map-section:nth-of-type(even),
.quick-compare-section:nth-of-type(even),
.site-visit-section:nth-of-type(even),
.about-premium:nth-of-type(even),
.zirakpur-choose-section:nth-of-type(even) {
  background: #f7fcf9 !important;
}

.featured-properties-section > .container,
.bhk-location > .container,
.builder-map-section > .container,
.quick-compare-section > .container,
.site-visit-section > .container,
.about-premium > .container,
.zirakpur-choose-section > .container,
.interesting-reads-section > .container,
.testimonials > .container,
.how-to-work-section > .container,
.category-section > .container,
.listing-section > .container,
.new-projects-section > .container,
.zirakpur-projects-section > .container {
  width: min(100% - 30px, var(--home-content-width)) !important;
  max-width: var(--home-content-width) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Remove section-sized curved boxes and heavy decoration. */
.site-visit-wrap,
.about-premium .about-premium__shell,
.quick-compare-card,
.bhk-location__layout,
.dedicated-builder-map__frame {
  width: 100% !important;
  max-width: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.site-visit-section::before,
.site-visit-content::after,
.about-premium::before,
.about-premium::after,
.about-premium__halo {
  display: none !important;
}

/* Site visit: compact split layout without an outer card. */
.site-visit-wrap {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 28px !important;
  overflow: visible !important;
}
.site-visit-content {
  min-height: 390px;
  padding: 34px !important;
  border-radius: 6px !important;
  border: 1px solid #ededed !important;
  background: #fff !important;
}
.site-visit-media {
  min-height: 390px;
  padding: 0 !important;
  background: #fff !important;
}
.site-visit-showcase {
  height: 100%;
  min-height: 390px;
  grid-template-rows: minmax(92px, 1fr) minmax(80px, .85fr) minmax(104px, 1.05fr) 44px !important;
}
.site-visit-showcase__card,
.site-visit-showcase__image { border-radius: 6px !important; box-shadow: none !important; }

/* About: retain the concept but remove the poster/card feeling. */
.about-premium .about-premium__shell { padding: 0 !important; overflow: visible !important; }
.about-premium__header { margin-bottom: 18px !important; }
.about-premium__header h2 { font-size: clamp(36px, 4vw, 50px) !important; }
.about-premium__grid { min-height: 430px !important; }
.about-premium__center { height: 410px !important; }
.about-premium__features { gap: 18px !important; }
.about-premium__feature > span { border-radius: 6px !important; }
.about-premium__ribbon { border-radius: 3px !important; box-shadow: none !important; }
.about-premium__footer { margin-top: 18px !important; padding-top: 18px !important; }

/* Location and comparison sections: simple rows/panels. */
.bhk-location--reference .bhk-location__container { max-width: var(--home-content-width) !important; }
.bhk-location__name-card,
.bhk-location__why,
.bhk-feature-panel,
.bhk-map-panel,
.ll-story,
.ll-map,
.pkl-lifestyle__visual,
.pkl-connect-map,
.pkl-proximity,
.quick-compare-table-wrap {
  border-radius: 6px !important;
  box-shadow: none !important;
}
.bhk-feature-panel { border-color: #ececec !important; background: #fff !important; }
.quick-compare-card { grid-template-columns: minmax(0, 1.55fr) minmax(380px, 1fr) !important; }
.quick-compare-stage { min-height: 340px !important; }
.quick-compare-slide img { object-position: center !important; }
.quick-compare-picker { padding: 4px 28px 30px !important; }
.quick-compare-picker h3 { font-size: 26px !important; line-height: 1.25 !important; }
.quick-compare-picker > p { margin: 7px 0 18px !important; font-size: 14px !important; }
.quick-compare-options { max-height: 260px !important; }
.quick-compare-option { padding: 14px 9px !important; gap: 12px !important; }
.quick-compare-option strong { font-size: 15px !important; line-height: 1.4 !important; }
.quick-compare-option small { margin-top: 2px; font-size: 13px !important; }
.quick-compare-table-wrap { border-color: #ececec !important; }

@media (max-width: 991px) {
  .zirakpur-choose-question-visual img { height: 360px; }
  .quick-compare-card { grid-template-columns: 1fr !important; }
  .quick-compare-stage { min-height: 330px !important; }
  .quick-compare-options { max-height: none !important; }
}

/* Cards stay usable, but lose oversized curves and floating shadows. */
.featured-property-card,
.just-launched-card,
.new-project-card,
.location-item,
.about-premium__feature,
.zirakpur-choose-card,
.testimonial-card,
.article-card,
.category-item {
  border-radius: 6px !important;
  box-shadow: none !important;
}

.featured-property-card,
.new-project-card,
.location-item,
.zirakpur-choose-card,
.testimonial-card,
.article-card {
  border: 1px solid #ececec !important;
  background: #fff !important;
}

/* Green is used for actions and small accents. */
.btn--base,
.hero-search-btn,
.featured-property-card__button,
.site-visit-button,
.site-visit-submit,
.about-premium__primary {
  border-color: hsl(var(--base)) !important;
  background: hsl(var(--base)) !important;
  background-color: hsl(var(--base)) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.section-heading__title,
.featured-properties-heading h2,
.bhk-location__section-heading h2,
.quick-compare-heading h2,
.about-premium__header h2 {
  color: #252525 !important;
}

.section-heading__desc,
.featured-properties-heading p,
.bhk-location__section-heading p,
.quick-compare-heading p,
.about-premium__header p {
  color: #6f6f6f !important;
}

.section-heading__subtitle,
.featured-properties-heading__eyebrow,
.bhk-location__section-heading span,
.quick-compare-heading > span,
.about-premium__header > span {
  color: hsl(var(--base)) !important;
}

/* Header stays light; only its active states use magenta. */
.header,
.header.fixed-header,
.header:not(.header--home) {
  background: #eef8f3 !important;
  background-color: #eef8f3 !important;
  border-bottom: 1px solid #d5eadf !important;
  box-shadow: none !important;
}

.header.header--home:not(.fixed-header),
html[data-theme="dark"] .header.header--home:not(.fixed-header) {
  background: transparent !important;
  background-color: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.header.header--home:not(.fixed-header) .nav-menu .nav-item .nav-link,
.header.header--home:not(.fixed-header) .header-login-link,
.header.header--home:not(.fixed-header) .header-wishlist {
  color: #fff !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .28) !important;
}

.header.header--home:not(.fixed-header) .nav-menu .nav-item:hover .nav-link,
.header.header--home:not(.fixed-header) .nav-menu .nav-item .nav-link.active {
  color: #fff !important;
}

@media (max-width: 991px) {
  .banner-section { padding-top: 112px !important; padding-bottom: 34px !important; }
  .banner-content__title { font-size: clamp(35px, 5vw, 40px) !important; }
  .featured-properties-section,
  .bhk-location,
  .builder-map-section,
  .quick-compare-section,
  .site-visit-section,
  .about-premium,
  .zirakpur-choose-section,
  .interesting-reads-section,
  .testimonials,
  .how-to-work-section {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .site-visit-wrap { grid-template-columns: 1fr !important; gap: 26px !important; }
  .site-visit-content,
  .site-visit-media,
  .site-visit-showcase { min-height: 0; }
  .about-premium__grid { min-height: 0 !important; }
}

@media (max-width: 575px) {
  .zirakpur-choose-question-visual img { height: 280px; }
  :root { --home-content-width: 100%; }
  .featured-properties-section,
  .bhk-location,
  .builder-map-section,
  .quick-compare-section,
  .site-visit-section,
  .about-premium,
  .zirakpur-choose-section,
  .interesting-reads-section,
  .testimonials,
  .how-to-work-section,
  .category-section,
  .listing-section,
  .new-projects-section,
  .zirakpur-projects-section {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .banner-section { padding-top: 98px !important; padding-bottom: 28px !important; }
  .banner-content__title { font-size: 30px !important; line-height: 1.1 !important; }
  .banner-content__desc { font-size: 14px !important; }
  .banner-form-wrapper { margin-top: 20px !important; }
  .banner-form { grid-template-columns: 1fr !important; }
  .banner-form .search-btn,
  .banner-form .search-btn .btn,
  .hero-search-btn { width: 44px !important; }
  .site-visit-content { padding: 28px 22px !important; }
  .about-premium__grid { display: block !important; }
  .about-premium__center { height: 360px !important; margin-bottom: 24px !important; }
  .about-premium__features { grid-template-columns: 1fr !important; margin-bottom: 20px; }
  .quick-compare-stage { min-height: 310px !important; }
}

/* Keep the reference-style hero search icon subtle after global button rules. */
.hero-search .banner-form {
  grid-template-columns: minmax(0, 1fr) 126px !important;
  gap: 0 !important;
  min-height: 66px !important;
  padding: 0 10px 0 0 !important;
  background: #fff !important;
}
.hero-search .hero-search-btn,
.hero-search .hero-search-btn.btn {
  width: 116px !important;
  height: 44px !important;
  gap: 7px !important;
  border: 1px solid hsl(var(--base)) !important;
  border-radius: 8px !important;
  background: hsl(var(--base)) !important;
  background-color: hsl(var(--base)) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}
.hero-search .banner-form .search-btn { width: 116px !important; }
.hero-search .hero-search-btn:hover,
.hero-search .hero-search-btn:focus {
  background: hsl(var(--base-d-100)) !important;
  background-color: hsl(var(--base-d-100)) !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .hero-search .banner-form {
    grid-template-columns: minmax(0, 1fr) 112px !important;
    gap: 0 !important;
    padding: 0 8px 0 0 !important;
  }
  .hero-search .hero-search-input {
    min-height: 58px !important;
    border: 0 !important;
  }
  .hero-search .hero-search-input input { height: 58px !important; }
  .hero-search .hero-search-btn,
  .hero-search .hero-search-btn.btn { width: 102px !important; }
  .hero-search .banner-form .search-btn { width: 102px !important; }
}

/* Clean About Us: image and content only, without floating decoration. */
.about-simple .about-simple__layout {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
}
.about-simple__visual {
  position: relative;
  min-height: 520px;
  height: min(58vw, 560px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 106, 64, .16);
  border-radius: 8px;
  background: #eef6f1;
  box-shadow: 0 24px 54px rgba(15, 91, 54, .12);
}
.about-simple__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-simple__visual::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(8, 48, 29, .78));
  content: "";
}
.about-simple__visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  display: grid;
  gap: 5px;
  color: #fff !important;
}
.about-simple__visual figcaption span {
  color: #fff !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.about-simple__visual figcaption strong {
  max-width: 390px;
  color: #fff !important;
  font-size: clamp(18px, 2.1vw, 26px);
  line-height: 1.2;
}
.about-simple__content { min-width: 0; }
.about-simple__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #0f6a40;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.about-simple__content h2 {
  max-width: 610px;
  margin: 0 0 18px;
  color: #252525 !important;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 700;
  line-height: 1.04;
}
.about-simple__content > p {
  max-width: 650px;
  margin: 0;
  color: #5f6d65 !important;
  font-size: 15px;
  line-height: 1.8;
}
.about-simple__benefits {
  display: grid;
  margin-top: 30px;
  gap: 12px;
}
.about-simple__benefits article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid #dfece5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 91, 54, .055);
}
.about-simple__benefits article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #e8f6ee;
  color: #0f6a40;
  font-size: 12px;
  font-weight: 900;
}
.about-simple__benefits h4 { margin: 0 0 4px; color: #24332b !important; font-size: 15px; }
.about-simple__benefits p { margin: 0; color: #6b766f !important; font-size: 12px; line-height: 1.55; }
.about-simple__stats {
  display: grid;
  margin-top: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #dfece5;
  border-radius: 8px;
  background: #f5fbf8;
}
.about-simple__stats div {
  display: grid;
  gap: 4px;
  padding: 15px 16px;
  border-right: 1px solid #dfece5;
}
.about-simple__stats div:last-child { border-right: 0; }
.about-simple__stats strong {
  color: #0f6a40;
  font-size: 18px;
  line-height: 1;
}
.about-simple__stats span {
  color: #68766e;
  font-size: 11px;
  font-weight: 700;
}
.about-simple__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

/* Detailed copy shown only on the dedicated About Us page. */
.about-theory {
  padding: 20px 0 64px;
  background: #fff;
}
.about-theory > .container { max-width: 1120px; }
.about-theory__intro {
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: left;
}
.about-theory__intro > span,
.about-theory__commitment span {
  color: #777;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.about-theory__intro h2 {
  max-width: 720px;
  margin: 7px 0 18px;
  color: #252525;
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.15;
}
.about-theory__intro p {
  width: 100%;
  max-width: none;
  margin: 0 0 14px;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  text-wrap: pretty;
}
.about-theory__grid {
  display: grid;
  margin-top: 38px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.about-theory__grid article {
  padding-top: 22px;
  border-top: 2px solid #ddd;
}
.about-theory__grid article > span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fafafa;
  color: #555;
  font-size: 19px;
}
.about-theory__grid h3 { margin: 0 0 8px; color: #2f2f2f; font-size: 19px; }
.about-theory__grid p { margin: 0; color: #707070; font-size: 13px; line-height: 1.7; }
.about-theory__card {
  display: flex;
  min-width: 0;
  padding-top: 22px;
  flex-direction: column;
  border-top: 2px solid #ddd;
  color: inherit;
  transition: border-color .2s ease, transform .2s ease;
}
.about-theory__card > span:first-child {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fafafa;
  color: #555;
  font-size: 19px;
}
.about-theory__card h3 { margin: 0 0 8px; color: #2f2f2f; font-size: 19px; }
.about-theory__card p { margin: 0; color: #707070; font-size: 13px; line-height: 1.7; }
.about-theory__card-link {
  display: inline-flex;
  margin-top: 16px;
  align-items: center;
  gap: 7px;
  color: #555;
  font-size: 12px;
  font-weight: 700;
}
.about-theory__card:hover,
.about-theory__card:focus { border-color: hsl(var(--base)); transform: translateY(-3px); }
.about-theory__card:hover > span:first-child,
.about-theory__card:focus > span:first-child { border-color: hsl(var(--base)); background: hsl(var(--base)); color: #fff; }
.about-theory__card:hover .about-theory__card-link,
.about-theory__card:focus .about-theory__card-link { color: hsl(var(--base)); }
.about-theory__commitment {
  display: grid;
  margin-top: 44px;
  padding: 28px 0;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.about-theory__commitment h3 { margin: 6px 0 0; color: #292929; font-size: 22px; line-height: 1.35; }
.about-theory__commitment p { margin: 0; color: #686868; font-size: 14px; line-height: 1.75; }

/* Panchkula-focused About detail pages. */
.about-insight-section { padding: 76px 0 84px; background: #fff; }
.about-insight-header { max-width: 850px; margin-bottom: 42px; }
.about-insight-header > span {
  color: #777;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.about-insight-header h1 {
  max-width: 760px;
  margin: 8px 0 15px;
  color: #252525;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.1;
}
.about-insight-header p { margin: 0; color: #676767; font-size: 16px; line-height: 1.75; }
.about-insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.about-insight-grid article { padding: 26px; border: 1px solid #e4e4e4; border-radius: 8px; background: #fff; }
.about-insight-grid article > span { color: #888; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.about-insight-grid h2 { margin: 13px 0 10px; color: #292929; font-size: 20px; line-height: 1.3; }
.about-insight-grid p { margin: 0; color: #6b6b6b; font-size: 14px; line-height: 1.75; }
.about-insight-actions {
  display: grid;
  margin-top: 46px;
  padding: 30px 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 35px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.about-insight-actions h2 { margin: 0 0 6px; color: #292929; font-size: 24px; }
.about-insight-actions p { margin: 0; color: #6c6c6c; font-size: 14px; }
.about-insight-actions > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; }
.about-insight-action {
  display: inline-flex;
  min-height: 43px;
  padding: 10px 19px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5d5d5;
  border-radius: 7px;
  background: #fff;
  color: #333;
  font-size: 13px;
  font-weight: 700;
}
.about-insight-action:hover,
.about-insight-action:focus { border-color: hsl(var(--base)); background: hsl(var(--base)); color: #fff; }

/* Simple, editorial Lifestyle & Location layout. */
.lifestyle-simple .lifestyle-simple__header {
  display: grid;
  margin-bottom: 26px;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  align-items: end;
  gap: 48px;
}
.lifestyle-simple__header span,
.lifestyle-simple__summary-copy > span {
  color: #777;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.lifestyle-simple__header h2 {
  margin: 5px 0 0;
  color: #252525 !important;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
}
.lifestyle-simple__header > p {
  max-width: 650px;
  margin: 0;
  color: #686868 !important;
  font-size: 14px;
  line-height: 1.7;
}
.lifestyle-simple__cards {
  display: flex;
  width: max-content;
  gap: 22px;
  animation: lifestyleAutoScroll 34s linear infinite;
  will-change: transform;
}
.lifestyle-simple__cards:hover {
  animation-play-state: paused;
}
.lifestyle-simple__card {
  flex: 0 0 350px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  background: #fff;
}
.lifestyle-simple__card figure {
  height: 210px;
  margin: 0;
  overflow: hidden;
  background: #eee;
}
.lifestyle-simple__card figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.lifestyle-simple__card:hover figure img { transform: scale(1.025); }
.lifestyle-simple__card-content { padding: 20px; }
.lifestyle-simple__card-content h3 { margin: 0 0 7px; color: #2b2b2b !important; font-size: 19px; }
.lifestyle-simple__card-content > p { min-height: 62px; margin: 0; color: #707070 !important; font-size: 13px; line-height: 1.6; }
.lifestyle-simple__card-content ul { display: grid; gap: 7px; margin: 16px 0 0; padding: 14px 0 0; border-top: 1px solid #eee; list-style: none; }
.lifestyle-simple__card-content li { display: flex; align-items: center; gap: 7px; color: #555; font-size: 12px; }
.lifestyle-simple__card-content li i { color: #777; font-size: 14px; }
.lifestyle-simple .bhk-location__container {
  overflow: hidden;
}
@keyframes lifestyleAutoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 11px));
  }
}
@media (prefers-reduced-motion: reduce) {
  .lifestyle-simple__cards {
    animation: none;
  }
}
.lifestyle-simple__summary {
  display: grid;
  margin-top: 34px;
  padding-top: 30px;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
  gap: 50px;
  border-top: 1px solid #ddd;
}
.lifestyle-simple__summary-copy h3 { margin: 6px 0 9px; color: #292929 !important; font-size: 24px; line-height: 1.3; }
.lifestyle-simple__summary-copy p { margin: 0; color: #6d6d6d !important; font-size: 13px; line-height: 1.75; }
.lifestyle-simple__benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 26px; }
.lifestyle-simple__benefits article { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 11px; }
.lifestyle-simple__benefits article > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fafafa;
  color: #555;
  font-size: 19px;
}
.lifestyle-simple__benefits h4 { margin: 0 0 3px; color: #333 !important; font-size: 14px; }
.lifestyle-simple__benefits p { margin: 0; color: #737373 !important; font-size: 11px; line-height: 1.5; }

/* Clean, balanced Why Choose Us layout. */
.zirakpur-choose-section { padding: 68px 0 76px !important; background: #fff !important; }
.zirakpur-choose-wrap {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 68px !important;
}

.zirakpur-choose-content {
  padding-left: 18px !important;
}
.zirakpur-choose-card,
.zirakpur-choose-content { min-height: 520px !important; height: 100% !important; }
.zirakpur-choose-card {
  position: relative !important;
  display: flex !important;
  padding: 0 !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.zirakpur-choose-card::before,
.zirakpur-choose-card::after { display: none !important; }
.zirakpur-choose-illustration {
  position: relative;
  width: 180px;
  height: 155px;
  margin-bottom: 8px;
}
.zirakpur-choose-illustration__main {
  display: grid;
  width: 142px;
  height: 142px;
  place-items: center;
  border: 1px solid #dedede;
  border-radius: 50%;
  background: #fff;
  color: #4a4a4a;
  font-size: 78px;
}
.zirakpur-choose-illustration__check {
  position: absolute;
  right: 0;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  background: #fff;
  color: #3f7b56;
  font-size: 20px;
}
.zirakpur-choose-illustration__check--one { top: 10px; }
.zirakpur-choose-illustration__check--two { top: 58px; }
.zirakpur-choose-illustration__check--three { top: 106px; }
.zirakpur-choose-question-visual {
  overflow: hidden;
  width: 100%;
  flex: 1 1 auto;
  margin: 0;
  border: 1px solid #c9e5d5;
  border-radius: 18px;
  padding: 0;
  background: #edf7f1;
  box-shadow: 0 18px 40px rgba(15, 91, 54, .1);
}
.zirakpur-choose-question-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}
.zirakpur-choose-visual-caption {
  width: 100%;
  margin: 12px 0 0;
  color: #426353;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.zirakpur-choose-card__content {
  z-index: 1 !important;
  width: min(100%, 430px) !important;
  padding: 0 !important;
  text-align: center !important;
}
.zirakpur-choose-card__content h3 {
  margin-bottom: 12px !important;
  color: #252525 !important;
  font-size: 25px !important;
  line-height: 1.25 !important;
  text-shadow: none !important;
}
.zirakpur-choose-card__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #777;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.zirakpur-choose-card__content > p {
  margin: -5px 0 20px;
  color: #676767;
  font-size: 13px;
  line-height: 1.65;
}
.zirakpur-choose-auth { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.zirakpur-choose-auth a {
  display: inline-flex;
  min-height: 42px;
  padding: 10px 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}
.zirakpur-choose-auth__primary { background: #fff; color: #292929; }
.zirakpur-choose-auth__secondary { background: #fff; color: #292929; }
.zirakpur-choose-auth a:hover,
.zirakpur-choose-auth a:focus {
  border-color: hsl(var(--base));
  background: hsl(var(--base));
  color: #fff;
}
.zirakpur-choose-content {
  display: flex !important;
  padding: 0 !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}
.zirakpur-choose-eyebrow {
  margin-bottom: 8px !important;
  color: #777 !important;
  font-size: 11px !important;
  letter-spacing: .14em !important;
}
.zirakpur-choose-content h2 {
  max-width: 560px !important;
  margin: 0 0 18px !important;
  color: #252525 !important;
  font-size: clamp(38px, 4vw, 54px) !important;
  line-height: 1.14 !important;
  text-align: left !important;
}
.zirakpur-choose-intro {
  max-width: 580px;
  margin: 0 0 28px;
  color: #696969;
  font-size: 14px;
  line-height: 1.7;
}
.zirakpur-choose-list {
  max-width: none !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  margin-top: 0 !important;
  gap: 14px !important;
}
.zirakpur-choose-item {
  min-height: 90px !important;
  padding: 14px !important;
  align-items: center !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 7px !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease !important;
}
.zirakpur-choose-item > span:first-child {
  border-color: #dedede !important;
  background: #f8f8f8 !important;
  color: #444 !important;
}
.zirakpur-choose-item__copy,
.zirakpur-choose-item:hover .zirakpur-choose-item__copy,
.zirakpur-choose-item:focus .zirakpur-choose-item__copy {
  background: transparent !important;
  color: inherit !important;
}
.zirakpur-choose-item strong { color: #333 !important; font-size: 14px !important; }
.zirakpur-choose-item__copy small {
  color: #6b746f !important;
}
.zirakpur-choose-item__arrow {
  margin-left: auto;
  color: #888;
  font-size: 15px;
  transition: transform .2s ease, color .2s ease;
}
.zirakpur-choose-item:hover,
.zirakpur-choose-item:focus {
  transform: translateY(-3px);
  border-color: #0f6a40 !important;
  background: #fff !important;
  color: #0f6a40 !important;
  box-shadow: 0 14px 32px rgba(15, 91, 54, .1) !important;
}
.zirakpur-choose-item:hover > span:first-child,
.zirakpur-choose-item:focus > span:first-child {
  border-color: #0f6a40 !important;
  background: #0f6a40 !important;
  color: #fff !important;
}
.zirakpur-choose-item:hover strong,
.zirakpur-choose-item:focus strong {
  color: #0f6a40 !important;
}
.zirakpur-choose-item:hover .zirakpur-choose-item__arrow,
.zirakpur-choose-item:focus .zirakpur-choose-item__arrow {
  color: #0f6a40;
  transform: translateX(3px);
}
.zirakpur-choose-next-step {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid #bddfca;
  border-radius: 12px;
  background: #e8f6ee;
}
.zirakpur-choose-next-step > div:first-child { display: grid; gap: 4px; }
.zirakpur-choose-next-step span { color: #527061; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.zirakpur-choose-next-step strong { color: #173326; font-size: 13px; line-height: 1.4; }
.zirakpur-choose-next-step__actions { display: flex; flex: 0 0 auto; gap: 8px; }
.zirakpur-choose-next-step__actions a { display: inline-flex; min-height: 36px; padding: 8px 12px; align-items: center; justify-content: center; border: 1px solid #0f5b36; border-radius: 7px; background: #fff; color: #0f5b36; font-size: 11px; font-weight: 800; }
.zirakpur-choose-next-step__actions a:last-child { background: #0f5b36; color: #fff; }
.zirakpur-choose-next-step__actions a:hover { background: #0b4a2b; color: #fff; }
@media (max-width: 575px) { .zirakpur-choose-next-step { align-items: stretch; flex-direction: column; } .zirakpur-choose-next-step__actions { width: 100%; } .zirakpur-choose-next-step__actions a { flex: 1; } }
.zirakpur-choose-form input,
.zirakpur-choose-form button { border-radius: 8px !important; }
.zirakpur-choose-form button:hover,
.zirakpur-choose-form button:focus { background: hsl(var(--base)) !important; color: #fff !important; }

/* Property journey cards */
.property-paths-section {
  padding: 72px 0 86px;
  background: linear-gradient(180deg, #fff 0%, #f6fbf8 100%);
}
.property-paths__heading {
  max-width: 760px;
  margin: 0 0 38px;
  text-align: left;
}
.property-paths__heading h2 {
  margin: 0 0 10px;
  color: #171717;
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 600;
  line-height: 1.25;
}
.property-paths__heading p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.7;
}
.property-paths__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.property-path-card {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 330px;
  padding: 24px;
  flex-direction: column;
  border: 1px solid #dce8e1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 91, 54, .07);
  text-align: left;
  transform: translateY(0) scale(1);
  transform-origin: center;
  transition: transform .28s cubic-bezier(.2, .8, .2, 1), box-shadow .28s ease, border-color .28s ease, background-color .28s ease;
  will-change: transform;
}
.property-path-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: #0f6a40;
  content: "";
}
.property-path-card:hover,
.property-path-card:focus-within {
  transform: translateY(-14px) scale(1.035);
  border-color: #8bc8a5;
  background: #fff !important;
  box-shadow: 0 32px 70px rgba(15, 91, 54, .18);
}
.property-path-card:active {
  transform: translateY(-4px) scale(1.012);
}
.property-path-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.property-path-card__mark {
  display: grid;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(10, 83, 47, .18);
  border-radius: 8px;
  background: #0a532f;
  box-shadow: 0 12px 26px rgba(10, 83, 47, .18);
  transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease;
}
.property-path-card__mark img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.property-path-card__body {
  max-width: 300px;
}
.property-path-card h3 {
  margin: 0 0 10px;
  color: #1d1d1d;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}
.property-path-card p {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.7;
}
.property-path-card__button {
  display: inline-flex;
  width: auto;
  min-height: 44px;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 17px;
  align-self: flex-start;
  border: 1px solid #d6e4dc;
  border-radius: 6px;
  background: #fff;
  color: #0f6a40;
  font-size: 13px;
  font-weight: 800;
  transition: transform .24s ease, border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.property-path-card__button:hover,
.property-path-card__button:focus {
  border-color: hsl(var(--base));
  background: hsl(var(--base));
  color: #fff;
}

.property-path-card:hover .property-path-card__mark,
.property-path-card:focus-within .property-path-card__mark {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 18px 36px rgba(10, 83, 47, .22);
}

.property-path-card:hover .property-path-card__button,
.property-path-card:focus-within .property-path-card__button {
  transform: translateY(-2px);
  border-color: #0f6a40 !important;
  background: #0f6a40 !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(15, 91, 54, .13) !important;
}

/* Plain buttons by default; magenta appears only on interaction. */
:is(
  .btn--base,
  .btn-outline--base,
  .featured-property-card__button,
  .site-visit-button,
  .site-visit-submit,
  .about-premium__primary,
  .about-premium__secondary,
  .scroll-top,
  .scroll-bottom,
  .property-path-card__button
) {
  border: 1px solid #d8d8d8 !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #333 !important;
  box-shadow: none !important;
}

:is(
  .btn--base,
  .btn-outline--base,
  .featured-property-card__button,
  .site-visit-button,
  .site-visit-submit,
  .about-premium__primary,
  .about-premium__secondary,
  .scroll-top,
  .scroll-bottom,
  .property-path-card__button
):is(:hover, :focus) {
  border-color: hsl(var(--base)) !important;
  background: hsl(var(--base)) !important;
  background-color: hsl(var(--base)) !important;
  color: #fff !important;
}

.hero-search .hero-search-btn,
.hero-search .hero-search-btn.btn {
  border: 1px solid #d8d8d8 !important;
  background: #fff !important;
  background-color: #fff !important;
  color: #444 !important;
}
.hero-search .hero-search-btn:is(:hover, :focus),
.hero-search .hero-search-btn.btn:is(:hover, :focus) {
  border-color: hsl(var(--base)) !important;
  background: hsl(var(--base)) !important;
  background-color: hsl(var(--base)) !important;
  color: #fff !important;
}

.hero-search-tab.active {
  border-color: #cfd4dc !important;
  background: #fff !important;
  color: #222 !important;
}
.hero-search-tab:hover,
.hero-search-tab:focus,
.hero-search-tab.active:hover,
.hero-search-tab.active:focus {
  border-color: hsl(var(--base)) !important;
  background: hsl(var(--base)) !important;
  color: #fff !important;
}

.featured-property-card__wishlist {
  border-color: #ddd !important;
  background: #fff !important;
  color: #555 !important;
}
.featured-property-card__wishlist:hover,
.featured-property-card__wishlist:focus {
  border-color: hsl(var(--base)) !important;
  background: hsl(var(--base)) !important;
  color: #fff !important;
}

/* Card icon hover contrast: keep icons visible after card hover. */
:is(
  .zirakpur-choose-item,
  .about-theory__card,
  .about-simple__benefit,
  .lifestyle-simple__benefits article,
  .site-visit-feature,
  .property-path-card,
  .featured-property-card
):is(:hover, :focus, :focus-within) :is(i, svg) {
  color: currentColor !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor !important;
}

:is(
  .zirakpur-choose-item:hover > span:first-child,
  .zirakpur-choose-item:focus > span:first-child,
  .about-theory__card:hover > span:first-child,
  .about-theory__card:focus > span:first-child,
  .site-visit-feature:hover > span,
  .site-visit-feature:focus-within > span
) {
  border-color: #0f6a40 !important;
  background: #0f6a40 !important;
  color: #fff !important;
}

:is(
  .zirakpur-choose-item:hover > span:first-child,
  .zirakpur-choose-item:focus > span:first-child,
  .about-theory__card:hover > span:first-child,
  .about-theory__card:focus > span:first-child,
  .site-visit-feature:hover > span,
  .site-visit-feature:focus-within > span
) :is(i, svg) {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.property-path-card:hover .property-path-card__mark,
.property-path-card:focus-within .property-path-card__mark {
  border-color: #0f6a40 !important;
  background: #0a532f !important;
}

.property-path-card:hover .property-path-card__mark img,
.property-path-card:focus-within .property-path-card__mark img,
.featured-property-card:hover img,
.featured-property-card:focus-within img {
  opacity: 1 !important;
}

.just-launched-card.featured-property-card--compact .featured-property-card__button {
  border: 1px solid #d8d8d8 !important;
  background: #fff !important;
  color: #333 !important;
}
.just-launched-card.featured-property-card--compact .featured-property-card__button:hover,
.just-launched-card.featured-property-card--compact .featured-property-card__button:focus {
  border-color: hsl(var(--base)) !important;
  background: hsl(var(--base)) !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  .about-insight-grid { grid-template-columns: 1fr; }
  .about-insight-actions { grid-template-columns: 1fr; }
  .zirakpur-choose-wrap { grid-template-columns: 1fr !important; gap: 30px !important; }
  .zirakpur-choose-content { padding-left: 0 !important; }
  .zirakpur-choose-card,
  .zirakpur-choose-content { min-height: 0 !important; }
  .zirakpur-choose-card { min-height: 380px !important; }
  .property-paths__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .property-path-card:last-child { grid-column: 1 / -1; }
  .about-simple .about-simple__layout { grid-template-columns: 1fr; gap: 30px; }
  .about-simple__visual { min-height: 390px; height: 430px; order: -1; }
  .about-theory__grid { gap: 20px; }
  .lifestyle-simple .lifestyle-simple__header { grid-template-columns: 1fr; gap: 12px; }
  .lifestyle-simple__card { flex-basis: 320px; }
  .lifestyle-simple__summary { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 575px) {
  .about-insight-section { padding: 48px 0 55px; }
  .about-insight-grid article { padding: 22px; }
  .zirakpur-choose-section { padding: 48px 0 55px !important; }
  .zirakpur-choose-list { grid-template-columns: 1fr !important; }
  .zirakpur-choose-card { min-height: 340px !important; }
  .property-paths-section { padding: 48px 0 55px; }
  .property-paths__heading { margin-bottom: 26px; }
  .property-paths__grid { grid-template-columns: 1fr; gap: 16px; }
  .property-path-card,
  .property-path-card:last-child { min-height: 280px; padding: 24px 20px; grid-column: auto; }
  .property-path-card__top { margin-bottom: 24px; }
  .property-path-card h3 { font-size: 20px; }
  .about-simple__visual { min-height: 280px; height: 320px; }
  .about-simple__benefits { gap: 12px; }
  .about-simple__benefits article { grid-template-columns: 40px minmax(0, 1fr); padding: 14px; }
  .about-simple__benefits article > span { width: 36px; height: 36px; }
  .about-simple__stats { grid-template-columns: 1fr; }
  .about-simple__stats div { border-right: 0; border-bottom: 1px solid #dfece5; }
  .about-simple__stats div:last-child { border-bottom: 0; }
  .about-simple__actions > a { flex: 1 1 100%; }
  .about-theory { padding: 10px 0 42px; }
  .about-theory__grid { grid-template-columns: 1fr; }
  .about-theory__commitment { grid-template-columns: 1fr; gap: 16px; }
  .lifestyle-simple__card { flex-basis: 280px; }
  .lifestyle-simple__card figure { height: 190px; }
  .lifestyle-simple__card-content > p { min-height: 0; }
  .lifestyle-simple__benefits { grid-template-columns: 1fr; }
}

/* Neutral section palette: green is used for buttons and interaction. */
:is(
  .featured-properties-section,
  .bhk-location,
  .builder-map-section,
  .quick-compare-section,
  .site-visit-section,
  .about-premium,
  .zirakpur-choose-section,
  .interesting-reads-section,
  .testimonials,
  .how-to-work-section,
  .category-section,
  .listing-section,
  .new-projects-section,
  .zirakpur-projects-section
) {
  background: #fff !important;
  color: #252525 !important;
}

:is(
  .featured-properties-section,
  .bhk-location,
  .builder-map-section,
  .quick-compare-section,
  .site-visit-section,
  .about-premium,
  .zirakpur-choose-section,
  .interesting-reads-section,
  .testimonials,
  .how-to-work-section,
  .category-section,
  .listing-section,
  .new-projects-section,
  .zirakpur-projects-section
) :is(h2, h3, h4, h5, strong) {
  color: #252525 !important;
}

:is(
  .featured-properties-section,
  .bhk-location,
  .builder-map-section,
  .quick-compare-section,
  .site-visit-section,
  .about-premium,
  .zirakpur-choose-section,
  .interesting-reads-section,
  .testimonials,
  .how-to-work-section,
  .category-section,
  .listing-section,
  .new-projects-section,
  .zirakpur-projects-section
) p {
  color: #6f6f6f !important;
}

.featured-properties-heading__eyebrow,
.bhk-location__section-heading > span,
.quick-compare-heading > span,
.about-premium__header > span,
.site-visit-eyebrow,
.about-section__eyebrow {
  color: #747474 !important;
}

.site-visit-content {
  border: 1px solid #e7e7e7 !important;
  background: #fafafa !important;
}
.site-visit-features::before { background: #d8d8d8 !important; }
.site-visit-feature > span {
  border-color: #dedede !important;
  background: #fff !important;
  color: #555 !important;
  box-shadow: none !important;
}
.site-visit-showcase__card,
.site-visit-showcase__image {
  border-color: #e4e4e4 !important;
  background: #fff !important;
}

.about-premium__feature > span {
  border-color: #dedede !important;
  background: #f7f7f7 !important;
  color: #555 !important;
}
.about-premium__ribbon,
.about-premium__pin {
  border-color: #fff !important;
  background: #424242 !important;
  background-color: #424242 !important;
  color: #fff !important;
}
.about-premium__ribbon::before,
.about-premium__ribbon::after { background: #292929 !important; }
.about-premium__footer { border-top-color: #e5e5e5 !important; }

.quick-compare-section,
.quick-compare-card,
.quick-compare-picker,
.quick-compare-table-wrap,
.quick-compare-table th {
  background: #fff !important;
}
.quick-compare-table th { color: #444 !important; }

.featured-property-card__status,
.featured-property-card__price-pill,
.just-launched-card__strip,
.new-project-card__badge {
  border-color: #ddd !important;
  background: #f4f4f4 !important;
  color: #444 !important;
  box-shadow: none !important;
}

/* Featured listings: remove the decorative pen/tab and colored grid. */
.just-launched-section::before,
.just-launched-card::before,
.just-launched-card::after {
  display: none !important;
  content: none !important;
}
.just-launched-section .featured-properties-heading__eyebrow {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #777 !important;
}
.just-launched-card {
  padding: 8px !important;
  border-color: #e3e3e3 !important;
  background: #fff !important;
}
.just-launched-card .featured-property-card__status {
  background: rgba(255,255,255,.92) !important;
  color: #333 !important;
  backdrop-filter: none !important;
}
.just-launched-card .featured-property-card__price-pill {
  background: #fff !important;
  color: #333 !important;
}
.just-launched-card .featured-property-card__title,
.just-launched-card .featured-property-card__title a {
  color: #242424 !important;
}
.just-launched-card .featured-property-card__location,
.just-launched-card .featured-property-card__location i,
.just-launched-card .featured-property-card__facts,
.just-launched-card .featured-property-card__facts i,
.just-launched-card .featured-property-card__facts span {
  color: #666 !important;
}
.just-launched-card__strip {
  border-radius: 4px !important;
  background: #f7f7f7 !important;
  color: #555 !important;
}

.bhk-location__name-card,
.bhk-location__why,
.bhk-feature-panel,
.zirakpur-choose-card,
.testimonial-card,
.article-card,
.category-item {
  border-color: #e5e5e5 !important;
  background: #fff !important;
}

/* Links use magenta only while interacting. */
:is(
  .featured-properties-section,
  .bhk-location,
  .builder-map-section,
  .quick-compare-section,
  .site-visit-section,
  .about-premium,
  .zirakpur-choose-section,
  .interesting-reads-section,
  .testimonials,
  .how-to-work-section
) a:not(.btn--base):not(.featured-property-card__button):not(.site-visit-button):not(.about-premium__primary):hover {
  color: hsl(var(--base)) !important;
}

.zirakpur-choose-section .zirakpur-choose-item:hover .zirakpur-choose-item__copy,
.zirakpur-choose-section .zirakpur-choose-item:focus .zirakpur-choose-item__copy {
  background: transparent !important;
}

.zirakpur-choose-section .zirakpur-choose-item:hover .zirakpur-choose-item__copy strong,
.zirakpur-choose-section .zirakpur-choose-item:focus .zirakpur-choose-item__copy strong {
  color: #0f6a40 !important;
}

.zirakpur-choose-section .zirakpur-choose-item:hover .zirakpur-choose-item__copy small,
.zirakpur-choose-section .zirakpur-choose-item:focus .zirakpur-choose-item__copy small {
  color: #5f6d65 !important;
}

/* News and Articles continuous auto-scroll. */
.interesting-reads-shell {
  overflow: hidden !important;
}

.interesting-reads-track {
  display: flex !important;
  grid-auto-flow: unset !important;
  grid-auto-columns: unset !important;
  grid-template-columns: none !important;
  gap: 20px !important;
  width: max-content !important;
  max-width: none !important;
  overflow: visible !important;
  scroll-behavior: smooth !important;
  animation: interestingReadsAutoScroll 42s linear infinite !important;
  will-change: transform;
}

.interesting-reads-shell:hover .interesting-reads-track,
.interesting-reads-shell:focus-within .interesting-reads-track {
  animation-play-state: paused !important;
}

.interesting-read-card {
  flex: 0 0 330px !important;
  width: 330px !important;
  max-width: 330px !important;
  min-width: 330px !important;
  height: auto !important;
}

/* Publish listing CTA before articles. */
.publish-listing-section {
  padding: 70px 0 !important;
  background: #f7fbf8 !important;
}

.publish-listing-section .container {
  width: min(100% - 30px, var(--home-content-width)) !important;
  max-width: var(--home-content-width) !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.publish-listing-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid #cfe6d8;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, #eef9f3 100%);
  box-shadow: 0 18px 42px rgba(15, 91, 54, .08);
}

.publish-listing-card__content span {
  display: block;
  margin-bottom: 9px;
  color: #0f6a40;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.publish-listing-card__content h2 {
  max-width: 720px;
  margin: 0 0 10px;
  color: #18221d;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.18;
}

.publish-listing-card__content p {
  max-width: 690px;
  margin: 0;
  color: #617069;
  font-size: 15px;
  line-height: 1.7;
}

.publish-listing-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.publish-listing-card__primary,
.publish-listing-card__secondary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid #0f6a40;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.publish-listing-card__primary {
  background: #0f6a40;
  color: #fff;
}

.publish-listing-card__secondary {
  background: #fff;
  color: #0f6a40;
}

.publish-listing-card__primary:hover,
.publish-listing-card__primary:focus,
.publish-listing-card__secondary:hover,
.publish-listing-card__secondary:focus {
  transform: translateY(-2px);
  border-color: #0b4a2b !important;
  background: #0b4a2b !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(15, 91, 54, .14);
}

@keyframes interestingReadsAutoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 10px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .interesting-reads-track {
    animation: none !important;
  }
}

@media (max-width: 575px) {
  .interesting-read-card {
    flex-basis: 285px !important;
    width: 285px !important;
    max-width: 285px !important;
    min-width: 285px !important;
  }

  .publish-listing-card {
    grid-template-columns: 1fr;
  }

  .publish-listing-card__actions,
  .publish-listing-card__actions a {
    width: 100%;
  }
}

/* Current transparent house-hand logo. */
.zirakpur-brand-image {
  aspect-ratio: 408 / 192 !important;
  object-fit: contain !important;
  background: transparent !important;
  filter: none !important;
}

.header .navbar-brand.logo {
  width: 150px !important;
  height: 72px !important;
}

.header .navbar-brand.logo img {
  width: 150px !important;
  height: auto !important;
  max-width: 150px !important;
  max-height: 72px !important;
  filter: none !important;
  animation: logoPopEnter .58s cubic-bezier(.2, .95, .28, 1.25) both !important;
  transform-origin: center !important;
}

.footer-area .zirakpur-brand-image {
  width: 210px !important;
  height: auto !important;
  max-width: 100% !important;
  filter: none !important;
}

.account-form .zirakpur-brand-image,
.account-wrapper .zirakpur-brand-image {
  width: 220px !important;
  height: auto !important;
  filter: none !important;
}

@media (max-width: 991px) {
  .header .navbar-brand.logo {
    width: 132px !important;
    height: 62px !important;
  }

  .header .navbar-brand.logo img {
    width: 132px !important;
    max-width: 132px !important;
    max-height: 62px !important;
  }
}

@keyframes logoPopEnter {
  0% {
    opacity: 0;
    transform: scale(.72);
  }
  62% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .header .navbar-brand.logo img {
    animation: none !important;
  }
}

/* Site visit: simple, normal booking block. */
.site-visit-section {
  padding: 52px 0 !important;
  background: #f7faf8 !important;
}

.site-visit-section .container {
  width: min(100% - 30px, var(--home-content-width)) !important;
  max-width: var(--home-content-width) !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.site-visit-section-heading {
  max-width: 720px !important;
  margin: 0 0 26px !important;
  text-align: left !important;
}

.site-visit-section-heading > span {
  color: #0f6a40 !important;
  font-size: 11px !important;
  letter-spacing: .08em !important;
}

.site-visit-section-heading h2 {
  margin: 6px 0 8px !important;
  color: #222 !important;
  font-size: clamp(30px, 3vw, 40px) !important;
  line-height: 1.15 !important;
}

.site-visit-section-heading p {
  max-width: 620px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.site-visit-wrap {
  display: block !important;
  width: min(100%, 940px) !important;
  margin: 0 !important;
  overflow: visible !important;
}

.site-visit-simple,
.site-visit-form-card {
  overflow: hidden !important;
  border: 1px solid #e1e7e3 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(15, 91, 54, .06) !important;
}

.site-visit-simple {
  display: flex !important;
  min-height: 380px !important;
  padding: 48px 42px !important;
  flex-direction: column !important;
  text-align: left !important;
}

.site-visit-form-card {
  padding: 34px !important;
}

.site-visit-form-card__top {
  display: grid !important;
  margin-bottom: 24px !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px) !important;
  gap: 24px !important;
  align-items: end !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #e7eee9 !important;
}

.site-visit-form-card__top span {
  display: block !important;
  margin-bottom: 7px !important;
  color: #0f6a40 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

.site-visit-form-card__top h3 {
  margin: 0 !important;
  color: #222 !important;
  font-size: clamp(22px, 2.4vw, 30px) !important;
  line-height: 1.22 !important;
}

.site-visit-form-card__top p {
  margin: 0 !important;
  color: #68736c !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

.site-visit-inline-form .form-group {
  margin-bottom: 0 !important;
}

.site-visit-inline-form .form--label {
  margin-bottom: 7px !important;
  color: #2f3b34 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.site-visit-inline-form .form--control {
  min-height: 48px !important;
  border: 1px solid #dfe8e2 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #303832 !important;
  font-size: 13px !important;
  box-shadow: none !important;
}

.site-visit-inline-form textarea.form--control {
  min-height: 108px !important;
  resize: vertical !important;
}

.site-visit-inline-form .form--control:focus {
  border-color: #0f6a40 !important;
  box-shadow: 0 0 0 3px rgba(15, 106, 64, .08) !important;
}

.site-visit-inline-form__submit {
  min-width: 190px !important;
  min-height: 48px !important;
  border-color: #0f6a40 !important;
  border-radius: 6px !important;
  background: #0f6a40 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.site-visit-inline-form__submit:hover,
.site-visit-inline-form__submit:focus {
  border-color: #0b4a2b !important;
  background: #0b4a2b !important;
  color: #fff !important;
}

.site-visit-simple .site-visit-campaign__visual {
  display: none !important;
}

.site-visit-simple__label,
.site-visit-map-card__top span {
  display: inline-flex !important;
  gap: 7px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  color: #0f6a40 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.site-visit-simple h3,
.site-visit-map-card__top h3 {
  margin: 10px 0 10px !important;
  color: #222 !important;
  font-size: 28px !important;
  line-height: 1.25 !important;
}

.site-visit-simple p {
  margin: 0 !important;
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.site-visit-simple__list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 30px 0 28px !important;
}

.site-visit-simple__list div {
  display: flex !important;
  gap: 10px !important;
  min-height: 108px !important;
  align-items: center !important;
  padding: 22px 18px !important;
  border: 1px solid #e7eee9 !important;
  border-radius: 6px !important;
  background: #f8fbf9 !important;
}

.site-visit-simple__list i {
  flex: 0 0 auto !important;
  color: #0f6a40 !important;
  font-size: 20px !important;
}

.site-visit-simple__list span {
  color: #555 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.site-visit-simple__button,
.site-visit-map-card__book,
.site-visit-map-card__actions button,
.site-visit-map-card__actions a {
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.site-visit-simple__button {
  display: inline-flex !important;
  gap: 8px !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(100%, 240px) !important;
  align-self: flex-start !important;
  margin-top: auto !important;
  padding: 12px 16px !important;
  border-color: #0f6a40 !important;
  background: #0f6a40 !important;
  color: #fff !important;
}

.site-visit-media,
.site-visit-map-card {
  display: none !important;
}

.site-visit-simple__button:hover,
.site-visit-simple__button:focus {
  border-color: #0b4a2b !important;
  background: #0b4a2b !important;
  color: #fff !important;
}

.site-visit-map-card__top {
  padding: 18px 20px !important;
  border-bottom-color: #e8eee9 !important;
  background: #fff !important;
}

.site-visit-map-card__book,
.site-visit-map-card__actions button {
  border-color: #0f6a40 !important;
  background: #0f6a40 !important;
}

.site-visit-map-card__frame {
  height: 285px !important;
  background: #eef2ef !important;
}

.site-visit-map-card__projects {
  border-color: #e8eee9 !important;
}

.site-visit-map-project {
  padding: 11px 13px !important;
  border-color: #e8eee9 !important;
  background: #fff !important;
}

.site-visit-map-project > span {
  color: #0f6a40 !important;
}

.site-visit-map-project > span i {
  display: none !important;
}

.site-visit-map-project:hover,
.site-visit-map-project:focus,
.site-visit-map-project.is-active {
  background: #f4faf6 !important;
}

.site-visit-map-card__actions {
  padding: 14px 18px !important;
  background: #fff !important;
}

.site-visit-map-card__actions a {
  border-color: #d2ded7 !important;
  background: #fff !important;
  color: #0f6a40 !important;
}

@media (max-width: 991px) {
  .site-visit-wrap {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .site-visit-section {
    padding: 40px 0 !important;
  }

  .site-visit-section-heading h2 {
    font-size: 30px !important;
  }

  .site-visit-simple,
  .site-visit-form-card,
  .site-visit-map-card__top {
    padding: 28px 22px !important;
  }

  .site-visit-form-card__top {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .site-visit-simple__list {
    grid-template-columns: 1fr !important;
  }

  .site-visit-simple__list div {
    min-height: 54px !important;
  }

  .site-visit-simple h3,
  .site-visit-map-card__top h3 {
    font-size: 22px !important;
  }

  .site-visit-map-card__frame {
    height: 260px !important;
  }
}

/* Properties page: compact top filters, no left sidebar. */
.feature-grid {
  padding-top: 54px !important;
  padding-bottom: 70px !important;
  background: #f7faf8 !important;
}

.feature-grid > .container {
  width: min(100% - 30px, var(--home-content-width)) !important;
  max-width: var(--home-content-width) !important;
}

.properties-page-shell {
  display: grid;
  gap: 22px;
}

.properties-page-content {
  min-width: 0;
}

.properties-filter-bar {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) minmax(120px, .6fr) minmax(170px, .8fr) minmax(190px, .9fr) auto;
  gap: 10px;
  align-items: center;
  padding: 14px;
  border: 1px solid #e2e9e5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 91, 54, .06);
}

.properties-filter-bar__field {
  position: relative;
  display: flex;
  min-width: 0;
  height: 44px;
  align-items: center;
  margin: 0;
  border: 1px solid #e2e7e4;
  border-radius: 6px;
  background: #fbfcfb;
}

.properties-filter-bar__field--search {
  padding-left: 14px;
}

.properties-filter-bar__field--search span {
  flex: 0 0 auto;
  color: #0f6a40;
  font-size: 18px;
}

.properties-filter-bar__field input,
.properties-filter-bar__field .form--control,
.properties-filter-bar__field .form-select {
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  border: 0 !important;
  background: transparent !important;
  color: #333 !important;
  font-size: 13px !important;
  box-shadow: none !important;
}

.properties-filter-bar__field input {
  padding: 0 13px 0 10px !important;
}

.properties-filter-bar__field .select2-container {
  width: 100% !important;
}

.properties-filter-bar__field .select2-selection {
  height: 42px !important;
  border: 0 !important;
  background: transparent !important;
}

.properties-filter-bar__field .select2-selection__rendered {
  padding-left: 12px !important;
  color: #333 !important;
  font-size: 13px !important;
  line-height: 42px !important;
}

.properties-filter-bar__field .select2-selection__arrow {
  height: 42px !important;
}

.properties-filter-bar__button {
  display: inline-flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 18px;
  border: 1px solid #0f6a40;
  border-radius: 6px;
  background: #0f6a40;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.properties-filter-bar__button:hover,
.properties-filter-bar__button:focus {
  border-color: #0b4a2b;
  background: #0b4a2b;
  color: #fff;
}

.property-header {
  min-height: 56px !important;
  padding: 12px 16px !important;
  border: 1px solid #e2e9e5 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.property-header__title {
  margin: 0 !important;
  color: #26352d !important;
  font-size: 14px !important;
}

.view-buttons .btn {
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  border-radius: 6px !important;
}

@media (max-width: 991px) {
  .properties-filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .properties-filter-bar__field--search,
  .properties-filter-bar__button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  .feature-grid {
    padding-top: 38px !important;
  }

  .properties-filter-bar {
    grid-template-columns: 1fr;
  }
}

/* Global button hover contrast guard. Keep button text readable everywhere. */
:is(
  .btn,
  .btn--base,
  .filter-btn,
  .filter-button,
  .properties-filter-bar__button,
  .property-path-card__button,
  .property-path-card__button,
  .featured-property-card__button,
  .new-project-card__button,
  .featured-properties-view-more,
  .new-projects-view-more,
  .browse-budget-card__arrow,
  .site-visit-simple__button,
  .site-visit-submit,
  .about-premium__primary,
  .about-premium__secondary,
  .publish-listing-card__primary,
  .publish-listing-card__secondary,
  .about-insight-action,
  .zirakpur-choose-next-step__actions a,
  .browse-budget-card,
  a[class*='button'],
  a[class*='btn'],
  button[class*='button'],
  button[class*='btn']
):is(:hover, :focus) {
  border-color: #0b4a2b !important;
  background-color: #0b4a2b !important;
  background-image: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

:is(
  .btn,
  .btn--base,
  .filter-btn,
  .filter-button,
  .properties-filter-bar__button,
  .property-path-card__button,
  .featured-property-card__button,
  .new-project-card__button,
  .featured-properties-view-more,
  .new-projects-view-more,
  .site-visit-simple__button,
  .site-visit-submit,
  .about-premium__primary,
  .about-premium__secondary,
  .publish-listing-card__primary,
  .publish-listing-card__secondary,
  .about-insight-action,
  .zirakpur-choose-next-step__actions a,
  a[class*='button'],
  a[class*='btn'],
  button[class*='button'],
  button[class*='btn']
):is(:hover, :focus) :is(i, span, svg) {
  color: inherit !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  -webkit-text-fill-color: currentColor !important;
}

.about-premium__secondary:hover,
.about-premium__secondary:focus {
  border-color: #0b4a2b !important;
  background: #0b4a2b !important;
  background-color: #0b4a2b !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* Browse by Budget card hover: keep every icon and label readable. */
.browse-budget-section .browse-budget-card {
  border-color: rgba(15, 91, 54, .16) !important;
  background: #fff !important;
  color: #1d2d25 !important;
  box-shadow: 0 12px 30px rgba(15, 91, 54, .06) !important;
  transition: transform .25s ease, border-color .25s ease, background-color .25s ease, box-shadow .25s ease !important;
}

.browse-budget-section .browse-budget-card__icon {
  background: #e6f4ec !important;
  color: #0f6a40 !important;
  opacity: 1 !important;
  transition: transform .24s ease, background-color .24s ease, color .24s ease, box-shadow .24s ease !important;
}

.browse-budget-section .browse-budget-card__icon i {
  color: #0f6a40 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #0f6a40 !important;
}

.browse-budget-section .browse-budget-card__copy,
.browse-budget-section .browse-budget-card__copy strong,
.browse-budget-section .browse-budget-card__copy small {
  background: transparent !important;
  opacity: 1 !important;
}

.browse-budget-section .browse-budget-card__copy strong {
  color: #1d2d25 !important;
}

.browse-budget-section .browse-budget-card__copy small {
  color: #748078 !important;
}

.browse-budget-section .browse-budget-card__arrow {
  color: #0f6a40 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #0f6a40 !important;
}

.browse-budget-section .browse-budget-card:hover,
.browse-budget-section .browse-budget-card:focus {
  transform: translateY(-8px) scale(1.025) !important;
  border-color: #0f6a40 !important;
  background: #0f6a40 !important;
  color: #fff !important;
  box-shadow: 0 22px 46px rgba(15, 91, 54, .18) !important;
}

.browse-budget-section .browse-budget-card:hover .browse-budget-card__icon,
.browse-budget-section .browse-budget-card:focus .browse-budget-card__icon {
  transform: translateY(-3px) scale(1.07);
  background: #fff !important;
  color: #0f6a40 !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .12) !important;
}

.browse-budget-section .browse-budget-card:hover .browse-budget-card__icon i,
.browse-budget-section .browse-budget-card:focus .browse-budget-card__icon i {
  color: #0f6a40 !important;
  -webkit-text-fill-color: #0f6a40 !important;
}

.browse-budget-section .browse-budget-card:hover .browse-budget-card__copy strong,
.browse-budget-section .browse-budget-card:focus .browse-budget-card__copy strong,
.browse-budget-section .browse-budget-card:hover .browse-budget-card__copy small,
.browse-budget-section .browse-budget-card:focus .browse-budget-card__copy small,
.browse-budget-section .browse-budget-card:hover .browse-budget-card__arrow,
.browse-budget-section .browse-budget-card:focus .browse-budget-card__arrow {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
}

/* Property detail page polish applied globally to every property detail. */
.listing-detials {
  padding-top: 74px !important;
  background: #fff !important;
}

.listing-detials .row {
  align-items: flex-start !important;
}

.listing-details {
  animation: propertyDetailFadeUp .55s ease both;
}

.listing-details__header {
  margin-bottom: 28px !important;
}

.listing-details__header-title {
  margin-bottom: 22px !important;
  color: #121a16 !important;
  font-size: clamp(25px, 2.2vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.listing-details__header .d-flex {
  gap: 10px 12px !important;
}

.listing-details-item__icon {
  margin-left: 0 !important;
  color: #0f6a40 !important;
}

.listing-details-item__icon-text {
  color: #717b75 !important;
  font-weight: 700 !important;
}

.listing-details .location-item__list {
  display: inline-flex !important;
  min-height: 30px !important;
  align-items: center !important;
  padding: 5px 14px !important;
  border: 1px solid #b9dcc8 !important;
  border-radius: 6px !important;
  background: #eaf7ef !important;
  color: #0f6a40 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.listing-details__header .btn,
.property-visit-card .btn,
.site-visit-submit {
  border-radius: 6px !important;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease !important;
}

.listing-details__header .btn-outline--base {
  border-color: #d8e4dd !important;
  background: #fff !important;
  color: #2f3833 !important;
}

.listing-details__header .btn-outline--base:hover,
.listing-details__header .btn-outline--base:focus {
  transform: translateY(-1px);
  border-color: #0f6a40 !important;
  background: #0f6a40 !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(15, 91, 54, .12) !important;
}

.listing-details__thumb {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  box-shadow: 0 20px 46px rgba(20, 55, 36, .12) !important;
}

.listing-details__thumb img {
  transition: transform 5s ease, filter .35s ease !important;
}

.listing-details__thumb:hover img {
  transform: scale(1.035) !important;
  filter: saturate(1.04) contrast(1.02) !important;
}

.listing-details__content {
  color: #5f6d65 !important;
}

.listing-details__title,
.listing-details__date-title,
.listing-details__amenities-title,
.listing-details__gallery .nav-link,
.listing-details__map .title {
  color: #18221d !important;
}

.listing-details__desc,
.listing-details__desc p,
.listing-details__desc div {
  color: #5f6d65 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

.listing-details-sidebar-wrapper {
  top: 120px !important;
  margin-top: 116px !important;
  animation: propertyDetailFadeUp .62s .08s ease both;
}

.listing-details-sidebar {
  border: 1px solid #e0e8e3 !important;
  border-radius: 10px !important;
  background: #f8faf8 !important;
  box-shadow: 0 14px 34px rgba(20, 55, 36, .065) !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background-color .22s ease !important;
}

.listing-details-sidebar:hover {
  transform: translateY(-3px);
  border-color: #bddfca !important;
  background: #fff !important;
  box-shadow: 0 20px 44px rgba(20, 55, 36, .1) !important;
}

.listing-details-sidebar__title {
  color: #121a16 !important;
  font-size: 20px !important;
  font-weight: 800 !important;
}

.listing-details-sidebar__header {
  gap: 14px !important;
}

.listing-details-sidebar__header-thumb.posted-by-avatar {
  background: linear-gradient(135deg, #166d45 0%, #4f8f6a 100%) !important;
  box-shadow: 0 14px 30px rgba(15, 91, 54, .18) !important;
}

.listing-details-sidebar__header-thumb.posted-by-avatar i {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.listing-details-sidebar__header-info .name {
  color: #121a16 !important;
  font-weight: 800 !important;
}

.listing-details-sidebar__header-info .title {
  color: #6b756f !important;
}

.listing-details-sidebar__info .info-list__item {
  color: #5f6d65 !important;
}

.listing-details-sidebar__info .info-list .icon {
  color: #0f6a40 !important;
}

.listing-details-sidebar__info .info-list__text {
  color: #67736c !important;
  font-weight: 700 !important;
}

.property-visit-card {
  border-color: #dcebe2 !important;
  background: linear-gradient(135deg, #fff 0%, #f4fbf7 100%) !important;
}

.property-visit-card__icon {
  background: #e8f6ee !important;
  color: #0f6a40 !important;
}

.property-visit-card h6,
.property-visit-summary strong {
  color: #121a16 !important;
}

.property-visit-card p,
.property-visit-summary span {
  color: #67736c !important;
}

.property-visit-card .btn--base {
  border-color: #0f6a40 !important;
  background: #0f6a40 !important;
  color: #fff !important;
}

.property-visit-card .btn--base:hover,
.property-visit-card .btn--base:focus,
.site-visit-submit:hover,
.site-visit-submit:focus {
  transform: translateY(-1px);
  border-color: #0b4a2b !important;
  background: #0b4a2b !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(15, 91, 54, .14) !important;
}

.listing-details__amenities .amenities-list__item {
  border-color: #e4ece7 !important;
  background: #fff !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background-color .22s ease !important;
}

.listing-details__amenities .amenities-list__item:hover {
  border-color: #b9dcc8 !important;
  background: #f7fcf9 !important;
  box-shadow: 0 14px 28px rgba(15, 91, 54, .09) !important;
}

@keyframes propertyDetailFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .listing-details-sidebar-wrapper {
    margin-top: 24px !important;
    position: static !important;
  }
}

@media (max-width: 575px) {
  .listing-detials {
    padding-top: 48px !important;
  }

  .listing-details__header .ms-3 {
    margin-left: 0 !important;
  }
}

/* Soft green section rhythm: visual interest without hurting readability. */
.site-visit-section,
.zirakpur-choose-section,
.publish-listing-section,
.interesting-reads-section {
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;
}

.site-visit-section,
.publish-listing-section {
  background:
    linear-gradient(135deg, rgba(232, 246, 238, .92) 0%, rgba(247, 252, 249, 1) 48%, rgba(218, 239, 227, .78) 100%) !important;
}

.zirakpur-choose-section {
  background:
    linear-gradient(135deg, #f4fbf7 0%, #ffffff 42%, #e8f6ee 100%) !important;
}

.interesting-reads-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f2faf6 50%, #ffffff 100%) !important;
}

.site-visit-section::after,
.zirakpur-choose-section::after,
.publish-listing-section::after,
.interesting-reads-section::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 20%, rgba(15, 106, 64, .08), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(15, 106, 64, .07), transparent 30%);
  content: "";
  animation: softGreenDrift 14s ease-in-out infinite alternate;
}

.site-visit-section > .container,
.zirakpur-choose-section > .container,
.publish-listing-section > .container,
.interesting-reads-section > .container {
  position: relative;
  z-index: 1;
}

.site-visit-form-card,
.zirakpur-choose-card,
.publish-listing-card,
.interesting-read-card {
  backdrop-filter: saturate(1.02);
}

.site-visit-form-card,
.publish-listing-card {
  box-shadow: 0 20px 48px rgba(15, 91, 54, .1) !important;
}

.zirakpur-choose-item,
.interesting-read-card,
.site-visit-form-card,
.publish-listing-card {
  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    background-color .25s ease !important;
}

.interesting-read-card:hover,
.interesting-read-card:focus {
  transform: translateY(-7px) !important;
  border-color: rgba(15, 106, 64, .2) !important;
  box-shadow: 0 24px 48px rgba(15, 91, 54, .13) !important;
}

@keyframes softGreenDrift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: .78;
  }
  to {
    transform: translate3d(14px, -10px, 0) scale(1.03);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-visit-section::after,
  .zirakpur-choose-section::after,
  .publish-listing-section::after,
  .interesting-reads-section::after {
    animation: none !important;
  }
}

/* About Us page only: extra depth and subtle motion. */
.about-page {
  background: #fff;
}

.about-page .about-simple__content,
.about-page .about-simple__visual,
.about-page .about-theory__intro,
.about-page .about-theory__card,
.about-page-extra__intro,
.about-page-extra__grid article {
  animation: aboutPageRise .58s ease both;
}

.about-page .about-simple__visual { animation-delay: .08s; }
.about-page .about-theory__intro { animation-delay: .06s; }
.about-page .about-theory__card:nth-child(1),
.about-page-extra__grid article:nth-child(1) { animation-delay: .08s; }
.about-page .about-theory__card:nth-child(2),
.about-page-extra__grid article:nth-child(2) { animation-delay: .16s; }
.about-page .about-theory__card:nth-child(3),
.about-page-extra__grid article:nth-child(3) { animation-delay: .24s; }

.about-page .about-theory {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f5fbf8 100%);
}

.about-page .about-theory::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 28%, rgba(15, 106, 64, .08), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(15, 106, 64, .07), transparent 26%);
  content: "";
  animation: softGreenDrift 14s ease-in-out infinite alternate;
}

.about-page .about-theory > .container {
  position: relative;
  z-index: 1;
}

.about-page-extra {
  position: relative;
  overflow: hidden;
  padding: 76px 0 88px;
  background: #f7fbf8;
}

.about-page-extra .container {
  width: min(100% - 30px, var(--home-content-width));
  max-width: var(--home-content-width);
}

.about-page-extra__intro {
  max-width: 820px;
  margin-bottom: 34px;
}

.about-page-extra__intro span {
  display: block;
  margin-bottom: 8px;
  color: #0f6a40;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-page-extra__intro h2 {
  margin: 0 0 12px;
  color: #18221d;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.14;
}

.about-page-extra__intro p {
  margin: 0;
  color: #617069;
  font-size: 15px;
  line-height: 1.8;
}

.about-page-extra__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-page-extra__grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid #dcebe2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 91, 54, .07);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.about-page-extra__grid article:hover {
  transform: translateY(-8px);
  border-color: #9ed2b4;
  box-shadow: 0 24px 48px rgba(15, 91, 54, .12);
}

.about-page-extra__grid article span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: #e8f6ee;
  color: #0f6a40;
  font-size: 12px;
  font-weight: 900;
}

.about-page-extra__grid h3 {
  margin: 0 0 9px;
  color: #1f2b25;
  font-size: 20px;
}

.about-page-extra__grid p {
  margin: 0;
  color: #66736c;
  font-size: 13px;
  line-height: 1.7;
}

@keyframes aboutPageRise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .about-page-extra__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .about-simple__content,
  .about-page .about-simple__visual,
  .about-page .about-theory__intro,
  .about-page .about-theory__card,
  .about-page-extra__intro,
  .about-page-extra__grid article,
  .about-page .about-theory::after {
    animation: none !important;
  }
}

/* Contact page form polish. */
.contact-top {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%) !important;
}

.contact-top .container {
  position: relative;
  z-index: 1;
}

.contact-top .contact-item {
  min-height: 175px;
  border: 1px solid #dcebe2 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 16px 36px rgba(15, 91, 54, .07) !important;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.contact-top .contact-item:hover {
  transform: translateY(-6px);
  border-color: #9ed2b4 !important;
  box-shadow: 0 24px 48px rgba(15, 91, 54, .12) !important;
}

.contact-bottom {
  margin-top: 42px;
  border-radius: 10px !important;
  background: transparent !important;
}

.contact-wrapper {
  padding: clamp(24px, 4vw, 42px) !important;
  border: 1px solid #dcebe2 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 24px 54px rgba(15, 91, 54, .1) !important;
}

.contactus-form {
  height: 100%;
  padding: 6px 8px 6px 0;
}

.contact__title {
  margin-bottom: 22px !important;
  color: #18221d !important;
  font-size: clamp(24px, 2.4vw, 34px) !important;
  font-weight: 800 !important;
}

.contactus-form .form-group {
  margin-bottom: 18px !important;
}

.contactus-form .form--label,
.contactus-form .form-label {
  margin-bottom: 8px !important;
  color: #26352d !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.contactus-form .form--control,
.contactus-form .form-control,
.contactus-form textarea {
  min-height: 48px !important;
  border: 1px solid #dfe8e2 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #303832 !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

.contactus-form textarea {
  min-height: 150px !important;
  resize: vertical;
}

.contactus-form .form--control:focus,
.contactus-form .form-control:focus,
.contactus-form textarea:focus {
  border-color: #0f6a40 !important;
  box-shadow: 0 0 0 4px rgba(15, 106, 64, .1) !important;
}

.contactus-form .btn--base {
  min-height: 48px !important;
  min-width: 170px;
  border-radius: 6px !important;
  background: #0f6a40 !important;
  color: #fff !important;
  font-weight: 800 !important;
}

.contactus-form .btn--base:hover,
.contactus-form .btn--base:focus {
  background: #0b4a2b !important;
  color: #fff !important;
}

.contact-map {
  height: 100%;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid #dcebe2;
  border-radius: 10px;
  box-shadow: none;
}

.contact-map iframe {
  height: 100% !important;
  min-height: 480px;
  filter: saturate(.92) contrast(.98);
}

/* Auth pages with navbar. */
body:has(.account) .header {
  position: relative !important;
  top: auto !important;
  background: #0a532f !important;
  box-shadow: 0 12px 28px rgba(10, 83, 47, .14) !important;
}

body:has(.account) .account {
  min-height: calc(100vh - 92px) !important;
  padding-top: 56px !important;
}

body:has(.account) .account-form__logo {
  display: none !important;
}

@media (max-width: 991px) {
  .contactus-form {
    padding-right: 0;
  }

  .contact-map,
  .contact-map iframe {
    min-height: 340px;
  }
}

/* Mobile friendliness pass for recent sections and auth pages. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  body:has(.account) .header .navbar {
    min-height: 76px !important;
  }

  body:has(.account) .header .navbar-brand.logo {
    width: auto !important;
    height: 64px !important;
  }

  body:has(.account) .header .navbar-brand.logo img {
    width: auto !important;
    height: 54px !important;
    max-height: 54px !important;
  }

  body:has(.account) .header .navbar-collapse {
    padding: 14px 0 16px !important;
  }

  body:has(.account) .header .nav-menu {
    gap: 0 !important;
    align-items: flex-start !important;
  }

  body:has(.account) .header .nav-menu .nav-link {
    justify-content: flex-start !important;
    padding: 10px 0 !important;
    text-align: left !important;
  }

  body:has(.account) .account {
    min-height: auto !important;
    padding: 24px 14px 44px !important;
  }

  body:has(.account) .account-inner {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    border-radius: 12px !important;
  }

  body:has(.account) .account-inner .account-left {
    display: none !important;
  }

  body:has(.account) .account-inner .account-right {
    width: 100% !important;
  }

  body:has(.account) .account-form-wrapper {
    min-height: 0 !important;
    padding: 28px 18px !important;
  }

  body:has(.account) .account-form__title {
    font-size: 24px !important;
    line-height: 1.25 !important;
  }

  .contact-top {
    padding: 52px 0 !important;
  }

  .contact-wrapper {
    padding: 22px !important;
  }

  .contact-bottom {
    margin-top: 28px !important;
  }

  .contact-map,
  .contact-map iframe {
    min-height: 320px !important;
  }

  .site-visit-form-card__top,
  .publish-listing-card,
  .about-simple .about-simple__layout,
  .lifestyle-simple .lifestyle-simple__header,
  .zirakpur-choose-wrap {
    grid-template-columns: 1fr !important;
  }

  .publish-listing-card__actions {
    justify-content: flex-start !important;
  }
}

@media (max-width: 575px) {
  :is(
    .featured-properties-section,
    .bhk-location,
    .quick-compare-section,
    .site-visit-section,
    .about-premium,
    .zirakpur-choose-section,
    .interesting-reads-section,
    .testimonials,
    .publish-listing-section,
    .about-page-extra
  ) {
    padding-top: 46px !important;
    padding-bottom: 50px !important;
  }

  :is(
    .site-visit-section,
    .publish-listing-section,
    .interesting-reads-section,
    .about-page-extra
  ) .container {
    width: min(100% - 22px, 100%) !important;
  }

  .banner-content__title,
  .about-simple__content h2,
  .zirakpur-choose-content h2,
  .publish-listing-card__content h2,
  .interesting-reads-header h2,
  .contact__title {
    font-size: 28px !important;
    line-height: 1.18 !important;
  }

  .hero-search .banner-form-wrapper {
    padding: 12px !important;
    border-radius: 10px !important;
  }

  .hero-search-tabs {
    width: 100%;
    gap: 6px !important;
  }

  .hero-search-tab {
    flex: 1 1 0;
    min-width: 0 !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
  }

  .hero-search .banner-form {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .hero-search .search-btn,
  .hero-search .hero-search-btn {
    width: 100% !important;
  }

  .browse-budget-grid,
  .property-paths__grid,
  .zirakpur-choose-list,
  .about-page-extra__grid {
    grid-template-columns: 1fr !important;
  }

  .browse-budget-card,
  .property-path-card,
  .zirakpur-choose-item {
    min-height: 0 !important;
  }

  .property-path-card {
    padding: 22px 18px !important;
  }

  .property-path-card:hover,
  .property-path-card:focus-within,
  .browse-budget-section .browse-budget-card:hover,
  .browse-budget-section .browse-budget-card:focus {
    transform: translateY(-5px) scale(1.01) !important;
  }

  .site-visit-form-card {
    padding: 22px 16px !important;
  }

  .site-visit-inline-form .row,
  .contactus-form .row {
    --bs-gutter-y: 14px;
  }

  .contact-wrapper {
    padding: 18px !important;
    border-radius: 8px !important;
  }

  .contactus-form textarea {
    min-height: 120px !important;
  }

  .contactus-form .btn--base {
    width: 100%;
  }

  .contact-map,
  .contact-map iframe {
    min-height: 260px !important;
  }

  .publish-listing-card {
    padding: 22px 18px !important;
  }

  .publish-listing-card__actions,
  .publish-listing-card__actions a {
    width: 100%;
  }

  .interesting-reads-header {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  .interesting-read-card {
    flex-basis: 270px !important;
    width: 270px !important;
    max-width: 270px !important;
    min-width: 270px !important;
  }

  .interesting-reads-nav {
    display: none !important;
  }
}

/* Footer hover colors: keep every footer interaction green. */
.footer-area--zirakpur a:hover,
.footer-area--zirakpur a:focus,
.footer-area--zirakpur .footer-menu__link:hover,
.footer-area--zirakpur .footer-menu__link:focus,
.footer-area--zirakpur .footer-contact-menu__item-content a:hover,
.footer-area--zirakpur .footer-contact-menu__item-content a:focus,
.footer-area--zirakpur .bottom-footer-text a:hover,
.footer-area--zirakpur .bottom-footer-text a:focus {
  color: #35d07f !important;
  -webkit-text-fill-color: #35d07f !important;
  text-decoration: none !important;
}

.footer-area--zirakpur .footer-menu__link:hover,
.footer-area--zirakpur .footer-menu__link:focus {
  transform: translateX(4px);
}

.footer-area--zirakpur .footer-local-tags a:hover,
.footer-area--zirakpur .footer-local-tags a:focus {
  border-color: rgba(53, 208, 127, .5) !important;
  background: rgba(53, 208, 127, .14) !important;
  color: #35d07f !important;
  -webkit-text-fill-color: #35d07f !important;
}

.footer-area--zirakpur .footer-contact-menu__item:hover .footer-contact-menu__item-icon,
.footer-area--zirakpur .footer-contact-menu__item:focus-within .footer-contact-menu__item-icon {
  border-color: rgba(53, 208, 127, .42) !important;
  background: rgba(53, 208, 127, .16) !important;
  color: #35d07f !important;
}

.footer-area--zirakpur .footer-contact-menu__item:hover .footer-contact-menu__item-icon i,
.footer-area--zirakpur .footer-contact-menu__item:focus-within .footer-contact-menu__item-icon i {
  color: #35d07f !important;
  -webkit-text-fill-color: #35d07f !important;
}

.footer-area--zirakpur .social-list__link:hover,
.footer-area--zirakpur .social-list__link:focus {
  border-color: rgba(53, 208, 127, .5) !important;
  background: #35d07f !important;
  color: #063b23 !important;
  -webkit-text-fill-color: #063b23 !important;
}

.footer-area--zirakpur .social-list__link:hover i,
.footer-area--zirakpur .social-list__link:focus i,
.footer-area--zirakpur .social-list__link:hover svg,
.footer-area--zirakpur .social-list__link:focus svg {
  color: #063b23 !important;
  fill: #063b23 !important;
  stroke: #063b23 !important;
  -webkit-text-fill-color: #063b23 !important;
}

/* Articles carousel safety reset: normal cards + timer-based auto scroll. */
.interesting-reads-section .interesting-reads-shell {
  overflow: visible !important;
}

.interesting-reads-section .interesting-reads-track {
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  grid-auto-flow: column !important;
  grid-auto-columns: minmax(285px, 330px) !important;
  grid-template-columns: none !important;
  gap: 20px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 0 0 8px !important;
  animation: none !important;
  transform: none !important;
  scroll-snap-type: x proximity !important;
  scrollbar-width: none !important;
}

.interesting-reads-section .interesting-reads-track::-webkit-scrollbar {
  display: none !important;
}

.interesting-reads-section .interesting-read-card {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  flex: initial !important;
  scroll-snap-align: start !important;
}

.interesting-reads-section .interesting-read-card__image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
}

.interesting-reads-section .interesting-read-card__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

@media (max-width: 575px) {
  .interesting-reads-section .interesting-reads-track {
    grid-auto-columns: minmax(260px, 82vw) !important;
  }
}
