:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f410d25 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@300;400;500;600&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
background:#FFFDF8;
font-family:'Manrope',sans-serif;
color:#555;
}

.veloura-about{

padding:100px 8%;

background:linear-gradient(180deg,#FFFDF8,#FFF6E8);

}

.container{

max-width:1250px;
margin:auto;

}

.heading{

text-align:center;
margin-bottom:60px;

}

.heading span{

letter-spacing:4px;
font-size:13px;
font-weight:700;
color:#D78922;

}

.heading h2{

font-size:60px;
font-family:'Cormorant Garamond',serif;
color:#333;
margin:15px 0;

}

.heading p{

font-size:18px;
color:#777;

}

.glass-card{

background:rgba(255,255,255,.45);

backdrop-filter:blur(18px);

-webkit-backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.7);

border-radius:28px;

padding:45px;

box-shadow:

0 10px 40px rgba(255,198,77,.12);

margin-bottom:35px;

transition:.4s;

}

.glass-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 60px rgba(255,181,43,.18);

}

.glass-card h3{

font-family:'Cormorant Garamond',serif;

font-size:40px;

margin-bottom:20px;

color:#363636;

}

.glass-card p{

line-height:2;

font-size:16px;

color:#666;

}

.features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

margin:40px 0;

}

.feature h4{

font-size:22px;

margin-bottom:15px;

color:#D78922;

}

.products{

display:flex;

flex-wrap:wrap;

gap:15px;

margin:30px 0;

}

.products span{

padding:12px 22px;

background:#FFF2C7;

border-radius:50px;

font-size:14px;

color:#555;

}

.promise ul{

margin-top:25px;

padding-left:20px;

}

.promise li{

margin:18px 0;

font-size:17px;

color:#666;

}

.ending{

text-align:center;

}

.ending h2{

font-family:'Cormorant Garamond',serif;

font-size:52px;

margin-bottom:20px;

color:#333;

}

.ending h4{

margin-top:30px;

font-size:24px;

font-family:'Cormorant Garamond',serif;

color:#D78922;

font-weight:600;

}

@media(max-width:900px){

.features{

grid-template-columns:1fr;

}

.heading h2{

font-size:42px;

}

.glass-card{

padding:30px;

}

.ending h2{

font-size:38px;

}

}/* End custom CSS */