*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Tajawal',sans-serif;background-color:#f9fafb;color:#1e293b;line-height:1.6;overflow-x:hidden}:root{--primary:#b8860b;--primary-dark:#9e7409;--primary-rgb:184,134,11;--dark-blue:#050c14;--dark-blue-light:#1c3657;--gray-light:#f8fafc;--gray-border:#f1f5f9;--text-dark:#070a0e;--text-muted:#0b0f16}.container{width:90%;max-width:1280px;margin:0 auto}.navbar{box-shadow:0 4px 12px rgba(0,0,0,.05);min-height:12vh;background-color:#fff}.navbar-brand{padding:0;max-width:70%}.navbar-brand .d-flex{gap:10px}.logo-img{height:60px;width:auto}.logo-text{line-height:1.3}.main-title{font-size:1.4rem;font-weight:800;color:var(--dark-blue)}.sub-title{font-size:.9rem;color:var(--primary);font-weight:500;letter-spacing:.5px}.nav-link{font-weight:500;font-size:1rem;padding:.5rem 1rem!important;position:relative;color:var(--text-dark)}.nav-link::after{content:'';position:absolute;bottom:0;right:50%;transform:translateX(50%);width:0;height:2px;background-color:var(--primary);transition:width .3s}.nav-link:hover::after,.nav-link.active::after{width:80%}.nav-link:hover,.nav-link.active{color:var(--primary)!important}@media (max-width:991px){.navbar-collapse{background-color:#fff;padding:1rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);margin-top:1rem}.navbar-nav{text-align:center}.nav-link{padding:.75rem!important;border-bottom:1px solid var(--gray-border)}.nav-link::after{display:none}.nav-item:last-child .nav-link{border-bottom:none}}@media (max-width:480px){.logo-img{height:45px}.main-title{font-size:1.2rem}.sub-title{font-size:.8rem}}header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:transform .3s ease-in-out;background-color:#fff}header.hide-header{transform:translateY(-100%)}body{padding-top:80px}.page-header{background:linear-gradient(135deg,var(--dark-blue) 0%,var(--dark-blue-light) 100%);color:#fff;padding:4rem 0;text-align:center;position:relative;overflow:hidden}.page-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('https://images.pexels.com/photos/159306/construction-site-build-construction-work-159306.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2') center/cover no-repeat;opacity:.1;z-index:0}.page-header .container{position:relative;z-index:2}.page-header h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem}.page-header p{font-size:1.2rem;color:#e2e8f0;max-width:700px;margin:0 auto}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.5rem;font-weight:800;color:var(--dark-blue);margin-bottom:1rem}.section-title p{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.2rem}.title-accent{width:80px;height:4px;background:var(--primary);margin:0 auto 1.5rem}.filter-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem}.filter-btn{padding:.8rem 2rem;border:2px solid var(--gray-border);background:#fff;color:var(--text-muted);border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s;font-size:1rem}.filter-btn:hover,.filter-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.project-card-wrapper{margin-bottom:0}.project-card{background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.05);transition:all .3s;position:relative;border:1px solid var(--gray-border);height:100%;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-10px);box-shadow:0 30px 40px rgba(var(--primary-rgb),.15);border-color:var(--primary)}.project-image{position:relative;overflow:hidden;height:350px}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.project-card:hover .project-image img{transform:scale(1.1)}.project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(11,26,46,.85) 100%);display:flex;align-items:flex-end;padding:1.5rem;opacity:0;transition:opacity .3s}.project-card:hover .project-overlay{opacity:1}.project-category{color:var(--primary);font-weight:600;font-size:.9rem;margin-bottom:.3rem}.project-title{color:#fff;font-size:1.3rem;font-weight:700}.project-info{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.project-location{color:var(--text-muted);margin-bottom:.5rem;font-size:1rem}.project-location i{color:var(--primary);margin-left:.3rem}.project-description{color:#4b5563;font-size:.95rem;line-height:1.7;flex-grow:1}.project-link{display:inline-block;margin-top:1rem;color:var(--primary);font-weight:600;text-decoration:none;transition:all .3s;align-self:flex-start}.project-link i{transition:margin-right .3s}.project-link:hover{color:var(--primary-dark)}.project-link:hover i{margin-right:5px}.stats-section{background:linear-gradient(135deg,var(--dark-blue),var(--dark-blue-light));color:#fff;text-align:center}.stat-number{font-size:3.5rem;font-weight:800;color:var(--primary);line-height:1}.stat-label{font-size:1.2rem;margin-top:.5rem}.testimonials-section{background-color:#fff}.testimonial-card{background:var(--gray-light);padding:2rem;border-radius:30px;position:relative;border:1px solid #e2e8f0;transition:all .3s;height:100%;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-5px);border-color:var(--primary);box-shadow:0 20px 30px rgba(var(--primary-rgb),.1)}.testimonial-card::before{content:"“";font-size:5rem;color:var(--primary);position:absolute;top:-1rem;right:1rem;opacity:.2;font-family:serif}.testimonial-text{font-size:1.1rem;line-height:1.8;color:#334155;margin-bottom:1.5rem;position:relative;z-index:1;flex-grow:1}footer{background-color:var(--dark-blue);color:#cbd5e1}footer a{color:#cbd5e1;text-decoration:none;transition:color .3s}footer a:hover{color:var(--primary);padding-right:5px}footer i{color:var(--primary);margin-left:.5rem}@media (max-width:1200px){.container{width:95%}}@media (max-width:992px){.page-header h1{font-size:2.8rem}.page-header p{font-size:1.1rem}.section-title h2{font-size:2.2rem}.project-image{height:250px}.stat-number{font-size:3rem}.stat-label{font-size:1.1rem}}@media (max-width:768px){.page-header{padding:3rem 0}.page-header h1{font-size:2.2rem}.page-header p{font-size:1rem}.section{padding:3rem 0}.section-title h2{font-size:2rem}.section-title p{font-size:1rem}.filter-btn{padding:.6rem 1.5rem;font-size:.95rem}.project-image{height:220px}.project-title{font-size:1.2rem}.project-description{font-size:.9rem}.stat-number{font-size:2.5rem}.stat-label{font-size:1rem}.testimonial-card{padding:1.5rem}.testimonial-text{font-size:1rem}}@media (max-width:576px){.page-header h1{font-size:2rem}.filter-buttons{gap:.5rem}.filter-btn{padding:.5rem 1rem;font-size:.9rem}.project-image{height:200px}.project-info{padding:1.2rem}.project-title{font-size:1.1rem}.project-location{font-size:.9rem}.project-description{font-size:.85rem}.stat-number{font-size:2.2rem}.stat-label{font-size:.95rem}.testimonial-card{padding:1.2rem}.testimonial-text{font-size:.95rem}footer{text-align:center}footer .row>div{margin-bottom:1.5rem}footer .row>div:last-child{margin-bottom:0}}@media (max-width:400px){.page-header h1{font-size:1.8rem}.filter-btn{padding:.4rem .8rem;font-size:.85rem}.project-image{height:180px}.project-info{padding:1rem}.project-title{font-size:1rem}.stat-number{font-size:2rem}.stat-label{font-size:.9rem}footer h3{font-size:1.1rem}footer p,footer a{font-size:.8rem}}@media (hover:none) and (pointer:coarse){.project-card:hover{transform:none;box-shadow:0 10px 30px rgba(0,0,0,.05);border-color:var(--gray-border)}.project-card:active{transform:translateY(-5px);box-shadow:0 30px 40px rgba(var(--primary-rgb),.15);border-color:var(--primary)}.project-card:active .project-overlay{opacity:1}.testimonial-card:hover{transform:none;border-color:#e2e8f0;box-shadow:none}.testimonial-card:active{transform:translateY(-3px);border-color:var(--primary);box-shadow:0 20px 30px rgba(var(--primary-rgb),.1)}}

.navbar-toggler{padding:.45rem .7rem;border:1px solid rgba(15,23,42,.15)!important;border-radius:12px;background:#fff;box-shadow:none}.navbar-toggler:focus{box-shadow:none;border-color:var(--primary)!important}.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(15,23,42,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;background-size:1.35rem 1.35rem}@media (max-width:991px){.navbar-collapse{position:relative;z-index:1001}}

