/*---------------base ----------------------*/
:root{
    --primary:#0D6EFD;
    --secondary:#0B1C39;
    --light:#F8F9FA;
    --border:#EAEAEA;
}

body{
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
}

a{
    text-decoration:none;
}

#loader{
    position:fixed;
    inset:0;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.whatsapp-btn{
    position:fixed;
    right:25px;
    bottom:25px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#25D366;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    z-index:999;
}

#backToTop{
    position:fixed;
    bottom:100px;
    right:25px;
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    display:none;
    z-index:999;
}

/*---------------navbar ----------------------*/
.site-navbar{
    min-height:64px;
    padding-top:8px;
    padding-bottom:8px;
    border-bottom:1px solid rgba(15,23,42,.06);
}

.navbar-brand{
    font-weight:700;
    font-size:28px;
    line-height:1;
    letter-spacing:-.01em;
}

.nav-link{
    position:relative;
    margin:0 4px;
    padding:8px 10px !important;
    border-radius:8px;
    font-weight:500;
    color:#4b5563 !important;
    line-height:1.2;
    transition:color .2s ease, background-color .2s ease;
}

.nav-link:hover{
    color:#0d6efd !important;
    background:#edf4ff;
}

.dropdown-menu{
    border:none;
    border-radius:8px;
    padding:8px;
    box-shadow:0 16px 40px rgba(15,23,42,.12);
}

.dropdown-item{
    border-radius:6px;
    padding:8px 12px;
}

.dropdown-item:hover{
    color:#0d6efd;
    background:#edf4ff;
}

.btn-navbar{
    min-height:38px;
    padding:7px 14px;
    border-radius:8px;
    font-weight:600;
    line-height:1.2;
}

.user-menu-toggle{
    display:flex;
    align-items:center;
    gap:9px;
    min-height:42px;
    padding:5px 12px 5px 6px;
    border:1px solid #dbe3ef;
    border-radius:999px;
    background:#fff;
    color:#0f172a;
    font-weight:700;
}

.user-menu-toggle img,
.user-menu-toggle span{
    width:32px;
    height:32px;
    border-radius:50%;
}

.user-menu-toggle img{
    object-fit:cover;
}

.user-menu-toggle span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#edf4ff;
    color:#0d6efd;
}

.user-menu-toggle strong{
    max-width:150px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.user-dropdown-menu{
    min-width:210px;
}

.user-dropdown-menu .dropdown-item{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
}

.user-dropdown-menu .dropdown-item i{
    width:18px;
    color:#0d6efd;
}

.navbar-toggler{
    padding:6px 9px;
    border-radius:8px;
    border-color:#dbe3ef;
}

.navbar-toggler:focus{
    box-shadow:0 0 0 .15rem rgba(13,110,253,.18);
}

.footer-section a{
    text-decoration:none;
}

.footer-section a:hover{
    color:#0d6efd !important;
}

/*-------------------home--------------------*/
.hero-section{
    min-height:calc(100vh - 86px);
    background:url('/static/images/home-vrindavan-hero.webp');
    background-size:cover;
    background-position:center;
    position:relative;
    display:flex;
    align-items:center;
    padding:95px 0 70px;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg, rgba(5,18,38,.86) 0%, rgba(5,18,38,.60) 42%, rgba(5,18,38,.20) 100%),
        linear-gradient(180deg, rgba(5,18,38,.12), rgba(5,18,38,.55));
}

.hero-content{
    position:relative;
    z-index:2;
    color:white;
    max-width:980px;
}

.hero-content h1{
    max-width:820px;
    font-size:64px;
    line-height:1.08;
    font-weight:700;
    margin-bottom:18px;
}

.hero-content p{
    max-width:650px;
    color:rgba(255,255,255,.92);
    font-size:19px;
    line-height:1.65;
    margin-bottom:0;
}

.hero-kicker{
    display:inline-block;
    margin-bottom:18px;
    padding:8px 15px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:50px;
    background:rgba(255,255,255,.13);
    backdrop-filter:blur(8px);
    font-size:14px;
    font-weight:600;
    color:#fff;
}

.search-card{
    max-width:1040px;
    margin-top:34px;
    background:rgba(255,255,255,.96);
    padding:18px;
    border-radius:8px;
    box-shadow:0 24px 70px rgba(0,0,0,.24);
}

.search-card .form-label{
    margin-bottom:7px;
    color:#334155;
    font-size:13px;
    font-weight:700;
}

.search-card .form-control,
.search-card .form-select{
    min-height:48px;
    border-color:#dbe3ef;
    border-radius:8px;
}

.hero-search-btn{
    min-height:48px;
    margin-top:28px;
    border-radius:8px;
    font-weight:700;
}

.hero-trust-row{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:22px;
}

.hero-trust-row div{
    min-width:160px;
    padding:14px 16px;
    border:1px solid rgba(255,255,255,.20);
    border-radius:8px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(8px);
}

.hero-trust-row strong{
    display:block;
    color:#fff;
    font-size:20px;
    line-height:1.1;
}

.hero-trust-row span{
    display:block;
    margin-top:5px;
    color:rgba(255,255,255,.82);
    font-size:13px;
}

.home-category-section{
    background:#fff;
}

.home-category-title h2{
    font-size:36px;
    line-height:1.15;
}

.home-category-title p{
    max-width:560px;
    font-size:16px;
}

.home-category-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(118px, 1fr));
    gap:22px;
    align-items:start;
}

.home-category-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    min-height:158px;
    padding:8px 6px;
    text-align:center;
    color:var(--primary);
    transition:transform .2s ease, color .2s ease;
}

.home-category-card:hover{
    transform:translateY(-4px);
    color:#0b5ed7;
}

.home-category-card img{
    width:112px;
    height:112px;
    padding:8px;
    border:1px solid rgba(13,110,253,.12);
    border-radius:50%;
    background:#fff;
    object-fit:cover;
    box-shadow:0 10px 28px rgba(15,23,42,.10);
}

.home-category-card h6{
    max-width:128px;
    margin:0;
    color:currentColor;
    font-size:15px;
    font-weight:700;
    line-height:1.18;
}

.category-card{
    text-align:center;
    background:#fff;
    border-radius:8px;
    padding:14px;
    transition:.3s;
    height:100%;
    border:1px solid rgba(15,23,42,.06);
    box-shadow:0 10px 30px rgba(15,23,42,.06);
}

.category-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(15,23,42,.12);
}

.category-card img{
    width:70px;
    height:70px;
    object-fit:cover;
}

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

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

.property-content{
    padding:20px;
}

.price{
    color:#0d6efd;
}

.stats-section{
    background:linear-gradient(135deg,#0B1C39,#12345d);
    color:white;
    padding:80px 0;
}

.cta-section{
    padding:100px 0;
    background:linear-gradient(135deg,#0d6efd,#0b5ed7);
    color:white;
}

.partner-cta-section{
    padding:82px 0;
    background:linear-gradient(135deg,#0d6efd,#0b5ed7);
    color:#fff;
}

.partner-cta-content{
    max-width:860px;
    margin:0 auto;
    text-align:center;
}

.partner-cta-content span{
    display:inline-block;
    margin-bottom:12px;
    padding:7px 14px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:999px;
    background:rgba(255,255,255,.12);
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
}

.partner-cta-content h2{
    margin-bottom:14px;
    font-size:40px;
    font-weight:700;
    line-height:1.18;
}

.partner-cta-content p{
    max-width:720px;
    margin:0 auto;
    color:rgba(255,255,255,.90);
    font-size:17px;
    line-height:1.7;
}

.partner-cta-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
    margin-top:28px;
}

.partner-cta-actions .btn{
    min-width:166px;
    border-radius:8px;
    font-weight:700;
}


/*--------------property card---------------*/
.property-card{
    border-radius:20px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

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

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

.featured-badge{
    position:absolute;
    top:15px;
    left:15px;
}

.purpose-badge{
    position:absolute;
    top:15px;
    right:15px;
}

.property-title a{
    text-decoration:none;
}

.carousel-item img{
    height:500px;
    object-fit:cover;
    border-radius:20px;
}

/*.sticky-top{
    top:100px;
}
*/
/*--------------accounts---------------*/
.auth-section{
    min-height:90vh;
    display:flex;
    align-items:center;
    padding:60px 0;
    background:#f8f9fa;
}

.auth-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.auth-card .form-control,
.auth-card .form-select{
    height:50px;
    border-radius:10px;
}

.auth-card .btn{
    height:50px;
    border-radius:10px;
}

.auth-card a{
    text-decoration:none;
}

.username-check-wrap{
    position:relative;
}

.username-check-wrap .form-control{
    padding-right:48px;
}

.username-status{
    position:absolute;
    top:50%;
    right:14px;
    width:28px;
    height:28px;
    display:none;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    transform:translateY(-50%);
    font-size:14px;
}

.username-status.available,
.username-status.taken,
.username-status.invalid{
    display:flex;
}

.username-status.available{
    background:#dcfce7;
    color:#16a34a;
}

.username-status.taken,
.username-status.invalid{
    background:#fee2e2;
    color:#dc2626;
}

.username-feedback{
    margin-top:7px;
    min-height:20px;
    font-size:14px;
    font-weight:600;
}

.username-feedback.checking{
    color:#64748b;
}

.username-feedback.available{
    color:#16a34a;
}

.username-feedback.taken,
.username-feedback.invalid{
    color:#dc2626;
}

.username-suggestions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:8px;
}

.username-suggestion{
    border:1px solid #bfdbfe;
    border-radius:999px;
    padding:6px 12px;
    background:#eff6ff;
    color:#0d6efd;
    font-size:13px;
    font-weight:700;
    line-height:1;
}

.username-suggestion:hover{
    background:#0d6efd;
    color:#fff;
}

.auth-card .is-invalid{
    border-color:#dc2626;
    box-shadow:0 0 0 .2rem rgba(220,38,38,.12);
}


/*---------------profile ----------------------*/
.profile-wrapper{
    background:#f5f7fb;
    padding:60px 0;
}

.profile-banner{
    background:linear-gradient(135deg,#0d6efd,#1d4ed8);
    border-radius:25px;
    padding:35px;
    color:#fff;
}

.profile-avatar{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
    border:5px solid rgba(255,255,255,.3);
}

.profile-title{
    font-size:30px;
    font-weight:700;
    margin-bottom:5px;
}

.profile-subtitle{
    opacity:.9;
}

.profile-role{
    background:#fff;
    color:#0d6efd;
    padding:6px 15px;
    border-radius:50px;
    font-weight:600;
    display:inline-block;
}

.stat-card{
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
    border-radius:18px;
    padding:20px;
    text-align:center;
}

.stat-card h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:5px;
}

.profile-side-card,
.profile-edit-card{
    background:#fff;
    border-radius:25px;
    padding:30px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.profile-info-list{
    list-style:none;
    padding:0;
    margin:0;
}

.profile-info-list li{
    display:flex;
    justify-content:space-between;
    padding:15px 0;
    border-bottom:1px solid #eee;
}

.profile-info-list li:last-child{
    border-bottom:none;
}

.card-title-area h4{
    font-weight:700;
    margin-bottom:5px;
}

.card-title-area p{
    color:#6c757d;
}

.profile-edit-card .form-control{
    height:55px;
    border-radius:12px;
}

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

.btn-save-profile:hover{
    opacity:.9;
}

/*---------Dashboard CSS--------------*/
.dashboard-section{
    padding:50px 0;
    background:#f8f9fa;
}

.dashboard-sidebar{
    background:#0B1C39;
    min-height:100vh;
    padding:30px;
    border-radius:15px;
}

.dashboard-sidebar h4{
    color:#fff;
    margin-bottom:30px;
}

.dashboard-sidebar ul{
    list-style:none;
    padding:0;
}

.dashboard-sidebar li{
    margin-bottom:10px;
}

.dashboard-sidebar a{
    color:#fff;
    display:block;
    padding:12px;
    border-radius:10px;
    text-decoration:none;
}

.dashboard-sidebar a:hover{
    background:#0d6efd;
}

.dashboard-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.dashboard-card h3{
    color:#0d6efd;
    font-weight:700;
}

.property-manage-shell{
    padding:0 0 32px;
}

.property-manage-hero{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    margin-bottom:24px;
    padding:30px;
    border-radius:8px;
    background:linear-gradient(135deg,#0d6efd,#153e90);
    color:#fff;
    box-shadow:0 18px 45px rgba(13,110,253,.2);
}

.property-manage-kicker{
    display:inline-flex;
    margin-bottom:8px;
    padding:6px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.16);
    color:#eaf2ff;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.4px;
}

.property-manage-hero h1{
    margin:0;
    color:#fff;
    font-size:34px;
    font-weight:800;
}

.property-manage-hero p{
    margin:8px 0 0;
    max-width:620px;
    color:#dbeafe;
}

.property-manage-icon{
    width:74px;
    height:74px;
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background:rgba(255,255,255,.16);
    font-size:34px;
}

.property-manage-form{
    display:grid;
    gap:20px;
}

.property-form-section{
    padding:26px;
    border:1px solid #e6edf7;
    border-radius:8px;
    background:#fff;
    box-shadow:0 16px 40px rgba(15,23,42,.06);
}

.property-form-section__head{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:22px;
}

.property-form-section__head span{
    width:44px;
    height:44px;
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background:#edf4ff;
    color:#0d6efd;
    font-size:18px;
}

.property-form-section__head h5{
    margin:0;
    color:#0f172a;
    font-size:20px;
    font-weight:800;
}

.property-form-section__head p{
    margin:4px 0 0;
    color:#64748b;
}

.property-form-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:18px;
}

.property-form-grid--three{
    grid-template-columns:repeat(3, minmax(0, 1fr));
}

.property-form-grid--four{
    grid-template-columns:repeat(4, minmax(0, 1fr));
}

.property-field--wide{
    grid-column:1 / -1;
}

.property-field label{
    display:block;
    margin-bottom:8px;
    color:#334155;
    font-size:14px;
    font-weight:800;
}

.property-field .form-control,
.property-field .form-select{
    min-height:48px;
    border:1px solid #dbe3ef;
    border-radius:8px;
    color:#0f172a;
    box-shadow:none;
}

.property-field textarea.form-control{
    min-height:100px;
    resize:vertical;
}

.property-field .form-control:focus,
.property-field .form-select:focus{
    border-color:#0d6efd;
    box-shadow:0 0 0 .2rem rgba(13,110,253,.12);
}

.property-field small{
    display:block;
    margin-top:7px;
    color:#64748b;
}

.property-field .errorlist{
    margin:8px 0 0;
    padding:10px 12px;
    border-radius:8px;
    background:#fff1f2;
    color:#be123c;
    list-style:none;
    font-size:13px;
    font-weight:700;
}

.property-auto-box{
    display:flex;
    align-items:flex-start;
    gap:12px;
    min-height:72px;
    padding:16px;
    border:1px solid #dbe3ef;
    border-radius:8px;
    background:#f8fbff;
}

.property-auto-box i{
    width:38px;
    height:38px;
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background:#e9f8ef;
    color:#16803f;
}

.property-auto-box strong{
    display:block;
    color:#0f172a;
    font-size:14px;
}

.property-auto-box span{
    display:block;
    margin-top:3px;
    color:#64748b;
    font-size:13px;
    line-height:1.45;
}

.property-editor-wrap{
    overflow:hidden;
    border:1px solid #dbe3ef;
    border-radius:8px;
    background:#fff;
}

.property-editor-wrap .ck-editor__editable{
    min-height:260px;
}

.property-status-box{
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:14px;
    padding:18px;
    border:1px solid #dbe3ef;
    border-radius:8px;
    background:#f8fbff;
}

.property-status-box .form-check{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0;
    padding:0;
    color:#334155;
    font-weight:700;
}

.property-status-box .form-check-input{
    float:none;
    margin:0;
}

.property-review-note{
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:#334155;
}

.property-review-note i{
    width:38px;
    height:38px;
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background:#edf4ff;
    color:#0d6efd;
}

.property-review-note strong{
    display:block;
    color:#0f172a;
    font-size:14px;
}

.property-review-note span{
    display:block;
    margin-top:2px;
    color:#64748b;
    font-size:13px;
    line-height:1.4;
}

.property-submit-bar{
    position:sticky;
    bottom:0;
    z-index:20;
    display:flex;
    justify-content:flex-end;
    gap:12px;
    padding:16px;
    border:1px solid #e6edf7;
    border-radius:8px;
    background:rgba(255,255,255,.92);
    box-shadow:0 -12px 35px rgba(15,23,42,.08);
    backdrop-filter:blur(8px);
}

.property-submit-bar .btn{
    min-height:46px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border-radius:8px;
    padding:10px 22px;
    font-weight:800;
}

@media (max-width:991.98px){
    .property-manage-hero{
        margin-top:24px;
    }

    .property-form-grid,
    .property-form-grid--three,
    .property-form-grid--four{
        grid-template-columns:1fr 1fr;
    }
}

@media (max-width:575.98px){
    .dashboard-section{
        padding:24px 0;
    }

    .property-manage-hero{
        align-items:flex-start;
        padding:22px;
    }

    .property-manage-hero h1{
        font-size:28px;
    }

    .property-manage-hero p{
        font-size:14px;
    }

    .property-manage-icon{
        display:none;
    }

    .property-form-section{
        padding:18px;
    }

    .property-form-section__head{
        gap:12px;
    }

    .property-form-section__head span{
        width:38px;
        height:38px;
    }

    .property-form-section__head h5{
        font-size:18px;
    }

    .property-form-section__head p{
        font-size:13px;
    }

    .property-form-grid,
    .property-form-grid--three,
    .property-form-grid--four{
        grid-template-columns:1fr;
        gap:14px;
    }

    .property-editor-wrap .ck-editor__editable{
        min-height:220px;
    }

    .property-submit-bar{
        flex-direction:column-reverse;
    }

    .property-submit-bar .btn{
        width:100%;
    }
}

/*-----------------------blog -------------------*/
.blog-title{
    font-size:42px;
    font-weight:700;
    line-height:1.3;
}

.blog-meta{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    color:#777;
    margin-top:15px;
}

.blog-excerpt{
    background:#f8f9fa;
    border-left:4px solid #0d6efd;
    padding:20px;
    border-radius:10px;
    margin-bottom:30px;
}

.blog-content{
    font-size:18px;
    line-height:1.9;
    color:#333;
}

.blog-content h2,
.blog-content h3,
.blog-content h4{
    margin-top:35px;
    margin-bottom:15px;
    font-weight:700;
}

.blog-content img{
    max-width:100%;
    height:auto;
    border-radius:12px;
    margin:20px 0;
}

.blog-content ul,
.blog-content ol{
    padding-left:25px;
}

.blog-content p{
    margin-bottom:20px;
}

.related-posts .card{
    transition:.3s;
}

.related-posts .card:hover{
    transform:translateY(-5px);
}

/*----------------loader ----------------*/
#loader{
    position:fixed;
    inset:0;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:99999;
}

.whatsapp-btn{
    position:fixed;
    bottom:90px;
    right:20px;
    width:55px;
    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#25D366;
    color:#fff;
    font-size:24px;
    z-index:999;
}

#backToTop{
    position:fixed;
    right:20px;
    bottom:20px;
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    display:none;
    align-items:center;
    justify-content:center;
    z-index:999;
}

/*------------category-------------*/
.category-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

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

.category-card img{
    width:100%;
    height:140px;
    object-fit:cover;
}

.category-card h6{
    padding:15px;
    margin:0;
    font-weight:600;
}

.approval-card{
    max-width:720px;
    padding:44px;
    border:1px solid rgba(15,23,42,.08);
    border-radius:8px;
    background:#fff;
    text-align:center;
    box-shadow:0 16px 46px rgba(15,23,42,.08);
}

.approval-badge{
    display:inline-block;
    margin-bottom:16px;
    padding:7px 14px;
    border-radius:999px;
    background:#edf4ff;
    color:#0d6efd;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
}

.approval-card h1{
    color:#0f172a;
    font-size:34px;
    font-weight:700;
    line-height:1.2;
}

.approval-card p{
    color:#4b5563;
    font-size:17px;
    line-height:1.7;
}

.approval-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
    margin-top:24px;
}

.profile-alert-backdrop{
    position:fixed;
    inset:0;
    z-index:12000;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    background:rgba(11,28,57,.62);
    backdrop-filter:blur(6px);
}

.profile-alert-backdrop.is-hidden{
    display:none;
}

.profile-alert-card{
    position:relative;
    width:min(520px, 100%);
    padding:34px;
    border-radius:8px;
    background:#fff;
    box-shadow:0 24px 80px rgba(15,23,42,.24);
    text-align:center;
}

.profile-alert-close{
    position:absolute;
    top:14px;
    right:16px;
    border:0;
    background:transparent;
    color:#64748b;
    font-size:28px;
    line-height:1;
}

.profile-alert-icon{
    width:68px;
    height:68px;
    margin:0 auto 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#edf4ff;
    color:#0d6efd;
    font-size:30px;
}

.profile-alert-card h3{
    color:#0f172a;
    font-size:26px;
    font-weight:700;
}

.profile-alert-card p{
    color:#64748b;
}

.profile-alert-card ul{
    margin:18px 0 24px;
    padding:16px 18px;
    border-radius:8px;
    background:#fff7ed;
    color:#9a3412;
    text-align:left;
}

.profile-alert-card li{
    margin-bottom:8px;
}

.profile-alert-card li:last-child{
    margin-bottom:0;
}

/*--------------responsive polish---------------*/
.section-title h2,
.page-header h1{
    font-weight:700;
    color:var(--secondary);
}

.section-title span{
    display:inline-block;
    margin-bottom:8px;
    color:var(--primary);
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.section-title p{
    max-width:620px;
    color:#64748b;
    margin:10px auto 0;
}

.featured-section{
    padding:70px 0;
    background:#f7f9fc;
}

.why-card{
    height:100%;
    padding:30px 18px;
    border-radius:8px;
    background:#fff;
    border:1px solid rgba(15,23,42,.06);
    box-shadow:0 10px 28px rgba(15,23,42,.06);
}

.why-card i{
    color:var(--primary);
}

.why-card h5{
    font-weight:700;
    color:#1f2933;
}

.property-card{
    border-radius:8px;
    height:100%;
    border:1px solid rgba(15,23,42,.06);
}

.property-image{
    aspect-ratio:10 / 7;
    background:#eef2f7;
    overflow:hidden;
}

.property-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .3s ease;
}

.property-card:hover .property-image img{
    transform:scale(1.03);
}

.property-title{
    min-height:54px;
    line-height:1.35;
    font-size:17px;
    font-weight:700;
}

.property-content h5{
    font-size:17px;
    font-weight:700;
    line-height:1.35;
}

.property-content h5:not(.property-title){
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    min-height:46px;
}

.property-title a{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.property-content h4{
    font-size:22px;
    line-height:1.25;
}

.category-property-section{
    background:#f8fafc;
}

.category-page-header{
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
}

.category-page-header h1{
    font-size:44px;
    font-weight:700;
    color:#1f2933;
}

.category-page-header p{
    font-size:18px;
    color:#4b5563;
}

.property-info{
    gap:8px;
    font-size:14px;
    color:#4b5563;
}

.property-info span{
    min-width:0;
    white-space:nowrap;
}

.property-actions .btn{
    flex:1;
    white-space:nowrap;
}

.contact-info-card,
.contact-form-card{
    background:#fff;
    border-radius:8px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    padding:30px;
    height:100%;
}

.contact-item{
    display:flex;
    gap:15px;
    align-items:flex-start;
    padding:14px 0;
    border-bottom:1px solid var(--border);
}

.contact-item:last-of-type{
    border-bottom:0;
}

.contact-item i{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#edf4ff;
    color:var(--primary);
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 38px;
}

.contact-item h6{
    margin-bottom:4px;
    font-weight:700;
}

.contact-item p{
    margin-bottom:0;
    overflow-wrap:anywhere;
}

/*--------------site ads---------------*/
.site-ads-section{
    padding:34px 0 18px;
    background:#f8fafc;
}

.ad-slot{
    --ad-accent:#c81f2b;
    --ad-accent-dark:#930b13;
    --ad-muted:#5f6673;
    background:linear-gradient(135deg,#fff 0%,#fff7e4 55%,#fff1f2 100%);
    border:1px solid #efd79b;
    border-radius:8px;
    box-shadow:0 10px 26px rgba(21,21,21,.07);
    display:grid;
    gap:14px;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    margin:0 0 18px;
    overflow:hidden;
    padding:18px;
    position:relative;
}

.ad-slot::before{
    background:var(--ad-accent);
    content:"";
    inset:0 auto 0 0;
    position:absolute;
    width:5px;
}

.ad-slot__badge{
    align-self:start;
    background:#171717;
    border-radius:999px;
    color:#fff;
    font-size:11px;
    font-weight:800;
    letter-spacing:0;
    line-height:1;
    padding:6px 10px;
}

.ad-slot__creative{
    display:grid;
    gap:3px;
}

.ad-slot__label{
    color:var(--ad-accent);
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
}

.ad-slot__creative strong{
    color:#151515;
    font-family:Georgia, "Times New Roman", serif;
    font-size:28px;
    font-weight:800;
    line-height:1.15;
    max-width:100%;
    overflow-wrap:anywhere;
}

.ad-slot__creative span{
    color:var(--ad-muted);
    font-weight:700;
}

.ad-slot__contact{
    color:var(--ad-accent-dark) !important;
    font-size:18px;
}

.ad-slot__cta{
    align-self:center;
    background:var(--ad-accent);
    border-radius:6px;
    color:#fff;
    font-weight:800;
    padding:11px 14px;
    text-align:center;
    white-space:nowrap;
}

.ad-slot__cta:hover{
    color:#fff;
    filter:brightness(.96);
}

.ad-slot__link{
    color:inherit;
    text-decoration:underline;
    text-underline-offset:3px;
}

.ad-slot--sidebar{
    grid-template-columns:1fr;
    text-align:left;
}

.ad-slot--sidebar .ad-slot__cta{
    justify-self:start;
}

.ad-slot--learning{
    background:linear-gradient(135deg,#ffffff 0%,#eef7ff 54%,#f4fff2 100%);
    border-color:#a9d6f5;
}

.ad-slot--learning::before{
    background:#1877f2;
}

.ad-slot--learning .ad-slot__label,
.ad-slot--learning .ad-slot__contact{
    color:#0b5cad !important;
}

.ad-slot--learning .ad-slot__cta{
    background:#0b5cad;
}

.ad-slot--learning .ad-slot__creative strong{
    font-size:26px;
}

.ad-slot--learning.ad-slot--sidebar,
.ad-slot--property.ad-slot--sidebar{
    grid-template-columns:1fr;
}

.ad-slot--learning.ad-slot--sidebar .ad-slot__cta,
.ad-slot--property.ad-slot--sidebar .ad-slot__cta{
    justify-self:start;
}

.ad-slot--property{
    background:linear-gradient(135deg,#ffffff 0%,#f0fff7 55%,#fff8e7 100%);
    border-color:#a9d9be;
}

.ad-slot--property::before{
    background:#16824a;
}

.ad-slot--property .ad-slot__label,
.ad-slot--property .ad-slot__contact{
    color:#12663c !important;
}

.ad-slot--property .ad-slot__cta{
    background:#16824a;
}

.ad-slot--property .ad-slot__creative strong{
    font-size:26px;
}

/*--------------about page---------------*/
.about-hero{
    position:relative;
    min-height:520px;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:#0b1c39;
}

.about-hero img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.about-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(7,18,35,.82), rgba(7,18,35,.44), rgba(7,18,35,.14));
}

.about-hero-content{
    position:relative;
    z-index:2;
    max-width:680px;
    color:#fff;
    padding:80px 0;
}

.about-hero-content span{
    display:inline-block;
    margin-bottom:16px;
    padding:7px 14px;
    border-radius:50px;
    background:rgba(255,255,255,.16);
    color:#fff;
    font-weight:600;
    letter-spacing:.02em;
}

.about-hero-content h1{
    font-size:58px;
    line-height:1.08;
    font-weight:700;
    margin-bottom:18px;
}

.about-hero-content p{
    max-width:580px;
    font-size:20px;
    line-height:1.65;
    margin-bottom:0;
    color:rgba(255,255,255,.92);
}

.about-content-section{
    background:#f8fafc;
}

.about-poster{
    border-radius:8px;
    aspect-ratio:16 / 10;
    object-fit:cover;
}

@media (max-width:991.98px){
    .site-navbar{
        min-height:58px;
        padding-top:7px;
        padding-bottom:7px;
    }

    .navbar-brand{
        font-size:25px;
    }

    .navbar-collapse{
        padding-top:10px;
    }

    .navbar-nav{
        gap:4px;
        margin-bottom:15px;
    }

    .navbar-actions{
        flex-direction:column;
        align-items:stretch;
    }

    .user-menu-toggle{
        width:100%;
        justify-content:flex-start;
    }

    .user-dropdown-menu{
        width:100%;
    }

    .hero-section{
        min-height:auto;
        padding:80px 0 55px;
        background-position:center;
    }

    .hero-content h1{
        font-size:42px;
        line-height:1.15;
    }

    .hero-content p{
        font-size:17px;
        line-height:1.6;
    }

    .search-card{
        border-radius:8px;
        padding:16px;
    }

    .hero-search-btn{
        margin-top:0;
    }

    .hero-trust-row div{
        flex:1 1 180px;
    }

    .home-category-grid{
        grid-template-columns:repeat(auto-fit, minmax(104px, 1fr));
        gap:18px 12px;
    }

    .home-category-card{
        min-height:140px;
    }

    .home-category-card img{
        width:96px;
        height:96px;
    }

    .dashboard-sidebar{
        min-height:auto;
        margin-bottom:25px;
    }

    .carousel-item img{
        height:420px;
    }

    .about-hero{
        min-height:460px;
    }

    .about-hero-content h1{
        font-size:44px;
    }

    .about-hero-content p{
        font-size:18px;
    }

    .ad-slot{
        grid-template-columns:1fr;
        gap:12px;
    }

    .ad-slot__cta{
        justify-self:start;
    }
}

@media (max-width:575.98px){
    .hero-section{
        min-height:auto;
        padding:58px 0 36px;
        background-position:58% center;
    }

    .hero-content h1{
        font-size:36px;
    }

    .hero-content p{
        font-size:16px;
    }

    .hero-kicker{
        font-size:12px;
    }

    .search-card .form-control,
    .search-card .form-select,
    .search-card .btn{
        min-height:48px;
    }

    .hero-trust-row{
        gap:10px;
    }

    .hero-trust-row div{
        min-width:calc(50% - 10px);
        padding:12px;
    }

    .hero-trust-row strong{
        font-size:17px;
    }

    .home-category-section{
        padding-top:28px !important;
        padding-bottom:24px !important;
    }

    .home-category-title{
        margin-bottom:20px !important;
    }

    .home-category-title h2{
        font-size:26px;
    }

    .home-category-title p{
        font-size:14px;
    }

    .home-category-grid{
        grid-template-columns:repeat(3, minmax(0, 1fr));
        gap:16px 8px;
    }

    .home-category-card{
        min-height:120px;
        gap:8px;
    }

    .home-category-card img{
        width:78px;
        height:78px;
        padding:5px;
    }

    .home-category-card h6{
        max-width:96px;
        font-size:13px;
    }

    .category-card img{
        height:110px;
    }

    .partner-cta-section{
        padding:56px 0;
    }

    .partner-cta-content h2{
        font-size:28px;
    }

    .partner-cta-content p{
        font-size:15px;
    }

    .partner-cta-actions{
        flex-direction:column;
    }

    .partner-cta-actions .btn{
        width:100%;
    }

    .approval-card{
        padding:28px 18px;
    }

    .approval-card h1{
        font-size:25px;
    }

    .approval-card p{
        font-size:15px;
    }

    .approval-actions{
        flex-direction:column;
    }

    .property-content{
        padding:16px;
    }

    .property-title{
        min-height:auto;
        font-size:16px;
    }

    .property-content h4{
        font-size:20px;
    }

    .category-page-header h1{
        font-size:32px;
    }

    .category-page-header p{
        font-size:16px;
    }

    .property-info{
        flex-wrap:wrap;
        justify-content:flex-start !important;
    }

    .property-actions{
        flex-direction:column;
    }

    .carousel-item img{
        height:300px;
        border-radius:8px;
    }

    .about-hero{
        min-height:430px;
    }

    .about-hero-overlay{
        background:linear-gradient(180deg, rgba(7,18,35,.72), rgba(7,18,35,.58));
    }

    .about-hero-content{
        padding:64px 0;
    }

    .about-hero-content h1{
        font-size:36px;
    }

    .about-hero-content p{
        font-size:16px;
    }

    .site-ads-section{
        padding:24px 0 8px;
    }

    .ad-slot{
        padding:16px;
    }

    .ad-slot__badge{
        width:max-content;
    }

    .ad-slot__creative strong,
    .ad-slot--learning .ad-slot__creative strong,
    .ad-slot--property .ad-slot__creative strong{
        font-size:22px;
    }

    .ad-slot__creative span,
    .ad-slot__contact{
        font-size:15px;
    }

    .whatsapp-btn{
        width:50px;
        height:50px;
        right:14px;
        bottom:78px;
    }

    #backToTop{
        width:46px;
        height:46px;
        right:14px;
        bottom:18px;
    }
}
