
.wrapbg{
max-width:1450px;
margin:auto;
padding:20px;
font-family:Arial,sans-serif;
background:#fff;
}

.topbg{
text-align:center;
margin-bottom:35px;
}

.titlebox{
background:linear-gradient(135deg,#ffffff,#f8f8f8);
padding:35px 25px;
border-radius:28px;
box-shadow:0 12px 30px rgba(0,0,0,0.08);
border:1px solid #eee;
}

.titlebox h2{
font-size:52px;
font-weight:800;
line-height:1.3;
margin-bottom:12px;
color:#111;
}

.titleline{
width:140px;
height:5px;
background:#e60012;
margin:0 auto 18px;
border-radius:50px;
}

.titlebox p{
font-size:20px;
font-weight:700;
color:#e60012;
}

.layoutbg{
display:grid;
grid-template-columns:340px 1fr;
gap:25px;
}

.sidebarbg{
background:#fff;
padding:28px;
border-radius:24px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.titlefilter{
background:#e60012;
color:#fff;
padding:20px;
border-radius:16px;
font-weight:700;
text-align:center;
margin-bottom:20px;
font-size:16px;
}

.sidebarbg input,
.sidebarbg select{
width:100%;
padding:18px;
margin-bottom:18px;
border-radius:14px;
border:1px solid #ddd;
box-sizing:border-box;
font-size:15px;
min-height:60px;
}

.note-global{
margin-top:18px;
border-radius:22px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
border:1px solid #eee;
}

.note-head{
background:#111;
color:#fff;
padding:18px;
font-size:18px;
font-weight:800;
text-align:center;
letter-spacing:1px;
}

.note-content{
background:#fff7f7;
padding:20px;
font-size:14px;
line-height:1.8;
color:#444;
}

.contentbg{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:22px;
}

.cardbg{
background:#fff;
border-radius:22px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:0.3s;
}

.cardbg:hover{
transform:translateY(-4px);
}

.hidden-card{
display:none;
}

.thumbbg img{
width:100%;
height:220px;
object-fit:cover;
display:block;
}

.bodybg{
padding:18px;
}

.cardbg h3{
font-size:24px;
margin-bottom:10px;
line-height:1.3;
}

.pricebg{
font-size:28px;
font-weight:800;
color:#e60012;
margin:14px 0;
}

.show-note-btn{
width:100%;
padding:12px;
border:none;
background:#f1f1f1;
border-radius:12px;
font-weight:700;
margin-bottom:10px;
cursor:pointer;
}

.note-box{
display:none;
background:#f7f7f7;
padding:14px;
border-radius:12px;
margin-bottom:12px;
font-size:14px;
line-height:1.6;
}

.btnbg{
display:block;
padding:14px;
background:#111;
color:#fff;
text-align:center;
border-radius:14px;
text-decoration:none;
font-weight:700;
transition:0.3s;
}

.btnbg:hover{
background:#e60012;
}

.loadmore-wrap{
text-align:center;
margin-top:28px;
}

#loadMoreBtn{
background:#e60012;
color:#fff;
border:none;
padding:16px 38px;
border-radius:18px;
font-weight:700;
font-size:15px;
cursor:pointer;
}

@media(max-width:991px){

.layoutbg{
grid-template-columns:1fr;
}

.contentbg{
grid-template-columns:repeat(2,1fr);
}

.titlebox h2{
font-size:38px;
}

}

@media(max-width:600px){

.wrapbg{
padding:8px;
}

.contentbg{
grid-template-columns:repeat(3,1fr);
gap:8px;
}

.titlebox{
padding:22px 15px;
border-radius:20px;
}

.titlebox h2{
font-size:22px;
}

.titleline{
width:80px;
height:4px;
}

.titlebox p{
font-size:14px;
}

.thumbbg img{
height:75px;
}

.bodybg{
padding:8px;
}

.cardbg h3{
font-size:11px;
}

.cardbg p{
font-size:9px;
}

.pricebg{
font-size:11px;
}

.show-note-btn{
padding:7px;
font-size:8px;
}

.note-box{
padding:8px;
font-size:8px;
}

.btnbg{
padding:8px;
font-size:8px;
}

.note-head{
font-size:14px;
padding:14px;
}

.note-content{
padding:12px;
font-size:11px;
line-height:1.6;
}

}


/* Desktop Font Fix */
body,.wrapbg{font-family:Arial,Helvetica,sans-serif!important}
@media(min-width:992px){
.titlebox h2{font-size:48px!important;line-height:1.3!important;word-break:break-word}
.cardbg h3{font-size:22px!important;line-height:1.4!important}
.cardbg p,.note-content,.sidebarbg select,.sidebarbg input{font-size:15px!important;line-height:1.6!important}
}

@media(min-width:992px){.cardbg h3{font-size:20px!important;line-height:1.4!important;min-height:56px}.cardbg p{font-size:16px!important}.pricebg{font-size:20px!important;line-height:1.35}.contentbg{grid-template-columns:repeat(3,1fr)!important}.bodybg{display:flex;flex-direction:column}.btnbg{margin-top:auto}}