:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c511c86 */body{
background:#FFFDF8;
font-family:'Manrope',sans-serif;
}

.privacy-section{
padding:90px 8%;
background:linear-gradient(180deg,#FFFDF8,#FFF8ED);
}

.privacy-container{
max-width:950px;
margin:auto;
}

.privacy-header{
text-align:center;
margin-bottom:50px;
}

.privacy-header span{
display:inline-block;
padding:8px 18px;
background:#FFF2C7;
color:#D98B26;
border-radius:50px;
font-size:12px;
letter-spacing:2px;
font-weight:700;
margin-bottom:20px;
}

.privacy-header h1{
font-family:'Cormorant Garamond',serif;
font-size:64px;
color:#3A342F;
margin-bottom:15px;
}

.privacy-header p{
max-width:620px;
margin:auto;
color:#777;
line-height:1.8;
}

.privacy-card{
background:rgba(255,255,255,.65);
backdrop-filter:blur(15px);
padding:50px;
border-radius:30px;
border:1px solid rgba(255,255,255,.7);
box-shadow:0 20px 50px rgba(244,184,96,.10);
}

.privacy-card h2{
font-family:'Cormorant Garamond',serif;
font-size:34px;
color:#3A342F;
margin-bottom:15px;
margin-top:10px;
}

.privacy-card p{
color:#666;
line-height:2;
font-size:16px;
}

.privacy-card hr{
border:none;
height:1px;
background:#F5E6BE;
margin:35px 0;
}

@media(max-width:768px){

.privacy-header h1{
font-size:44px;
}

.privacy-card{
padding:30px;
}

.privacy-card h2{
font-size:28px;
}

}/* End custom CSS */