/*
Theme Name: Betheme | بی تم 
Theme URI: https://zhaket.com/product/betheme-responsive-multi-purpose/
Author: تیم پرو استایل
Author URI: https://www.prostyle.ir
Description: بی تم - قالب پریمیوم و فوق حرفه ای وردپرس
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Requires PHP: 7.0
Version: 28.2

All css files are placed in /css/ folder
*/
.business-single-wrapper{
    direction: rtl;
    font-family: IRANSans, sans-serif;
}

.business-hero img{
    width:100%;
    height:350px;
    object-fit:cover;
}

.business-card{
    max-width:900px;
    margin:-80px auto 50px;
    background:#fff;
    padding:30px;
    border-radius:16px;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
    position:relative;
}

.business-logo{
    position:absolute;
    top:-50px;
    right:30px;
}

.business-logo img{
    width:100px;
    height:100px;
    object-fit:cover;
    border-radius:12px;
    border:4px solid #fff;
    box-shadow:0 5px 15px rgba(0,0,0,0.15);
}

.business-title{
    margin-top:40px;
    font-size:28px;
    font-weight:bold;
    color:#14532d;
}

.verified-badge{
    background:#16a34a;
    color:#fff;
    padding:4px 10px;
    border-radius:20px;
    font-size:13px;
    margin-right:10px;
}

.business-status-box{
    margin-top:15px;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.status-item{
    background:#f1f5f9;
    border:1px solid #e2e8f0;
    padding:6px 12px;
    border-radius:8px;
    font-size:13px;
}

.business-info{
    margin-top:25px;
}

.info-item{
    margin-bottom:10px;
    font-size:15px;
    color:#444;
}

.info-item a{
    color:#2563eb;
    text-decoration:none;
}

.business-description{
    margin-top:30px;
    line-height:1.9;
    color:#555;
}