@media (max-width: 991px) {
.mobile-enquire-bar {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 99999;
        height: 42px;
        padding: 5px 90px 0 15px;
        box-sizing: border-box;
    }

    .mobile-enquire-text {
        color: #fff !important;
        text-decoration: none !important;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: 42px;
        white-space: nowrap;
    }

    .mobile-contact-icon {
        width: 28px;
        height: 28px;
        border: 1.5px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        text-decoration: none !important;
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .mobile-contact-icon:hover {
        background: #fff;
        color: #555 !important;
    }

    .mobile-contact-icon.whatsapp {
        font-size: 16px;
    }
    .navbar-nav .dropdown-submenu {
        position: relative;
    }

    .navbar-nav .dropdown-submenu > .dropdown-menu {
        display: none;
        position: static;
        width: 100%;
        margin: 0;
        padding-left: 15px;
        border: 0;
        box-shadow: none;
        background: transparent;
    }

    .navbar-nav .dropdown-submenu.show > .dropdown-menu {
        display: block;
    }

    .navbar-nav .dropdown-submenu > .dropdown-item {
        position: relative;
    }

    .navbar-nav .dropdown-submenu > .dropdown-item::after {
        float: right;
        margin-top: 7px;
    }

}
.mobile-enquire-bar {
    display: none;
}


@media (max-width: 480px) {

    .mobile-enquire-bar {
        height: 40px;
        padding-left: 0px;
        padding-right: 50px;
        gap: 7px;
    }

    .mobile-enquire-text {
        font-size: 13px;
        letter-spacing: 1.7px;
    }

    .mobile-contact-icon {
        width: 27px;
        height: 27px;
        font-size: 13px;
    }

    .mobile-contact-icon.whatsapp {
        font-size: 15px;
    }
}
.listing-img {
    position: relative;
    overflow: hidden;
}

.listing-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255 117 24 / 45%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.listing-img:hover::after {
    opacity: 1;
}

.listing-img img {
    display: block;
    width: 100%;
    transition: transform 0.3s ease;
    height: 200px;
}

.listing-img:hover img {
    transform: scale(1.03);
}

.hero-overlay-title{
        position: absolute;
    top: 35%;
    right: 6%;
    transform: translateY(-50%);
    width: 35%;
    z-index: 99;
    background: linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-align: left;
    font-size: 80px;
}
.hero-overlay-text{
    position: absolute;
    top: 63%;
    right: 6%;
    transform: translateY(-50%);
    width: 35%;
    z-index: 99;
    color: #fff;
    text-align: left;
    font-size: 17px;
}

.hero-section{

    position:relative;
    height:850px;
    overflow:hidden;
    display:flex;
    background:#f8f6f2;

}
.hero-left{
overflow:hidden;
    width:100%;
    position:relative;

}
.banner{
    position:absolute;
    top:0;
    left:100%;
    width:100%;
    height:100%;
    object-fit:cover;
}

.banner.active{
    left:0;
}
.hero-left img{

    width:100%;
    height:100%;
    object-fit:cover;
    transition:opacity .8s ease;

}

.logo{
    font-size:60px;
    font-weight:800;
    color:#000;
    margin-bottom:35px;

}

.hero-search{
    position:absolute;
    bottom:100px;
    left:50%;
    transform:translateX(-50%);
    width:1100px;
    z-index:100;
}

.tabs{
    background:#000000;
    display:flex;
    border-radius:20px 20px 0 0;
    overflow:hidden;
}

.tabs button{
    flex:1;
    padding:18px;
    background:none;
    border:0;
    color:#fff;
    font-size:17px;
}

.tabs button.active{
    background: linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
    color:#000;
}

.hero-search form{
    display:flex;
    background:#fff;
    padding:15px;
    box-shadow:0 10px 35px rgba(0,0,0,.15);
    border-radius:0 0 20px 20px;
    gap:15px;
}

.hero-search select,
.hero-search input{
    flex:1;
    height:50px;
    border:1px solid #ddd;
    border-radius:12px;
    padding:0 20px;
    font-size:16px;
}

.search-btn{
    width:180px;
    border:none;
    border-radius:12px;
    background: linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
    color:#fff;
    font-size:18px;
    font-weight:600;
}
.need-section{
    background:#000;
    padding:80px 0;
}

.section-title{
    background: linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size:48px;
    font-weight:300;
}

.custom-tabs{
    gap:20px;
}

.custom-tabs .nav-link{
    color:#8d8d8d;
    background:none;
    border:none;
    border-bottom:2px solid transparent;
    border-radius:0;
    padding:10px 5px;
    font-size:18px;
}

.custom-tabs .nav-link.active{
    color:#fff;
    border-color:#cfa84d;
}

.service-card{
    background:#1f1f1f;
    border:1px solid #333;
    border-radius:15px;
    text-align:center;
    padding:45px 20px;
    transition:.4s;
    height:100%;
}

.service-card i{
    font-size:50px;
    background: linear-gradient(274deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom:20px;
    display:block;
}

.service-card h5{
    color:#fff;
    font-size:20px;
    margin:0;
}

.service-card:hover{
    transform:translateY(-8px);
    border-color:#cfa84d;
    box-shadow:0 10px 30px rgba(207,168,77,.25);
}

.active-card{
    background:linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
}

.expert-btn{
    background:linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
    color:#000;
    text-decoration:none;
    padding:15px 35px;
    border-radius:8px;
    font-weight:600;
    display:inline-block;
}
.expert-btn:hover{
     background:linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
    color:#000;
}
@media(max-width:576px){
    .city-dropdown{
        width:250px;
        grid-template-columns:repeat(2,1fr);
    }
    .hero-left{
        height:360px;
    }

    .hero-overlay-title{
        font-size:28px;
        line-height:36px;
    }

    .hero-overlay-text{
        font-size:14px;
        line-height:22px;
    }

    .hero-section{
        min-height:840px;
    }
}
.consultation-section{
    padding:0 !important;
    margin:0;
}

.consultation-box{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:12px;
    overflow:hidden;
    box-shadow:none;
}

.consultation-left{
    padding:0;
    height:100%;
    border-right:1px solid #e5e5e5;
}

.consultation-img{
    width:100%;
    height:80%;
    display:block;
}

.consultation-form{
    padding:35px 40px;
}

.consultation-form h3{
    margin-bottom:25px;
    font-size:28px;
    font-weight:600;
}

.consultation-form .form-control{
    height:52px;
    border-radius:8px;
    margin-bottom:18px;
    box-shadow:none;
}

.consultation-form .form-control:focus{
    border-color:#F58214;
    box-shadow:none;
}
.rating{
    color:#F58214;
    letter-spacing:2px;
    font-size:20px;
}

.consultation-title{
    font-size:42px;
    font-weight:700;
    color:#08174d;
    margin-top:15px;
}

.consultation-img{
    width:100%;
    margin-top:0px;
}

.consultation-form{
    padding:60px;
}

.consultation-form h3{
    font-size:17px;
    font-weight:600;
    margin-bottom:35px;
}

.consultation-form .form-control{
    height:58px;
    border-radius:10px;
    margin-bottom:20px;
    box-shadow:none;
}

.consultation-form .form-control:focus{
    border-color:#F58214;
    box-shadow:none;
}

.btn-success{
    background:#2eb34a;
    border:none;
}

.call-us{
    font-size:15px;
}

.call-us strong{
    color:#08174d;
}

.hero-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.typewriter{
    border-right:2px solid #F9A03F;
    padding-right:4px;
    animation:cursor .8s infinite;
    display:inline-block;
    min-width:1px;
}

@keyframes cursor{
    50%{
        border-color:transparent;
    }
}

.delay1 {
    animation-delay: 4.2s;
}

.delay2 {
    animation-delay: 6.4s;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.blink-btn {
    background: #ff0000;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    animation: blinkPulse 1s infinite;
    transition: 0.3s;
}

.blink-btn i {
    margin-right: 8px;
}

@keyframes blinkPulse {
    0% {
        background: linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
        box-shadow: 0 0 0 rgba(255, 0, 0, 0.8);
    }

    50% {
        background: linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
        box-shadow: 0 0 20px rgba(255, 0, 0, 0.9);
        transform: scale(1.05);
    }

    100% {
        background: linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
        box-shadow: 0 0 0 rgba(255, 0, 0, 0.8);
    }
}

@media(max-width:800px){
    .hero-section{
        display:block;
        position:relative;
        height:auto;
        min-height:900px;
        overflow:hidden;
    }

    .hero-left{
        position:relative;
        height:420px;
        overflow:hidden;
    }

    .hero-left img,
    .banner{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center center;
    }

    .hero-left::before{
        content:"";
        position:absolute;
        inset:0;
        background:rgba(0,0,0,.35);
        z-index:1;
    }

    .hero-overlay-title{
        width:90%;
        left:20px;
        right:auto;
        top:35%;
        transform:translateY(-50%);
        font-size:36px;
        line-height:45px;
        z-index:2;
    }

    .hero-overlay-text{
        width:90%;
        left:20px;
        right:auto;
        top:58%;
        transform:translateY(-50%);
        font-size:15px;
        line-height:24px;
        z-index:2;
    }

    .hero-search{
        position:relative;
        left:auto;
        top:auto;
        bottom:auto;
        transform:none;
        width:100%;
        padding:15px;
        margin-top:-40px;
        z-index:10;
    }

    .tabs{
        display:flex;
        overflow-x:auto;
        white-space:nowrap;
        flex-wrap:nowrap;
        border-radius:15px 15px 0 0;
        scrollbar-width:none;
    }

    .tabs::-webkit-scrollbar{
        display:none;
    }

    .tabs button{
        flex:0 0 auto;
        min-width:140px;
        padding:12px;
        font-size:14px;
    }

    .hero-search form{
        display:flex;
        flex-direction:column;
        gap:12px;
        padding:15px;
        background:#fff;
        border-radius:0 0 15px 15px;
        box-shadow:0 10px 30px rgba(0,0,0,.15);
    }

    .hero-search select,
    .hero-search input,
    .near-btn,
    .search-btn{
        width:100%;
        height:50px;
    }

    .near-btn,
    .search-btn{
        border-radius:10px;
    }

    .blink-btn{
        min-width:180px;
    }
    .listing-actions{
        gap:6px;
    }
.listing-more-info{
        justify-content: flex-start;
}
    .action-btn{
        font-size:12px;
        padding:8px 20px;
    }

    .action-btn i{
        font-size:14px;
    }
    .hero-section{
        height: 500px;
    }

    .hero-left{
        height: 100%;
    }

    .hero-left img,
    .banner{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
.section-title{
    font-size:34px;
}
.consultation-left{
        padding:0px 0px;
    }
.consultation-img {
        height: 90%;
}
.mob-label{
    display:block;
}
.partner-area{
    padding-top: 40px !important;
    padding-bottom: 0px !important;
}
.faq-area{
        padding: 50px 0 !important;
}
    .consultation-form{
        padding:0px 15px;
    }

    .consultation-title{
        font-size:30px;
    }

    .consultation-form h3{
        font-size:17px;
    }

    .call-us{
        font-size:15px;
    }
.custom-tabs{
    flex-wrap:nowrap;
    overflow-x:auto;
    white-space:nowrap;
}

.custom-tabs::-webkit-scrollbar{
    display:none;
}

.service-card{
    padding:10px 10px;
}

.service-card i{
    font-size:30px;
    margin-bottom: 0px;
}

.service-card h5{
    font-size:13px;
}
    .city-dropdown.show-mobile{
        display:grid !important;
        position: absolute;
        right: -50px;
        top: 40px;
    }
    .hero-left{
       overflow: hidden;
    width: 100%;
    position: relative;
    }
    .hero-overlay-title{
        width: 100%;
        position: absolute;
    top: 35%;
    right: -5%;
    line-height: 60px;
    font-size:40px;
    }
    
.hero-overlay-text {
    width: 100%;
    position: absolute;
    top: 55%;
    right: -5%;
    font-size:17px;
}
    .hero-content p {
    color: #666;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 150px;
}
.hero-search{
    position:absolute;
    width:100%;
    left:0;
    transform:none;
    padding:0 15px;
    margin-top:-70px;
    top:70%;
}
.tabs{
    display:flex;
    overflow-x:auto;
    overflow-y:hidden;
    white-space:nowrap;
    flex-wrap:nowrap;
    border-radius:15px 15px 0 0;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
}

.tabs::-webkit-scrollbar{
    display:none;
}

.tabs button{
    flex:0 0 auto;
    width:auto;
    min-width:120px;
    padding:10px 10px;
    font-size:15px;
}
.hero-search form{
    display:flex;
    flex-direction:column;
    gap:12px;
    padding:15px;
    border-radius:0 0 15px 15px;
}
.hero-search select, .hero-search input {
    flex: auto;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0 20px;
    font-size: 16px;
}
.near-btn {
    width: 100%;
    border: none;
    height: 50px;
    background: #f4eed9;
    border-radius: 12px;
}
.search-btn {
    width: 100%;
    border: none;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.expert-btn {
        padding: 10px 15px;
    font-size: 15px;
}
}

/*/////////////////////////////////////////////////////////////////////////////*/

.listing-actions{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    margin-top:10px;
}
.left-actions{
    display:flex;
    gap:8px;
}
.left-actions .action-btn{
    width:45px;
    height:38px;
    padding:0;
}

.action-btn.brochure{
    flex:unset;
    padding:8px 15px;
}
.action-btn{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    padding:8px 10px;
    border-radius:8px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.action-btn i{
    font-size:25px;
}

.action-btn.call{
    color:#026095;
}

.action-btn.call:hover{
    color:#0d6efd;
}

.action-btn.whatsapp{
    color:#25D366;
}

.action-btn.whatsapp:hover{
    color:#25D366;
}

.action-btn.brochure{
    background: linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
    color:#fff;
}

.property-expert-modal .modal-dialog {
    max-width: 520px;
}

.property-expert-content {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
}


/* Header */

.property-expert-header {
    border: 0;
    padding: 28px 30px 12px;
    align-items: flex-start;
}

.property-expert-subtitle {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    background: linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 5px;
}

.property-expert-title {
    font-size: 25px;
    font-weight: 700;
    color: #1d1d1d;
    margin: 0;
}

.property-expert-description {
    font-size: 13px;
    color: #777;
    margin: 6px 0 0;
    line-height: 20px;
}

.property-expert-close {
    margin-top: 3px;
    opacity: .6;
}


/* Body */

.property-expert-body {
    padding: 15px 30px 30px;
}


/* ================================
   INPUT FIELD
================================ */

.property-field {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 66px;
    padding: 8px 15px;
    margin-bottom: 14px;

    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 13px;

    transition: all .25s ease;
}

.property-field:focus-within {
    background: #fff;
    border-color: #a27b3d;
    box-shadow: 0 6px 20px rgba(162, 123, 61, .10);
    transform: translateY(-1px);
}


/* Icon */

.property-field-icon {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 10px;
    background: #f1eadf;
    background: linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    font-size: 14px;
}


/* Input Content */

.property-field-content {
    flex: 1;
    margin-left: 13px;
}

.property-field-content label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #777;
    margin-bottom: 1px;
}

.property-input {
    width: 100%;
    border: 0 !important;
    outline: none !important;
    padding: 0 !important;
    background: transparent !important;

    font-size: 14px;
    font-weight: 500;
    color: #222;

    box-shadow: none !important;
}

.property-input::placeholder {
    color: #b3b3b3;
    font-weight: 400;
}


/* ================================
   BUYER / BROKER
================================ */

.property-type-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 10px;
}

.property-type-options {
    display: flex;
    gap: 10px;
}

.property-type-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    min-width: 110px;
    padding: 9px 18px;

    border: 1px solid #ddd;
    border-radius: 50px;

    background: #fff;
    color: #555;

    font-size: 13px;
    font-weight: 600;

    transition: all .25s ease;
}
.property-type-btn i {
    font-size: 12px;
}


/* ================================
   SUBMIT BUTTON
================================ */

.property-expert-submit {
    width: 100%;
    min-height: 52px;

    border: 0;
    border-radius: 12px;

    background: linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    font-size: 14px;
    font-weight: 600;

    transition: all .25s ease;
}

.property-expert-submit:hover {
    background: linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
    transform: translateY(-1px);
}

.property-expert-submit i {
    font-size: 13px;
    transition: transform .25s ease;
}

.property-expert-submit:hover i {
    transform: translateX(4px);
}


/* ================================
   CALL BOX
================================ */

.property-call-box {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-top: 15px;
    padding: 12px 15px;

    background: #f8f8f8;
    border-radius: 12px;
}

.property-call-icon {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #eee5d8;
    background: linear-gradient(135deg, #F9A03F 0%, #F58214 50%, #D96A00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    font-size: 13px;
}

.property-call-box small {
    display: block;
    color: #888;
    font-size: 10px;
    margin-bottom: 2px;
}

.property-call-box strong {
    display: block;
    color: #222;
    font-size: 14px;
}


/* ================================
   SECURITY
================================ */

.property-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    margin-top: 16px;

    color: #6c6c6c;
    font-size: 11px;
}

.property-security i {
    color: #5b9b67;
    font-size: 12px;
}

.property-consent {
    margin: 9px 0 0;

    font-size: 9px;
    line-height: 14px;
    color: #999;
}


/* ================================
   MOBILE
================================ */

@media (max-width: 575px) {

    .property-expert-modal .modal-dialog {
        margin: 12px;
    }

    .property-expert-header {
        padding: 23px 20px 10px;
    }

    .property-expert-body {
        padding: 12px 20px 22px;
    }

    .property-expert-title {
        font-size: 21px;
    }

    .property-type-btn {
        flex: 1;
    }
}