:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: var(--wd-title-font);
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.luxury-announcement{
    font-family: "Marcellus", serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #D4AF37;
    text-transform: uppercase;
    white-space: nowrap;
	
	
	
}

/* Tablet */
@media (max-width: 1024px){
    .luxury-announcement{
        font-size: 11px;
        letter-spacing: 1.5px;
    }
}

/* Mobile */
@media (max-width: 767px){
    .luxury-announcement{
        font-size: 10px;
        letter-spacing: 1px;
        text-align: center;
        white-space: normal; /* Zarurat par next line me aa jayega */
        display: block;
        line-height: 1.5;
    }
}

.top-contact{
    display:inline-flex;
    align-items:center;
    gap:7px;
    font-family:'Jost', sans-serif;
    font-size:13px;
    font-weight:400;
    line-height:17px;
    color:#FFF;
    text-decoration:none;
    white-space:nowrap;
}

.top-contact i,
.top-contact svg{
    color:#D4AF37;
    font-size:12px;
    flex-shrink:0;
}

.divider{
    color:rgba(255,255,255,.25);
    margin:0 5px;
}

/* Large Laptop */
@media (max-width: 1200px){
    .top-contact{
        font-size:12px;
        gap:6px;
    }

    .top-contact i,
    .top-contact svg{
        font-size:11px;
    }

    .divider{
        margin:0 5px;
    }
}

/* Tablet */
@media (max-width: 992px){
    .top-contact{
        font-size:11px;
        gap:5px;
        line-height:16px;
    }

    .top-contact i,
    .top-contact svg{
        font-size:10px;
    }

    .divider{
        margin:0 4px;
    }
}

/* Mobile */
@media (max-width: 767px){
    .top-contact{
        font-size:10px;
        gap:4px;
        line-height:15px;
        white-space:normal;
    }

    .top-contact i,
    .top-contact svg{
        font-size:10px;
    }

    .divider{
        display:none;
    }
}

/* Small Mobile */
@media (max-width: 480px){
    .top-contact{
        font-size:9px;
        gap:3px;
        line-height:14px;
    }

    .top-contact i,
    .top-contact svg{
        font-size:9px;
    }
}

.top-contact{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-family:'Jost', sans-serif;
    font-size:13px;
    font-weight:400;
    line-height:17px;
    color:#FFF;
    text-decoration:none;
    white-space:nowrap;
}

.top-contact i,
.top-contact svg{
    color:#D4AF37;
    font-size:12px;
    margin-right:2px;
}

.top-contact a{
    color:#FFF;
    text-decoration:none;
}

.top-contact a:hover{
    color:#D4AF37;
}.top-contact{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-family:'Jost', sans-serif;
    font-size:13px;
    font-weight:400;
    line-height:17px;
    color:#FFF;
    text-decoration:none;
    white-space:nowrap;
}

.top-contact i{
    color:#D4AF37;
    font-size:12px;
}

.top-contact a{
    color:#FFF;
    text-decoration:none;
}

.top-contact a:hover{
    color:#D4AF37;
}

.divider{
    color:rgba(255,255,255,.25);
    margin:0 8px;
}

.top-social{
    display:inline-flex;
    align-items:center;
    gap:14px;
}

.top-social a{
    color:#FFF;
    font-size:14px;
    transition:.3s;
}

.top-social a:hover{
    color:#D4AF37;
    transform:translateY(-2px);
}

.header-property-search{
    display:flex;
    justify-content:center;
    align-items:center;
}

.property-search-btn{
    width:280px;
    height:40px;
    border:2px solid #D4AF37;
    border-radius:50px;
    background:#D4AF37;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    padding:0 22px;
    cursor:pointer;
    transition:.35s;
}

.property-search-btn span,
.property-search-btn svg{
    color:#fff;
}

.property-search-btn:hover{
    background:transparent;
}

.property-search-btn:hover span,
.property-search-btn:hover svg{
    color:#D4AF37;
}

@media(max-width:1024px){

.property-search-btn{

width:180px;
height:39px;

}

}

@media(max-width:767px){

.property-search-btn{

width:100%;

height:50px;

padding:0 18px;

}

.property-search-btn span{

font-size:14px;

}

}

/* ===========================
   PROPERTY SEARCH POPUP
=========================== */

.property-search-popup{
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(.95);
    width:90%;
    max-width:980px;

    max-height:90vh;
    overflow-y:auto;

    background:#fff;
    border-radius:22px;
    padding:30px;
    box-shadow:0 30px 80px rgba(0,0,0,.25);
    z-index:99999;
    opacity:0;
    visibility:hidden;
    transition:.35s ease;
}

.property-search-popup.active{
    opacity:1;
    visibility:visible;
    transform:translate(-50%,-50%) scale(1);
}

/* Overlay */

.property-search-popup::before{
     display:none;
}

/* ===========================
HEADER
=========================== */

.popup-header{
    position:relative;
    margin-bottom:35px;
}

.popup-subtitle{

    display:block;

    font-family:'Marcellus',serif;

    font-size:13px;

    letter-spacing:4px;

    color:#D4AF37;

    text-transform:uppercase;

    margin-bottom:10px;

}

.popup-header h2{

    margin:0;

    font-family:'Marcellus',serif;

    font-size:36px;

    font-weight:400;

    color:#222;

}

.popup-close{
    position:sticky;
    float:right;
    top:0;
    right:0;
    z-index:100000;
    font-size:29px;
    cursor:pointer;
}

.popup-close:hover{

    color:#D4AF37;

    transform:rotate(90deg);

}

/* ===========================
INPUT
=========================== */

.popup-search{

    margin-bottom:35px;

}

.popup-search label{

    display:block;

    margin-bottom:12px;

    font-size:12px;

    font-weight:600;

    letter-spacing:1px;

    color:#777;

}

.popup-search input{

    width:100%;

    height:60px;

    border:1px solid #E7E7E7;

    border-radius:40px;

    padding:0 25px;

    font-size:16px;

    outline:none;

    transition:.3s;

}

.popup-search input:focus{

    border-color:#D4AF37;

}

/* ===========================
GRID
=========================== */

.property-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:23px;

}

.property-grid label{

    display:block;

    margin-bottom:10px;

    font-size:12px;

    font-weight:600;

    color:#666;

    letter-spacing:1px;

}

.property-grid select{

    width:100%;

    height:50px;

    border:1px solid #E7E7E7;

    border-radius:40px;

    padding:0 19px;

    background:#fff;

    font-size:15px;

    cursor:pointer;

    transition:.3s;

}

.property-grid select:hover,
.property-grid select:focus{

    border-color:#D4AF37;

    outline:none;

}

/* ===========================
BUTTONS
=========================== */

.popup-buttons{

    display:flex;

    gap:20px;

    margin-top:40px;

}

.search-property{

    background:#D4AF37;

    color:#fff;

    border:none;

    height:54px;

    padding:0 37px;

    border-radius:40px;

    font-size:15px;

    font-weight:600;

    cursor:pointer;

    transition:.3s;

}

.search-property:hover{

    background:#b9921d;

}

.reset-property{

    background:#fff;

    color:#333;

    border:1px solid #ddd;

    height:53px;

    padding:0 33px;

    border-radius:40px;

    cursor:pointer;

    font-size:14px;

    transition:.3s;

}

.reset-property:hover{

    border-color:#D4AF37;

    color:#D4AF37;

}

/* ===========================
TABLET
=========================== */

@media(max-width:991px){

.property-search-popup{

padding:30px;

}

.popup-header h2{

font-size:38px;

}

.property-grid{

grid-template-columns:repeat(2,1fr);

}

}

/* ===========================
MOBILE
=========================== */

@media(max-width:767px){

.property-search-popup{

width:95%;

padding:22px;

max-height:90vh;

overflow:auto;

border-radius:18px;

}

.popup-header h2{

font-size:30px;

}

.property-grid{

grid-template-columns:1fr;

gap:16px;

}

.popup-buttons{

flex-direction:column;

}

.search-property,
.reset-property{

width:100%;

}

.popup-search input{

height:56px;

}

.property-grid select{

height:56px;

}

}

/* Mobile Search Button */

.mobile-search-btn{
  
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:.35s;
    background:rgba(255,255,255,.03);
}

.mobile-search-btn::before{
    content:"\f002";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    font-size:18px;
    color:#D4AF37;
    transition:.35s;
    line-height:1;
}

.mobile-search-btn:hover{
    border-color:#D4AF37;
    background:rgba(255,255,255,.08);
}

.mobile-search-btn:hover::before{
    color:#D4AF37;
}

.property-search-btn::before,
.mobile-search-btn::before{
    content: none !important;
}

/* Mobile Only */
@media (max-width:767px){

    .property-search-btn{
        width:40px !important;
        height:39px !important;
        padding:0 !important;

        display:flex !important;
        align-items:center;
        justify-content:center;

        background:rgba(255,255,255,.03) !important;
        border:1px solid rgba(255,255,255,.18) !important;
        border-radius:50% !important;
        box-shadow:none !important;
    }

    .property-search-btn i{
        font-size:14px !important;
        color:#D4AF37 !important;
        line-height:1 !important;
    }

    .property-search-btn:hover{
        background:rgba(255,255,255,.06) !important;
        border-color:#D4AF37 !important;
    }

    .property-search-btn:hover i{
        color:#D4AF37 !important;
    }

}