*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;--primary-blue: #1F2D5A;--secondary-cream: #E5E5E5;--old-secondary-cream: #F5F1E8;--accent-gold: #D4AF37;--primary-white: #ffffff;--text-dark: #333333;--text-light: #666666;--background-light: #FAFAF8;color:var(--text-dark);background-color:var(--primary-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--primary-white);color:var(--text-dark)}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{color:var(--primary-blue);font-weight:700;line-height:1.2}a{color:var(--primary-blue);text-decoration:none;transition:color .3s ease}a:hover{color:#2a3f7a}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}.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}.logo-image{height:50px;width:auto;background-color:#fff;display:block}.nav-menu{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}.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);padding:.7rem 1.5rem;border-radius:25px;font-weight:600}.nav-contact:hover{background-color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #0003}@media(max-width:768px){.nav-container{flex-direction:column;gap:1rem;padding:1rem}.nav-menu{gap:1rem;flex-wrap:wrap;justify-content:center}.logo-image{height:40px}.nav-link{font-size:1rem;padding:.4rem .8rem}}.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;left:0;right:0;bottom: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}.portfolio-intro{text-align:center;margin-bottom:4rem}.portfolio-intro h2{color:var(--primary-blue);font-size:2.5rem;margin-bottom:1rem}.portfolio-intro p{font-size:1.2rem;color:var(--text-light);max-width:700px;margin:0 auto}.projects-list{margin-bottom:4rem}.project-section{margin-bottom:5rem}.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:1rem;color:var(--text-light);background:var(--secondary-cream);padding:.5rem 1rem;border-radius:20px;font-weight:600}.project-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem}.gallery-item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;background:var(--background-light);cursor:pointer;aspect-ratio:4 / 3}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #1f2d5a40}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#1f2d5ab3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.enlarge-text{color:#fff;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.expand-button{display:block;margin:2rem auto 0;padding:.75rem 2rem;background-color:var(--primary-blue);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #1f2d5a33}.expand-button:hover{background-color:#2a3f7a;transform:translateY(-2px);box-shadow:0 4px 12px #1f2d5a4d}.expand-button:active{transform:translateY(0)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .3s 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}.modal-close:hover{transform:scale(1.2)}.modal-image-container{position:relative;width:100%;display:flex;align-items:center;justify-content:center;min-height:400px}.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}.image-loading-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;z-index:1}.image-loading-spinner .spinner{width:60px;height:60px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite}.image-loading-spinner p{color:#fff;font-size:1rem;margin:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.image-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;z-index:1}.image-error p{font-size:1.2rem;margin:0}.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 .3s ease;font-weight:300;line-height:1}.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:2rem}.modal-info h3{font-size:1.8rem;margin-bottom:.5rem;color:#fff}.modal-info p{font-size:1.2rem;opacity:.8}.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}.portfolio-intro h2{font-size:2rem}.portfolio-intro p{font-size:1.1rem}.project-title-bar{flex-direction:column;align-items:flex-start;gap:1rem}.project-title-bar h2{font-size:1.5rem}.project-gallery{grid-template-columns:1fr;gap:1.5rem}.portfolio-cta{padding:3rem 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:1rem}.modal-close{top:-2.5rem;font-size:2.5rem;width:40px;height:40px}.modal-nav{width:50px;height:50px;font-size:2rem}.modal-nav.prev{left:.5rem}.modal-nav.next{right:.5rem}.modal-info h3{font-size:1.3rem}.modal-info p{font-size:1rem}}.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 .team-hero-content>p:first-child{font-size:3.5rem;margin-bottom:1rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-weight:700}.team-hero .team-hero-content>h1{font-size:1.5rem;color:#fffffff2;text-shadow:1px 1px 2px rgba(0,0,0,.3);margin:0;font-weight:400}.team-hero h1{font-size:3.5rem;margin-bottom:1rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.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%}}.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}}
