/*!
Theme Name: narayanarealtors
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: narayanarealtors
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

narayanarealtors is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/



.hero-section {
      position: relative;
      background: url('https://narayanarealtors.com/wp-content/uploads/2025/10/hero_bg.jpg') center center/cover no-repeat;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
    }
    .hero-overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.4);
    }
    .hero-content {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 1000px;
    }
    .search-box {
      background: #fff;
      border-radius: 10px;
      padding: 10px;
      margin-top: 20px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }
    .nav-pills .nav-link {
      border-radius: 50px;
      padding: 5px 20px;
      font-weight: 500;
    }
    .nav-pills .nav-link.active {
      background-color: #4b3bc0;
    }
    .google-rating {
      background: rgba(0,0,0,0.6);
      padding: 15px 15px;
      border-radius: 8px;
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
    }

.nice-select {
	width: 100% !important;
	height: auto !important;
}
.nice-select:after {
	display: none !important;
}


.hero__content__property {
    width: 42.5rem;
    background-color: rgba(0, 0, 0, .451);
    border: .125rem solid #fff;
    border-radius: 5rem;
    margin: 0 auto 1.75rem;
    position: relative;
	align-items: center;
}
.hero__content__property li {
    display: inline-block;
    width: 25%;
}
.hero__content__property li a {
    position: relative;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.875rem;
    text-align: center;
    padding-block: .25rem;
    z-index: 2;
}
.hero__content__property .nav-link:focus, .hero__content__property .nav-link:hover {
    color: #fff !important;
}
.hero__content__property .nav-link.active {
    background-color: #4b3bc0;
    border: 2px solid #fff;
}
.hero-section .form-control{
	height: 55px !important;
}
.submit_btn svg{
	width: 25px;
}
#land, #investment{
background: #fff;
    padding: 30px 50px;
    border-radius: 10px;
    margin: 74px;
	}

@media only screen and (max-width: 767px) {
	.hero-area-slider .hero1-section-area .hero-header-area{
		padding:20px;
	}
	.hero-area-slider .hero1-section-area .hero-header-area h1{
		font-size:30px;
	}
	.theme-btn1, .theme-btn2{
		padding: 10px 12px;
	}
	.hero-area-slider .hero1-section-area{
		padding: 80px 0;
	}
	.space40{
		height: 30px;
	}
	.property-location-section-area .property-single-slider{
		padding-top:20px;
	}
	.about2-section-area .about-heading .accordion .accordion-item button{
		font-size: 18px;
	}
	.heading1 p{
		font-size: 15px;
	}
	.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-author-area p{
		font-size: 16px;
		line-height: 24px;
		text-align: justify;
	}
	.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-author-area ul li a {
    height: 20px;
    width: 20px;
		line-height: 20px;
	}
	.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .man-text a{
		    font-size: 18px;
	}
	.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .mans-img img {
    height: 50px;
		width: 70px;
	}
	.hero-inner-section-area-sidebar .hero-header-area h1{
		margin:0;
	}
	    .hero-inner-section-area-sidebar {
        padding: 100px 0 70px;
    }
	.heading1 p{
		font-size: 16px;
	}
	.owl-nav{
		display: none;
	}
	.floor-details {
    font-size: 15px;
    font-weight: 500;
    gap: 0.5rem !important;
    padding-top: 16px;
}
	.hero__content__property {
        width: 100%;
    }
	.hero__content__property .nav-link{
		font-size: .75rem;
		padding: 5px 8px;
	}
	.hero-section .hero-content h1{
		font-size: 30px !important;
	}
}


 
.submit_btn{
	height: 52px;
}

.login h1 a {
    background-image: url(https://narayanarealtors.com/wp-content/uploads/2025/10/logo_n.png) !important;
	background-image: none, url(https://narayanarealtors.com/wp-content/uploads/2025/10/logo_n.png) !important;
}
.sticky-sidebar {
  position: sticky;
  top: 100px; /* adjust depending on your header height */
  z-index: 100;
}

@media (max-width: 991px) {
  .sticky-sidebar {
    position: static; /* disable stickiness on mobile */
  }
	.co_re {
    padding-left: 0;
    padding-right: 0;
}
}

@media (min-width: 768px) {
    .elementor-257 .elementor-element.elementor-element-231da7c {
        width: 100%;
    }
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1320px;
}


/* .....lp.......... */


.hero4-section-area {
  position: relative;
  z-index: 2;
  margin: 0 0;
  border-radius: 0;
	 padding: 50px 0;
    padding-top: 150px;
}
@media (max-width: 767px) {
  .hero4-section-area {
    margin: 0;
    border-radius: 0;
	 
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area {
    margin: 0;
    border-radius: 0;
  }
}
.hero4-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 0;
  background: rgba(6, 2, 14, 0.6);
  z-index: -1;
}
.hero4-section-area .hero-header h5 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 10px 14px;
}
@media (max-width: 767px) {
  .hero4-section-area .hero-header h5 {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
  }
}
.hero4-section-area .hero-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 80px;
}
@media (max-width: 767px) {
  .hero4-section-area .hero-header h1 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .hero4-section-area .property-tab-section4 {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .property-tab-section4 {
    margin-top: 40px;
  }
}
.hero4-section-area .property-tab-section4 .tab-section {
  width: 100%;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
}
.hero4-section-area .property-tab-section4 .tab-header {
  display: flex;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.hero4-section-area .property-tab-section4 .tab-btn {
  flex: 1;
  padding: 14px 60px;
  background: #F2F1F1;
  border: none;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .hero4-section-area .property-tab-section4 .tab-btn {
    padding: 14px;
  }
}
.hero4-section-area .property-tab-section4 .tab-btn.active {
  background: var(--ztc-text-text-8);
  color: var(--ztc-text-text-1);
}
.hero4-section-area .property-tab-section4 .dropdown-container {
  padding: 24px;
}
.hero4-section-area .property-tab-section4 .dropdown-container .nice-select {
  width: 100%;
  color: #4A5253;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  border: none;
  outline: none;
  background: #F1F1F1;
  padding: 16px;
  border-radius: 8px;
  height: auto;
  margin-bottom: 24px;
}
.hero4-section-area .property-tab-section4 .dropdown-container .nice-select::after {
  height: 7px;
  width: 7px;
  object-fit: cover;
  filter: brightness(0);
}
.hero4-section-area .property-tab-section4 .dropdown-container .nice-select ul {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  border: none;
  outline: none;
}
.hero4-section-area .property-tab-section4 .actions {
  display: flex;
  gap: 10px;
  padding: 0 15px 15px;
}
.hero4-section-area .property-tab-section4 .filter-button,
.hero4-section-area .property-tab-section4 .search-button {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.hero4-section-area .property-tab-section4 .filter-button {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  padding: 14px 37px;
  border-radius: 4px;
  height: 50px;
  background: var(--ztc-bg-bg-2);
}
.hero4-section-area .property-tab-section4 .filter-button svg {
  height: 24px;
  width: 24px;
  object-fit: cover;
  margin: 0 0 0 4px;
}
.hero4-section-area .property-tab-section4 .search-button {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  padding: 14px 37px;
  border-radius: 4px;
  height: 50px;
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
}
.hero4-section-area .property-tab-section4 .search-button:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
}
.hero4-section-area .property-tab-section4 .search-button svg {
  height: 24px;
  width: 24px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero4-section-area .property-tab-section4 .search-button {
    padding: 14px;
  }
}
.hero4-section-area .property-tab-section4 .tab-content1.hidden {
  display: none;
}
.hero4-section-area .property-tab-section4 .wd-search-form {
  background-color: var(--ztc-bg-bg-1);
  padding: 32px 24px;
  /* Slider Fill (Dynamic Range) */
  /* Slider fill for colored range */
}
.hero4-section-area .property-tab-section4 .wd-search-form .group-price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hero4-section-area .property-tab-section4 .wd-search-form .group-price {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hero4-section-area .property-tab-section4 .wd-search-form .group-price .box-title-price {
  margin-bottom: 10px;
}
.hero4-section-area .property-tab-section4 .wd-search-form .group-select {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hero4-section-area .property-tab-section4 .wd-search-form .group-select {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .property-tab-section4 .wd-search-form .group-select {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hero4-section-area .property-tab-section4 .wd-search-form .group-select h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  margin-bottom: 12px;
}
.hero4-section-area .property-tab-section4 .wd-search-form .group-select .nice-select {
  width: 275px;
  padding: 18px 14px !important;
  border: none;
  outline: none;
  border-radius: 8px;
  background: #F0F1F1;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px !important;
  height: auto;
}
@media (max-width: 767px) {
  .hero4-section-area .property-tab-section4 .wd-search-form .group-select .nice-select {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .property-tab-section4 .wd-search-form .group-select .nice-select {
    width: 100%;
  }
}
.hero4-section-area .property-tab-section4 .wd-search-form .group-select .nice-select::after {
  height: 7px;
  width: 7px;
  object-fit: cover;
  right: 16px;
}
.hero4-section-area .property-tab-section4 .wd-search-form .group-select .nice-select ul {
  width: 100%;
}
.hero4-section-area .property-tab-section4 .wd-search-form .group-amenities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .hero4-section-area .property-tab-section4 .wd-search-form .group-amenities {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hero4-section-area .property-tab-section4 .wd-search-form .group-checkbox {
  text-align: start;
}
.hero4-section-area .property-tab-section4 .wd-search-form .group-checkbox .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.hero4-section-area .property-tab-section4 .wd-search-form .group-checkbox .checkbox-item label .text-4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  margin-bottom: 12px;
}
.hero4-section-area .property-tab-section4 .wd-search-form .group-checkbox .checkbox-item label input {
  accent-color: var(--ztc-bg-bg-7);
  margin: 0 4px 0 0;
}
.hero4-section-area .property-tab-section4 .wd-search-form .box-search {
  position: relative;
}
.hero4-section-area .property-tab-section4 .wd-search-form .box-search input,
.hero4-section-area .property-tab-section4 .wd-search-form .box-search input::placeholder {
  font-size: var(--ztc-font-size-font-s14);
  line-height: 22px;
}
.hero4-section-area .property-tab-section4 .wd-search-form .box-search .icon {
  position: absolute;
  font-size: 16px;
  right: 16px;
  top: 57%;
  transform: translateY(-50%);
}
.hero4-section-area .property-tab-section4 .wd-search-form .slider-item {
  width: 100%;
}
.hero4-section-area .property-tab-section4 .wd-search-form .slider-label {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  margin-bottom: 12px;
}
.hero4-section-area .property-tab-section4 .wd-search-form .slider {
  position: relative;
  height: 4px;
  background-color: #ddd;
  border-radius: 4px;
  margin-top: 20px;
}
.hero4-section-area .property-tab-section4 .wd-search-form input[type=range] {
  position: absolute;
  width: 100%;
  height: 4px;
  appearance: none;
  background: transparent;
  pointer-events: none;
  z-index: 2;
}
.hero4-section-area .property-tab-section4 .wd-search-form input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 14px;
  height: 14px;
  background: var(--ztc-bg-bg-1);
  border: 2px solid var(--ztc-bg-bg-7);
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}
.hero4-section-area .property-tab-section4 .wd-search-form input[type=range]::-moz-range-thumb,
.hero4-section-area .property-tab-section4 .wd-search-form input[type=range]::-ms-thumb {
  width: 14px;
  height: 14px;
  background: var(--ztc-bg-bg-1);
  border: 2px solid var(--ztc-bg-bg-7);
  border-radius: 50%;
  cursor: pointer;
}
.hero4-section-area .property-tab-section4 .wd-search-form .slider-fill {
  position: absolute;
  height: 4px;
  background-color: var(--ztc-bg-bg-7);
  z-index: 1;
  border-radius: 4px;
  top: 0;
  left: 0;
  width: 0;
}
.hero4-section-area .property-tab-section4 .wd-search-form label {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  margin-bottom: 12px;
}
.hero4-section-area .property-tab-section4 .wd-search-form label span {
  color: var(--ztc-text-text-3);
}
.hero4-section-area .property-tab-section4 .wd-search-form .slider {
  position: relative;
  height: 5px;
  background: #ddd;
  border-radius: 5px;
}
.hero4-section-area .property-tab-section4 .wd-search-form input[type=range] {
  position: absolute;
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  background: transparent;
  pointer-events: none;
  z-index: 2;
}
.hero4-section-area .property-tab-section4 .wd-search-form input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 16px;
  height: 16px;
  background: var(--ztc-bg-bg-1);
  border: 2px solid var(--ztc-bg-bg-7);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.hero4-section-area .property-tab-section4 .wd-search-form input[type=range]::-moz-range-thumb,
.hero4-section-area .property-tab-section4 .wd-search-form input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  background: var(--ztc-bg-bg-7);
  border: 2px solid var(--ztc-bg-bg-7);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.hero4-section-area .property-tab-section4 .wd-search-form .slider-fill {
  position: absolute;
  height: 5px;
  background: var(--ztc-bg-bg-7);
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 5px;
  pointer-events: none;
  width: 0; /* This will be dynamically updated */
}
.hero4-section-area .property-tab-section4 .wd-search-form {
  border-bottom: 1px solid #F0F1F1;
  border-left: 1px solid #F0F1F1;
  border-right: 1px solid #F0F1F1;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 81%;
  width: 1300px;
  max-width: 100%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.6s;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .hero4-section-area .property-tab-section4 .wd-search-form {
    width: 100%;
    max-width: 100%;
    top: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .property-tab-section4 .wd-search-form {
    top: 93%;
  }
}
.hero4-section-area .property-tab-section4 .wd-search-form.show-box {
  display: block;
  opacity: 1;
  transition: all 0.6s;
  visibility: visible;
  margin-top: 0;
}
 .highlights-section {
      padding: 80px 0;
    }

    .section-title {
      font-family: 'Inter', sans-serif;
      font-weight: 500;
      letter-spacing: 2px;
      font-size: 18px;
      position: relative;
      display: inline-block;
      margin-bottom: 20px;
    }

    .section-title:before,
    .section-title:after {
      content: "";
      position: absolute;
      top: 50%;
      width: 120px;
      height: 1px;
      background: #ccc;
    }

    .section-title:before {
      left: -140px;
    }

    .section-title:after {
      right: -140px;
    }

    .section-subtitle {
      max-width: 900px;
      margin: 0 auto 60px;
      font-size: 18px;
      color: #777;
      line-height: 1.7;
    }

    .highlight-item img {
      width: 80px;
		margin: 0 auto;
      margin-bottom: 20px;
    }

    .highlight-text {
      font-family: 'Playfair Display', serif;
      font-size: 18px;
      font-style: italic;
      color: #111;
    }
.bg-light-grayish-orange-gradient {
    background: linear-gradient(137.29deg, hsla(36, 33%, 97%, .6) 7.62%, hsla(35, 28%, 88%, .6) 81.69%);
}


/*....new lp......*/

.property-card {
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,.08);
    }

    .property-img {
      position: relative;
    }

    .property-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .property-info {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: #fff;
    }

    .badge-certified {
      background: #000;
      padding: 6px 12px;
      border-radius: 30px;
      font-size: 12px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .property-bottom {
      padding: 20px;
      background: #fff;
      border-top: 1px solid #eee;
    }

    .callback-btn {
      background: #0d6efd;
      border: none;
      color: #fff;
      font-weight: 600;
      border-radius: 30px;
      padding: 12px 26px;
    }

    /* Sticky Form */
    .sticky-form {
      position: sticky;
      top: 20px;
      background: #fff;
      border-radius: 16px;
      padding: 24px;
      box-shadow: 0 10px 30px rgba(0,0,0,.12);
    }

    .sticky-form h5 {
      font-weight: 700;
    }

    .sticky-form .form-control {
      background: transparent;
      border: none;
      border-bottom: 1px solid rgba(0,0,0,.3);
      border-radius: 0;
    }

    .sticky-form .form-control:focus {
      box-shadow: none;
      border-color: #000;
    }

    .request-btn {
      background: #004274;
      color: #fff;
      border-radius: 30px;
      font-weight: 600;
      padding: 12px;
    }

    @media (max-width: 991px) {
      .sticky-form {
        position: static;
        margin-top: 20px;
      }
    }
    .propertis_lp{
        padding-top: 100px;
    }
    
    
    
    
    .section-card{
  background:#fff;
  border-radius:14px;
  padding:24px;
  margin-bottom:24px;
  box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.propertis_lp .s-title{
  font-weight:700;
  font-size:20px;
  margin-bottom:20px;
  border-bottom:1px solid #eaeaea;
  padding-bottom:12px;
}

.metric-label{
  font-size:12px;
  text-transform:uppercase;
  color:#666;
  letter-spacing:.5px;
}

.metric-value{
  font-weight:700;
  font-size:18px;
}

.progress{
  height:6px;
  border-radius:20px;
}

.progress.red .progress-bar{
  background:#e63946;
}

.progress.green .progress-bar{
  background:#2ecc71;
}

.developer-logo img{
  max-width:150px;
}

.read-more{
  color:#004274;
  font-weight:600;
  text-decoration:none;
}

.brochure-btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  background:#004274;
  color:#fff;
  border-radius:6px;
  padding:12px 18px;
  font-weight:600;
  text-decoration:none;
}

.brochure-btn i{
  font-size:26px;
}





.s-title{
  font-weight:700;
  font-size:20px;
  margin-bottom:20px;
  border-bottom:1px solid #eaeaea;
  padding-bottom:12px;
}

.table th{
  font-weight:600;
}

.pdf-btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  background:#004274;
  color:#fff;
  border-radius:6px;
  padding:12px 18px;
  font-weight:600;
  text-decoration:none;
}

.pdf-btn i{
  font-size:26px;
}

.floor-title{
  font-weight:600;
  margin-bottom:16px;
}

.floor-img{
  border:1px solid #eaeaea;
  border-radius:6px;
  padding:8px;
  background:#fafafa;
}

.floor-img img{
  width:100%;
  height:auto;
}


.gallery-img{
  cursor:pointer;
  border-radius:8px;
  overflow:hidden;
}

.gallery-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.3s;
}

.gallery-img:hover img{
  transform:scale(1.05);
}

/* Modal Image */
.modal-img{
  width:100%;
  border-radius:10px;
}

/* Video iframe */
.video-frame{
  width:100%;
  height:450px;
}

@media(max-width:768px){
  .video-frame{
    height:220px;
  }
}


.explor_projects{
  padding:60px 0;
  background:#fff;
}

.explor_projects h2{
  font-weight:700;
  margin-bottom:30px;
}

.project-card{
  background:#fff;
  border-radius:14px;
  box-shadow:0 8px 25px rgba(0,0,0,.08);
  overflow:hidden;
  height:100%;
}

.project-img{
  position:relative;
}

.project-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.certified-badge{
  position:absolute;
  top:12px;
  left:12px;
  background:#000;
  color:#ffc107;
  padding:6px 12px;
  border-radius:30px;
  font-size:12px;
  font-weight:600;
  display:flex;
  align-items:center;
  gap:6px;
}

.rera-badge{
  position:absolute;
  bottom:12px;
  left:12px;
  background:#0d6efd;
  color:#fff;
  font-size:12px;
  padding:6px 12px;
  border-radius:20px;
}

.project-body{
  padding:16px;
}

.project-title{
  font-weight:700;
  font-size:18px;
}

.project-body p{
  font-size:14px;
  margin-bottom:6px;
}

.project-price{
  font-weight:700;
}

.project-status{
  font-size:14px;
  font-weight:600;
}

.progress{
  height:6px;
  border-radius:10px;
}

.progress-bar.red{
  background:#e63946;
}

.progress-bar.blue{
  background:#1da1f2;
}
