.services-section{padding:60px 20px;background-color:#f5f1e8;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.section-title{text-align:center;font-size:2.3rem;color:#1d3b2a;margin-bottom:50px;font-weight:600;position:relative}.section-title::after{content:'';display:block;width:80px;height:4px;background:#a17436;margin:12px auto 0;border-radius:2px}.services-grid{display:flex;flex-wrap:wrap;gap:30px;max-width:1200px;margin:0 auto}.service-card{background:white;border-radius:12px;padding:25px;box-shadow:0 6px 15px rgba(0,0,0,0.08);transition:transform 0.3s ease,box-shadow 0.3s ease;opacity:0;transform:translateY(20px);animation:fadeInUp 0.6s forwards;flex:1 1 300px}.service-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px rgba(0,0,0,0.12)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.service-card:nth-child(1){animation-delay:0.1s}.service-card:nth-child(2){animation-delay:0.2s}.service-card:nth-child(3){animation-delay:0.3s}.service-card:nth-child(4){animation-delay:0.4s}.service-card:nth-child(5){animation-delay:0.5s}.service-card:nth-child(6){animation-delay:0.6s}.service-card:nth-child(7){animation-delay:0.7s}.service-card:nth-child(8){animation-delay:0.8s}.service-card:nth-child(9){animation-delay:0.9s}.service-card:nth-child(10){animation-delay:1.0s}.service-card:nth-child(11){animation-delay:1.1s}.service-card:nth-child(12){animation-delay:1.2s}.service-card:nth-child(13){animation-delay:1.3s}.service-card:nth-child(14){animation-delay:1.4s}.service-card:nth-child(15){animation-delay:1.5s}.service-card:nth-child(16){animation-delay:1.6s}.service-card:nth-child(17){animation-delay:1.7s}.service-card:nth-child(18){animation-delay:1.8s}.service-title{font-size:1.35rem;color:#1d3b2a;margin-bottom:12px;font-weight:600;line-height:1.3}.service-desc{color:#444;line-height:1.6;font-size:0.95rem;margin-bottom:20px}.start-btn{display:inline-block;background-color:#a17436;color:white;padding:10px 22px;border-radius:30px;text-decoration:none;font-weight:600;font-size:1rem;transition:background 0.3s ease}.start-btn:hover{background-color:#8a622b;color:white}@media (max-width:768px){.section-title{font-size:1.8rem}.service-card{padding:20px;flex:1 1 100%}.service-title{font-size:1.2rem}}