@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --primary: #fb7703;
    --secondary: #12223a;
    --text-dark: #1a1a1a;
    --white: #ffffff;
    --transition: all 0.3s ease;
    --glass: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
}

body {
    margin: 0;
}

* {
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    word-break: break-word;
}

body {
    background-color: #f8f9fa;
    color: var(--text-dark);
    line-height: 1.6;
}

a {

    text-decoration: none;
}

span {
    font-size: 14px;
}

p {
    font-size: 16px;
    line-height: 1.3;
    color: #333;
}

img {
    vertical-align: middle;
}

/* --- MODERN HEADER --- */
.top-bar {

    color: #fff;
    font-size: 14px;
}

.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 60px;
}

.top-right i {
    font-size: 18px;
}

/* Left Side */
.top-left {
    display: flex;
    gap: 20px;
}

.top-left span {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Right Side Icons */
.top-right {
    display: flex;
    gap: 15px;
}

.top-right a {
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
}

/* Hover Colors */
.top-right a:hover {
    transform: translateY(-2px);
}

.top-right a:nth-child(1):hover {
    color: #25D366;
    /* WhatsApp */
}

.top-right a:nth-child(2):hover {
    color: #1877F2;
    /* Facebook */
}

.top-right a:nth-child(3):hover {
    color: #E4405F;
    /* Instagram */
}

.contact-form .wpcf7-response-output {
    max-width: 500px;
    margin: auto !important;
}

.top-left a {
    color: #fff;
}

.cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.inputField {
    border: 1px solid rgb(0 0 0 / 20%);
    font-size: 14px;
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
}

.list ul {
    padding: 0;
    margin: 0;
}

.list ul li {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}

/* Responsive */

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: var(--transition);
}

.flex-row {
    display: flex;
}

.space-between {
    justify-content: space-between;
    align-items: center;
}

.flex-row-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    background: rgba(18, 34, 58, 0.95);
    padding: 10px 10px;
    backdrop-filter: blur(10px);
}

.scrolled .top-bar {
    display: none;
}

.selling-product {
    padding: 50px 0;
}

.top-bar {
    display: none;
}

.scrolled .logo img {
    max-width: 70px;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.logo span {
    color: var(--primary);
}
#reset-btn {
    background: transparent;
    border: 0;
cursor:pointer;
}

header nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

main {
    margin-top: 180px;
    margin-bottom: 60px;
}

header nav ul a {
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: var(--transition);
}



.topnavigation-menu ul a {
    color: #fff;
}

header nav ul a:hover {
    color: var(--primary);
}

.logo img {
    max-width: 70px;
}

.nav-btns {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn-post {
    background: var(--primary);
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}


/* --- HERO SECTION --- */
.hero {
    height: 85vh;
    background-position: center;
    background-size: cover;
    padding: 0 30px;
    text-align: center;
    position: relative;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 38%);
    z-index: 1;
}

.hero-content {
    margin-top: -80px;
    position: relative;
    z-index: 11;
}

.hero-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
}

.hero-textcaption {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    z-index: 111;
    margin: auto;
    text-align: center;
    top: 60%;
}

.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 40px;
    opacity: 0.9;
    color: #fff;
}

.hero-content p span {
    color: var(--primary);
    font-weight: 600;
}

/* Search Container */
.search-container {
    width: 100%;
    max-width: 700px;
    margin: auto;
    background: rgba(18, 34, 58, 0.85);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);

}
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    display: none;
}
.hero-slider {
    position: relative;
    padding-top: 80px;
}

.developer-header {

    display: flex;
    gap: 10px;
    border: 1px solid rgb(0 0 0 / 13%);
    padding: 13px;
    border-radius: 10px;
}

.top-developer {

    padding: 60px 0;
}

.developer-name h5 {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    color: #767676;
    font-weight: 500;
}

.developer-about-list span {
    color: #767676;
}

.developer-name {
    margin-bottom: 10px;
    color: #000;
}

.develoer-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.developer-about-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.developer-about-list * {
    font-size: 12px;
}

.developer-name a {
    font-size: 14px;
    color: #000;
    line-height: 1.3;
    margin-bottom: 2px;
    display: inline-block;
}

.developer-about-list strong {
    display: block;
    color: #000;
}

/* Tabs */
.tabs {
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid var(--glass-border);
}

.tab-item {
    padding: 15px 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    transition: var(--transition);
}

.tab-item i {
    font-size: 16px;
}

.tab-item.active {
    color: var(--white);
    background: var(--secondary);
    border-bottom: 3px solid var(--primary);
}

/* Search Main Bar */
.search-main {
    display: flex;
    background: var(--white);
    padding: 10px;
    margin: 15px;
    border-radius: 8px;
    gap: 10px;
}

.proper-type-col img {
    max-width: 18px;
}

.proper-type-col {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 5px;
}

.select-city {
    flex: 1;
    border-right: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.search-input-box {
    flex: 3;
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 10px;
}

.search-input-box input {
    border: none;
    width: 100%;
    outline: none;
    font-size: 16px;
}

.icon-group {
    display: flex;
    gap: 15px;
    color: #666;
    padding-right: 15px;
}

.footer-row svg {
    width: 21px;
    height: 24px;
}

.footer-row svg path {

    fill: #0505ea;
}

.price-insights {
    padding: 40px 0;
    background: #fdfdfd;
}

.insights-header h2 {
    font-size: 24px;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.insights-header p {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
}

/* Tabs */
.insight-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.insight-btn {
    padding: 8px 20px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.insight-btn.active {
    background: #333;
    color: #fff;
    border-color: #333;
}

/* Grid Logic */
.insights-wrapper {
    display: none;
}

.insights-wrapper.active {
    display: block;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

/* Card Styling */
.insight-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-head {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card-head h3 {
    font-size: 15px;
    margin: 0;
}

.card-head span {
    font-size: 12px;
    color: #777;
}

.card-head i {
    padding: 8px;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
}

/* Colors */
.blue-light {
    background: #eef8ff;
}

.orange-light {
    background: #fff7ed;
}

.pink-light {
    background: #fff1f2;
}

.card-body {
    padding: 15px;
    flex-grow: 1;
}

.info-alert {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
    font-size: 12px;
    margin-bottom: 15px;
}

.insights-grid .card-body p {
    margin: 0;
}

.blue-border {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
}

.orange-border {
    background: #fffaf5;
    border: 1px solid #fed7aa;
}

.pink-border {
    background: #fff5f6;
    border: 1px solid #fecdd3;
}

.contact-grid h5 {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary);
}

.card-img {
    width: 100%;
    border-radius: 4px;
}

.card-footer {
    border-top: 1px solid #eee;
    padding: 12px;
    text-align: center;
    background: #f9f9f9;
}

.card-footer a {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 13px;
}

/* Stats list for 4th card */
.reg-stats {
    list-style: none;
    padding: 0;
}

.reg-stats li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.stat-label {
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
}

.stat-val {
    font-weight: 700;
    background: #f4f4f4;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
}

.view-all-link {
    display: inline-block;
    margin-top: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #1a1a1a;
    max-width: max-content;
    margin: 15px auto 0;
}


.search-btn {
    background: var(--primary);
    border: none;
    padding: 12px 40px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    color: #fff;
}

.search-btn:hover {
    background: #e6c200;
}

/* Filter Row */
.filter-row {
    display: flex;
    gap: 10px;
    padding: 0 15px 15px;
}

.filter-item {
    background: var(--white);
    padding: 8px 15px;
    border-radius: 6px;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 180px;
    cursor: pointer;
}

/* --- FEATURED SECTION --- */
.featured {

    background: #fff;

}

.featuredHandPicked {
    display: none;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 32px;
    color: var(--secondary);
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 700;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
}

.card:hover {
    transform: translateY(-10px);
}

.card-img {
    height: 280px;
    background: #ddd center/cover;
    position: relative;
}

.heading-filter {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary);
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: none;
}

.card-body {
    padding: 20px;
}

.card-body h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.info-item {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 40px;
}

.info-box {
    margin-top: 30px;
}

.info-item .icon path {
    fill: #ff7a00;

}

.info-item .icon svg {
    width: 22px;
}

.info-item h4 {
    margin: 0;
    font-size: 15px;
    color: #0b1c39;
}

.info-item p {
    margin: 2px 0 0;
    font-size: 14px;
}

.card-body p {
    color: #666;
    font-size: 14px;
}

.partners-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.text-left {
    text-align: left !important;
}


.partners-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.partners-left {
    max-width: 400px;
}

.page-title {
    font-size: 30px;
    color: var(--text-dark);
    line-height: 1.3;
}

.partners-left p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.partners-right {
    flex: 1;
}

.chart-placeholder {
    display: none;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #ccc;
}

.partner-item img {
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: 100px;
    object-fit: contain;
}

.partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding-inline: 10px;
}

.social-items ul a:hover path {
    fill: #ffd700;
}

.contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.Step-former {
    display: grid;
    gap: 16px;
}

.input-field p {
    margin: 0;
}

.contact-us {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f8f8fa;
}

.input-field input,
.input-field select {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(0 0 0 / 14%);
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    color: #333;
    border-radius: 0;
    font-weight: 500;
    border-radius: 5px;
}

.input-field textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    color: #000;
    border-radius: 0;
}

.input-field input::placeholder,
.input-field textarea::placeholder {
    color: #000;
}

.sidebar-innr {
    position: sticky;
    top: 120px;
    border: 1px solid rgb(0 0 0 / 8%);
    padding: 15px;
    border-radius: 10px;
}

.input-field .wpcf7-form-control.wpcf7-submit {
    background: var(--primary);
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    border: 0;
    height: auto;
    cursor: pointer;
}

.footer-address a:hover {
    color: #ffd700;
}

.site-footer {
    background: #1e2d44;
    padding: 50px 0 15px;
}

.site-footer * {
    color: #fff;
}

.header-row-inner small {
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}


.reset-btn {
    background: var(--primary);
    color: #fff;
    padding: 7px 12px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    border: 0;
    cursor: pointer;
}

.search-row {
    display: flex;
    gap: 30px;
}

.seachpage h1 {
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.seachpage {
    margin-top: 100px;
    margin-bottom: 50px;
}

.sidebar {
    width: 320px;
    flex: 0 0 320px;

}

.filter-open {
    overflow: hidden;
}

.input-row select,
.filter-group select {
     padding: 6px 12px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #333;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    font-weight: 400;
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.footer-col .logo {
    margin-bottom: 20px;
}

.social-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.social-items ul svg {
    width: 25px;
}

.footer-col h4 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
}

.footer-col p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.footer-address a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.quick-link-column {
    padding-left: 70px;
}

.footer-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
    display: inline-block;
}

.footer-bottom p {
    text-align: center;
    font-size: 13px;
    margin: 10px 0 0 0;
    padding-top: 10px;
}

.social-items a path {
    fill: #fff;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(0 0 0 / 9%);
    padding-bottom: 15px;
}

.utiltiy-with-lable label {
    font-size: 13px;
    font-weight: 400;
}

.utiltiy-with-lable h6 {
    font-size: 14px;
    font-weight: bold;
    color: #000000a8;
    margin: 0 0 0 0;
}

.filter-group:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 12%);
    padding-bottom: 15px;
}

.column-with-price-area {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 5px;
}

.property-utility {
    display: grid;
    gap: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 15px;
    grid-template-columns: repeat(3, 1fr);
}

.utiltiy-with-lable:nth-child(3n) {
    border: 0;
}

.filter-group .checkbox-item {
  display: inline-block;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
    max-width: max-content;
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 5px 10px 5px 30px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}
.filter-group .checkbox-item:hover{
    border-color: #000;
}
.filter-group .checkbox-item.active{
border-color: #ffd916;
background-color: #fff7da;
color: #333;
}

.checkbox-item::before {
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: .4;
    width: 11px;
    height: 6px;
    border-color: #333;
    border-style: none none solid solid;
    border-width: 1px;
    transform: rotate(-45deg);
    content: '';
}
.filter-group .checkbox-item.active::before{

    border-color: #5F449B;
    opacity: 1;
}
.input-row {
    display: flex;
    gap: 10px;
}

select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.toggle-row {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.toggle-row button {
    flex: 1;
    padding: 10px;
    border: none;
    background: white;
    cursor: pointer;
}

.toggle-row button.active {
    background: #fff9e6;
    border-bottom: 2px solid #ffba00;
}

/* Property Card Styling */
.content {
    flex: 1;
}

.property-card {
    display: flex;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.slider-container {
    width: 40%;
    position: relative;
}

.slider-container img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.details {
    width: 60%;

}

.property-card .proper-type-col {
    justify-content: start;
    gap: 30px;
}

.header-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.price {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    color: #666;
}

.footer-row {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
}

.wrap-social {
    display: flex;
    gap: 8px;
}

.property-search-row {
    width: calc(100% - 230px);
}

.btn-primary {
    background: var(--primary);
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    color: var(--secondary);

}

.header-row-inner h2 {
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: 700;
}

.btn-secondary {
    background: white;
    border: 1px solid #333;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    color: var(--secondary);
}

.clear-filter-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-header h3 {
    margin: 0;
    font-size: 14px;
}

select {
    border: none;
    background: transparent;
    font-weight: 600;
    outline: none;
    width: 100%;
    cursor: pointer;
}

.hot-selling {
    padding: 60px 10%;
    background: #fff;
    margin: 20px 0;
}

.city-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.city-btn {
    padding: 8px 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
}

.city-btn.active {
    background: #2d2d2d;
    color: #fff;
    border-color: #2d2d2d;
}

/* The Project Card */
.project-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease;
    margin-top: 20px;
}

.property-search-builder-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.property-search-builder-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.builderLogo img {
    border: 1px solid #ddd;
    border-radius: 10px;
    max-width: 60px;
}

/* The Large Number Styling */
.card-number-bg {
    position: absolute;
    top: -25px;
    left: 5px;
    font-size: 90px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.7);
    /* Semi-transparent white */
    z-index: 10;
    line-height: 1;
    pointer-events: none;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    /* Subtle outline */
}

.proj-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.proj-info {
    padding: 15px;
}

.proj-info h4 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 1.3;
    color: #333;
}

.property-card:not(:last-child) {
    margin-bottom: 30px;
}

.proj-info .loc {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--primary);
    padding: 5px 10px;
    border-radius: 10px;
}

.price img {
    max-width: 19px;
}

.proj-info .price {

    font-weight: 700;
    font-size: 14px;
    color: #fb7703;
    margin: 3px 0 3px 0;
}

/* Swiper Nav Customization */
.swiper-button-next,
.swiper-button-prev {
    background: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
}



.toggle-button span {
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.2s;
}

.menu-open {
    overflow: hidden;
}
.selling-product .swiper-wrapper{
    height: auto;
}
@media(min-width:992px) {
    .phone {
        display: none;
    }
}

.menu-open .topnavigation-menu {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.menu-open .toggle-button {
    position: absolute;
    z-index: 111;
    top: 20px;
    right: 20px;
}

.menu-open .toggle-button span:nth-child(2) {
    opacity: 0;
}

.menu-open .toggle-button span:nth-child(1) {
    transform: rotate(45deg) translateY(10px);
}

.menu-open .toggle-button span:nth-child(3) {
    transform: rotate(-45deg) translateY(-10px);
}


#lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.lightbox-content {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #fff;
    padding: 10px;
    user-select: none;
    transform: translateY(-50%);
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.gallery-img {
    cursor: pointer;
    transition: 0.3s;
}

.gallery-img:hover {
    opacity: 0.8;
}

.handpicked .gallery {
    opacity: 0;
}

.card {
    cursor: pointer;
}

.footer-row a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
}

.utiltiy-with-lable {
    border-right: 1px solid rgb(0 0 0 / 16%);
}

.wrap-social .btn-secondary {
    background: rgb(251 119 3 / 19%);
    border-color: rgb(251 119 3 / 19%);
    color: #fb7703;
    font-weight: 600;
}

.downloadBrochure .download {
    background: #fff;
    border: 1px solid #0505ea;
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
    color: #0505ea;
}

.wrap-social .btn-secondary path {
    fill: #fb7703;
}

.wrap-social .btn-primary path {
    fill: #028d02;
}

.wrap-social .btn-primary {
    background: rgb(0 128 0 / 17%);
    color: #028d02;
}

.download img {
    width: 20px;
}



.filter-open .sidebar-innr {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
@media(max-width:992px) {
    .topnavigation-menu {
        position: fixed;
        left: 0;
        width: 100%;
        height: 100vh;
        top: 0;
        background: #000;
        opacity: 0;
        visibility: hidden;
        width: 0;
        transition: all 0.2s;
    }



    .topnavigation-menu ul {
        flex-direction: column;
        height: 100%;
        justify-content: center;
        padding-left: 0;
    }
}

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

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        gap: 5px;
        text-align: center;
        padding: 0 15px;
    }

    .top-left {
        flex-direction: column;
        gap: 5px;
    }
    .seachpage{
        margin-top: 100px;
    }
    .filter-group .checkbox-item{
        border: 1px solid #ffd;
    }
    .checkbox-item::before{
       border-color: #fff;
    }
    #reset-btn img{
        filter: invert(1);
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }


    .nav-btns {
        display: none;
    }

    .search-main {
        flex-direction: column;
    }

    .select-city {
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 10px;
    }

    .filter-row {
        flex-wrap: wrap;
    }

    .filter-item {
        width: 48%;
    }
}


@media(min-width:767px) {
    .filter-mobile {
        display: none;
    }

    .close-filter {
        display: none;
    }
}

@media(max-width:767px) {
    .heading-filter {
        color: #fff;
    }

    .search-row,
    .property-card {
        flex-direction: column;
        gap: 0;
        text-align: left;
    }

    .property-search-row,
    .slider-container,
    .details {

        width: 100%;
    }

    .contact-grid {
        grid-template-columns: auto;
    }

    .sidebar-innr {
        padding: 28px 10px;
        border: 1px solid #ccc;
        border-radius: 10px;
        position: fixed;
        top: 5px;
        background: #1e2d44;
        width: 90%;
        left: 10px;
        z-index: 1111;
        height: 95%;
        overflow: auto;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }

    .close-filter {
        position: fixed;
        left: 0;
        font-size: 17px;
        font-weight: bold;
        bottom: 0;
        width: 100%;
        background: #fff;
        color: #1e2d44;
        padding: 12px 0;
        z-index: 11111;
        opacity: 0;
        pointer-events: none;
    }

    .filter-open .close-filter {
        opacity: 1;
        visibility: visible;
        pointer-events: visible;
        text-align: center;
    }

    .filter-mobile {
        position: fixed;
        left: 0;
        background: #1e2d44;
        color: #fff;
        font-size: 16px;
        padding: 13px 10px 13px 10px;
        border-radius: 0px;
        z-index: 11;
        bottom: 0;
        width: 100%;
    }

    .filter-group label {

        color: #fff;
    }

    .input-row select,
    .filter-group select {
        border-color: #fff;
        background-color: #fff;
    }

    .sidebar-header h3 {
        color: #fff;
    }

    .sidebar-header {
        border-bottom-color: #fff;
    }
}

@media(max-width:576px) {
    .footer-top {
        grid-template-columns: auto;

    }

    .footer-row {
        flex-direction: column;
    }

    .privacy-policy-section ol,
    .privacy-policy-section ul,
    .term-condition ul,
    .term-condition ol {
        padding: 0 0 0 10px;
    }

    .hero-textcaption {
        top:350px;
        bottom: 40px;
    }

    .hero {
        padding: 0 15px;
        align-items: start;

    }

    .hero-slider {
        padding-top: 80px;
    }

    header {
        padding: 5px;
    }

    .hero-content {
        padding-top: 30px;
        margin: 0;
    }

    .hot-selling {
        padding: 30px 20px;

    }

    .partners-section {
        padding: 30px 0;

    }

    .quick-link-column {
        padding-left: 0;
    }

    .social-items ul {
        justify-content: center;
    }

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

    .partners-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .close {
        top: 0;
    }



    .sidebar {
        width: 100%;
        flex: 0 0 100%;
    }

    .slider-container,
    .details {
        width: 100%;
    }

    .property-search-row {
        width: 100%;
    }

    .seachpage h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .filter-group .checkbox-grid {
        text-align: left;
    }

    .filter-group label {
        text-align: left;
    }

    .property-utility {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }

    .utiltiy-with-lable:nth-child(odd) {
        border-right: 1px solid rgb(0 0 0 / 16%);
    }

    .utiltiy-with-lable:nth-child(even) {
        border-right: 0;
    }

    .proj-info .price {
        font-size: 18px;
    }
}