*{margin:0;padding:0;box-sizing:border-box;font-family:Cambria,"Times New Roman",serif}
body{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#eef6ff,#fff);color:#1e293b}

.container{max-width:1250px;margin:auto;padding:0 20px}
.webservice-hero{padding:120px 20px;background:linear-gradient(135deg,#eff6ff,#fff)}
.hero-content{max-width:760px}
.tag{display:inline-flex;align-items:center;gap:8px;background:#dbeafe;color:#2563eb;padding:10px 18px;border-radius:999px;font-size:14px;font-weight:600;margin-bottom:25px}
.hero-content h1{font-size:58px;font-weight:800;line-height:1.1;margin-bottom:25px}
.hero-content p{font-size:18px;line-height:1.8;color:#475569;margin-bottom:35px}
.hero-btns{display:flex;gap:18px;flex-wrap:wrap}
.primary-btn,.secondary-btn{padding:15px 28px;border-radius:16px;text-decoration:none;font-size:15px;font-weight:600;transition:.3s}
.primary-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}
.secondary-btn{background:#fff;border:1px solid #cbd5e1;color:#0f172a}
.primary-btn:hover,.secondary-btn:hover{transform:translateY(-3px)}
.services-section{padding:100px 20px}
.section-title{text-align:center;font-size:42px;font-weight:700;margin-bottom:60px}
.section-title i{color:#2563eb;margin-right:10px}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.service-card{background:#fff;padding:35px 28px;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 10px 35px rgba(0,0,0,.05);transition:.35s}
.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(37,99,235,.12)}
.icon-box{width:70px;height:70px;margin:0 auto 22px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:28px;box-shadow:0 10px 25px rgba(37,99,235,.22)}
.service-card h3{font-size:24px;margin-bottom:18px;text-align:center}
.service-card p{font-size:15px;line-height:1.8;color:#475569;text-align:center}
.service-btn{display:inline-block;margin-top:25px;padding:13px 22px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;text-decoration:none;font-size:14px;font-weight:600}
.contact-section{padding:100px 20px;background:linear-gradient(135deg,#2563eb,#1d4ed8)}
.contact-box{text-align:center;color:#fff}
.contact-box h2{font-size:42px;margin-bottom:20px}
.contact-box p{font-size:17px;line-height:1.8;max-width:750px;margin:auto auto 35px;opacity:.95}
.contact-btn{display:inline-block;padding:16px 30px;background:#fff;color:#2563eb;border-radius:16px;text-decoration:none;font-weight:700;transition:.3s}
.contact-btn:hover{transform:translateY(-3px)}
@media(max-width:992px){.service-grid{grid-template-columns:repeat(2,1fr)}.hero-content h1{font-size:46px}}
@media(max-width:768px){.webservice-hero{padding:90px 20px}.hero-content h1{font-size:34px}.hero-content p{font-size:15px}.hero-btns{flex-direction:column}.service-grid{grid-template-columns:1fr}.section-title{font-size:30px}.contact-box h2{font-size:30px}.contact-box p{font-size:15px}}