.elementor-2769 .elementor-element.elementor-element-d849b92{--display:flex;}.elementor-widget-theme-post-featured-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-e892285 */{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    background:#f4f7fb;
    color:#222;
    line-height:1.8;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.hero{
    background:linear-gradient(135deg,#0f172a,#1e293b);
    color:#fff;
    padding:80px 20px;
}

.hero h1{
    font-size:42px;
    line-height:1.3;
    margin-bottom:20px;
}

.hero p{
    font-size:18px;
    max-width:850px;
    opacity:0.95;
}

.meta-box{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-top:30px;
}

.meta-item{
    background:#ffffff12;
    border:1px solid #ffffff20;
    padding:12px 18px;
    border-radius:8px;
    font-size:14px;
}

.content{
    background:#fff;
    margin-top:-40px;
    border-radius:14px;
    padding:50px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.content h2{
    font-size:32px;
    margin:45px 0 20px;
    color:#0f172a;
}

.content h3{
    font-size:24px;
    margin:35px 0 15px;
    color:#1d4ed8;
}

.content p{
    margin-bottom:20px;
    font-size:17px;
}

.highlight{
    background:#e0f2fe;
    border-left:5px solid #0284c7;
    padding:20px;
    border-radius:8px;
    margin:25px 0;
}

ul{
    padding-left:20px;
    margin-bottom:20px;
}

li{
    margin-bottom:10px;
}

table{
    width:100%;
    border-collapse:collapse;
    margin:25px 0;
    overflow:hidden;
    border-radius:10px;
}

table th{
    background:#1e293b;
    color:#fff;
    padding:14px;
    text-align:left;
}

table td{
    padding:14px;
    border-bottom:1px solid #ddd;
    background:#fff;
}

.brand-card{
    background:#f8fafc;
    padding:30px;
    border-radius:14px;
    margin:35px 0;
    border:1px solid #e2e8f0;
}

.cost-box{
    background:#0f172a;
    color:#fff;
    padding:20px;
    border-radius:12px;
    margin-top:20px;
    text-align:center;
}

.cost-box h4{
    font-size:30px;
    margin-top:10px;
}

.faq-section{
    margin-top:60px;
}

.faq-card{
    background:#fff;
    border:1px solid #dbe4ee;
    border-radius:12px;
    margin-bottom:15px;
    overflow:hidden;
}

.faq-question{
    padding:20px;
    cursor:pointer;
    font-weight:bold;
    background:#f8fafc;
    position:relative;
}

.faq-question::after{
    content:"+";
    position:absolute;
    right:20px;
    font-size:24px;
}

.faq-answer{
    display:none;
    padding:20px;
    background:#fff;
}

.cta{
    margin-top:60px;
    background:linear-gradient(135deg,#1d4ed8,#2563eb);
    color:#fff;
    padding:40px;
    border-radius:16px;
    text-align:center;
}

.cta h2{
    color:#fff;
    margin-bottom:20px;
}

.cta button{
    background:#fff;
    color:#1d4ed8;
    border:none;
    padding:14px 28px;
    border-radius:8px;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    transition:0.3s;
}

.cta button:hover{
    transform:translateY(-2px);
}

footer{
    text-align:center;
    padding:40px 20px;
    color:#666;
    font-size:14px;
}

@media(max-width:768px){

.hero h1{
    font-size:30px;
}

.content{
    padding:25px;
}

.content h2{
    font-size:26px;
}

.content h3{
    font-size:21px;
}

table{
    display:block;
    overflow-x:auto;
}

}/* End custom CSS */