.navigation{background-color:var(--primary-blue);box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000;transition:transform .3s ease-in-out}.navigation.nav-visible{transform:translateY(0)}.navigation.nav-hidden{transform:translateY(-100%)}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.nav-logo{display:flex;align-items:center;flex-shrink:0}.logo-image{height:50px;width:auto;background-color:#fff;display:block}.nav-menu-desktop{display:flex;list-style:none;gap:2rem;margin:0;padding:0;align-items:center}.nav-link{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease;display:block}.nav-link:hover{background-color:#ffffff1a}.nav-link.active{background-color:#fff3;border-bottom:2px solid white}.nav-contact{background-color:var(--secondary-cream);color:var(--primary-blue)!important;padding:.7rem 1.5rem!important;border-radius:25px;font-weight:600;border-bottom:none!important}.nav-contact:hover{background-color:#fff!important;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.nav-hamburger{display:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:none;border:none;cursor:pointer;padding:0;position:relative}.nav-hamburger:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px}.nav-hamburger .bar{display:block;width:100%;height:2px;background-color:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.nav-hamburger.open .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}.nav-hamburger.open .bar:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.open .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.nav-drawer{overflow:hidden;max-height:0;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s ease;opacity:0;background-color:var(--primary-blue);border-top:1px solid rgba(255,255,255,.1)}.nav-drawer.open{max-height:400px;opacity:1}.nav-menu-mobile{list-style:none;margin:0;padding:.5rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.25rem}.nav-menu-mobile .nav-link{font-size:1.15rem;padding:.85rem 1rem;border-radius:8px}.nav-contact-mobile{margin-top:.75rem;text-align:center;border-radius:25px!important}@media(max-width:768px){.nav-container{padding:.85rem 1.25rem}.logo-image{height:40px}.nav-menu-desktop{display:none}.nav-hamburger{display:flex}}.footer{background-color:var(--primary-blue);color:#fff;padding:2rem 1.5rem 0;position:relative;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.footer *,.footer *:before,.footer *:after{border:none!important;outline:none!important;box-shadow:none!important;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:1.5rem;gap:1.5rem}.footer-section{flex:1 1 180px;min-width:180px}.footer-section h3{color:var(--secondary-cream);font-size:1.1rem;margin-bottom:.75rem;font-weight:600}.footer-logo-text h2{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:1rem;letter-spacing:1px}.footer-logo-wrapper{display:inline-block;margin-bottom:1rem;overflow:hidden;line-height:0;background-color:#fff;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;width:fit-content}.footer-logo{height:60px;width:auto;display:block;shape-rendering:crispEdges}.footer-tagline{font-size:.9rem;line-height:1.4;color:#ffffffe6}.footer-reg-info{margin-top:.6rem;font-size:.85rem;color:#fffc}.footer-reg-info strong{color:#fffffff2;font-weight:600}.footer-links,.footer-contact,.footer-areas{list-style:none;padding:0;margin:0}.footer-links li,.footer-contact li,.footer-areas li{margin-bottom:.4rem}.footer-links a,.footer-contact a,.footer-areas li{color:#ffffffe6;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-links a:hover,.footer-contact a:hover{color:var(--secondary-cream)}.footer-contact li{display:flex;align-items:center;gap:.5rem}.footer-contact svg{flex-shrink:0;color:var(--secondary-cream)}.footer-contact a{word-break:break-word}.footer-areas li{color:#ffffffe6;padding-left:1rem;position:relative}.footer-areas li:before{content:"•";position:absolute;left:0;color:var(--secondary-cream)}.footer-bottom{padding:1rem 0;text-align:center;display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;position:relative}.footer-bottom p{margin:0;font-size:.95rem;color:#fffc}.powered-by{display:inline-flex;align-items:center;gap:.5rem;color:#fffffff2;font-size:.95rem;text-decoration:none;position:absolute;right:1.5rem;bottom:.6rem}.powered-by:hover,.powered-by:focus{color:var(--secondary-cream)}.powered-by-logo{height:30px;width:auto;display:block;shape-rendering:crispEdges}@media(max-width:768px){.footer{padding:1.5rem 1rem 0}.footer-content{flex-direction:column;gap:1.25rem}.footer-section{flex:1 1 100%;min-width:100%}.footer-logo{height:36px}.footer-logo-wrapper{display:inline-block;width:auto}.footer-logo-text h2{font-size:1.3rem}.footer-section h3{font-size:1rem;margin-bottom:.6rem}.footer-tagline,.footer-links a,.footer-contact a,.footer-areas li{font-size:.85rem}.footer-bottom{padding:.75rem 0}.footer-bottom p{font-size:.8rem}.powered-by{position:static;margin-top:.5rem;font-size:.88rem}.powered-by-logo{height:14px}}.hero{position:relative;height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;animation:kenBurns 6s ease-in-out forwards}@keyframes kenBurns{0%{transform:scale(1) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:scale(1.15) translate(-5%);opacity:0}}.hero-background:nth-child(2n){animation:kenBurnsZoom 6s ease-in-out forwards}@keyframes kenBurnsZoom{0%{transform:scale(1.15);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:scale(1);opacity:0}}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1f2d5a80,#2a3f7a80);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:900px;padding:2rem}.hero h1{font-size:4rem;font-weight:800;margin-bottom:1rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);letter-spacing:-1px}.hero-subtitle{font-size:2rem;font-weight:300;margin-bottom:1rem;color:var(--secondary-cream);text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-location{font-size:1.3rem;margin-bottom:2.5rem;opacity:.95;font-weight:400}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.hero-button{display:inline-block;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:30px;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.hero-button.primary{background-color:var(--secondary-cream);color:var(--primary-blue);box-shadow:0 4px 15px #0003}.hero-button.primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d;background-color:#fff}.hero-button.secondary{background-color:transparent;color:#fff;border:2px solid white}.hero-button.secondary:hover{background-color:#fff;color:var(--primary-blue);transform:translateY(-3px)}@media(max-width:768px){.hero{height:500px}.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-location{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-button{width:100%;max-width:300px;text-align:center}}@media(max-width:480px){.hero{height:450px}.hero h1{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-content{padding:1rem}}.before-after-slider{max-width:1200px;margin:0 auto;position:relative;cursor:ew-resize;-webkit-user-select:none;user-select:none;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000004d}.image-container{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden}.before-image,.after-image{position:absolute;top:0;left:0;width:100%;height:100%}.before-image img,.after-image img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.after-image{clip-path:inset(0 50% 0 0)}.image-label{position:absolute;top:20px;padding:.5rem 1.5rem;background-color:#1f2d5ae6;color:#fff;font-weight:700;font-size:1rem;letter-spacing:2px;border-radius:4px;z-index:10}.before-label{left:20px}.after-label{right:20px}.slider-handle{position:absolute;top:0;bottom:0;width:4px;transform:translate(-50%);pointer-events:none;z-index:20}.slider-line{width:4px;height:100%;background-color:#fff;box-shadow:0 0 10px #00000080}.slider-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000004d;color:#1f2d5a}.slider-button svg{width:30px;height:30px}@media(max-width:768px){.image-container{aspect-ratio:4 / 3}.image-label{font-size:.8rem;padding:.4rem 1rem}.slider-button{width:40px;height:40px}}.work-preview{padding:5rem 2rem;background:linear-gradient(to bottom,white 0%,var(--background-light) 100%)}.work-preview-header{text-align:center;margin-bottom:3rem}.work-preview-header h2{font-size:2.5rem;color:var(--primary-blue);margin-bottom:1rem}.preview-subtitle{font-size:1.3rem;color:var(--text-light)}.slider-wrapper{max-width:1200px;margin:0 auto 3rem}.slider-description{text-align:center;font-size:1.1rem;color:var(--text-light);margin-top:1.5rem;font-style:italic}.work-preview-footer{text-align:center;margin-top:2rem}.work-preview-footer p{font-size:1.2rem;color:var(--text-light);margin-bottom:2rem}.view-portfolio-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background-color:var(--primary-blue);color:#fff;text-decoration:none;font-size:1.2rem;font-weight:600;border-radius:30px;transition:all .3s ease;box-shadow:0 4px 15px #1f2d5a4d}.view-portfolio-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #1f2d5a66;background-color:#2a3f7a}.view-portfolio-button svg{transition:transform .3s ease}.view-portfolio-button:hover svg{transform:translate(5px)}@media(max-width:768px){.work-preview{padding:3rem 1rem}.work-preview-header h2{font-size:2rem}.preview-subtitle,.work-preview-footer p{font-size:1.1rem}.view-portfolio-button{font-size:1.1rem;padding:.9rem 2rem}}.home{min-height:100vh}.about-section{padding:5rem 2rem;background-color:#fff}.about-section h2{text-align:center;color:#1f2d5a;font-size:2.5rem;margin-bottom:1rem}.about-section .lead{text-align:center;font-size:1.3rem;color:#666;margin-bottom:2rem}.about-section p{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.services-section{padding:5rem 2rem;background-color:var(--background-light)}.services-section h2{text-align:center;color:var(--primary-blue);font-size:2.5rem;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.service-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 15px #0000001a;opacity:0;transform:translateY(80px)}.service-card.title-in{animation:slideUpFade 1.2s ease-out forwards}.service-card h3{color:var(--primary-blue);font-size:1.5rem;margin-bottom:1rem;opacity:0;transform:translateY(20px)}.service-card.title-in h3{animation:titlePop .9s ease-out forwards}.service-card .typing-text{display:block;opacity:0;max-height:0;overflow:hidden;transition:opacity .2s ease,max-height .26s ease;white-space:normal;overflow-wrap:anywhere;border-right:none}.service-card:hover .typing-text,.service-card:focus-within .typing-text,.service-card:active .typing-text{opacity:1;max-height:400px}.service-card.title-in .typing-text{opacity:1;max-height:400px}@keyframes slideUpFade{0%{opacity:0;transform:translateY(80px)}to{opacity:1;transform:translateY(0)}}@keyframes titlePop{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%{max-width:0}to{max-width:100%}}.service-card:hover{box-shadow:0 8px 25px #1f2d5a33;background:var(--secondary-cream)}.service-card:hover .service-icon{background:var(--primary-blue);color:#fff;transform:scale(1.05)}.service-icon{background:var(--secondary-cream);width:100px;height:100px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 1.5rem;color:var(--primary-blue);transition:all .3s ease}.service-card h3{color:var(--primary-blue);font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#666;line-height:1.6}.location-section{padding:5rem 2rem;background-color:#fff}.location-section h2{text-align:center;color:#1f2d5a;font-size:2.5rem;margin-bottom:1rem}.location-section .lead{text-align:center;font-size:1.3rem;color:#666;margin-bottom:3rem}.locations{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.location-item{text-align:center;padding:2.5rem 2rem;background:var(--secondary-cream);color:var(--primary-blue);border-radius:12px;box-shadow:0 4px 15px #0000001a;border:2px solid var(--primary-blue);transition:all .3s ease;opacity:0;transform:translateY(80px)}.location-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#fff;border-radius:50%;margin:0 auto 1rem;color:var(--primary-blue);transition:all .3s ease}.location-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #1f2d5a33;background:var(--primary-blue);color:#fff}.location-item.title-in{animation:slideUpFade 1.2s ease-out forwards}.location-item h3{opacity:0;transform:translateY(20px)}.location-item.title-in h3{animation:titlePop .9s ease-out forwards}.location-item .typing-text{display:block;opacity:0;max-height:0;overflow:hidden;transition:opacity .2s ease,max-height .26s ease;white-space:normal;overflow-wrap:anywhere;border-right:none}.location-item:hover .typing-text,.location-item:focus-within .typing-text,.location-item:active .typing-text{opacity:1;max-height:400px}.location-item.title-in .typing-text{opacity:1;max-height:400px}.location-item:hover .location-icon{background:var(--secondary-cream);transform:scale(1.1)}.location-item h3{font-size:1.8rem;margin-bottom:.5rem;color:inherit}.location-item p{font-size:1.1rem;color:inherit}.cta-section{padding:5rem 2rem;background:linear-gradient(135deg,#1f2d5a,#2a3f7a);color:#fff;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.cta-button{display:inline-block;padding:1rem 3rem;background-color:#fff;color:#1f2d5a;text-decoration:none;font-size:1.2rem;font-weight:600;border-radius:30px;transition:all .3s ease;box-shadow:0 4px 15px #0003}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d;background-color:#f0f0f0}@media(max-width:768px){.about-section,.services-section,.location-section,.cta-section{padding:3rem 1rem}.about-section h2,.services-section h2,.location-section h2,.cta-section h2{font-size:2rem}.services-grid,.locations{grid-template-columns:1fr}}.portfolio{min-height:100vh}.portfolio-hero{background-image:url(https://assets.sabsoftwaresolutions.com.au/makari-builders/mb_jobs/mb_extension_10.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:6rem 2rem;text-align:center;position:relative}.portfolio-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1f2d5a80,#2a3f7a80);z-index:1}.portfolio-hero .container{position:relative;z-index:2}.portfolio-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.portfolio-hero p{font-size:1.5rem;color:#fffffff2;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.portfolio-content{padding:5rem 2rem;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.projects-list{margin-bottom:4rem}.project-section{margin-bottom:3rem}.project-title-bar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-bottom:3px solid var(--primary-blue);margin-bottom:2rem}.project-title-bar h2{color:var(--primary-blue);font-size:2rem;margin:0}.project-count{font-size:.9rem;color:var(--text-light);font-weight:400;white-space:nowrap}.carousel-wrapper{max-width:80%;margin:0 auto}.carousel-viewport{overflow:hidden;border-radius:12px;position:relative;user-select:none;-webkit-user-select:none;cursor:grab}.carousel-viewport:active{cursor:grabbing}.carousel-track{display:flex;align-items:stretch;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.carousel-slide{flex-shrink:0;aspect-ratio:16 / 10;position:relative;border-radius:12px;overflow:hidden;background:var(--background-light);transition:opacity .35s ease,transform .35s ease;box-sizing:border-box}.carousel-slide img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.carousel-slide.active{opacity:1;cursor:pointer;box-shadow:0 6px 24px #0000002e}.carousel-slide.active:focus-visible{outline:3px solid var(--primary-blue);outline-offset:3px}.carousel-slide.peek{opacity:.42;transform:scale(.96);cursor:pointer}.carousel-slide.peek:hover{opacity:.62}@media(hover:hover){.carousel-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1f2d5a8c;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:12px;pointer-events:none}.carousel-slide.active:hover .carousel-overlay{opacity:1}.enlarge-hint{color:#fff;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}}@media(hover:none){.carousel-overlay{display:none}}.carousel-dots{display:flex;gap:.5rem;align-items:center;justify-content:center;margin-top:1rem}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#1f2d5a40;cursor:pointer;padding:0;transition:background .25s ease,transform .25s ease;position:relative}.carousel-dot:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px}.carousel-dot.active{background:var(--primary-blue);transform:scale(1.35)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000ed;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{position:relative;max-width:1200px;width:100%;display:flex;flex-direction:column;align-items:center}.modal-close{position:absolute;top:-3rem;right:0;background:transparent;border:none;color:#fff;font-size:3rem;cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;z-index:2001;line-height:1}.modal-close:hover{transform:scale(1.2)}.modal-image-container{position:relative;width:100%;display:flex;align-items:center;justify-content:center;min-height:300px}.modal-image-container img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 10px 40px #00000080;transition:opacity .3s ease;display:block}.modal-nav{position:absolute;background:#ffffffe6;border:none;color:var(--primary-blue);font-size:3rem;width:60px;height:60px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s ease;font-weight:300;line-height:1;z-index:10}.modal-nav:hover{background:#fff;transform:scale(1.1)}.modal-nav.prev{left:1rem}.modal-nav.next{right:1rem}.modal-info{text-align:center;color:#fff;margin-top:1.5rem}.modal-info h3{font-size:1.8rem;margin-bottom:.25rem;color:#fff}.modal-info p{font-size:1.1rem;opacity:.75;margin:0}.image-loading-spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1}.spinner{width:52px;height:52px;border:4px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.image-error{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem}.portfolio-cta{text-align:center;margin-top:4rem;padding:3rem 2rem;background:var(--secondary-cream);border-radius:12px}.portfolio-cta h2{color:var(--primary-blue);font-size:2rem;margin-bottom:1rem}.portfolio-cta p{font-size:1.1rem;color:var(--text-dark);margin-bottom:2rem}.portfolio-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.portfolio-cta .cta-button{display:inline-block;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease}.portfolio-cta .cta-button.primary{background-color:var(--primary-blue);color:#fff}.portfolio-cta .cta-button.primary:hover{background-color:#2a3f7a;transform:translateY(-2px);box-shadow:0 4px 12px #1f2d5a4d}.portfolio-cta .cta-button.secondary{background-color:#fff;color:var(--primary-blue);border:2px solid var(--primary-blue)}.portfolio-cta .cta-button.secondary:hover{background-color:var(--primary-blue);color:#fff}@media(max-width:768px){.portfolio-hero{padding:3rem 1rem}.portfolio-hero h1{font-size:2rem}.portfolio-hero p{font-size:1.2rem}.portfolio-content{padding:3rem 1rem}.project-title-bar{flex-direction:column;align-items:flex-start;gap:.4rem}.project-title-bar h2{font-size:1.5rem}.project-count{font-size:.8rem}.carousel-wrapper{max-width:100%}.project-section{margin-bottom:2rem}.carousel-slide{aspect-ratio:1 / 1}.portfolio-cta{padding:2.5rem 1.5rem}.portfolio-cta h2{font-size:1.7rem}.portfolio-cta-buttons{flex-direction:column;align-items:stretch}.portfolio-cta .cta-button{width:100%}.modal-overlay{padding:0;background:#000;align-items:center;justify-content:center}.modal-content{width:100%;height:100%;max-width:100%;justify-content:center}.modal-close{position:fixed;top:max(1rem,env(safe-area-inset-top,1rem));right:max(1rem,env(safe-area-inset-right,1rem));background:#00000080;border-radius:50%;width:44px;height:44px;font-size:2rem;z-index:2100}.modal-image-container{width:100vw;height:100vh;min-height:unset}.modal-image-container img{max-width:100vw;max-height:100vh;border-radius:0;box-shadow:none;object-fit:contain}.modal-nav{display:none}.modal-info{position:fixed;bottom:max(1rem,env(safe-area-inset-bottom,1rem));left:0;right:0;margin:0;padding:0 1rem;background:transparent}.modal-info h3{font-size:1.1rem}.modal-info p{font-size:.9rem}}.faq-page{min-height:100vh}.faq-hero{background-image:linear-gradient(135deg,#1f2d5a99,#2a3f7a99),url(https://assets.sabsoftwaresolutions.com.au/makari-builders/mb_jobs/mb_extension_9.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:4rem 2rem;text-align:center}.faq-hero h1{font-size:3rem;margin-bottom:1rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.faq-hero p{font-size:1.3rem;color:#ffffffe6;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.faq-content{padding:4rem 2rem;background-color:#fff}.faq-intro{text-align:center;max-width:800px;margin:0 auto 3rem}.faq-intro p{font-size:1.1rem;line-height:1.8;color:var(--text-dark);margin-bottom:1rem}.faq-intro a{color:var(--primary-blue);font-weight:600;text-decoration:none;border-bottom:2px solid var(--secondary-cream);transition:border-color .3s ease}.faq-intro a:hover{border-bottom-color:var(--primary-blue)}.faq-list{max-width:900px;margin:0 auto}.faq-item{background:var(--background-light);border-left:4px solid var(--primary-blue);margin-bottom:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease;overflow:hidden}.faq-item:hover{box-shadow:0 4px 16px #1f2d5a1a}.faq-item.active{border-left-color:var(--accent-gold)}.faq-question{width:100%;background:none;border:none;color:var(--primary-blue);font-size:1.4rem;font-weight:600;text-align:left;padding:2rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.faq-question:hover{background-color:#1f2d5a0d}.faq-icon{font-size:1.8rem;font-weight:300;color:var(--primary-blue);flex-shrink:0;margin-left:1rem}.faq-answer{color:var(--text-dark);font-size:1.05rem;line-height:1.7;margin:0;padding:0 2rem 2rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-cta{text-align:center;margin-top:4rem;padding:3rem 2rem;background:var(--secondary-cream);border-radius:12px}.faq-cta h2{color:var(--primary-blue);font-size:2rem;margin-bottom:1rem}.faq-cta p{font-size:1.1rem;color:var(--text-dark);margin-bottom:2rem}.faq-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-block;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease}.cta-button.primary{background-color:var(--primary-blue);color:#fff}.cta-button.primary:hover{background-color:#2a3f7a;transform:translateY(-2px);box-shadow:0 4px 12px #1f2d5a4d}.cta-button.secondary{background-color:#fff;color:var(--primary-blue);border:2px solid var(--primary-blue)}.cta-button.secondary:hover{background-color:var(--primary-blue);color:#fff}@media(max-width:768px){.faq-hero h1{font-size:2rem}.faq-hero p{font-size:1.1rem}.faq-content{padding:3rem 1rem}.faq-question{font-size:1.2rem;padding:1.5rem}.faq-answer{font-size:1rem;padding:0 1.5rem 1.5rem}.faq-icon{font-size:1.5rem}.faq-cta-buttons{flex-direction:column;align-items:stretch}.cta-button{width:100%}}.team-page{min-height:100vh}.team-hero{background-image:url(https://assets.sabsoftwaresolutions.com.au/makari-builders/mb_jobs/mb_trailer.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:6rem 2rem;text-align:center;position:relative;min-height:400px;display:flex;align-items:center;justify-content:center}.team-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1f2d5a80,#2a3f7a80);z-index:1}.team-hero-content{position:relative;z-index:2}.team-hero h1{font-size:3.5rem;margin-bottom:1rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-weight:700}.team-hero .hero-subtitle{font-size:1.5rem;color:#fffffff2;text-shadow:1px 1px 2px rgba(0,0,0,.3);margin:0;font-weight:400}.team-hero p{font-size:1.5rem;color:#fffffff2;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.team-content{padding:4rem 2rem;background-color:#fff}.team-intro{max-width:900px;margin:0 auto 4rem;text-align:center}.team-intro h2{color:var(--primary-blue);font-size:2.5rem;margin-bottom:2rem}.team-intro p{font-size:1.15rem;line-height:1.8;color:var(--text-dark);margin-bottom:1.5rem}.team-members{max-width:1000px;margin:0 auto 4rem}.team-member{display:flex;gap:3rem;margin-bottom:3rem;padding:2rem;background:var(--background-light);border-radius:12px;box-shadow:0 2px 12px #0000000d}.member-placeholder{flex-shrink:0;width:200px;height:200px;background:var(--primary-blue);border-radius:12px;display:flex;align-items:center;justify-content:center}.member-initials{color:#fff;font-size:4rem;font-weight:700}.member-info{flex:1}.member-info h3{color:var(--primary-blue);font-size:2rem;margin-bottom:.5rem}.member-title{color:var(--secondary-cream);font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:var(--text-light)}.member-bio{font-size:1.05rem;line-height:1.7;color:var(--text-dark)}.team-values{max-width:1100px;margin:0 auto 4rem;text-align:center}.team-values h2{color:var(--primary-blue);font-size:2.5rem;margin-bottom:2rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.value-card{background:#fff;padding:2rem;border-radius:12px;border:2px solid var(--secondary-cream);transition:all .3s ease}.value-card:hover{border-color:var(--primary-blue);box-shadow:0 4px 16px #1f2d5a1a;transform:translateY(-4px)}.value-card h3{color:var(--primary-blue);font-size:1.5rem;margin-bottom:1rem}.value-card p{color:var(--text-dark);font-size:1.05rem;line-height:1.6}.team-cta{text-align:center;margin-top:4rem;padding:3rem 2rem;background:var(--secondary-cream);border-radius:12px}.team-cta h2{color:var(--primary-blue);font-size:2rem;margin-bottom:1rem}.team-cta p{font-size:1.1rem;color:var(--text-dark);margin-bottom:2rem}.team-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.team-cta .cta-button{display:inline-block;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease}.team-cta .cta-button.primary{background-color:var(--primary-blue);color:#fff}.team-cta .cta-button.primary:hover{background-color:#2a3f7a;transform:translateY(-2px);box-shadow:0 4px 12px #1f2d5a4d}.team-cta .cta-button.secondary{background-color:#fff;color:var(--primary-blue);border:2px solid var(--primary-blue)}.team-cta .cta-button.secondary:hover{background-color:var(--primary-blue);color:#fff}@media(max-width:768px){.team-hero h1{font-size:2.5rem}.team-hero p{font-size:1.2rem}.team-intro h2,.team-values h2{font-size:2rem}.team-member{flex-direction:column;gap:1.5rem;text-align:center}.member-placeholder{width:150px;height:150px;margin:0 auto}.member-initials{font-size:3rem}.member-info h3{font-size:1.6rem}.values-grid{grid-template-columns:1fr}.team-cta-buttons{flex-direction:column;align-items:stretch}.team-cta .cta-button{width:100%}}.team-cta-links{margin-top:1.5rem;font-size:.95rem;color:var(--text-dark)}.team-cta-links a{color:var(--primary-blue);text-decoration:underline;font-weight:600}.team-cta-links a:hover{color:#2a3f7a}.team-credentials{margin-top:1rem;font-size:.9rem;color:var(--text-light)}.notfound-page{min-height:0}.notfound-content{padding:3rem 2rem;text-align:center}.notfound-content h1{color:var(--primary-blue);font-size:2.6rem;margin-bottom:1rem}.notfound-content p{color:var(--text-dark);font-size:1.15rem;line-height:1.7;max-width:640px;margin:0 auto 2rem}.notfound-button{display:inline-block;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;background-color:var(--primary-blue);color:#fff;transition:all .3s ease}.notfound-button:hover{transform:translateY(-2px)}@media(max-width:768px){.notfound-content{padding:4rem 1rem}.notfound-content h1{font-size:2.2rem}}.app{min-height:100vh;background-color:#fff}main{width:100%;padding-top:82px}@media(max-width:768px){main{padding-top:120px}}
