/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 16 2026 | 12:38:24 */
.tb-pricing-section{
padding:90px 20px;
background:#f7f9fc;
font-family:inherit;
}

.tb-container{
max-width:1200px;
margin:auto;
}

.tb-pricing-header{
text-align:center;
margin-bottom:60px;
}

.tb-pricing-header h2{
font-size:36px;
font-weight:700;
margin-bottom:10px;
}

.tb-pricing-header p{
color:#666;
}

.tb-pricing-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:35px;
}

.tb-pricing-card{
background:white;
padding:40px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
position:relative;
transition:0.3s;
}

.tb-pricing-card:hover{
transform:translateY(-8px);
}

.tb-pricing-card h3{
font-size:24px;
margin-bottom:10px;
}

.tb-bestfor{
font-size:14px;
color:#777;
margin-bottom:15px;
}

.tb-price{
font-size:34px;
font-weight:700;
color:#2563eb;
margin-bottom:15px;
}

.tb-price span{
font-size:14px;
color:#777;
}

.tb-desc{
font-size:14px;
color:#555;
margin-bottom:20px;
}

.tb-features{
list-style:none;
padding:0;
margin-bottom:25px;
}

.tb-features li{
margin:10px 0;
color:#444;
}

.tb-btn{
display:inline-block;
padding:12px 28px;
background:#2563eb;
color:white;
border-radius:6px;
text-decoration:none;
font-weight:600;
transition:0.3s;
}

.tb-btn:hover{
background:#1e4ed8;
}

.featured{
border:2px solid #2563eb;
transform:scale(1.05);
}

.tb-popular{
position:absolute;
top:-12px;
left:50%;
transform:translateX(-50%);
background:#2563eb;
color:white;
padding:6px 16px;
border-radius:20px;
font-size:12px;
font-weight:600;
}

.tb-cta-section{
padding:80px 20px;
background:white;
}

.tb-cta-box{
text-align:center;
max-width:700px;
}

.tb-cta-box h2{
font-size:32px;
margin-bottom:10px;
}

.tb-cta-box p{
color:#666;
margin-bottom:25px;
}

.tb-cta-btn{
font-size:16px;
padding:14px 32px;
}

