/*==================================================
PREMIUM SERVICES
==================================================*/

.services-section{

padding:100px 0;

background:#F8FBFF;

position:relative;

overflow:hidden;

}

.services-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.service-card{

position:relative;

background:#fff;

border-radius:24px;

padding:35px 30px;

border:1px solid #edf2f7;

box-shadow:0 15px 40px rgba(0,0,0,.05);

transition:.35s;

overflow:hidden;

height:100%;

}

.service-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,var(--primary),var(--secondary));

transform:scaleX(0);

transition:.35s;

transform-origin:left;

}

.service-card:hover::before{

transform:scaleX(1);

}

.service-card:hover{

transform:translateY(-12px);

box-shadow:0 30px 60px rgba(15,76,129,.15);

}

.service-icon{

width:80px;

height:80px;

border-radius:20px;

background:#EEF7FF;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:var(--primary);

margin-bottom:25px;

transition:.35s;

}

.service-card:hover .service-icon{

background:var(--primary);

color:#fff;

transform:rotate(-8deg);

}

.service-card h3{

font-size:24px;

font-weight:700;

margin-bottom:18px;

color:var(--dark);

}

.service-card p{

font-size:16px;

line-height:1.8;

color:#666;

margin-bottom:22px;

}

.service-list{

padding:0;

margin:0 0 25px;

list-style:none;

}

.service-list li{

display:flex;

align-items:flex-start;

gap:10px;

margin-bottom:10px;

font-size:15px;

color:#555;

}

.service-list li i{

color:var(--secondary);

margin-top:4px;

font-size:14px;

}

.service-link{

display:inline-flex;

align-items:center;

gap:8px;

font-weight:700;

color:var(--primary);

transition:.35s;

}

.service-link i{

transition:.35s;

}

.service-card:hover .service-link i{

transform:translateX(6px);

}

@media(max-width:1200px){

.services-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:991px){

.services-section{

padding:80px 0;

}

.services-grid{

grid-template-columns:repeat(2,1fr);

gap:20px;

}

}

@media(max-width:576px){

.services-grid{

grid-template-columns:1fr;

}

.service-card{

padding:28px 22px;

}

.service-card h3{

font-size:22px;

}

.service-icon{

width:70px;

height:70px;

font-size:30px;

}

}

.services-page-hero{padding:165px 0 95px;background:linear-gradient(135deg,#f7fbff 0%,#eef7ff 60%,#f5ffff 100%);position:relative;overflow:hidden}.services-page-hero:after{content:"";position:absolute;width:520px;height:520px;right:-250px;top:-250px;border-radius:50%;background:rgba(0,168,168,.07)}.services-page-hero h1{font-family:'Manrope','Inter',sans-serif;font-size:60px;line-height:1.08;font-weight:800;color:var(--dark);margin:18px 0 22px;position:relative;z-index:1}.services-page-hero h1 span{color:var(--secondary)}.services-page-hero p{font-size:19px;line-height:1.85;color:#607084;max-width:760px;position:relative;z-index:1}.services-hero-card{background:#10243e;color:#fff;border-radius:28px;padding:34px;box-shadow:0 30px 70px rgba(16,36,62,.22);position:relative;z-index:1}.services-hero-card>div{display:flex;justify-content:space-between;color:#9db9d3;text-transform:uppercase;letter-spacing:1px;font-size:12px;font-weight:800}.services-hero-card>div i{color:#58d5ca;font-size:18px}.services-hero-card h3{font-family:'Manrope','Inter',sans-serif;font-size:28px;line-height:1.35;margin:28px 0 15px}.services-hero-card p{font-size:15px;line-height:1.75;color:#b9c9da;margin:0}.mini-points{display:flex!important;gap:10px!important;flex-wrap:wrap;margin-top:24px}.mini-points span{border:1px solid rgba(255,255,255,.1);padding:8px 11px;border-radius:50px;text-transform:none;letter-spacing:0;color:#dce7f1;font-size:12px}.mini-points i{color:#55d2c7;margin-right:5px;font-size:10px}.services-page-section{padding:100px 0}.services-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px}.service-category-card{border:1px solid #e2eaf2;border-radius:25px;padding:30px;background:#fff;box-shadow:0 15px 40px rgba(15,76,129,.045);transition:.3s}.service-category-card:hover{transform:translateY(-6px);box-shadow:0 25px 55px rgba(15,76,129,.09)}.category-head{display:flex;gap:18px;align-items:flex-start;margin-bottom:25px}.category-icon{flex:0 0 56px;width:56px;height:56px;border-radius:16px;background:#eef7ff;color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:21px}.category-head h3{font-family:'Manrope','Inter',sans-serif;color:var(--dark);font-size:24px;font-weight:800;margin:0 0 6px}.category-head p{margin:0;color:#687588;line-height:1.65;font-size:14px}.category-links{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.category-links a{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:11px 12px;border-radius:11px;background:#f7fafc;color:#4f6072;font-size:13px;font-weight:700;transition:.25s}.category-links a:hover{background:#eef7ff;color:var(--primary)}.category-links a i{font-size:10px;color:#94a5b5}.services-page-dark{padding:95px 0;background:#10243e;color:#fff}.services-page-dark h2{font-family:'Manrope','Inter',sans-serif;font-size:44px;line-height:1.18;font-weight:800;margin:15px 0 20px}.services-page-dark p{color:#b9c8d9;font-size:17px;line-height:1.85}.services-page-dark .eyebrow{background:rgba(255,255,255,.08);color:#8ce2da}
@media(max-width:991px){.services-page-hero h1{font-size:45px}.services-category-grid{grid-template-columns:1fr}.services-page-dark h2{font-size:36px}}
@media(max-width:576px){.services-page-hero{padding:135px 0 70px}.services-page-hero h1{font-size:36px}.services-page-hero p{font-size:16px}.services-page-section{padding:70px 0}.service-category-card{padding:23px}.category-links{grid-template-columns:1fr}.services-page-dark{padding:70px 0}}
