.custom-hero{position:relative;min-height:100vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.custom-hero .hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}@media(max-width:880px){.custom-hero .hero-background{background-image:url(https://dey5irgcg4c8.cloudfront.net/assets/images/new-home/hero-section-bg.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.custom-hero .hero-background .hero-video-container,.custom-hero .hero-background .hero-video-container .hero-video{display:none}}.custom-hero .hero-background .hero-image-container{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.custom-hero .hero-background .hero-image-container .hero-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.custom-hero .hero-background .image-overlay,.custom-hero .hero-background .video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:2}.custom-hero .hero-content{position:relative;z-index:3;width:100%;max-width:1200px;padding:0 20px;text-align:center}.custom-hero .hero-content .content-container{display:flex;flex-direction:column;align-items:center;gap:24px}.custom-hero .hero-content .content-container .hero-title{font-size:48px;font-weight:700;color:#fff;line-height:1.2;margin:0;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}@media(max-width:768px){.custom-hero .hero-content .content-container .hero-title{font-size:32px;flex-direction:column;gap:8px}}@media(max-width:480px){.custom-hero .hero-content .content-container .hero-title{font-size:24px}}.custom-hero .hero-content .content-container .hero-title .brain-icon{flex-shrink:0;filter:drop-shadow(0 0 8px rgba(255,105,180,.5))}.custom-hero .hero-content .content-container .hero-description{font-size:20px;color:#fff;line-height:1.6;margin:0;max-width:800px;opacity:.95}@media(max-width:768px){.custom-hero .hero-content .content-container .hero-description{font-size:18px}}@media(max-width:480px){.custom-hero .hero-content .content-container .hero-description{font-size:16px}}.custom-hero .hero-content .content-container .cta-button{background:#fff;color:#000;border:none;padding:16px 32px;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.2);margin-top:8px}@media(max-width:768px){.custom-hero .hero-content .content-container .cta-button{font-size:16px;padding:14px 28px}}@media(max-width:480px){.custom-hero .hero-content .content-container .cta-button{font-size:14px;padding:12px 24px}}.custom-hero .hero-content .content-container .cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.3);background:#f8f9fa}.custom-hero .hero-content .content-container .cta-button:active{transform:translateY(0)}.services-section{padding:0 0 80px;color:#fff}.services-section .services-container{background-color:#212121;margin:0 auto;padding:0 20px;border-radius:10px}.services-section .services-container .services-content{display:grid;grid-template-columns:1fr 1fr;align-items:start;position:relative;padding:0 100px}@media(max-width:1024px){.services-section .services-container .services-content{grid-template-columns:1fr;gap:60px}}@media(max-width:768px){.services-section .services-container .services-content{gap:40px;padding:0 16px}}.services-section .content-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;padding:0 40px;height:100%;min-height:500px}.services-section .content-left .services-header{margin-bottom:40px}.services-section .content-left .services-header .services-label{color:#006dff;font-size:20px;font-weight:400;letter-spacing:.5px;margin-bottom:8px;display:block}.services-section .content-left .services-header .services-title{font-size:46px;font-weight:700;line-height:1.2;color:#fff;margin:0;text-align:left}@media(max-width:768px){.services-section .content-left .services-header .services-title{font-size:32px}}@media(max-width:480px){.services-section .content-left .services-header .services-title{font-size:24px}}.services-section .content-left .cta-button{background:#006dff;color:#fff;border:none;padding:16px 32px;border-radius:35px;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}@media(max-width:768px){.services-section .content-left .cta-button{font-size:16px;padding:14px 28px}}.services-section .content-left .cta-button:hover{background:#0056b3;transform:translateY(-2px)}.services-section .content-left .cta-button .arrow-icon{transition:transform .3s ease}.services-section .content-left .cta-button:hover .arrow-icon{transform:translateX(4px)}.services-section .content-right{position:relative;padding-left:20px}.services-section .content-right:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:#fff}.services-section .content-right .services-list{display:flex;flex-direction:column;gap:0}.services-section .content-right .services-list .service-item .service-content{display:flex;align-items:flex-start;gap:16px;padding:24px 0;cursor:pointer;transition:all .3s ease}.services-section .content-right .services-list .service-item .service-content:hover .service-title{color:#006dff}.services-section .content-right .services-list .service-item .service-content:hover .service-arrow{transform:translateX(4px)}.services-section .content-right .services-list .service-item .service-content .service-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-top:4px}.services-section .content-right .services-list .service-item .service-content .service-icon img{filter:brightness(0) invert(1)}.services-section .content-right .services-list .service-item .service-content .service-text{flex:1}.services-section .content-right .services-list .service-item .service-content .service-text .service-title{font-size:26px;font-weight:500;color:#fff;margin:0 0 8px;transition:color .3s ease}@media(max-width:768px){.services-section .content-right .services-list .service-item .service-content .service-text .service-title{font-size:20px}}.services-section .content-right .services-list .service-item .service-content .service-text .service-description{font-size:16px;font-weight:400;color:#9ca3af;line-height:1.5;margin:0}@media(max-width:768px){.services-section .content-right .services-list .service-item .service-content .service-text .service-description{font-size:14px}}.services-section .content-right .services-list .service-item .service-content .service-arrow{flex-shrink:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;margin-top:4px;transition:transform .3s ease}.services-section .content-right .services-list .service-item .service-divider{height:1px;background:silver;margin:0}.our-process-section{background:#000;padding:80px 0}.our-process-section .section-header{text-align:center;margin-bottom:80px;transition:all .3s ease}.our-process-section .section-header .subtitle{color:#3c99ff;font-size:18px;font-weight:600;margin-bottom:16px}.our-process-section .section-header .title{color:#fff;font-size:48px;font-weight:700;margin-bottom:24px;line-height:1.2}.our-process-section .section-header .description{color:#ccc;font-size:18px;line-height:1.6;max-width:800px;margin:0 auto}.our-process-section .process-steps{position:relative;display:flex;flex-direction:column;margin:40px auto 0}.our-process-section .process-steps .step-item{position:relative;display:flex;opacity:0;transform:translateY(50px);transition:all .6s cubic-bezier(.4,0,.2,1)}.our-process-section .process-steps .step-item.visible{opacity:1;transform:translateY(0)}.our-process-section .process-steps .step-item.hidden{opacity:0;transform:translateY(50px)}.our-process-section .process-steps .step-item.hover-border:hover .step-card{border-color:#006dff!important}.our-process-section .process-steps .step-item.hover-border:hover .step-card.left-aligned{-o-border-image:linear-gradient(90deg,#1a1a1a,#006dff) 1;border-image:linear-gradient(90deg,#1a1a1a,#006dff) 1}.our-process-section .process-steps .step-item.hover-border:hover .step-card.left-aligned:after{border-color:#006dff}.our-process-section .process-steps .step-item.hover-border:hover .step-card.left-aligned .step-icon{border-color:#006dff;background-color:#006dff}.our-process-section .process-steps .step-item.hover-border:hover .step-card.left-aligned .curve-arrow-right .curve-arrow-head{background-image:url(https://dey5irgcg4c8.cloudfront.net/assets/images/auckland/auckland_arrow.svg)}.our-process-section .process-steps .step-item.hover-border:hover .step-card.left-aligned .auckland-arrow{opacity:1}.our-process-section .process-steps .step-item.hover-border:hover .step-card.right-aligned{-o-border-image:linear-gradient(90deg,#006dff,#1a1a1a) 1;border-image:linear-gradient(90deg,#006dff,#1a1a1a) 1}.our-process-section .process-steps .step-item.hover-border:hover .step-card.right-aligned:before{border-color:#006dff}.our-process-section .process-steps .step-item.hover-border:hover .step-card.right-aligned .curve-arrow-left .curve-arrow-head{background-image:url(https://dey5irgcg4c8.cloudfront.net/assets/images/auckland/auckland_left_arrow.svg)}.our-process-section .process-steps .step-item.hover-border:hover .step-card.right-aligned .step-icon{border-color:#006dff;background-color:#006dff}.our-process-section .process-steps .step-item.left-aligned{justify-content:flex-start;width:40%}.our-process-section .process-steps .step-item.right-aligned{justify-content:flex-end}.our-process-section .process-steps .step-item .step-card{position:relative;background:transparent;border:1px solid;border-radius:20px;padding:40px;width:100%;max-width:500px}.our-process-section .process-steps .step-item .step-card.left-aligned{border-left:none;border-right:none;-o-border-image:linear-gradient(90deg,#1a1a1a,#fff) 1;border-image:linear-gradient(90deg,#1a1a1a,#fff) 1}.our-process-section .process-steps .step-item .step-card.left-aligned:after{content:"";position:absolute;width:100px;height:calc(100% + 2px);right:-99px;top:-1px;border-radius:0 100px 100px 0;border:1px solid;border-left:0}.our-process-section .process-steps .step-item .step-card.left-aligned .curve-arrow-right{position:absolute;bottom:20px;right:-125px;display:flex;align-items:center}.our-process-section .process-steps .step-item .step-card.left-aligned .curve-arrow-right .curve-line{width:60px;height:2px;background:#fff}.our-process-section .process-steps .step-item .step-card.left-aligned .curve-arrow-right .curve-arrow-head{width:50px;height:50px;background-image:url(https://dey5irgcg4c8.cloudfront.net/assets/images/new-home/Arrow-right.webp);background-size:contain;background-repeat:no-repeat;background-position:50%;transition:background-image .3s ease}.our-process-section .process-steps .step-item .step-card.left-aligned .curve-arrow-right .auckland-arrow{opacity:0;transition:opacity .3s ease;position:absolute;bottom:0;right:0}.our-process-section .process-steps .step-item .step-card.left-aligned .step-icon{position:absolute;top:23%;right:-60px;width:80px;height:80px;background:transparent;border:1px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.our-process-section .process-steps .step-item .step-card.left-aligned .step-icon img{width:50%;height:50%;opacity:.8}.our-process-section .process-steps .step-item .step-card.right-aligned{border-right:none;border-left:none;-o-border-image:linear-gradient(90deg,#fff,#1a1a1a) 1;border-image:linear-gradient(90deg,#fff,#1a1a1a) 1;width:40%}.our-process-section .process-steps .step-item .step-card.right-aligned:before{content:"";position:absolute;width:100px;height:calc(100% + 2px);left:-99px;top:-1px;border-radius:100px 0 0 100px;border:1px solid;border-right:0}.our-process-section .process-steps .step-item .step-card.right-aligned .curve-arrow-left{position:absolute;bottom:20px;left:-125px;display:flex;align-items:center;flex-direction:row-reverse}.our-process-section .process-steps .step-item .step-card.right-aligned .curve-arrow-left .curve-line{width:60px;height:2px;background:#fff}.our-process-section .process-steps .step-item .step-card.right-aligned .curve-arrow-left .curve-arrow-head{width:50px;height:50px;background-image:url(https://dey5irgcg4c8.cloudfront.net/assets/images/new-home/Arrow-left.webp);background-size:contain;background-repeat:no-repeat;background-position:50%}.our-process-section .process-steps .step-item .step-card.right-aligned .curve-arrow-left .auckland-arrow{opacity:0;transition:opacity .3s ease;position:absolute;bottom:0;left:0}.our-process-section .process-steps .step-item .step-card.right-aligned .step-icon{position:absolute;top:23%;left:-60px;width:80px;height:80px;background:transparent;border:1px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.our-process-section .process-steps .step-item .step-card.right-aligned .step-icon img{width:50%;height:50%;opacity:.8}.our-process-section .process-steps .step-item .step-card .step-content{position:relative;border:1px solid hsla(0,0%,100%,.2);border-radius:15px;padding:30px}.our-process-section .process-steps .step-item .step-card .step-content:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3) 50%,transparent)}.our-process-section .process-steps .step-item .step-card .step-content:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3) 50%,transparent)}.our-process-section .process-steps .step-item .step-card .step-content .step-title{color:#fff;margin-bottom:16px;line-height:1.3}.left-aligned .our-process-section .process-steps .step-item .step-card .step-content:after{content:"";position:absolute;width:100px;height:calc(100% + 2px);right:-99px;top:-1px;border-radius:0 100px 100px 0;border:1px solid;border-left:0}.our-process-section .process-steps .step-item .step-card .step-content .step-description{color:#ccc;font-size:16px;line-height:1.6}.our-process-section .process-steps .step-item .step-card .step-content .content-arrow{position:absolute;bottom:-20px;right:20px}.our-process-section .process-steps .step-item .step-card .step-content .content-arrow .arrow-circle{width:20px;height:20px;background:#fff;border-radius:50%;margin:0 auto 8px;position:relative}.our-process-section .process-steps .step-item .step-card .step-content .content-arrow .arrow-circle:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #fff}.our-process-section .process-steps .step-item .connecting-arrow{position:absolute;left:50%;transform:translateX(-50%);top:100%;margin-top:20px}.our-process-section .process-steps .step-item .connecting-arrow .arrow-circle{width:8px;height:8px;background:#fff;border-radius:50%;margin:0 auto 8px}.our-process-section .process-steps .step-item .connecting-arrow .arrow-line{width:2px;height:40px;background:linear-gradient(180deg,#1a1a1a,#fff);margin:0 auto;position:relative}.our-process-section .process-steps .step-item .connecting-arrow .arrow-line:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #fff}.our-process-section .process-steps .step-item:last-child .connecting-arrow{display:none}@media(max-width:768px){.our-process-section{padding:60px 0}.our-process-section .section-header{margin-bottom:60px}.our-process-section .section-header .title{font-size:36px}.our-process-section .section-header .description{font-size:16px}.our-process-section .process-steps{gap:40px;padding:0 20px}.our-process-section .process-steps .step-item.left-aligned,.our-process-section .process-steps .step-item.right-aligned{width:100%}.our-process-section .process-steps .step-item .curve-arrow-left,.our-process-section .process-steps .step-item .curve-arrow-right{display:none!important}.our-process-section .process-steps .step-item .step-card{padding:30px 20px;max-width:100%!important;width:100%!important}.our-process-section .process-steps .step-item .step-card.left-aligned{-o-border-image:none;border-image:none;border-left:1px solid hsla(0,0%,100%,.3);border-bottom-color:hsla(0,0%,100%,.3);border-right:1px solid hsla(0,0%,100%,.3);border-top-color:hsla(0,0%,100%,.3)}.our-process-section .process-steps .step-item .step-card.left-aligned:after{display:none}.our-process-section .process-steps .step-item .step-card.right-aligned{-o-border-image:none;border-image:none;border-left:1px solid hsla(0,0%,100%,.3);border-bottom-color:hsla(0,0%,100%,.3);border-right:1px solid hsla(0,0%,100%,.3);border-top-color:hsla(0,0%,100%,.3)}.our-process-section .process-steps .step-item .step-card.right-aligned:before{display:none}.our-process-section .process-steps .step-item .step-card .step-number{top:15px;left:15px;width:24px;height:24px;font-size:14px}.our-process-section .process-steps .step-item .step-card .step-icon{display:none!important}.our-process-section .process-steps .step-item .step-card .step-content{padding-top:15px}.our-process-section .process-steps .step-item .step-card .step-content .step-title{font-size:20px}.our-process-section .process-steps .step-item .step-card .step-content .step-description{font-size:14px}}