:root{--service-primary:#0066cc;--service-bg:#ffffff;--service-card-bg:#fbfdff;--service-shadow:0 15px 45px rgba(0, 102, 204, 0.05);--service-accent:#25d366}.alsaif-services-wrapper{padding:100px 20px;background:var(--service-bg);font-family:'Cairo',sans-serif;direction:rtl}.alsaif-services-container{max-width:1200px;margin:0 auto}.alsaif-services-header{text-align:center;margin-bottom:70px}.alsaif-services-header h2{font-size:clamp(28px, 4vw, 42px);font-weight:900;color:var(--service-primary);margin-bottom:20px}.alsaif-services-header p{font-size:18px;color:#636e72;max-width:700px;margin:0 auto}.alsaif-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.alsaif-service-card-v2{background:var(--service-card-bg);border-radius:30px;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgb(0 102 204 / .05);box-shadow:var(--service-shadow);transition:all 0.4s cubic-bezier(.165,.84,.44,1)}.alsaif-service-card-v2:hover{transform:translateY(-15px);box-shadow:0 30px 60px rgb(0 102 204 / .12)}.service-img-v2{width:100%;height:320px;position:relative;overflow:hidden}.service-img-v2 img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease}.alsaif-service-card-v2:hover .service-img-v2 img{transform:scale(1.1)}.service-v2-badge{position:absolute;bottom:20px;right:20px;background:rgb(255 255 255 / .95);color:var(--service-primary);padding:10px 25px;border-radius:50px;font-weight:800;font-size:14px;box-shadow:0 5px 15px rgb(0 0 0 / .1)}.service-body-v2{padding:40px;flex-grow:1;display:flex;flex-direction:column}.service-body-v2 h3{font-size:26px;font-weight:800;color:#1e272e;margin-bottom:20px}.service-body-v2 p{font-size:16px;line-height:1.8;color:#7f8c8d;margin-bottom:25px}.service-v2-list{list-style:none;padding:0;margin:0 0 35px 0}.service-v2-list li{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#2d3436;font-weight:600}.service-v2-list li::before{content:'';width:20px;height:20px;flex-shrink:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2325d366" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="9"/><path d="m8.5 12.5 2.5 2.5 4.5-5"/></svg>') no-repeat center / contain}.service-btns-v2{display:flex;gap:15px;margin-top:auto}.btn-service-call{flex:1;background:var(--service-primary);color:#fff;padding:15px;border-radius:15px;text-align:center;text-decoration:none;font-weight:800;transition:0.3s;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-service-call .ai-icon{font-size:18px;color:#fff}.btn-service-whatsapp .ai-icon{font-size:24px;color:#fff}.btn-service-whatsapp{width:55px;height:55px;background:var(--service-accent);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:15px;text-decoration:none;font-size:24px;transition:0.3s}.btn-service-call:hover,.btn-service-whatsapp:hover{transform:scale(1.05);opacity:.9}.service-more{display:inline-block;margin-top:16px;color:#06c;font-weight:800;font-size:14.5px;text-decoration:none}.service-more:hover{text-decoration:underline}@media (max-width:992px){.alsaif-services-grid{grid-template-columns:1fr}}