/*ronival*/
    .entry-title{
        display:none!important;
    }
    #content-full {
    margin-top: 0px;
}

.bt-white-description {
    margin: 0 auto 30px !important;
    opacity: 0.95;
}
.bt-section-subtitle {

    margin: 0 auto !important;

}
.bt-white-title {

    font-size: 42px!important;

}
.rl-header-info-rnv {
    position: absolute !important;
    bottom: 26px !important;
    left: 0 !important;
    width: 100% !important;
    padding: 0 40px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    z-index: 4 !important;
    gap: 14px !important;
}
@media (max-width: 768px) {
.rl-header-info-rnv {
    padding: 0 5px !important;
}
}
/*blog*/
{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Segoe UI,Arial,sans-serif;
}

body{
background:#f7f7f7;
color:#333;
line-height:1.6;
}

.container{
max-width:1220px;
margin:auto;
padding:20px;
}

.article-hero{
width:100%;
height:420px;
border-radius:8px;
margin-bottom:40px;
}

.article-content{
background:white;
padding:40px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.article-content h1{
color:#0d3b66;
font-size:32px;
margin-bottom:25px;
padding-bottom:15px;
border-bottom:2px solid #f4a261;
}

.article-content h2{
color:#0d3b66;
margin:35px 0 15px;
padding-bottom:10px;
border-bottom:2px solid #f4a261;
}

.article-content h3{
color:#1a5f8e;
margin:25px 0 10px;
}

.article-content p{
margin-bottom:18px;
font-size:17px;
}

.image-gallery{
display:flex;
flex-wrap:wrap;
gap:18px;
margin:30px 0;
}

.image-item{
flex:1 1 350px;
border-radius:8px;
overflow:hidden;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

.image-item img{
width:100%;
height:340px;
object-fit:cover;
display:block;
}

.image-caption{
padding:14px;
background:white;
}

.image-caption h4{
color:#0d3b66;
margin-bottom:6px;
}

.highlight-box{
background:#f0f7ff;
border-left:5px solid #0d3b66;
padding:20px;
margin:25px 0;
border-radius:0 8px 8px 0;
}

.final-takeaway{
background:#fff8f0;
border-left:5px solid #f4a261;
padding:25px;
margin-top:35px;
border-radius:0 8px 8px 0;
}

.faq-section{
margin-top:40px;
}

.faq-item{
border-bottom:1px solid #e6e6e6;
padding:18px 0;
}

.faq-item h3{
font-size:20px;
color:#0d3b66;
margin-bottom:6px;
}

@media(max-width:768px){

.article-hero{
height:250px;
}

.article-content{
padding:25px 18px;
}

.image-gallery{
flex-direction:column;
}

.image-item img{
height:240px;
}

}
.article-image{
    margin: 30px 0;
}

.article-image img{
    width:100%;
    height:auto;
    display:block;
}

.article-image-caption{
    margin-top:8px;
    font-size:14px;
    color:#666;
    text-align:left;
}

.article-image-caption a{
    color:#2a7db8;
    text-decoration:none;
}

.article-image-caption a:hover{
    text-decoration:underline;
}
.image-caption h4 a{
    color: inherit;
    text-decoration: none;
    font: inherit;
}

.image-caption h4 a:hover{
    text-decoration: underline;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
}
body{
    line-height:1.6;
    color:#333;
    background-color:#f9f9f9;
    width:100%;
}
.container{
    margin-left:auto;
    margin-right:auto;
    max-width:1224px;
    padding:20px 16px 40px;
}
@media (min-width:1220px){
    .container{
        padding-left:24px;
        padding-right:24px;
    }
}

.article-content ul{
    margin-left:22px;
    margin-bottom:20px;
}

.article-content li{
    margin-bottom:10px;
    font-size:17px;
}
.highlight-box{
    background-color:#f0f7ff;
    border-left:5px solid #0d3b66;
    padding:20px;
    margin:25px 0;
    border-radius:0 8px 8px 0;
}
.note-box{
    background-color:#fff8f0;
    border-left:5px solid #f4a261;
    padding:20px;
    margin:25px 0;
    border-radius:0 8px 8px 0;
}


.glance-box{
    background:#f8f9fa;
    border:1px solid #e8e8e8;
    border-radius:10px;
    padding:24px;
    margin:30px 0;
}
.glance-box h3{
    margin-top:0;
}
.glance-grid{
    display:grid;
    grid-template-columns:220px 1fr;
    gap:12px 18px;
}
.step-list{
    margin:25px 0;
}
.step-item{
    border:1px solid #ececec;
    border-radius:10px;
    padding:22px;
    margin-bottom:18px;
    background:#fff;
}
.step-number{
    display:inline-flex;
    width:36px;
    height:36px;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#0d3b66;
    color:#fff;
    font-weight:700;
    margin-bottom:12px;
}
.terms-box{
    background:#f8f9fa;
    border:1px solid #e8e8e8;
    border-radius:10px;
    padding:24px;
    margin:30px 0;
}
.terms-grid{
    display:grid;
    grid-template-columns:220px 1fr;
    gap:12px 18px;
}
.faq-section{
    margin-top:40px;
}
.faq-item{
    border-bottom:1px solid #e9e9e9;
    padding:18px 0;
}
.disclaimer{
    margin-top:35px;
    font-size:14px;
    color:#666;
    padding-top:20px;
    border-top:1px solid #eee;
}
.contact-section{
    background-color:white;
    padding:40px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
    margin-bottom:40px;
    text-align:center;
    width:100%;
}
.contact-section h2{
    color:#0d3b66;
    margin-bottom:30px;
}
.contact-details{
    background-color:#f8f9fa;
    padding:30px;
    border-radius:8px;
    margin-top:20px;
}
.contact-details p{
    margin-bottom:15px;
    font-size:18px;
}
@media (max-width:768px){
    .article-hero{
        height:250px;
        margin-bottom:25px;
    }
    .article-content,
    .contact-section{
        padding:25px 15px;
    }
    .article-content h1{
        font-size:28px;
    }
    .image-gallery{
        flex-direction:column;
    }
    .image-item img{
        height:260px;
    }
    .glance-grid,
    .terms-grid{
        grid-template-columns:1fr;
    }
    .contact-details p{
        font-size:16px;
        text-align:center;
    }
}