.page-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);padding:80px 0;text-align:center;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:#1d8abd14}.page-hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;margin-bottom:16px}.page-hero h1 span{color:var(--primary)}.breadcrumb{display:flex;align-items:center;gap:8px;justify-content:center;font-size:.875rem;color:#ffffffa6}.breadcrumb a{color:#ffffffa6;text-decoration:none;transition:color .3s}.breadcrumb a:hover,.breadcrumb .sep{color:var(--primary)}.breadcrumb .current{color:#fff;font-weight:500}.services-section{background:var(--bg-light)}.services-full-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.service-card-full{background:var(--white);border-radius:20px;padding:36px 28px;transition:all .35s ease;cursor:pointer}.service-card-full:hover{transform:translateY(-6px);background:var(--navy);box-shadow:0 20px 50px #0a254040}.service-card-full:hover h3{color:#fff}.service-card-full:hover p{color:#ffffffbf}.service-card-full:hover .service-icon{background:#ffffff26}.service-card-full:hover .service-icon i,.service-card-full:hover .read-more{color:#fff}.service-card-full:hover .arrow-sm{background:#fff}.service-card-full:hover .arrow-sm i{color:var(--navy)}.service-card-full h3{font-size:1.1rem;color:var(--navy);font-weight:700;margin:16px 0 10px;transition:color .35s}.service-card-full p{font-size:.875rem;color:var(--text);line-height:1.7;margin-bottom:18px;transition:color .35s}.why-section{background:var(--white)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.why-img img{width:100%;border-radius:20px;object-fit:cover;height:500px}.why-points{margin-top:28px;display:flex;flex-direction:column;gap:20px}.why-point{display:flex;align-items:flex-start;gap:16px}.why-point-icon{width:44px;height:44px;background:var(--bg-light);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .3s}.why-point:hover .why-point-icon{background:var(--primary)}.why-point-icon i{color:var(--primary);font-size:1.1rem;transition:color .3s}.why-point:hover .why-point-icon i{color:#fff}.why-point h4{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:4px}.why-point p{font-size:.85rem;color:var(--text);line-height:1.6;margin:0}.team-section{background:var(--bg-light)}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.team-card{background:var(--white);border-radius:20px;overflow:hidden;text-align:center;padding-bottom:24px;transition:transform .3s,box-shadow .3s}.team-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001a}.team-img{width:100%;aspect-ratio:1;overflow:hidden;border-radius:16px;padding:0;background:var(--bg-light)}.team-img img{width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:16px;transition:transform .4s}.team-card:hover .team-img img{transform:scale(1.04)}.team-social{display:flex;justify-content:center;gap:8px;margin:12px 0 8px}.team-social a{width:32px;height:32px;background:var(--bg-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:.8rem;text-decoration:none;transition:background .3s,color .3s}.team-social a:hover{background:var(--primary);color:#fff}.team-card h4{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:4px}.team-card p{font-size:.8rem;color:var(--text)}.testi-left>img{width:100%;border-radius:40px;aspect-ratio:1 / 1;height:auto;object-fit:cover;display:block;margin-left:0;box-shadow:0 10px 40px #00000014;position:relative;z-index:2}.testi-dot-decor{position:absolute;top:0;left:0;width:16px;height:16px;background:var(--primary);border-radius:50%;z-index:1}.testi-left{padding:30px 60px 80px 30px}.testi-rating-badge{bottom:10px;right:-10px;left:15%}.testi-badge-row{display:flex;align-items:center;gap:18px;margin-bottom:12px}.testi-badge-row p{font-size:.85rem;margin:0;opacity:.9;line-height:1.5}.testi-text{font-size:1.05rem;color:var(--text);line-height:1.8;margin-bottom:34px;font-weight:500}.blog-section{background:var(--bg-light)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.blog-card{background:var(--white);border-radius:20px;overflow:hidden;transition:transform .3s,box-shadow .3s}.blog-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001a}.blog-img{height:240px;overflow:hidden}.blog-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.blog-card:hover .blog-img img{transform:scale(1.06)}.blog-body{padding:24px}.blog-body h4{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:12px;line-height:1.4}.blog-body p{font-size:.875rem;color:var(--text);margin-bottom:16px}@media (max-width: 768px){.services-full-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,1fr)}.blog-grid{grid-template-columns:1fr}}@media (max-width: 480px){.services-full-grid,.team-grid{grid-template-columns:1fr}}
