.services{position:relative;width:100dvw;height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.services:before{content:"";position:absolute;top:0;left:0;width:110%;height:110%;background:url(/assets/images/1.jpg) no-repeat 50% 50%;background-size:cover;background-color:transparent;filter:blur(10px) brightness(.8);opacity:.5;transform:scale(1.1);z-index:-1}.initial{font-size:5dvw;font-weight:400;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:1;z-index:2}.section p{font-size:1.2rem;color:#ccc}.section{font-family:var(--font-montserrat),sans-serif;display:flex;flex-direction:column;align-items:center;max-width:1400px;width:80dvw;height:80dvh;padding-top:calc(2em + clamp(1.5rem, 2.5vw, 3rem));margin-top:4em;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.section::-webkit-scrollbar{display:none}.service-detail{scrollbar-width:none;-ms-overflow-style:none}.service-detail::-webkit-scrollbar{display:none}.section h1{font-size:4dvw;font-weight:700;color:#fff}.section-title{font-size:clamp(2rem,5vw,5rem);font-weight:700;color:#fff;text-align:left;padding:1.5rem;width:100%}.section-content{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:4em;max-width:1400px;width:100%;padding:1.5rem}.section-text{flex:1 1;max-width:800px;text-align:left;justify-content:flex-start}.section-text p{font-size:1.8rem;color:#ccc;line-height:2}.section-image{flex:0 0 auto;display:flex;justify-content:center;align-items:center;position:relative;height:auto;max-width:60%}.section-image img{width:100%;height:auto;object-fit:cover;border-radius:12px;border:none;box-shadow:none}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem;padding-top:2rem;width:100%;margin:0 auto}.card{background-color:#f5f5f5;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px)}.card h3{font-size:1.5rem;margin-bottom:.5rem}.card p{font-size:1rem;color:#666}.service-detail{width:80dvw;max-width:1400px}.service-detail-header{width:100%;display:flex;flex-direction:column;align-items:flex-start}.back-button{background:rgba(0,0,0,.1);border:none;border-radius:25px;color:#fff;font-size:clamp(.9rem,1.2vw,1.1rem);font-family:var(--font-montserrat),sans-serif;cursor:pointer;padding-top:.4rem;padding-left:1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 2px 5px rgba(0,0,0,.1);align-self:flex-start}.back-button:hover{transform:translateX(5px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.back-icon{font-size:1.2em;display:inline-block}.explore-button{display:inline-flex;align-items:center;gap:.8rem;background-color:#4299ea;color:white;font-family:var(--font-montserrat),sans-serif;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:500;padding:.8rem 1.8rem;border-radius:25px;cursor:pointer;transition:all .3s ease;text-decoration:none;margin-top:1rem;box-shadow:0 4px 10px rgba(66,153,234,.3);align-self:flex-start}.explore-button:hover{background-color:#2f7fd0;transform:translateY(-3px);box-shadow:0 6px 12px rgba(66,153,234,.4)}.arrow-icon{font-size:1.2em;transition:transform .3s ease}.explore-button:hover .arrow-icon{transform:translateX(5px)}.section-text{gap:1.5em}.section-text,.services-loading{display:flex;flex-direction:column}.services-loading{width:100%;align-items:center;justify-content:center;padding:4rem 0}.services-loading p{color:#ccc;margin-top:1rem;font-size:1.2rem}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.2);border-top-color:#4299ea;border-radius:50%;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:1024px){.section-content{gap:2em}.service-detail .section-content{flex-direction:column;align-items:center}.service-detail .section-image{max-width:100%;margin-top:2rem}}@media (max-width:768px){.card-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.section-text p{font-size:clamp(1rem,3vw,1.8rem);line-height:1.6}}@media (max-width:480px){.section{width:90dvw;padding-top:calc(1em + clamp(1rem, 2vw, 2rem))}.card-grid{grid-template-columns:1fr;gap:1rem}}.card{background-color:rgba(8,73,78,.2)!important;border-radius:8px;padding:1rem;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .5s ease,box-shadow .5s ease;width:100%}.card:hover{transform:scale(.95);box-shadow:0 6px 10px rgba(0,0,0,.15);cursor:pointer}.card-image{width:100%;height:auto;border-radius:8px;margin-bottom:1rem;transition:filter .5s ease,brightness .5s ease}.card:hover .card-image{filter:grayscale(0) brightness(1.2)}.card-title{text-transform:uppercase;text-align:left;font-family:var(--font-montserrat),sans-serif;font-size:clamp(1rem,2.5vw,1.5rem);color:#fff}