.services-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:100px 0;text-align:center}.services-hero .hero-content h1{font-size:3rem;margin-bottom:20px;font-weight:700}.services-hero .hero-content p{font-size:1.2rem;margin-bottom:30px;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.services-hero .cta-button{display:inline-block;padding:15px 30px;background:#ff6b6b;color:#fff;text-decoration:none;border-radius:25px;font-weight:600;transition:background .3s ease,transform .3s ease}.services-hero .cta-button:hover{background:#ff5252;transform:translateY(-2px)}.services-section{padding:80px 0;background:#f8f9fa}.services-section .section-head{text-align:center;margin-bottom:60px}.services-section .section-head h2{font-size:2.5rem;color:#333;margin-bottom:15px;font-weight:700}.services-section .section-head p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:50px}.service-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e9ecef}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.service-image{height:200px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card:hover .service-image img{transform:scale(1.05)}.service-content{padding:25px;text-align:center}.service-content h3{color:#333;margin-bottom:15px;font-size:1.4rem;font-weight:600}.service-content p{color:#666;line-height:1.6;margin-bottom:20px}.learn-more{display:inline-block;color:#667eea;text-decoration:none;font-weight:600;font-size:.9rem;transition:color .3s ease}.learn-more:hover{color:#5a67d8}.process-section{padding:100px 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);position:relative;overflow:hidden}.process-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.05"/><circle cx="10" cy="50" r="0.5" fill="%23ffffff" opacity="0.05"/><circle cx="90" cy="50" r="0.5" fill="%23ffffff" opacity="0.05"/><circle cx="50" cy="90" r="0.5" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.process-section .section-head{text-align:center;margin-bottom:80px;position:relative;z-index:1}.process-section .section-head h2{font-size:2.8rem;color:#2d3748;margin-bottom:20px;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.process-section .section-head p{font-size:1.2rem;color:#718096;max-width:650px;margin:0 auto;line-height:1.7;font-weight:400}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:60px;z-index:1}.process-step{background:#fffffff2;padding:40px 30px;border-radius:20px;text-align:center;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;width:100%;max-width:400px}.process-step:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .4s ease}.process-step:hover:before{transform:scaleX(1)}.process-step:hover{transform:translateY(-10px);box-shadow:0 30px 60px #00000026}.step-icon{position:relative;margin-bottom:25px;display:inline-block}.step-number{width:70px;height:70px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;font-weight:700;box-shadow:0 10px 30px #667eea4d;position:relative;z-index:2;transition:all .3s ease}.process-step:hover .step-number{transform:scale(1.1);box-shadow:0 15px 40px #667eea66}.step-icon-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90px;height:90px;background:radial-gradient(circle,rgba(102,126,234,.1) 0%,transparent 70%);border-radius:50%;z-index:1}.step-content h4{color:#2d3748;margin-bottom:10px;font-size:1.1rem;font-weight:700;letter-spacing:-.01em}.step-content p{color:#718096;line-height:1.5;margin:0;font-size:.9rem;font-weight:400}.testimonials-section{padding:100px 0;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.testimonials-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="80" cy="30" r="0.5" fill="%23ffffff" opacity="0.08"/><circle cx="40" cy="70" r="0.8" fill="%23ffffff" opacity="0.06"/><circle cx="90" cy="80" r="0.6" fill="%23ffffff" opacity="0.05"/><circle cx="60" cy="10" r="0.4" fill="%23ffffff" opacity="0.07"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>');pointer-events:none}.testimonials-section .section-head{text-align:center;margin-bottom:80px;position:relative;z-index:1}.testimonials-section .section-head h2{font-size:2.8rem;color:#fff;margin-bottom:20px;font-weight:800;text-shadow:0 2px 4px rgba(0,0,0,.1);letter-spacing:-.02em}.testimonials-section .section-head p{font-size:1.2rem;color:#ffffffe6;max-width:650px;margin:0 auto;line-height:1.7;font-weight:400}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:40px;margin-top:60px;position:relative;z-index:1}.testimonial-card{background:#fffffff2;padding:40px;border-radius:25px;box-shadow:0 25px 50px #00000026;border:1px solid rgba(255,255,255,.2);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;flex-direction:column-reverse}.testimonial-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);transition:all .6s ease;opacity:0}.testimonial-card:hover:before{opacity:1;animation:shimmer 1.5s ease-in-out}@keyframes shimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.testimonial-card:hover{transform:translateY(-15px) scale(1.03);box-shadow:0 40px 80px #0003}.quote-icon{font-size:4rem;color:#667eea;margin-bottom:20px;opacity:.6;font-family:Georgia,serif;position:relative}.quote-icon:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:30px;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:1px}.testimonial-card p{color:#4a5568;line-height:1.8;margin-bottom:30px;font-size:1.1rem;font-weight:400;font-style:italic;position:relative;z-index:2}.client-info{display:flex;align-items:center;gap:15px;position:relative;z-index:2}.client-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid #667eea;box-shadow:0 5px 15px #667eea4d;flex-shrink:0}.client-avatar img{width:100%;height:100%;object-fit:cover}.client-avatar span{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.5rem;font-weight:700}.client-details strong{display:block;color:#2d3748;font-weight:700;font-size:1.1rem;margin-bottom:4px}.client-details span{color:#718096;font-size:.95rem;font-weight:500}.cta-section{padding:80px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-content h2{font-size:2.5rem;margin-bottom:15px;font-weight:700}.cta-content p{font-size:1.1rem;margin-bottom:30px;opacity:.9}.cta-content .cta-button{display:inline-block;padding:15px 30px;background:#ff6b6b;color:#fff;text-decoration:none;border-radius:25px;font-weight:600;transition:background .3s ease,transform .3s ease}.cta-content .cta-button:hover{background:#ff5252;transform:translateY(-2px)}@media(min-width:1200px){.services-hero .hero-content h1{font-size:3.5rem}.services-hero .hero-content p{font-size:1.3rem}.services-section .section-head h2,.process-section .section-head h2,.testimonials-section .section-head h2,.cta-content h2{font-size:3.2rem}.services-grid,.process-steps,.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:50px}.process-steps{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:repeat(3,1fr)}.process-step,.testimonial-card{padding:50px 40px}.step-number{width:80px;height:80px;font-size:2rem}.step-icon-bg{width:100px;height:100px}.client-avatar{width:70px;height:70px}}@media(min-width:992px)and (max-width:1199px){.services-hero .hero-content h1{font-size:3rem}.services-hero .hero-content p{font-size:1.2rem}.services-section .section-head h2,.process-section .section-head h2,.testimonials-section .section-head h2,.cta-content h2{font-size:2.5rem}.services-grid,.process-steps,.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:35px}}@media(min-width:768px)and (max-width:991px){.services-hero{padding:70px 0}.services-hero .hero-content h1{font-size:2.5rem}.services-hero .hero-content p{font-size:1.1rem}.services-hero .cta-button{padding:14px 28px;font-size:.95rem}.services-section,.process-section,.testimonials-section,.cta-section{padding:70px 0}.process-section,.testimonials-section{padding:80px 0}.services-section .section-head h2,.process-section .section-head h2,.testimonials-section .section-head h2,.cta-content h2{font-size:2.4rem}.process-section .section-head h2,.testimonials-section .section-head h2{font-size:2.6rem}.services-section .section-head p,.process-section .section-head p,.testimonials-section .section-head p,.cta-content p{font-size:1.1rem}.services-grid,.process-steps,.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:30px;margin-top:50px}.process-steps,.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:35px}.service-card,.process-step,.testimonial-card{padding:30px}.process-step,.testimonial-card{padding:35px}.service-content h3,.step-content h4{font-size:1.3rem}.step-number{width:65px;height:65px;font-size:1.6rem}.step-icon-bg{width:85px;height:85px}.quote-icon{font-size:3.5rem}.client-avatar{width:55px;height:55px}.process-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.testimonials-section{background:linear-gradient(135deg,#667eea,#764ba2)}}@media(min-width:576px)and (max-width:767px){.services-hero{padding:60px 0}.services-hero .hero-content h1{font-size:2.2rem}.services-hero .hero-content p{font-size:1rem}.services-hero .cta-button{padding:12px 25px;font-size:.9rem}.services-section,.process-section,.testimonials-section,.cta-section{padding:60px 0}.process-section,.testimonials-section{padding:70px 0}.services-section .section-head h2,.process-section .section-head h2,.testimonials-section .section-head h2,.cta-content h2{font-size:2.1rem}.process-section .section-head h2,.testimonials-section .section-head h2{font-size:2.3rem}.services-section .section-head p,.process-section .section-head p,.testimonials-section .section-head p,.cta-content p{font-size:1.05rem}.services-grid,.process-steps,.testimonials-grid{grid-template-columns:1fr;gap:25px;margin-top:40px}.service-card,.process-step,.testimonial-card{padding:25px}.process-step,.testimonial-card{padding:30px}.service-content h3,.step-content h4{font-size:1.25rem}.step-number{width:60px;height:60px;font-size:1.5rem}.step-icon-bg{width:80px;height:80px}.quote-icon{font-size:3rem}.client-avatar{width:50px;height:50px}.process-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.testimonials-section{background:linear-gradient(135deg,#667eea,#764ba2)}}.service-hero-enhanced{position:relative;color:#fff;padding:120px 0 100px;overflow:hidden;min-height:60vh;display:flex;align-items:center;background-color:#00000094!important}.service-hero-enhanced .container{position:relative;z-index:2}.hero-shape{position:absolute;bottom:0;left:0;width:100%;height:100px;z-index:1}.hero-shape svg{width:100%;height:100%}.breadcrumb-nav{margin-bottom:40px}.breadcrumb-container{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.breadcrumb-link{color:#fffc;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.breadcrumb-link:hover{color:#fff}.breadcrumb-separator{color:#fff9;font-size:.9rem;margin:0 4px}.breadcrumb-current{color:#fff;font-size:.9rem;font-weight:600}.hero-content-enhanced{text-align:center;max-width:800px;margin:0 auto}.hero-badge{margin-bottom:20px}.service-type-badge{display:inline-block;background:#fff3;color:#fff;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:20px;line-height:1.1;text-shadow:0 2px 4px rgba(0,0,0,.3);animation:fadeInUp .8s ease-out}.hero-subtitle{font-size:1.3rem;margin-bottom:40px;opacity:.9;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s ease-out .2s both}.hero-stats{display:flex;justify-content:center;gap:40px;margin-top:40px;animation:fadeInUp .8s ease-out .4s both}.stat-item{text-align:center}.stat-number{display:block;font-size:1.8rem;font-weight:700;color:#ff6b6b;margin-bottom:4px}.stat-label{font-size:.9rem;opacity:.9;font-weight:500}.service-detail-section{padding:80px 0;background:#f8f9fa}.service-detail-wrapper{display:grid;grid-template-columns:1fr 350px;gap:50px;align-items:start}.service-main-content{background:#fff;border-radius:15px;padding:40px;box-shadow:0 5px 20px #00000014;border:1px solid #e9ecef}.section-header{display:flex;align-items:center;gap:15px;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #f8f9fa}.section-icon{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;box-shadow:0 4px 15px #667eea4d;transition:transform .3s ease,box-shadow .3s ease}.section-header:hover .section-icon{transform:scale(1.1);box-shadow:0 6px 20px #667eea66}.section-header h3{margin:0;color:#2d3748;font-size:1.6rem;font-weight:700}.section-content{color:#4a5568;line-height:1.7;font-size:1rem}.section-content p{margin-bottom:1.5em}.section-content p:last-child{margin-bottom:0}.service-sidebar{position:sticky;top:30px}.sidebar-card{background:#fff;border-radius:15px;padding:30px;margin-bottom:30px;box-shadow:0 5px 20px #00000014;border:1px solid #e9ecef;transition:transform .3s ease,box-shadow .3s ease}.sidebar-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.sidebar-card h4{color:#2d3748;font-size:1.3rem;font-weight:700;margin-bottom:20px;display:flex;align-items:center;gap:10px}.sidebar-card h4:before{content:"";width:4px;height:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.summary-item{display:flex;align-items:center;gap:15px;margin-bottom:20px;padding:15px;background:#f8f9fa;border-radius:10px;transition:background .3s ease}.summary-item:hover{background:#e9ecef}.summary-item i{color:#667eea;font-size:1.5rem;width:30px}.summary-item strong{display:block;color:#2d3748;font-size:.9rem;font-weight:600;margin-bottom:2px}.summary-item span{color:#718096;font-size:.85rem}.benefits-list{list-style:none;padding:0;margin:0}.benefits-list li{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#4a5568;font-size:.95rem}.benefits-list li i{color:#48bb78;font-size:.9rem}.cta-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-card h4{color:#fff;margin-bottom:15px}.cta-card h4:before{display:none}.cta-card p{color:#ffffffe6;margin-bottom:25px;font-size:.95rem}.cta-button-sidebar{display:inline-flex;align-items:center;gap:8px;background:#ff6b6b;color:#fff;text-decoration:none;padding:12px 24px;border-radius:25px;font-weight:600;font-size:.9rem;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b4d}.cta-button-sidebar:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.service-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:50px;padding-top:40px;border-top:2px solid #e9ecef}.back-to-services{display:inline-flex;align-items:center;gap:8px;color:#718096;text-decoration:none;font-weight:600;font-size:.95rem;padding:12px 20px;border-radius:8px;transition:all .3s ease}.back-to-services:hover{color:#667eea;background:#f8f9fa}.cta-button-primary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;padding:15px 30px;border-radius:25px;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.cta-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1200px){.hero-title{font-size:4rem}.hero-subtitle{font-size:1.4rem}.service-detail-wrapper{grid-template-columns:1fr 400px;gap:60px}.service-main-content{padding:50px}.sidebar-card{padding:35px}}@media(min-width:992px)and (max-width:1199px){.hero-title{font-size:3.2rem}.hero-subtitle{font-size:1.25rem}.service-detail-wrapper{grid-template-columns:1fr 320px;gap:40px}.service-main-content{padding:35px}.sidebar-card{padding:25px}}@media(min-width:768px)and (max-width:991px){.service-hero-enhanced{padding:100px 0 80px}.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.2rem}.hero-stats{gap:30px}.service-detail-section{padding:60px 0}.service-detail-wrapper{grid-template-columns:1fr 280px;gap:35px}.service-main-content{padding:30px}.sidebar-card{padding:25px}.section-header h3{font-size:1.4rem}.service-navigation{flex-direction:column;gap:20px;align-items:stretch}.back-to-services,.cta-button-primary{justify-content:center}}@media(min-width:576px)and (max-width:767px){.service-hero-enhanced{padding:80px 0 60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats{gap:20px}.service-detail-section{padding:50px 0}.service-detail-wrapper{grid-template-columns:1fr;gap:40px}.service-sidebar{position:static}.service-main-content{padding:25px}.sidebar-card{padding:20px}.section-header{gap:12px}.section-icon{width:45px;height:45px;font-size:1.1rem}.section-header h3{font-size:1.3rem}.service-navigation{flex-direction:column;gap:15px}}@media(max-width:575px){.service-hero-enhanced{padding:60px 0 50px}.breadcrumb-nav{margin-bottom:20px}.breadcrumb-container{justify-content:center}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem;margin-bottom:30px}.hero-stats{flex-direction:column;gap:15px}.service-detail-section{padding:40px 0}.service-detail-wrapper{grid-template-columns:1fr;gap:30px}.service-sidebar{position:static}.service-main-content{padding:20px;border-radius:10px}.sidebar-card{padding:20px;margin-bottom:20px}.section-header{flex-direction:column;align-items:flex-start;gap:10px}.section-icon{width:40px;height:40px;font-size:1rem}.section-header h3{font-size:1.2rem}.service-navigation{flex-direction:column;gap:15px;margin-top:30px;padding-top:30px}.back-to-services,.cta-button-primary{justify-content:center;padding:12px 20px;font-size:.9rem}.services-hero{padding:40px 0}.services-hero .hero-content h1{font-size:1.8rem}.services-hero .hero-content p{font-size:.95rem}.services-hero .cta-button{padding:10px 20px;font-size:.85rem}.services-section,.process-section,.testimonials-section,.cta-section{padding:50px 0}.process-section,.testimonials-section{padding:60px 0}.services-section .section-head h2,.process-section .section-head h2,.testimonials-section .section-head h2,.cta-content h2{font-size:1.9rem}.process-section .section-head h2,.testimonials-section .section-head h2{font-size:2rem}.services-section .section-head p,.process-section .section-head p,.testimonials-section .section-head p,.cta-content p{font-size:1rem}.services-grid,.process-steps,.testimonials-grid{gap:20px;margin-top:30px}.service-card,.process-step,.testimonial-card{padding:20px}.process-step,.testimonial-card{padding:25px}.service-image{height:150px}.service-content h3,.step-content h4{font-size:1.15rem}.step-number{width:55px;height:55px;font-size:1.4rem}.step-icon-bg{width:75px;height:75px}.quote-icon{font-size:2.5rem}.testimonial-card p{font-size:1rem}.client-avatar{width:45px;height:45px}.client-details strong{font-size:1rem}.client-details span{font-size:.9rem}.process-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.testimonials-section{background:linear-gradient(135deg,#667eea,#764ba2)}.process-steps{display:flex;flex-direction:column;gap:30px;margin:60px 0 0}.process-step{width:100%;max-width:400px;margin:0 auto}.process-step:not(:last-child):after,.process-step:not(:last-child):before{display:none}}.service-description img{width:25vw!important;height:45vh!important;border-radius:10px!important}
