:root{--primary-blue: #1e3a8a;--primary-yellow: #facc15;--yellow-hover: #eab308;--text-main: #1f2937;--text-muted: #4b5563;--bg-light: #f9fafb;--white: #ffffff}.home-container{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light)}.hero-section{position:relative;height:600px;width:100%;background-color:#111827;overflow:hidden}.hero-bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.6}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:0 1rem}.hero-title{font-size:3rem;font-weight:700;color:var(--white);margin-bottom:1.5rem;letter-spacing:.025em;text-shadow:0 4px 6px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.125rem;color:#f3f4f6;margin-bottom:2rem;max-width:42rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-buttons{display:flex;gap:1rem;flex-direction:column}.btn{font-weight:700;padding:.75rem 2rem;border-radius:.25rem;cursor:pointer;transition:all .3s ease}.btn-primary{background-color:var(--primary-yellow);color:#111827;border:none;box-shadow:0 4px 6px #0000001a}.btn-primary:hover{background-color:var(--yellow-hover)}.btn-secondary{background-color:transparent;border:2px solid var(--white);color:var(--white)}.btn-secondary:hover{background-color:var(--white);color:#111827}.welcome-section{padding:5rem 1.5rem;background-color:var(--white)}.section-container-small{max-width:56rem;margin:0 auto;text-align:center}.section-title{font-size:1.875rem;font-weight:700;color:var(--primary-blue);margin-bottom:1.5rem}.section-text{color:var(--text-muted);line-height:1.625;font-size:1.125rem}.timeline-section{padding:4rem 1rem;background-color:var(--bg-light);overflow:hidden}.timeline-wrapper{max-width:64rem;margin:0 auto;position:relative}.timeline-line{display:none;position:absolute;left:50%;transform:translate(-50%);height:100%;width:4px;background-color:var(--primary-blue)}.timeline-row{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:3rem;position:relative}.year-bubble{position:relative;left:auto;transform:none;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background-color:var(--primary-yellow);border:4px solid var(--white);z-index:10;font-weight:700;font-size:.875rem;box-shadow:0 4px 6px #0000001a}.col-empty{display:none}.col-content{width:100%;display:flex;justify-content:center}.timeline-card{background-color:var(--primary-blue);color:var(--white);padding:1.5rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;max-width:24rem;width:100%;text-align:left}.timeline-card h3{font-weight:700;font-size:1.25rem;margin-bottom:.5rem;margin-top:0}.timeline-card p{font-size:.875rem;color:#e5e7eb;margin:0}.trusted-section{padding:5rem 1.5rem;background-color:var(--bg-light)}.trusted-container{max-width:72rem;margin:0 auto}.trusted-grid{display:grid;grid-template-columns:1fr;gap:3rem;text-align:center}.trusted-card{display:flex;flex-direction:column;align-items:center}.icon-circle{background-color:var(--primary-blue);padding:1.5rem;border-radius:50%;margin-bottom:1.5rem;box-shadow:0 10px 15px -3px #0000001a;display:flex;align-items:center;justify-content:center}.icon-svg{width:2rem;height:2rem;color:var(--white)}.card-title{font-size:1.125rem;font-weight:700;color:var(--text-main);margin-bottom:.75rem}.card-desc{color:var(--text-muted);font-size:.875rem;padding:0 1rem}@media (min-width: 640px){.hero-buttons{flex-direction:row}}@media (min-width: 768px){.hero-title{font-size:3.75rem}.hero-subtitle{font-size:1.25rem}.timeline-line{display:block}.timeline-row{flex-direction:row;align-items:center}.year-bubble{position:absolute;left:50%;transform:translate(-50%);margin-bottom:0}.col-empty{display:block;width:50%;padding-right:2rem}.col-content{width:50%}.content-right{padding-left:3rem;justify-content:flex-start}.content-left{padding-right:3rem;justify-content:flex-end}.trusted-grid{grid-template-columns:repeat(3,1fr)}}:root{--accent-yellow: #fbbf24;--text-dark: #1f2937;--text-gray: #4b5563;--bg-light: #ffffff;--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif}.services-page{font-family:var(--font-family);color:var(--text-dark);background-color:var(--bg-light);overflow-x:hidden}*{box-sizing:border-box}.services-hero{background-color:#0a1f5c;color:#fff;padding:6rem 1rem 8rem;text-align:center;border-bottom-left-radius:50% 20px;border-bottom-right-radius:50% 20px;position:relative;z-index:1}.hero-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.hero-content p{font-size:1.1rem;max-width:700px;margin:0 auto;opacity:.9;line-height:1.6}.service-section{padding:5rem 1rem}.container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:4rem}.reverse-layout .container{flex-direction:row-reverse}.content-col{flex:1}.image-col{flex:1;display:flex;justify-content:center}.tagline{display:block;color:var(--accent-yellow);font-weight:700;font-size:.85rem;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase;border-left:3px solid var(--accent-yellow);padding-left:10px}.section-title{font-size:2.5rem;color:var(--primary-blue);margin-top:0;margin-bottom:1.5rem;font-weight:800}.description{color:var(--text-gray);line-height:1.7;margin-bottom:2rem;font-size:1rem}.feature-list{list-style:none;padding:0;margin-bottom:2.5rem}.feature-list li{display:flex;align-items:center;margin-bottom:1rem;color:var(--text-dark);font-weight:500}.check-icon{background-color:var(--accent-yellow);border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.info-cards{display:flex;gap:1.5rem;margin-bottom:2.5rem}.info-card{background-color:#f8fafc;padding:1rem;border-radius:8px;border-left:4px solid var(--accent-yellow)}.info-card h4{margin:0 0 .5rem;color:var(--primary-blue)}.info-card p{margin:0;font-size:.85rem;color:var(--text-gray)}.product-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:2.5rem}.tag{background-color:#f3f4f6;padding:.5rem 1.2rem;border-radius:20px;font-size:.9rem;color:var(--primary-blue);font-weight:600;border:1px solid #e5e7eb}.btn{padding:.8rem 2rem;font-size:1rem;font-weight:600;border-radius:5px;cursor:pointer;transition:all .2s ease;border:none}.btn-dark{background-color:var(--primary-blue);color:#fff}.btn-dark:hover{background-color:#1e293b}.btn-outline{background-color:transparent;border:2px solid var(--primary-blue);color:var(--primary-blue)}.btn-outline:hover{background-color:var(--primary-blue);color:#fff}.btn-yellow{background-color:var(--accent-yellow);color:var(--primary-blue)}.btn-yellow:hover{background-color:#eab308}.image-wrapper{position:relative;width:100%;max-width:500px;border-radius:20px;padding:1rem}.image-wrapper img{width:100%;height:350px;object-fit:cover;border-radius:12px;box-shadow:0 10px 20px #0000001a;position:relative;z-index:2}.bg-yellow-tint{background-color:#fef3c7}.bg-gray-tint{background-color:#f1f5f9}.bg-gradient-tint{background-color:#fffbeb}.abstract-gradient-box{width:100%;height:350px;border-radius:12px;background:linear-gradient(135deg,#dc2626,#d97706);box-shadow:0 10px 20px #0000001a}.contact-strip{text-align:center;padding:4rem 1rem;background-color:#f8fafc;margin-top:2rem}.contact-strip h3{color:var(--primary-blue);font-size:1.8rem;margin-bottom:1.5rem}.contact-details{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:.5rem;color:var(--text-dark);font-weight:600}@media (max-width: 900px){.container{flex-direction:column;gap:3rem}.reverse-layout .container{flex-direction:column}.hero-content h1{font-size:2.2rem}.section-title{font-size:2rem}.image-wrapper img,.abstract-gradient-box{height:250px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;color:#333}.projects-page{width:100%;overflow-x:hidden}.hero{text-align:center;padding:80px 20px;background-color:#f5f7fa}.hero h1{font-size:48px;color:#036;margin-bottom:20px;font-weight:700}.hero p{font-size:16px;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.filter-container{display:flex;justify-content:center;gap:15px;padding:40px 20px;background-color:#fff;flex-wrap:wrap}.filter-btn{padding:12px 28px;border:none;background-color:#f0f0f0;color:#333;border-radius:25px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.filter-btn:hover{background-color:#e0e0e0}.filter-btn.active{background-color:#036;color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:40px 80px;max-width:1400px;margin:0 auto}.project-card{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .3s ease;aspect-ratio:4/3}.project-card:hover{transform:translateY(-5px)}.project-card img{width:100%;height:100%;object-fit:cover;display:block}.project-label{position:absolute;top:20px;left:20px;background-color:#fff;padding:8px 16px;font-size:11px;font-weight:700;letter-spacing:.5px;border-radius:3px}.load-more-container{text-align:center;padding:40px 20px 80px}.load-more-btn{padding:15px 40px;border:2px solid #003366;background-color:transparent;color:#036;border-radius:30px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.load-more-btn:hover{background-color:#036;color:#fff}.cta-section{background-color:#036;color:#fff;text-align:center;padding:80px 20px}.paint-icon{font-size:50px;margin-bottom:20px}.cta-section h2{font-size:36px;margin-bottom:20px;font-weight:700}.cta-section p{font-size:16px;max-width:600px;margin:0 auto 40px;line-height:1.6;color:#e0e0e0}.request-quote-btn{background-color:#f4a41e;color:#036;border:none;padding:15px 40px;border-radius:30px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.request-quote-btn:hover{background-color:#ffc107;transform:translateY(-2px)}@media (max-width: 1024px){.projects-grid{grid-template-columns:repeat(2,1fr);padding:40px}}@media (max-width: 768px){.hero h1{font-size:32px}.projects-grid{grid-template-columns:1fr;padding:40px 20px}}.products-page{max-width:1300px;margin:0 auto;padding:0 20px;font-family:sans-serif}.products-hero-section{text-align:center;padding:40px 0 60px}.main-title{font-size:clamp(1.8rem,4vw + 1rem,2.8rem);font-weight:700;color:navy;margin-bottom:10px}.subtitle{font-size:clamp(.9rem,1.5vw + .5rem,1.1rem);color:#000;margin-bottom:0}.product-grid-section{padding:20px 0 80px}.product-grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (min-width: 1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:30px}}.product-card{border-radius:2px;overflow:hidden;min-height:350px;display:flex;flex-direction:column}.card-blue-light{background-color:#e3f2fd}.card-yellow-light{background-color:#fffde7}.card-pink-light{background-color:#fce4ec}.card-green-light{background-color:#e8f5e9}.card-grey-medium{background-color:#f5f5f5}.card-purple-light{background-color:#ede7f6}.card-purple-medium{background-color:#d1c4e9}.card-orange-light{background-color:#fff3e0}.product-card-top{height:150px;display:flex;align-items:flex-end;padding:15px}.color-palette{display:flex;gap:5px}.color-palette span{width:15px;height:15px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.product-card-bottom{background-color:#d3d3d3;padding:20px;flex-grow:1}.product-card-bottom h3{font-size:1.4rem;font-weight:600;color:#000;margin-top:0;margin-bottom:10px}.product-card-bottom p{font-size:.95rem;color:#000;line-height:1.4;margin-bottom:20px}.guide-section{padding:4rem 1rem;background-color:#fff}.guide-container{max-width:1024px;margin:0 auto}.guide-subtitle{text-align:center;color:#4b5563;margin-bottom:3rem;max-width:672px;margin-left:auto;margin-right:auto}.guide-steps{display:flex;flex-direction:column;gap:1rem}.guide-step{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 2px #0000000d;transition:box-shadow .3s ease}.guide-step:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.guide-step-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background-color:#fff;border:none;cursor:pointer;transition:background-color .2s ease}.guide-step-button:hover{background-color:#f9fafb}.guide-step-header{display:flex;align-items:center;gap:1rem}.guide-icon-wrapper{background-color:#dbeafe;padding:.75rem;border-radius:9999px;color:#2563eb;display:flex;align-items:center;justify-content:center}.guide-icon{width:1.5rem;height:1.5rem}.guide-step-text{text-align:left}.guide-step-title{font-weight:700;color:#111827;font-size:1.125rem;margin-bottom:.25rem}.guide-step-question{color:#4b5563;font-size:.875rem}.chevron-icon{width:1.5rem;height:1.5rem;color:#9ca3af;transition:transform .3s ease}.chevron-icon.rotated{transform:rotate(180deg)}.guide-step-content{padding:0 1.5rem 1.5rem;background-color:#f9fafb}.guide-content-text{color:#374151;margin-bottom:1rem}.guide-recommendation{background-color:#eff6ff;border-left:4px solid #2563eb;padding:1rem;border-radius:.25rem}.recommendation-label{font-size:.875rem;font-weight:600;color:#1e3a8a;margin-bottom:.25rem}.recommendation-text{font-size:.875rem;color:#1e40af}.guide-cta{margin-top:2rem;text-align:center;background:linear-gradient(to right,#eff6ff,#fae8ff);padding:2rem;border-radius:.5rem}.guide-cta-text{color:#374151;margin-bottom:1rem}.guide-cta-button{background-color:#2563eb;color:#fff;padding:.75rem 2rem;border-radius:9999px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.guide-cta-button:hover{background-color:#1d4ed8;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.guide-content-wrapper{display:grid;grid-template-columns:1fr;gap:30px;max-width:1100px;margin:0 auto}@media (min-width: 768px){.guide-content-wrapper{grid-template-columns:repeat(2,1fr)}}.contact-page{display:flex;flex-direction:column;min-height:100vh}.contact-hero{padding:80px 20px}.contact-hero-content{max-width:1200px;margin:0 auto}.contact-hero h1{text-align:center;font-size:60px;font-weight:800;color:navy;margin-bottom:15px;line-height:1.2}.contact-hero>p{font-size:16px;color:#5a6c84;margin-bottom:40px}.contact-hero .mission{text-align:center;font-size:18px;font-weight:500;color:#5a6c84;margin-bottom:40px}.hero-service-card{padding:30px;max-width:600px}.hero-service-card h3{font-size:30px;font-weight:700;color:navy;margin-bottom:15px}.hero-service-card p{font-size:16px;color:#5a6c84;line-height:1.6;margin-bottom:20px}.quote-button{background-color:orange;color:navy;border:none;padding:12px 28px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.quote-button:hover{background-color:#e09615}.contact-content{padding:60px 20px;background-color:#f5f5f5}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px}.contact-form-wrapper{background-color:#fff;padding:40px}.contact-form-wrapper h2{font-size:28px;font-weight:600;color:navy;margin-bottom:10px}.form-subtitle{font-size:14px;color:navy;margin-bottom:30px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{font-size:14px;font-weight:500;color:#2c4a7c;margin-bottom:8px}.form-group input,.form-group textarea{padding:12px 15px;border:1px solid #d1d9e0;border-radius:4px;font-size:14px;color:#2c4a7c;transition:border-color .3s ease;font-family:Arial,sans-serif;width:100%;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f5a623}.form-group input::placeholder,.form-group textarea::placeholder{color:#a8b4c1}.form-group textarea{resize:vertical}.submit-button{background-color:navy;color:#fff;border:none;padding:14px 20px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .3s ease;margin-top:10px;width:100%}.submit-button:hover{background-color:#b34d36}.form-status{margin-top:12px;font-size:14px;color:#2c4a7c;font-weight:500}.contact-details-wrapper{display:flex;flex-direction:column;gap:20px}.contact-info-card{background-color:#fff;padding:25px;display:flex;align-items:flex-start;gap:20px}.info-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-icon svg{color:navy;font-size:22px}.contact-info-card h3{font-size:18px;font-weight:600;color:navy;margin-bottom:8px}.contact-info-card p{font-size:14px;color:#5a6c84;margin:3px 0;line-height:1.5;word-break:break-word}.map-container{background-color:#fff;overflow:hidden;height:250px}.map-placeholder{width:100%;height:100%;background-color:#e8e8e8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.map-placeholder iframe{width:100%;height:100%;display:block}.map-icon{font-size:40px;color:#c85a3f}.map-placeholder p{font-size:16px;font-weight:600;color:navy;margin:0}.map-address{font-size:14px!important;font-weight:400!important;color:#8a95a3!important}@media (max-width: 992px){.contact-container{grid-template-columns:1fr;gap:30px}.contact-hero h1{font-size:36px}.hero-service-card{max-width:100%}}@media (max-width: 576px){.contact-hero{padding:40px 16px}.contact-hero h1{font-size:26px}.contact-hero .mission{font-size:15px}.hero-service-card{padding:16px}.hero-service-card h3{font-size:20px}.hero-service-card p{font-size:14px}.quote-button{width:100%;text-align:center}.contact-content{padding:30px 16px}.contact-form-wrapper{padding:20px 16px}.contact-form-wrapper h2{font-size:22px}.contact-info-card{padding:16px;flex-direction:row;align-items:flex-start;gap:14px}.info-icon{width:36px;height:36px}.contact-info-card h3{font-size:16px}.contact-info-card p{font-size:13px}.map-container{height:200px}}@media (max-width: 360px){.contact-hero h1{font-size:22px}.contact-form-wrapper h2{font-size:18px}}*{margin:0;padding:0;text-decoration:none;list-style:none;box-sizing:border-box}.navbar{box-shadow:0 2px 7px #0003;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 50px;width:100%;background-color:#fff;position:relative;z-index:1000}.navbar a{color:#000;font-size:18px;font-weight:500}.navbar .nav-links ul{display:flex;gap:25px}.navbar .logo{width:100px;height:auto;min-height:40px;display:block}.navbar .nav-links ul li{margin:0 20px}.navbar .nav-links ul li a:hover{color:navy;transition:color .3s ease}.navbar .menu-icon{display:none;width:35px;cursor:pointer}.navbar .nav-links ul li a.active{color:#1e3a8a;font-weight:700;border-bottom:3px solid #1e3a8a;padding-bottom:5px}.navbar .nav-links ul li a:hover{color:#1e3a8a}@media screen and (max-width: 768px){.navbar{padding:15px 20px}.navbar .logo{position:static;width:80px}.navbar .menu-icon{display:block;padding:4px}.nav-links{position:absolute;top:100%;left:0;background-color:#fffffff7;width:100%;max-height:0;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column;transition:max-height .35s ease,opacity .3s ease;opacity:0;pointer-events:none;box-shadow:0 4px 12px #0000001a}.nav-links.active{max-height:100vh;opacity:1;pointer-events:auto}.nav-links ul{flex-direction:column;display:flex;align-items:center;gap:0;padding:20px 0;width:100%}.navbar .nav-links ul li{margin:0;width:100%;text-align:center;border-bottom:1px solid #f0f0f0}.navbar .nav-links ul li:first-child{border-top:1px solid #f0f0f0}.navbar .nav-links ul li a{display:block;padding:16px 20px;font-size:1.1em;width:100%;transition:background-color .2s ease,color .2s ease}.navbar .nav-links ul li a:hover{background-color:#f5f8ff;color:navy}.navbar .nav-links ul li a.active{border-bottom:none;background-color:#eef2ff;color:#1e3a8a;font-weight:700;padding-bottom:16px}}.footer{background-color:#0a1f5c;color:#fff;padding:60px 20px 20px;font-family:Arial,sans-serif}.footer-container{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.footer-section{display:flex;flex-direction:column}.footer-heading{font-size:18px;font-weight:500;margin-bottom:20px;color:#fff}.footer-text{font-size:14px;line-height:1.6;color:#ffffffb3;margin:0}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-links a:hover{color:#fff}.social-icons{display:flex;gap:15px}.social-icons a{width:40px;height:40px;background-color:transparent;border:1px solid rgba(255,255,255,.3);border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.social-icons a:hover{background-color:#ffffff1a;border-color:#ffffff80}.social-icons svg{font-size:18px}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);max-width:1200px;margin:0 auto}.footer-bottom p{font-size:14px;color:#ffffff80;margin:0}@media (max-width: 992px){.footer-container{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width: 576px){.footer-container{grid-template-columns:1fr;gap:30px}.footer{padding:40px 20px 20px}}
