/* Optimized Marketplace CSS
   Replace your existing style.css with this file.
   This version uses more compact spacing, typography and cards.
*/

/* GLOBAL */
body{font-family:'Poppins',sans-serif;font-size:15px;line-height:1.6;color:#333;background:#fff}
h1,h2,h3,h4,h5{font-weight:700;margin-bottom:.6rem}
a{text-decoration:none}
.btn{border-radius:8px;padding:9px 18px;font-size:14px;font-weight:600}

/* NAVBAR */
.navbar{padding:8px 0;transition:.3s}
.navbar-brand{font-size:22px;font-weight:700}
.navbar-brand img{max-height:45px;border-radius:6px}
.nav-link{font-size:15px;font-weight:500;margin:0 6px;color:#444!important}
.nav-link:hover,.nav-link.active{color:#0d6efd!important}

/* HERO */
.hero-section{padding:70px 0;background:linear-gradient(135deg,#f8fbff,#fff)}
.hero-title{font-size:42px;line-height:1.2;color:#0b1f3a}
.hero-text{font-size:16px;color:#666}
.hero-badge{padding:8px 16px;border-radius:30px;background:#fff3cd}
.hero-image{max-width:85%}

/* SEARCH */
.search-section{margin-top:-25px}
.search-box{padding:20px;border-radius:15px;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.08)}
.search-box input,.search-box select{border-radius:8px;font-size:14px}

/* CARDS */
.category-card,.vendor-card,.product-card,.pricing-card,.contact-card{
background:#fff;border-radius:14px;box-shadow:0 8px 20px rgba(0,0,0,.08);transition:.3s}
.category-card:hover,.pricing-card:hover,.product-card:hover{transform:translateY(-5px)}
.category-card{padding:22px 15px;text-align:center}
.category-card i{font-size:30px;color:#0d6efd}
.vendor-card{padding:18px}
.vendor-card img{width:65px;height:65px;border-radius:50%;object-fit:cover}
.product-card{overflow:hidden;height:100%}
.product-card img{width:100%;height:190px;object-fit:cover}
.product-card .content{padding:15px}
.product-detail-image{width:100%;height:420px;object-fit:cover;border-radius:15px}

/* STORE */
.store-banner img{height:260px;object-fit:cover;border-radius:15px}
.store-logo{width:120px;height:120px;border-radius:50%;border:4px solid #fff}

/* DASHBOARD */
.dashboard-card{padding:22px;border-radius:15px;color:#fff;text-align:center}
.dashboard-card i{font-size:30px}
.dashboard-card h2{font-size:28px}
.vendor-table img{width:55px;height:55px;border-radius:8px;object-fit:cover}

/* STATS */
.statistics{padding:45px 0;background:#0d6efd;color:#fff}
.statistics h2{font-size:34px}

/* CTA */
.cta{padding:60px 0;background:#0b1f3a;color:#fff}
.cta h2{font-size:32px}

/* FOOTER */
.footer{background:#0d1b2a;color:#ddd;padding:45px 0 15px}
.footer h4,.footer h5{font-size:18px;color:#fff}
.footer p,.footer-links a{font-size:14px;color:#bdbdbd}
.footer-links{list-style:none;padding:0}
.footer-links li{margin-bottom:8px}
.social-icons a{display:inline-flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:#1b263b;color:#fff}
.social-icons a:hover{background:#0d6efd}

/* MISC */
.map-placeholder{height:240px;border-radius:15px;background:#e9ecef;display:flex;align-items:center;justify-content:center}
.table td{vertical-align:middle}

/* MOBILE */
@media(max-width:991px){
.hero-section{text-align:center;padding:50px 0}
.hero-title{font-size:32px}
.store-banner img{height:220px}
.product-detail-image{height:300px}
.navbar-brand{font-size:20px}
.btn{padding:8px 15px}
}
