/*!
Theme Name: Signature Properties
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: signature-properties
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.

Signature Properties 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;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
}
/**
 * 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
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}


.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* AFooer CSS
--------------------------------------------- */




.footer-inner h3 {
  margin-bottom: 10px;
}

.footer-inner a {
  color: #c0392b;
  text-decoration: none;
}

.copyright {
  margin-top: 15px;
  font-size: 14px;
  color: #777;
}


/* FULL PAGE BACKGROUND */
body {
  background: #eef2f3;
  margin: 0;
  font-family: Arial, sans-serif;
}

/* CENTER CONTENT */
.container {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;.container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}
}

/* HEADER */
.site-header {
/*   background: #f8f9fb; */
/*   border-bottom: 1px solid #ddd; */
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    background-color: #fff;
}

/* LOGO */
.logo img {
  max-height: 50px;
}

/* MENU */
.main-nav ul {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
}

.main-nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

/* PHONE */
.header-contact a {
    background: #61729d;
    color: #fff;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
}
.fa-phone:before {
    content: "\f095";
    font-size: 17px;
}


/* FULL WIDTH BACKGROUND */
.header-search {
/*   background: #dde3e7; */
/*   border-top: 1px solid #d0d6da;
  border-bottom: 1px solid #d0d6da; */
}
body, button, input, select, optgroup, textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 15px;
    line-height: 01.5;
}
/* CONTAINER CONTROL */
.header-search .container {
    padding: 0px 25px 0px 5px;
    background-color: #dbe5e7;
}

/* INNER FLEX */
.search-wrapper {
  display: flex;
  align-items: center;
}

/* TITLE */
.search-title {
    /* background: #cfd6db; */
    padding: 15px 16px;
    font-weight: bold;
    font-size: 17px;
}

/* FORM */
.search-bar {
    display: flex;
    flex: 1;
    gap: 10px;
    height: 35px;
}

/* FIELDS */
.search-bar select {
    border-radius: 5px;
    flex: 1;
    padding: 2px 2px 2px 7px;
    border: none;
    border-left: 1px solid #ccc;
    background: #ffffff;
}

/* REMOVE GAP */
.search-bar select:first-child {
  border-left: none;
}

/* BUTTON */
.search-btn {
  background: #c0392b;
  color: #fff;
  border: none;
  padding: 0 18px;
}

.results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.result-count {
  font-size: 14px;
  color: #777;
}


/*  card design css  */
/* ===============================
   GLOBAL CONTAINER
================================ */
.container {
  max-width: 1280px;
  margin: auto;
  padding: 20px 20px;
}

/* ===============================
   SECTION TITLE
================================ */
section.featured-section {
    position: relative;
}
.featured-section .container {
   padding:30pxpx 0px 0px 0px;
	background-color:#fff;
}

.section-title {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
  color: #2c2c2c;
}




/* SWIPER FIX */
.featured-swiper {
  width: 100%;
}
.featured-swiper .swiper-wrapper {
    column-gap: 20px;
    display: flex;
}

/* IMPORTANT */
.featured-swiper .swiper-slide {
  height: auto;
}

.swiper-slide.swiper-slide {
    margin-right: 0px !important;
}


/* ===============================
   PROPERTY GRID
================================ */

section.listing-section .container {
    background-color: #fff;
	    padding-bottom: 50px;
}


.property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px;
}

.property-card {
  border: 1px solid #ddd;
  background: #fff;
  transition: 0.3s;
}

.property-card:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

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

.property-content {
  padding: 15px;
}

.property-content h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.price {
  font-weight: bold;
  margin: 10px 0;
}

.view-btn {
    background: #c0392b;
    color: #fff !important;
    padding: 8px 12px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    border-radius: 2px;
}

.view-btn:hover {
  background: #a93226;
}

.property-card {
  position: relative; 
}

.ribbon {
    position: absolute;
    top: 10px;
    left: 0px;
    background: #c0392b;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    z-index: 2;
    font-weight: 600;
}


@media (max-width: 992px) {
  .property-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .property-grid {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   HERO SECTION
================================ */
.hero-section .container {
    padding: 0px;
    background-color: #fff;
}

/* BOX */
.hero-box {
  position: relative;
  overflow: visible; /* IMPORTANT */
}

/* SWIPER */
.hero-swiper {
  height: 600px;
  position: relative;
  overflow: hidden !important; /* ✅ FIX ADDED */
}

/* 👉 IMPORTANT FIX (core issue) */
.hero-swiper .swiper-wrapper {
  overflow: visible !important; /* ✅ FIX ADDED */
}

.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
  height: 100%;
}

/* IMAGE */
.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}











/* ===============================
   HERO CARD (RIGHT SIDE)
================================ */
.hero-card {
  position: absolute;
  right: 25px; /* 🔥 thoda andar */
  top: 50%;
  transform: translateY(-50%);
  width: 380px; /* 🔥 bigger like PSD */
  background: #f3f3f3;
  padding: 35px 30px;
  z-index: 10;
}

/* TITLE */
.hero-card h2 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  color: #2c2c2c;
  margin-bottom: 10px;
}

/* LOCATION */
.location {
  font-size: 12px;
  color: #777;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

/* MAP */
.map-box {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin-bottom: 10px;
}

.map-box img {
  width: 100%;
  opacity: 0.9;
}

/* MAP BOTTOM */
.map-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 11px;
  color: #555;
}

/* ===============================
   SWIPER DOTS (PSD STYLE)
================================ */
.hero-swiper .swiper-pagination {
  position: absolute;
  bottom: -30px !important;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 5;
}

/* DOTS OUTSIDE */
.hero-dots {
  text-align: center;
  margin-top: 15px;
  min-height: 20px; /* 👈 IMPORTANT (prevent 0 height) */
}



/* DOT STYLE */
.hero-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #a8a8a8;
  opacity: 1;
  margin: 0 5px;
  border-radius: 50%;
}

.hero-dots .swiper-pagination-bullet-active {
  background: #c62828;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background:  #b60c13 !important;
}




/* ===============================
   Featured Card sec
================================ */


.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* ARROWS WRAPPER */
.slider-arrows {
  display: flex;
  gap: 8px;
}








/* BUTTON */
.arrow {
    width: 40px;
    height: 40px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    border-radius: 2px;
}


/* HOVER */
.arrow:hover {
  background: #c0392b;
  color: #fff;
}



/* ===============================
 Footer css
================================ */
.site-footer {
/*     background: #f5f5f5; */
    text-align: center;
    padding: 0px 0;
    margin-top: 0px;
}
.footer-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-address {
    font-size: 15px;
    color: #555;
    margin-bottom: 25px;
    line-height: 0px;
}
.footer-contact a {
    color: #c0392b;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
	 margin-top: 15px;
    text-decoration: underline;
}

.footer-contact {
  margin-bottom: 15px;
}

.footer-social {
  margin-bottom: 15px;
}

.footer-social a {
  display: inline-flex;
  width: 35px;
  height: 35px;
  background: #3b5998;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-copy {
  font-size: 12px;
  color: #777;
}









/* ===============================
About Us css
================================ */

.about-section .container {
	padding:50px 25px;
	background-color:#fff;
}
/* SECTION */
.about-section {
/*   background: #f7f7f7; */

}

/* WRAPPER */
.about-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

/* LEFT */
.about-left img {
    width: 185px;
    margin-top: 19px;
}
.about-list img {
  max-width: 20px;
  height: auto;
}
/* RIGHT */
.about-right {
  flex: 1;
}

/* TITLE */
.about-right h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
    margin-top: 0px;
}

/* TEXT */
.about-right p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* SUBTITLE */
.about-right h4 {
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 700;
    color: #505050;
}

/* LIST */
.about-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 15px;
}

.about-list li {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}

.about-list span {
  color: #c0392b;
}

/* BUTTON */
.about-btn {
    display: inline-block;
    margin-top: 15px;
    background: #c0392b;
    color: #fff !important;
    padding: 10px 18px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 3px;
    font-weight: 500;
}


/* ===============================
neighborhood css
================================ */
/* SECTION */
.neighborhood-section .container {
  padding: 50px 25px;
  background: #fff;
}

.swiper-slide.swiper-slide {
/*     width: 50% !important; */
	gap:25px;
}

/* IMPORTANT */
.neighborhood-swiper .swiper-slide {
  height: auto;
}

/* CARD */
.neighborhood-card {
  background: #fff;
  border: 1px solid #ddd;
}

/* TOP IMAGE */
.top-img {
  height: 225px;
  padding: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

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

/* BOTTOM */
.bottom-info {
  display: flex;
  gap: 15px;
  padding: 15px;
  background: #f0f0f0;
}

.bottom-info img {
  width: 100px;
}

/* TEXT */
.bottom-info h3 {
  margin: 0;
  font-size: 16px;
}

.bottom-info span {
  font-size: 12px;
  color: #777;
}

.bottom-info p {
  font-size: 13px;
  margin-top: 5px;
}
.neighborhood-swiper {
  overflow: hidden;
}

.neighborhood-swiper .swiper-slide {
  height: auto;
}
/* ===============================
testimonial css
================================ */


.testimonial-section .container {
  padding: 0px 25px 50px 25px;
  text-align: center;
	background-color:#fff;
}h2.text-center {
    margin-top: 0px;
}

.testimonial-box {
  border: 1px solid #ddd;
  padding: 30px;
  max-width: 100%
  margin: 20px auto;
  background: #fff;
}

.stars {
  color: gold;
  font-size: 18px;
  margin-bottom: 10px;
}

.testimonial-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* FIX HEIGHT */
.testimonial-swiper {
  margin-top: 20px;
}

/* DOTS */
.testimonial-pagination {
  margin-top: 10px;
  text-align: center;
}

.testimonial-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
  margin: 0 4px;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  background: #c0392b;
}




/* listing pge css  */

.single-property .container{
	background-color:#fff;
	padding-bottom:50px;
}
.contact-header {
    display: flex;
    justify-content: space-around;
}

.contact-header img {
    width: 120px;
}
/* WRAPPER */
.property-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

/* IMAGE */
.main-image img {
  width: 100%;
}

/* TITLE */
.property-left h1 {
  font-size: 28px;
  margin: 15px 0 5px;
}

/* LOCATION */
.location {
  font-size: 13px;
  color: #777;
}

/* META */
.meta {
  margin: 10px 0;
  font-size: 14px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

/* DESC */
.desc {
  margin-top: 15px;
  color: #555;
}

/* SIDEBAR */
.property-sidebar {
    border: 1px solid #ddd;
    padding: 20px;
    background: #f7f7f7;
    height: fit-content;
}

/* FORM */
.contact-box input {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
}

.contact-box button {
  width: 100%;
  background: #c0392b;
  color: #fff;
  padding: 10px;
  border: none;
}

.call-section {
  background: #f3f3f3;
  padding: 60px 20px;
}

.call-container {
  max-width: 900px;
  margin: auto;
}

.call-title {
  font-size: 26px;
  font-weight: 700;
  color: #c62828;
  margin-bottom: 15px;
}

.call-title span {
  font-weight: 700;
}

.call-desc {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.call-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.call-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}

.call-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #c62828;
  font-weight: bold;
}

.call-note {
  font-size: 12px;
  color: #777;
}

























/* =========================
LARGE TABLET
========================= */
@media (max-width:1199px){

.hero-card{
right:20px;
width:340px;
padding:25px;
}

.main-nav ul{
gap:18px;
}

.property-wrapper{
gap:20px;
}

}




/* ==================================
FIX MOBILE HEADER SAME LINE
ADD AT END OF CSS
================================== */

@media (max-width:991px){

.header-inner{
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:nowrap !important;
gap:10px;
padding:12px 15px;
}

/* logo */
.logo{
width:auto !important;
flex:0 0 auto;
}

.logo img{
max-height:48px;
width:auto;
display:block;
}

/* phone button */
.header-contact{
width:auto !important;
flex:0 0 auto;
text-align:center;
}

.header-contact a{
display:inline-block;
font-size:15px;
padding:10px 12px;
white-space:nowrap;
}

/* toggle icon */
.menu-toggle{
display:block;
flex:0 0 auto;
font-size:30px;
margin-left:5px;
line-height:1;
}

/* nav dropdown below row */
.main-nav{
position:absolute;
top:100%;
left:0;
width:100%;
display:none;
background:#fff;
z-index:999;
border-top:1px solid #ddd;
box-shadow:0 8px 15px rgba(0,0,0,.08);
}

.main-nav.active{
display:block;
}

.main-nav ul{
display:flex;
flex-direction:column;
margin:0;
padding:0;
}

.main-nav li{
list-style:none;
border-bottom:1px solid #eee;
}

.main-nav a{
display:block;
padding:14px 18px;
}

}

/* small mobile */
@media (max-width:480px){

.logo img{
max-height:40px;
}

.header-contact a{
font-size:14px;
padding:8px 10px;
}

.menu-toggle{
font-size:26px;
}

}








/* =========================
TABLET
========================= */
@media (max-width:991px){



.main-nav{
width:100%;
order:3;
}

.main-nav ul{
justify-content:center;
flex-wrap:wrap;
padding:0;
gap:15px;
}

.header-contact{
width:100%;
text-align:center;
}

/* search */
.header-search .container{
padding:15px;
}

.search-wrapper{
flex-direction:column;
align-items:stretch;
gap:12px;
}

.search-title{
padding:0;
text-align:center;
}

.search-bar{
flex-wrap:wrap;
height:auto;
gap:10px;
}

.search-bar select{
width:48%;
flex:none;
height:42px;
}

.search-btn{
width:100%;
height:42px;
}

/* hero */
.hero-swiper{
height:520px;
}

.hero-card{
position:relative;
top:auto;
right:auto;
transform:none;
width:100%;
margin-top:0;
}

/* grids */
.property-grid{
grid-template-columns:repeat(2,1fr);
}

/* about */
.about-wrapper{
flex-direction:column;
gap:25px;
}

.about-left{
text-align:center;
}

/* property page */
.property-wrapper{
grid-template-columns:1fr;
}

/* neighborhood */
.swiper-slide.swiper-slide{
width:100% !important;
}

.bottom-info{
flex-direction:column;
}

}

/* =========================
MOBILE
========================= */
@media (max-width:767px){

body{
overflow-x:hidden;
}

/* container spacing only */
.container,
.about-section .container,
.neighborhood-section .container,
.testimonial-section .container,
.single-property .container,
.header-search .container{
padding-left:15px;
padding-right:15px;
}

/* header */
.logo img{
max-height:42px;
}

.main-nav ul{
flex-direction:column;
gap:10px;
text-align:center;
margin:0;
}

.header-contact a{
font-size:15px;
padding:10px 12px;
display:inline-block;
}

/* search */
.search-bar{
flex-direction:column;
height:auto;
}

.search-bar select,
.search-btn{
width:100%;
height:42px;
}

/* hero */
.hero-swiper{
height:360px;
}

.hero-card{
padding:20px;
}

.hero-card h2{
font-size:20px;
}

/* titles */
.section-title,
.about-right h2,
.property-left h1,
.call-title{
font-size:24px;
line-height:1.3;
}

/* cards */
.property-grid{
grid-template-columns:1fr;
gap:15px;
}

.property-img img{
height:auto;
}

/* about */
.about-left img{
width:150px;
margin-top:0;
}

.about-right h4{
font-size:18px;
}

/* neighborhood */
.top-img{
height:auto;
padding:25px;
}

.bottom-info img{
width:100%;
max-width:180px;
}

/* testimonial */
.testimonial-box{
padding:20px;
}

/* sidebar */
.property-sidebar{
padding:15px;
}

.contact-header{
flex-direction:column;
align-items:center;
gap:12px;
text-align:center;
}

.contact-header img{
width:100px;
}

.contact-box input,
.contact-box button{
padding:12px;
}

/* call section */
.call-section{
padding:40px 15px;
}

.call-list li{
font-size:13px;
}

/* footer */
.footer-title{
font-size:20px;
}

.footer-address{
line-height:1.6;
}

}

/* =========================
SMALL MOBILE
========================= */
@media (max-width:480px){

.hero-swiper{
height:300px;
}

.hero-card{
padding:15px;
}

.hero-card h2{
font-size:18px;
}

.section-title,
.call-title{
font-size:22px;
}

.about-right h2,
.property-left h1{
font-size:22px;
}

.view-btn{
width:100%;
text-align:center;
}

.arrow{
width:34px;
height:34px;
font-size:14px;
}

}


/* =====================================
RESPONSIVE NAV TOGGLE + SEARCH
ADD AT END OF CSS
===================================== */

/* DESKTOP */
.menu-toggle{
display:none;
cursor:pointer;
font-size:28px;
line-height:1;
background:none;
border:none;
padding:0;
color:#333;
}

/* ======================
TABLET + MOBILE
====================== */
@media (max-width:991px){



/* logo row */
.logo{
/* flex:1; */
}

/* toggle show */
.menu-toggle{
display:block;
}

/* nav hidden */
.main-nav{
width:100%;
display:none;
order:10;
background:#fff;
border-top:1px solid #ddd;
padding-top:10px;
}

/* active nav */
.main-nav.active{
display:block;
}

/* nav list */
.main-nav ul{
flex-direction:column;
gap:0;
padding:0;
margin:0;
}

.main-nav ul li{
border-bottom:1px solid #eee;
}

.main-nav a{
display:block;
padding:14px 10px;
}

/* contact full */
.header-contact{
width:100%;
text-align:center;
}

/* ======================
SEARCH RESPONSIVE
====================== */
.header-search .container{
padding:15px;
}

.search-wrapper{
flex-direction:column;
align-items:stretch;
gap:12px;
}

.search-title{
padding:0;
text-align:center;
font-size:18px;
}

.search-bar{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
height:auto;
}

.search-bar select{
width:100%;
height:42px;
}

.search-btn{
grid-column:1/-1;
height:42px;
width:100%;
}

}

/* ======================
MOBILE
====================== */
@media (max-width:767px){

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

.search-btn{
grid-column:auto;
}

.logo img{
max-height:42px;
}

.menu-toggle{
font-size:26px;
}

}

/* ===============================
FINAL MOBILE MENU TOGGLE FIX
=============================== */

/* Desktop */
.menu-toggle{
display:none;
cursor:pointer;
font-size:30px;
background:none;
border:none;
line-height:1;
padding:0;
color:#333;
}

/* Tablet + Mobile */
@media (max-width:991px){

/* header row */
.header-inner{
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
gap:10px;
position:relative;
}

/* show toggle */
.menu-toggle{
display:block;
order:3;
}

/* logo */
.logo{
order:1;
}

/* phone button */
.header-contact{
order:2;
/* margin-left:auto; */
}

/* hidden nav */
.main-nav{
display:none;
width:100%;
order:10;
background:#fff;
border-top:1px solid #ddd;
box-shadow:0 8px 15px rgba(0,0,0,.08);
margin-top:10px;
}

/* when active */
.main-nav.active{
display:block !important;
}

/* menu list */
.main-nav ul{
display:flex;
flex-direction:column;
padding:0;
margin:0;
list-style:none;
gap:0;
}

.main-nav li{
border-bottom:1px solid #eee;
}

.main-nav li:last-child{
border-bottom:none;
}

.main-nav a{
display:block;
padding:14px 16px;
color:#333;
text-decoration:none;
font-size:15px;
}

/* phone */
.header-contact a{
display:inline-block;
padding:10px 12px;
font-size:14px;
white-space:nowrap;
}

}

/* Small mobile */
@media (max-width:767px){

.logo img{
max-height:36px;
}

.menu-toggle{
font-size:26px;
}

.header-contact{
width:100%;
text-align:center;
/* order:4; */
}



}