.elementor-1897 .elementor-element.elementor-element-36df3a0{--display:flex;}body.elementor-page-1897:not(.elementor-motion-effects-element-type-background), body.elementor-page-1897 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF8F8;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1ea7338 */*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Poppins, sans-serif;
}

body{
background:#fafafa;
color:#333;
}

section{
padding:80px 8%;
text-align:center;
}

.custom-hero{
background:white;
}

.custom-hero h1{
font-size:40px;
margin-bottom:10px;
}

.custom-hero p{
max-width:600px;
margin:auto;
color:#555;
}


/* PROCESS */

.process-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
margin-top:50px;
max-width:1100px;
margin-left:auto;
margin-right:auto;
}

.step{
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.step:hover{
transform:translateY(-6px);
}

.icon{
font-size:32px;
color:#d4af37;
margin-bottom:10px;
}


/* TIMELINE */

.timeline{
background:#f4f4f4;
}

.timeline-intro{
max-width:600px;
margin:auto;
color:#555;
margin-bottom:40px;
}

.timeline-wrapper{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
max-width:1100px;
margin:auto;
}

.timeline-item{
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

.day{
font-weight:bold;
color:#d4af37;
margin-bottom:5px;
}


/* FORM */

.custom-form{
background:white;
}

.form-container{
max-width:600px;
margin:auto;
margin-top:30px;
}

form{
display:flex;
flex-direction:column;
gap:15px;
}

input,
textarea{
padding:12px;
border:1px solid #ddd;
border-radius:6px;
font-size:14px;
}

textarea{
min-height:120px;
resize:none;
}

button{
background:#d4af37;
color:white;
border:none;
padding:12px;
border-radius:6px;
cursor:pointer;
transition:0.3s;
}

button:hover{
background:#b8962e;
}



/* MOBILE */

@media(max-width:768px){

section{
padding:60px 20px;
}

.custom-hero h1{
font-size:30px;
}

}/* End custom CSS */