.elementor-2927 .elementor-element.elementor-element-b7eb4b6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-d42eeb2 */*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

background:#eef3f9;

font-family:Arial,Helvetica,sans-serif;

color:#333;

line-height:1.8;

padding:40px 20px;

}

.post-container{

max-width:1100px;

margin:auto;

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.hero{

background:linear-gradient(135deg,#0d6efd,#1b3d8f);

padding:70px 50px;

color:white;

}

.badge{

display:inline-block;

background:#fff;

color:#0d6efd;

padding:8px 18px;

border-radius:30px;

font-size:14px;

font-weight:bold;

margin-bottom:25px;

}

.hero h1{

font-size:48px;

margin-bottom:20px;

font-weight:700;

}

.hero p{

font-size:20px;

opacity:.95;

max-width:900px;

}

.section{

padding:45px 50px;

border-left:6px solid #0d6efd;

transition:.3s;

}

.section:hover{

background:#f8fbff;

}

.section h2{

font-size:34px;

color:#0d6efd;

margin-bottom:20px;

}

.section h2 i{

margin-right:12px;

}

.section p{

font-size:18px;

margin-bottom:18px;

}

.features{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

padding:30px 50px 50px;

}

.feature{

background:white;

padding:30px;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.3s;

display:flex;

gap:20px;

}

.feature:hover{

transform:translateY(-8px);

}

.feature i{

font-size:35px;

color:#0d6efd;

margin-top:5px;

}

.feature h3{

margin-bottom:10px;

color:#0d6efd;

}

.cta{

text-align:center;

padding:70px 40px;

background:#f4f8ff;

}

.cta h2{

font-size:40px;

margin-bottom:20px;

color:#0d6efd;

}

.cta p{

font-size:19px;

max-width:750px;

margin:auto;

margin-bottom:35px;

}

.button{

display:inline-block;

padding:18px 45px;

background:#0d6efd;

color:white;

font-size:18px;

font-weight:bold;

border-radius:50px;

text-decoration:none;

transition:.3s;

}

.button:hover{

background:#083c9b;

transform:scale(1.05);

}

.button i{

margin-right:10px;

}

@media(max-width:900px){

.features{

grid-template-columns:1fr;

}

.hero{

padding:50px 30px;

}

.hero h1{

font-size:38px;

}

.section{

padding:35px 30px;

}

.cta{

padding:50px 25px;

}

}

@media(max-width:600px){

.hero h1{

font-size:30px;

}

.hero p{

font-size:17px;

}

.section h2{

font-size:26px;

}

.section p{

font-size:16px;

}

.cta h2{

font-size:28px;

}

.button{

width:100%;

padding:16px;

}

}/* End custom CSS */