/* Material Supplier Checkbox Fix */

.material-types{
display:grid;
grid-template-columns:1fr 1fr;
gap:8px 20px;
margin-bottom:15px;
}

.material-item{
display:flex;
align-items:center;
gap:8px;
}

.material-item input[type="checkbox"]{
width:auto !important;
margin:0;
flex:0 0 auto;
}


/* Supplier Hero Title */

.supplier-hero-title{
max-width:1200px;
margin:auto;
text-align:center;
padding-bottom:20px;
}

.supplier-main-title{
font-size:32px;
font-weight:600;
}

/* Supplier Content Layout */

.supplier-wrapper{
max-width:1200px;
margin:auto;
padding:20px;
}

.supplier-single{
width:100%;
}

/* Info Grid */

.bp-info-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
margin-top:20px;
}

.bp-info-card{
background:#fff;
padding:16px;
border-radius:8px;
border:1px solid #eee;
}

/* Supplier Contact */

.supplier-contact{
max-width:1200px;
margin:auto;
padding:30px 20px;
text-align:center;
}

.supplier-contact-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}

.supplier-call-btn,
.supplier-whatsapp-btn,
.supplier-share-btn{
padding:12px 18px;
border-radius:6px;
text-decoration:none;
font-weight:500;
}

/* Supplier Hero Container */

.supplier-hero-wrapper{
background:#f7f7f7;
padding:40px 0;
}

.supplier-hero{
max-width:1100px;
margin:auto;
text-align:center;
}

.supplier-hero img{
width:800px;
height:550px;
object-fit:cover;
border-radius:10px;
margin-bottom:15px;
}

.supplier-hero-title{
max-width:1100px;
margin:auto;
text-align:center;
}

.supplier-main-title{
font-size:32px;
font-weight:600;
margin-top:10px;
}

/* Supplier Info Cards */

.bp-info-card{
background:#ffffff;
border:1px solid #e6e6e6;
padding:18px;
border-radius:8px;
box-shadow:0 2px 8px rgba(0,0,0,0.05);
}

.bp-label{
font-size:13px;
color:#888;
display:block;
margin-bottom:5px;
}

.bp-value{
font-size:16px;
font-weight:500;
color:#222;
}

/* Supplier Contact Buttons */

.supplier-contact-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
margin-top:20px;
}

.supplier-call-btn{
background:#2c7be5;
color:#fff;
padding:12px 20px;
border-radius:6px;
text-decoration:none;
font-weight:500;
}

.supplier-whatsapp-btn{
background:#25d366;
color:#fff;
padding:12px 20px;
border-radius:6px;
text-decoration:none;
font-weight:500;
}

.supplier-share-btn{
background:#444;
color:#fff;
padding:12px 20px;
border:none;
border-radius:6px;
cursor:pointer;
}

.bp-slide img{
transition:transform 0.25s ease, box-shadow 0.25s ease;
}

.bp-slide img:hover{
transform:scale(1.02);
box-shadow:0 4px 12px rgba(0,0,0,0.12);
}

.supplier-main-title{
font-size:32px;
font-weight:800;
letter-spacing:0.5px;
margin-top:10px;
}