/* TBPL CLEAN OVERRIDES
Place this file after your existing style.css
*/




.partner-card{
background:#fff;
height:140px;
padding:20px;
border-radius:16px;
display:flex;
align-items:center;
justify-content:center;
border:1px solid #ececec;
box-shadow:0 8px 20px rgba(0,0,0,.06);
transition:.35s;
overflow:hidden;
}
.partner-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 35px rgba(0,0,0,.12);
}
.partner-card img{
max-width:160px;
max-height:70px;
width:auto;
height:auto;
object-fit:contain;
filter:grayscale(1%);
opacity:.85;
transition:.35s;
}
.partner-card:hover img{
filter:none;
opacity:1;
transform:scale(1.08);
}

.nav-bar{
position:sticky;
top:0;
z-index:9999;
background:rgba(255,255,255,.96);
backdrop-filter:blur(10px);
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.navbar-brand img{
height:70px;
width:auto;
}

.navbar-nav .nav-link{
font-weight:600;
padding:26px 18px!important;
position:relative;
}

.navbar-nav .nav-link::after{
content:"";
position:absolute;
left:50%;
bottom:18px;
width:0;
height:3px;
background:#00A33C;
border-radius:10px;
transform:translateX(-50%);
transition:.3s;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after{
width:60%;
}

.product-image-viewer{
overflow:hidden;
border-radius:18px;
background:#fff;
box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.product-image{
width:100%;
display:block;
transition:transform .4s ease;
}

.product-image-viewer:hover .product-image{
transform:scale(1.12);
}

.btn.btn-dark{
background:#00A33C!important;
border:none;
border-radius:6px;
}

.btn.btn-dark:hover{
background:#008a32!important;
}
.company-profile{
    background:#f8f9fa;
    padding:50px;
    border-radius:10px;
    text-align:center;
    margin:40px auto;
    max-width:700px;
}

.company-profile h2{
    color:#0d6efd;
    margin-bottom:15px;
}

.company-profile p{
    color:#555;
    margin-bottom:25px;
    font-size:17px;
    line-height:1.8;
}

.download-btn{
    display:inline-block;
    background:#dc3545;
    color:#fff;
    padding:15px 30px;
    border-radius:5px;
    text-decoration:none;
    transition:.3s;
    font-weight:bold;
}

.download-btn:hover{
    background:#bb2d3b;
    color:#fff;
}

@media(max-width:991px){
.navbar-brand img{height:60px;}
.partner-card{height:120px;}
.partner-card img{max-height:60px;}
}



.blog-section{

background:#fff;

}

.blog-card{

transition:.4s;

border-radius:15px;

overflow:hidden;

}

.blog-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.blog-card img{

height:250px;

object-fit:cover;

}

.blog-badge{

position:absolute;

top:15px;

left:15px;

font-size:13px;

padding:8px 18px;

}

.blog-meta{

font-size:14px;

color:#777;

margin-bottom:15px;

}

.blog-card h4{

font-weight:700;

margin-bottom:15px;

color:#1c1c1c;

}

.blog-card p{

color:#666;

line-height:1.7;

}

.instagram-feed{

border-top:1px solid #eee;

}

.section-title{

letter-spacing:2px;

font-weight:700;

color:#00A33C;

text-transform:uppercase;

}



