/* ====================================
   GANBOLSA SOFT UI THEME
==================================== */

:root{

    --coffee:#4A3428;
    --orange:#ef6200;

    --bg:#FCFAF7;
    --card:#FFFFFF;

    --text:#2B2B2B;
    --muted:#7A726C;

    --border:#E7E1D8;

    --radius:24px;

    --shadow:
    0 2px 12px rgba(0,0,0,.05);

}

/* ====================================
   RESET
==================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:
    'Plus Jakarta Sans',
    sans-serif;

    background:var(--bg);

    color:var(--text);

    padding-bottom:90px;

}

/* ====================================
   CONTAINER
==================================== */

.container{

    width:100%;

    padding:16px;

}

/* ====================================
   HEADER
==================================== */

.site-header{

    position:relative;

    overflow:hidden;

    padding:24px 16px 24px;

}

.header-map-overlay{

    position:absolute;

    inset:0;

    background-image:url('../images/westminster-map.png');

    background-size:cover;

    background-position:center;

    opacity:.08;

}

.header-content{

    position:relative;

    z-index:2;

}

.logo{

    display:flex;

    align-items:center;

    gap:12px;

    text-decoration:none;

    color:inherit;

}

.logo-icon{

    width:60px;

    height:60px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    background:white;

    border-radius:50%;

    box-shadow:var(--shadow);

}

.logo-text h1{

    font-size:28px;

    font-weight:700;

    line-height:1;

}

.logo-text span{

    font-size:13px;

    color:var(--muted);

}

/* ====================================
   CARD
==================================== */

.card{

    background:var(--card);

    border-radius:var(--radius);

    box-shadow:var(--shadow);

}

/* ====================================
   HERO SEARCH
==================================== */

.search-card{

    background:white;

    border-radius:32px;

    padding:22px 12px;

    box-shadow:var(--shadow);

    margin-bottom:24px;

}

.search-card h2{

    text-align:center;

    font-size:22px;

    margin-bottom:18px;

}

/* ====================================
   ROOM / HOUSE SWITCH
==================================== */
.switch-group{

    display:flex;

    gap:12px;

    width:100%;

    margin-bottom:16px;
}

.switch-group .switch-btn{

    flex:1;

    width:50%;

    height:58px;

    border:none;

    border-radius:50px;

    font-size:17px;

    font-weight:700;

    cursor:pointer;
}
.rental-switch{

    display:flex;

    gap:12px;

    margin-bottom:18px;

}

.switch-btn{

    flex:1;

    border:none;

    cursor:pointer;

    padding:18px;

    border-radius:50px;

    font-size:18px;
  text-shadow: 1px 0px #000000;

    font-weight:700;
	color:var(--coffee);

    background:#F3EEE8;

    text-shadow:none;

    box-shadow:none;

    border:1px solid var(--border);

    box-shadow:var(--shadow);

}

.switch-btn.active{

    background:var(--green);

    color:white;

}

/* ====================================
   INPUT
==================================== */

.select-box{

    width:100%;

    border:none;

    outline:none;

    padding:18px;

    border-radius:50px;

    font-size:16px;

    background:white;

    box-shadow:var(--shadow);

    margin-bottom:16px;

}

/* ====================================
   SEARCH BUTTON
==================================== */

.search-btn{

    width:100%;

    border:none;

    cursor:pointer;

    height:64px;

    border-radius:50px;

    font-size:18px;

    font-weight:700;

    color:white;
  text-shadow: 1px 1px #000000;

    background:#ef6200;

    box-shadow:
    0 10px 24px rgba(255,106,0,.35);

}

/* ====================================
   SECTION TITLE
==================================== */

.section-title{

    font-size:22px;

    font-weight:700;

    margin-bottom:16px;

}

/* ====================================
   QUICK MENU
==================================== */

.quick-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

    margin-bottom:24px;

}

.quick-item{

    background:white;

    border-radius:24px;

    box-shadow:var(--shadow);

    text-align:center;

    padding:24px 12px;

}

.quick-item .icon{

    font-size:34px;

    margin-bottom:10px;

}

.quick-item {
color: #307efb;
    font-size:15px;
	text-decoration: none;

}

/* ====================================
   LISTING CARD
==================================== */

.listing-card{

    background:white;

    border-radius:26px;

    overflow:hidden;

    box-shadow:var(--shadow);

    margin-bottom:20px;

    padding: 12px;
}

.listing-image{

    width:100%;

    height:220px;

    object-fit:cover;

}

.listing-body{

    padding:2px 18px;

}

.listing-price{

    color:var(--orange);

    font-size:24px;

    font-weight:700;

    margin-bottom:8px;

}

.listing-title{

    font-size:18px;

    font-weight:700;

    margin-bottom:8px;

}

.listing-city{

    color:var(--green);

    font-weight:700;

    margin-bottom:10px;

}

.listing-desc{

    color:var(--muted);

    line-height:1.6;

}

/* ====================================
   LISTING ACTIONS
==================================== */

.listing-actions{

    display:flex;

    justify-content:space-between;

    padding:16px 18px;

    border-top:1px solid #f1f1f1;

}

.listing-actions button{

    border:none;

    background:none;

    cursor:pointer;

    font-size:16px;

    font-weight:700;
color: #777;
}

/* ====================================
   BOTTOM NAV
==================================== */

.bottom-nav{

    position:fixed;

    left:0;

    right:0;

    bottom:0;

    height:74px;

    background:white;

    display:flex;

    justify-content:space-around;

    align-items:center;

    box-shadow:
    0 -6px 24px rgba(0,0,0,.08);

    z-index:9999;

}

.bottom-nav a{

    text-decoration:none;

    color:#444;

    display:flex;

    flex-direction:column;

    align-items:center;

    gap:4px;

    font-size:12px;

}

.bottom-nav span{

    font-size:22px;

}

.post-btn{

    color:var(--orange)!important;

    font-weight:700;

}

/* ====================================
   BLOG CARD
==================================== */

.blog-card{

    background:white;

    border-radius:24px;

    overflow:hidden;

    box-shadow:var(--shadow);

    margin-bottom:20px;

}

.blog-card img{

    width:100%;

    height:200px;

    object-fit:cover;

}

.blog-content{

    padding:18px;

}

/* ====================================
   MOBILE
==================================== */

@media(max-width:768px){

    .container{

        padding:16px;

    }

}

.success-box{

    background:#e8fff0;
    color:#0B7A2A;

    padding:15px;

    border-radius:20px;

    margin-bottom:15px;
}

.error-box{

    background:#fff1f1;
    color:#d62828;

    padding:15px;

    border-radius:20px;

    margin-bottom:15px;
}

textarea.select-box{

    border-radius: 12px;
    border: solid 1px #ddd;
    resize:none;
}

/* ====================================
   LISTING DETAIL
==================================== */

.listing-gallery{

    margin-bottom:20px;

}

.gallery-image{

    width:100%;

    border-radius:24px;

    margin-bottom:12px;

    box-shadow:var(--shadow);

}

.listing-detail-card{

    margin-bottom:20px;

}

.listing-detail-body{

    padding:24px;

}

.listing-meta{

    color:var(--muted);

    margin-top:10px;

}

.listing-date{

    color:var(--muted);

    margin-top:12px;

}

.description-card{

    margin-bottom:20px;

    padding:24px;

}

.description-card h3{

    margin-bottom:15px;

}

.description-content{

    line-height:1.8;

}

.action-card{

    padding:20px;

    margin-bottom:30px;

}

.action-btn{

    width:100%;

    height:58px;

    border:none;

    border-radius:50px;

    margin-bottom:2px;

    font-size:16px;

    font-weight:700;

    cursor:pointer;

}
.action-card{

    display:flex;

    gap:10px;

    justify-content:space-between;

    align-items:center;
}

.action-btn{

    flex:1;

    text-align:center;

    padding:18px 0px 0px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;
    color: #333;
}
.save-btn{

    background:#f5f4f1;

}

.share-btn{

    background:#f5f4f1;

}

.report-btn{

    background:#f5f4f1;

}

.blog-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fill,minmax(320px,1fr));

    gap:20px;
}

.blog-card{

    background:white;

    border-radius:24px;

    overflow:hidden;

    text-decoration:none;

    color:#222;

    box-shadow:
    0 10px 25px rgba(0,0,0,.08);

    transition:.2s;
}

.blog-card:hover{

    transform:
    translateY(-3px);
}

.blog-card img{

    width:100%;

    height:220px;

    object-fit:cover;
}

.blog-content{

    padding:18px;
}

.blog-category{

    color:#FF6A00;

    font-size:13px;

    font-weight:700;

    margin-bottom:8px;
}

.blog-content h3{

    margin-bottom:10px;
}

.blog-content p{

    color:#666;

    line-height:1.6;
}

.share-modal{

    position:fixed;

    inset:0;

    display:none;

    z-index:9999;
}

.share-modal.active{

    display:block;
}

.share-overlay{

    position:absolute;

    inset:0;

    background:
    rgba(0,0,0,.5);
}

.share-sheet{

    position:absolute;

    left:0;

    right:0;

    bottom:0;

    background:white;

    border-radius:
    30px 30px 0 0;

    padding:25px;

    box-shadow:
    0 -10px 30px rgba(0,0,0,.15);
}

.share-sheet h3{

    margin-bottom:15px;
}

.share-sheet a{

    display:block;

    padding:15px;

    text-decoration:none;

    color:#222;

    border-bottom:
    1px solid #eee;
}

.action-link{

    text-decoration:none;

    color:#333;

    font-weight:700;

    font-size:15px;

    cursor:pointer;
}

.action-link:hover{

    color:#FF6A00;
}

.report-link{

    color:#d62828;
}
.listing-thumb{

    width:100%;

    height:220px;

    display:block;

    object-fit:cover;

    border-radius:16px;

    overflow:hidden;
}
.listing-card{

    overflow:hidden;
}
.listing-thumbs{

    width:100%;
  height: 100%;

    aspect-ratio:16/9;

    object-fit:cover;

    display:block;

    border-radius:16px;

    margin-bottom:12px;
}

.marketplace-stats{

    text-align:center;
    margin:28px 0 0px;

    color:#666;

    font-size:15px;

    line-height:1.6;
    font-weight:700;
}