@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&family=Playfair+Display:wght@600&display=swap";
.custom-all-services-page{color:#0a192f;background-color:#f8fafc;font-family:Outfit,sans-serif}.custom-services-hero{text-align:center;color:#fff;background-color:#0a192f;padding:120px 20px 80px}.custom-services-hero h1{margin:0 0 20px;font-family:Playfair Display,serif;font-size:4rem}.custom-services-hero h1 span{color:#d4af37}.custom-services-hero p{color:#94a3b8;max-width:700px;margin:0 auto;font-size:1.2rem}.custom-services-grid-container{max-width:1400px;margin:0 auto;padding:80px 20px 120px}.custom-services-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.custom-service-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:40px 30px;transition:transform .4s,box-shadow .4s,border-color .4s;display:flex;box-shadow:0 4px 6px #00000005}.custom-service-card:hover{border-color:#d4af3766;transform:translateY(-8px);box-shadow:0 20px 30px #00000014}.custom-service-icon{color:#d4af37;background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:25px;font-size:2.5rem;transition:background .3s,color .3s;display:flex}.custom-service-card:hover .custom-service-icon{color:#fff;background:#0a192f}.custom-service-card h3{color:#0f172a;margin:0 0 15px;font-size:1.4rem;font-weight:600}.custom-service-card p{color:#64748b;flex-grow:1;margin:0 0 30px;font-size:1rem;line-height:1.6}.custom-service-link{color:#0a192f;text-transform:uppercase;letter-spacing:1px;align-items:center;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-flex}.custom-service-link i{margin-left:8px;transition:transform .3s}.custom-service-link:hover{color:#d4af37}.custom-service-link:hover i{transform:translate(5px)}@media (max-width:1200px){.custom-services-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.custom-services-grid{grid-template-columns:repeat(2,1fr)}.custom-services-hero h1{font-size:3rem}}@media (max-width:600px){.custom-services-grid{grid-template-columns:1fr}.custom-services-hero{padding:80px 20px 60px}.custom-services-hero h1{font-size:2.5rem}}
