.elementor-82 .elementor-element.elementor-element-e30f820{--display:flex;}.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-f70084a */.cul-section{
font-family:"Segoe UI",Arial,sans-serif;
background:#faf7f2;
padding:80px 20px;
color:#333;
}

.cul-container{
max-width:1200px;
margin:auto;
}

/* HERO */

.cul-hero{
background:linear-gradient(135deg,#4A0100,#6b0a07);
color:#ffffff;
padding:60px;
border-radius:16px;
margin-bottom:60px;
position:relative;
overflow:hidden;
}

.cul-hero:after{
content:"";
position:absolute;
width:280px;
height:280px;
background:#D4AF7F;
opacity:.15;
border-radius:50%;
right:-80px;
top:-80px;
}

.cul-hero h1{
color:#D4AF7F;
font-size:36px;
margin-bottom:20px;
}

.cul-hero p{
line-height:1.7;
font-size:17px;
}

/* TITLES */

.cul-title{
font-size:30px;
color:#4A0100;
margin:40px 0 20px 0;
position:relative;
padding-bottom:10px;
}

.cul-title:after{
content:"";
display:block;
width:80px;
height:4px;
background:#D4AF7F;
margin-top:10px;
border-radius:2px;
}

/* GRID */

.cul-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
}

/* SERVICE CARDS */

.cul-card{
background:white;
padding:26px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
border-top:5px solid #D4AF7F;
transition:0.35s;
}

.cul-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.cul-card h3{
color:#4A0100;
margin-bottom:10px;
}

/* REVIEWS */

.cul-review{
background:white;
padding:22px;
border-left:6px solid #D4AF7F;
border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
font-style:italic;
}

/* CTA */

.cul-cta{
margin-top:60px;
background:linear-gradient(135deg,#4A0100,#2e0000);
color:white;
padding:50px;
border-radius:14px;
text-align:center;
position:relative;
overflow:hidden;
}

.cul-cta:before{
content:"";
position:absolute;
width:200px;
height:200px;
background:#D4AF7F;
opacity:.15;
left:-60px;
bottom:-60px;
border-radius:50%;
}

.cul-btn{
display:inline-block;
margin-top:20px;
background:#D4AF7F;
color:#4A0100;
padding:14px 32px;
border-radius:8px;
text-decoration:none;
font-weight:700;
transition:.3s;
}

.cul-btn:hover{
background:#c59c6a;
}

/* ADVANTAGES */

.cul-adv{
background:#fff;
padding:24px;
border-radius:12px;
border-top:4px solid #D4AF7F;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
transition:.3s;
}

.cul-adv:hover{
transform:translateY(-6px);
box-shadow:0 16px 35px rgba(0,0,0,0.15);
}

.cul-adv h4{
color:#4A0100;
margin-bottom:10px;
}

/* MOBILE */

@media(max-width:768px){

.cul-hero{
padding:40px;
}

.cul-hero h1{
font-size:26px;
}

.cul-title{
font-size:24px;
}

}/* End custom CSS */