@charset "UTF-8";
/***!  Style Declaration  !***/

.layanan-section{width:100%;padding:40px 15px;box-sizing:border-box;background:linear-gradient(155deg,#2c1f1b,#3E2723,#5a5a00,#808000);border-radius:25px;margin:0px 0;overflow:hidden;box-shadow:0 25px 70px rgba(0,0,0,0.55);border:1px solid rgba(201,162,39,0.15)}.layanan-box{max-width:1100px;margin:0 auto;text-align:center;color:#f5f3ea}.section-title{font-family:'Cinzel',serif;font-size:38px;margin-bottom:20px;color:#d4c27a;letter-spacing:1.5px}.section-desc{font-family:'Libre Baskerville',serif;font-size:18px;line-height:1.8;margin-bottom:50px;color:#e6dcc5;max-width:750px;margin-left:auto;margin-right:auto}.services-grid{display:flex;flex-wrap:wrap;gap:25px;justify-content:center}.service-card{flex:1 1 280px;max-width:320px;background:linear-gradient(180deg,#3E2723 0%,#808000 100%);border-radius:22px;padding:30px 25px;box-shadow:0 15px 40px rgba(0,0,0,0.5);transition:0.35s ease;border:1px solid rgba(212,175,55,0.15)}.service-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px rgba(0,0,0,0.7);border:1px solid #C9A227}.service-icon{font-size:32px;margin-bottom:12px;display:block}.service-card h3{font-family:'Cinzel',serif;font-size:22px;margin-bottom:10px;color:#f0e6b2;letter-spacing:1px}.service-card p{font-family:'Libre Baskerville',serif;font-size:15px;line-height:1.7;color:#f5f1dc}@media (max-width:768px){.section-title{font-size:28px}.section-desc{font-size:16px}.service-card{max-width:100%}}
