.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-6e4f517 */.tbl-blog{
font-family:Arial,Helvetica,sans-serif;
color:#333;
line-height:1.8;
font-size: 18px;
}

.tbl-hero{
background:url('YOUR_HERO_IMAGE.jpg') center/cover;

display:flex;
align-items:center;
justify-content:center;
position:relative;

}

.tbl-overlay{
background:rgba(0,0,0,.55);
padding:30px;
text-align:center;
color:#fff;
width:100%;
}

.tbl-overlay h1{
font-size:32px;
margin-bottom:20px;
color:#fff;
}

.tbl-overlay p{
font-size:20px;
max-width:850px;
margin:auto;
}

.tbl-section{
max-width:1200px;
margin:auto;
padding:20px 20px;
}

.bg-light{
background:#fafafa;
border-radius:10px;
}

.tbl-grid{
display:grid;
grid-template-columns:1.2fr .8fr;
gap:50px;
align-items:center;
}

.tbl-grid img{
width:100%;
border-radius:12px;
box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.tbl-section h2{
font-size:22px;
margin-bottom:20px;
color:#1f2937;
}

.tbl-highlight{
background:#1f2937;
color:#fff;
padding:30px;
border-left:6px solid #c7a76c;
border-radius:8px;
margin-top:30px;
}

.timeline{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
margin-top:40px;
}

.step{
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
text-align:center;
}

.step span{
display:inline-flex;
width:55px;
height:55px;
background:#c7a76c;
color:#fff;
border-radius:50%;
align-items:center;
justify-content:center;
font-size:22px;
font-weight:bold;
margin-bottom:20px;
}

.feature-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-top:40px;
}

.card{
background:#fff;
padding:20px;
text-align:center;
border-radius:10px;
box-shadow:0 6px 20px rgba(0,0,0,.08);
font-size:34px;
transition:.3s;
}

.card:hover{
transform:translateY(-8px);
}

.card h3{
font-size:20px;
margin-top:15px;
}

.tips{
padding-left:20px;
}

.tips li{
margin-bottom:15px;
}

.tbl-cta{
background:#1f2937;
padding:20px 20px;
text-align:center;
color:#fff;
margin-top:70px;
border-radius:12px;
}

.tbl-cta h2{
color:#fff !important;
font-size:32px;
}

.tbl-cta p{
font-size:20px;
margin:20px auto 35px;
max-width:700px;
}

.btn{
display:inline-block;
padding:16px 40px;
background:#c7a76c;
color:#fff !important;
text-decoration:none;
font-weight:bold;
border-radius:6px;
transition:.3s;
}

.btn:hover{
background:#b18e4f;
}

@media(max-width:992px){

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

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

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

.tbl-overlay h1{
font-size:34px;
}

}

@media(max-width:768px){

.timeline,
.feature-grid{
grid-template-columns:1fr;
}

.tbl-overlay{
padding:40px 20px;
}

.tbl-overlay h1{
font-size:28px;
}

.tbl-overlay p{
font-size:17px;
}

.tbl-section h2{
font-size:28px;
}

.tbl-cta h2{
font-size:30px;
}

}/* End custom CSS */