.elementor-2790 .elementor-element.elementor-element-ff3f5c0{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2790 .elementor-element.elementor-element-ff3f5c0{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-782d566 */.write-wrapper{
max-width:1150px;
margin:auto;
font-family:Inter, sans-serif;
color:#222;
line-height:1.7;
}

/* hero */

.write-hero{
text-align:center;
padding:70px 20px;
background:linear-gradient(120deg,#fff6f2,#ffffff);
border-radius:12px;
margin-bottom:50px;
}

.write-hero h1{
font-size:40px;
margin-bottom:15px;
color:#1e293b;
}

.write-hero p{
font-size:18px;
color:#555;
max-width:650px;
margin:auto;
}

/* primary button */

.primary-btn{
display:inline-block;
margin-top:25px;
padding:14px 30px;
background:#ff5a1f;
color:#ffffff !important;
text-decoration:none;
border-radius:7px;
font-weight:600;
transition:.3s;
border:none;
}

/* fix inherited colors */

.primary-btn,
.primary-btn span,
.primary-btn *{
color:#ffffff !important;
}

.primary-btn:hover{
background:#e14a14;
color:#ffffff !important;
}

/* sections */

.section-title{
font-size:28px;
margin-bottom:20px;
color:#1e293b;
}

/* grid */

.grid-2{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

/* cards */

.card{
padding:20px;
border-radius:10px;
border:1px solid #eee;
background:white;
transition:.3s;
}

.card:hover{
border-color:#ff5a1f;
transform:translateY(-3px);
}

/* steps */

.steps{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-top:25px;
}

.step-box{
background:#fff;
padding:25px;
border-radius:10px;
text-align:center;
border:1px solid #eee;
}

.step-number{
width:45px;
height:45px;
background:#ff5a1f;
color:#ffffff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin:auto;
margin-bottom:10px;
font-weight:bold;
}

/* faq */

.faq-item{
border:1px solid #eee;
padding:18px;
margin-bottom:12px;
border-radius:8px;
background:#fff;
}

/* spacing */

.section{
margin-bottom:50px;
}

/* responsive */

@media(max-width:768px){

.grid-2{
grid-template-columns:1fr;
}

.steps{
grid-template-columns:1fr 1fr;
}

.write-hero h1{
font-size:32px;
}

}/* End custom CSS */