.Layout-module__hBxhlq__container{flex-direction:column;min-height:100vh;display:flex}.Layout-module__hBxhlq__header{z-index:100;background-color:#1a252f;width:100%;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 4px #0000004d}.Layout-module__hBxhlq__topBar{color:#1a252f;background-color:#d4af37;padding:8px 0;font-size:.9rem}.Layout-module__hBxhlq__contactInfo{justify-content:flex-end;gap:20px;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.Layout-module__hBxhlq__contactInfo span{align-items:center;gap:8px;display:flex}.Layout-module__hBxhlq__contactInfo a{color:#1a252f;font-weight:500;text-decoration:none}.Layout-module__hBxhlq__contactInfo a:hover{text-decoration:underline}.Layout-module__hBxhlq__navBar{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:15px 20px;display:flex}.Layout-module__hBxhlq__logo{align-items:center;gap:15px;display:flex}.Layout-module__hBxhlq__logo h1{color:#fff;margin:0;font-size:1.5rem}.Layout-module__hBxhlq__navBar nav{gap:25px;display:flex}.Layout-module__hBxhlq__navBar nav a{color:#ccc;font-weight:500;text-decoration:none;transition:color .3s}.Layout-module__hBxhlq__navBar nav a:hover{color:#d4af37}.Layout-module__hBxhlq__main{flex:1;width:100%;padding-top:110px}.Layout-module__hBxhlq__footer{color:#fff;background-color:#1a252f;margin-top:auto;padding:40px 0}.Layout-module__hBxhlq__footerContent{flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.Layout-module__hBxhlq__footerSection h3{color:#d4af37;margin-bottom:20px}.Layout-module__hBxhlq__footerLogo{align-items:center;gap:10px;margin-bottom:15px;display:flex}.Layout-module__hBxhlq__footerLogo h3{color:#fff;margin:0}.Layout-module__hBxhlq__footerSection p{color:#bdc3c7}.Layout-module__hBxhlq__footerSection a{color:#bdc3c7;text-decoration:none;transition:color .3s}.Layout-module__hBxhlq__footerSection a:hover{color:#d4af37}.Layout-module__hBxhlq__socials{gap:15px;margin-top:10px;display:flex}.Layout-module__hBxhlq__socials a{background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .3s;display:flex}.Layout-module__hBxhlq__socials a:hover{color:#1a252f;background-color:#d4af37}@media (max-width:768px){.Layout-module__hBxhlq__navBar{flex-direction:column;gap:15px}.Layout-module__hBxhlq__contactInfo{flex-wrap:wrap;justify-content:center}.Layout-module__hBxhlq__main{padding-top:180px}.Layout-module__hBxhlq__footerContent{text-align:center;flex-direction:column}.Layout-module__hBxhlq__footerLogo,.Layout-module__hBxhlq__socials{justify-content:center}}
.Modal-module__iX2sxG__overlay{z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Modal-module__iX2sxG__modal{background-color:var(--primary);color:var(--text-light);border:1px solid var(--accent);border-radius:8px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;animation:.3s Modal-module__iX2sxG__slideIn;display:flex;box-shadow:0 4px 20px #00000080}.Modal-module__iX2sxG__header{border-bottom:1px solid var(--accent);justify-content:space-between;align-items:center;padding:20px;display:flex}.Modal-module__iX2sxG__header h2{color:var(--accent);margin:0}.Modal-module__iX2sxG__closeBtn{cursor:pointer;color:var(--text-light);background:0 0;border:none}.Modal-module__iX2sxG__closeBtn:hover{color:var(--accent)}.Modal-module__iX2sxG__content{padding:20px;position:relative;overflow-y:auto}.Modal-module__iX2sxG__content:before{content:"";opacity:.05;pointer-events:none;z-index:0;background-image:url(/logo.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Modal-module__iX2sxG__content>*{z-index:1;position:relative}@keyframes Modal-module__iX2sxG__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Home-module__g21JLG__hero{text-align:center;color:#fff;background-image:linear-gradient(#2c3e50d9,#2c3e50d9),url(/assets/home-hero-bg.jpg);background-position:50%;background-size:cover;background-color:var(--primary);justify-content:center;align-items:center;min-height:100vh;padding:120px 20px 60px;display:flex}.Home-module__g21JLG__heroContent{text-align:center;max-width:800px;padding:20px}.Home-module__g21JLG__heroTitle{justify-content:center;align-items:center;gap:20px;margin-bottom:20px;display:flex}.Home-module__g21JLG__heroTitle h1{margin:0}.Home-module__g21JLG__heroContent h1{margin-bottom:10px;font-size:3.5rem}.Home-module__g21JLG__heroContent h2{margin-bottom:20px;font-size:2.5rem;font-weight:300}.Home-module__g21JLG__heroContent p{margin-bottom:40px;font-size:1.1rem;line-height:1.6}.Home-module__g21JLG__heroButtons{justify-content:center;gap:20px;display:flex}.Home-module__g21JLG__modalIntro{text-align:center;color:var(--text-light);margin-bottom:30px;font-size:1.1rem}.Home-module__g21JLG__servicesGrid,.Home-module__g21JLG__projectsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;display:grid}.Home-module__g21JLG__serviceCard,.Home-module__g21JLG__projectCard{background:#000;border-radius:8px;height:350px;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000004d}.Home-module__g21JLG__serviceCard img,.Home-module__g21JLG__projectCard img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Home-module__g21JLG__serviceCard:hover img,.Home-module__g21JLG__projectCard:hover img{transform:scale(1.1)}.Home-module__g21JLG__cardContent{color:#fff;background:linear-gradient(#0000,#0009,#000000e6);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:20px;transition:all .3s;display:flex;position:absolute;bottom:0;left:0}.Home-module__g21JLG__cardContent h3{color:var(--accent);text-shadow:1px 1px 3px #000c;margin-bottom:10px;font-size:1.5rem}.Home-module__g21JLG__cardContent p{opacity:0;color:#ddd;max-height:0;font-size:.95rem;line-height:1.5;transition:all .5s;overflow:hidden}.Home-module__g21JLG__serviceCard:hover .Home-module__g21JLG__cardContent p,.Home-module__g21JLG__projectCard:hover .Home-module__g21JLG__cardContent p{opacity:1;max-height:300px;margin-top:10px;overflow-y:auto}.Home-module__g21JLG__serviceCard:hover .Home-module__g21JLG__cardContent,.Home-module__g21JLG__projectCard:hover .Home-module__g21JLG__cardContent{background:linear-gradient(#0006,#000c,#000000f2)}@media (max-width:768px){.Home-module__g21JLG__cardContent p{opacity:1;max-height:300px;margin-top:10px;overflow-y:auto}.Home-module__g21JLG__serviceCard,.Home-module__g21JLG__projectCard{height:auto;min-height:350px}}.Home-module__g21JLG__contactSection{background-color:var(--primary);color:var(--text-light)}.Home-module__g21JLG__contactContainer{grid-template-columns:1fr 1fr;gap:40px;display:grid}@media (max-width:768px){.Home-module__g21JLG__hero{min-height:100vh;min-height:-webkit-fill-available;padding:140px 15px 40px}.Home-module__g21JLG__heroContent{padding:10px}.Home-module__g21JLG__contactContainer{grid-template-columns:1fr}.Home-module__g21JLG__heroButtons{flex-direction:column;gap:15px}.Home-module__g21JLG__formGroup{flex-direction:column}.Home-module__g21JLG__heroTitle{text-align:center;flex-direction:column;gap:10px;margin-bottom:15px}.Home-module__g21JLG__heroContent h1{text-align:center;font-size:1.8rem;line-height:1.2}.Home-module__g21JLG__heroContent h2{font-size:1.3rem;line-height:1.3}.Home-module__g21JLG__heroContent p{margin-bottom:30px;font-size:.95rem;line-height:1.5}.Home-module__g21JLG__section-title{font-size:1.8rem}.Home-module__g21JLG__servicesGrid,.Home-module__g21JLG__projectsGrid{grid-template-columns:1fr;gap:20px}}@supports (-webkit-touch-callout:none){.Home-module__g21JLG__hero{min-height:-webkit-fill-available}}.Home-module__g21JLG__contactInfo h3{color:var(--accent);margin-bottom:10px}.Home-module__g21JLG__joinTeam{border:1px solid var(--accent);background:#ffffff0d;border-radius:8px;margin-top:30px;padding:20px}.Home-module__g21JLG__joinTeam h4{color:var(--accent)}.Home-module__g21JLG__joinTeam ul{margin-top:10px;margin-left:20px}.Home-module__g21JLG__contactForm{flex-direction:column;gap:15px;display:flex}.Home-module__g21JLG__formGroup{gap:15px;display:flex}.Home-module__g21JLG__contactForm input,.Home-module__g21JLG__contactForm textarea{color:var(--text-light);background-color:#ffffff1a;border:1px solid #555;border-radius:5px;padding:12px;font-family:inherit}.Home-module__g21JLG__contactForm input::placeholder,.Home-module__g21JLG__contactForm textarea::placeholder{color:#ffffffb3}.Home-module__g21JLG__contactForm input:focus,.Home-module__g21JLG__contactForm textarea:focus{border-color:var(--accent);outline:none}.Home-module__g21JLG__success{color:green;text-align:center}.Home-module__g21JLG__error{color:red;text-align:center}.Home-module__g21JLG__validationError{color:#f44;margin-top:5px;margin-bottom:0;font-size:.85rem}.Home-module__g21JLG__projectDetailContainer{flex-direction:column;gap:30px;display:flex}.Home-module__g21JLG__projectGallery{width:100%}.Home-module__g21JLG__galleryMain{width:100%;margin-bottom:20px;position:relative}.Home-module__g21JLG__galleryImage{object-fit:contain;background:#000;border-radius:8px;width:100%;height:auto;max-height:500px}.Home-module__g21JLG__galleryControls{background:#000000b3;border-radius:25px;align-items:center;gap:20px;padding:10px 20px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.Home-module__g21JLG__galleryBtn{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0 10px;font-size:2rem;transition:color .3s}.Home-module__g21JLG__galleryBtn:hover{color:var(--text-light)}.Home-module__g21JLG__galleryCounter{color:var(--text-light);text-align:center;min-width:60px;font-size:1rem}.Home-module__g21JLG__galleryThumbnails{gap:10px;padding:10px 0;display:flex;overflow-x:auto}.Home-module__g21JLG__thumbnail{object-fit:cover;cursor:pointer;opacity:.6;border:2px solid #0000;border-radius:5px;width:100px;height:75px;transition:opacity .3s,border .3s}.Home-module__g21JLG__thumbnail:hover{opacity:.8}.Home-module__g21JLG__thumbnailActive{opacity:1;border:2px solid var(--accent)}.Home-module__g21JLG__projectDetails{border:1px solid var(--accent);background:#ffffff0d;border-radius:8px;padding:20px}.Home-module__g21JLG__projectDetails h3{color:var(--accent);margin-bottom:15px;font-size:1.5rem}.Home-module__g21JLG__projectDetails p{color:var(--text-light);font-size:1rem;line-height:1.8}@media (max-width:768px){.Home-module__g21JLG__galleryControls{padding:8px 15px;bottom:10px}.Home-module__g21JLG__galleryBtn{font-size:1.5rem}.Home-module__g21JLG__thumbnail{width:80px;height:60px}}
.Admin-module__4ORDUa__loginContainer{background:linear-gradient(135deg,var(--primary)0%,#1a252f 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.Admin-module__4ORDUa__loginBox{border:1px solid var(--accent);background:#ffffff0d;border-radius:12px;width:100%;max-width:400px;padding:40px;box-shadow:0 8px 32px #0000004d}.Admin-module__4ORDUa__loginBox h1{color:var(--accent);text-align:center;margin-bottom:10px;font-size:1.8rem}.Admin-module__4ORDUa__loginBox h2{color:var(--text-light);text-align:center;margin-bottom:30px;font-size:1.2rem;font-weight:300}.Admin-module__4ORDUa__loginForm{flex-direction:column;gap:20px;display:flex}.Admin-module__4ORDUa__formGroup{flex-direction:column;gap:8px;display:flex}.Admin-module__4ORDUa__formGroup label{color:var(--text-light);font-size:.9rem;font-weight:500}.Admin-module__4ORDUa__formGroup input{color:var(--text-light);background:#ffffff1a;border:1px solid #555;border-radius:6px;padding:12px;font-size:1rem}.Admin-module__4ORDUa__formGroup input:focus{border-color:var(--accent);outline:none}.Admin-module__4ORDUa__loginBtn{background:var(--accent);color:var(--primary);cursor:pointer;border:none;border-radius:6px;padding:12px;font-size:1rem;font-weight:600;transition:all .3s}.Admin-module__4ORDUa__loginBtn:hover:not(:disabled){background:#e5c04a;transform:translateY(-2px)}.Admin-module__4ORDUa__addBtn{background:var(--accent);color:var(--primary);cursor:pointer;border:none;border-radius:6px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .3s}.Admin-module__4ORDUa__loginBtn:disabled{opacity:.6;cursor:not-allowed}.Admin-module__4ORDUa__error{color:#ff6b6b;text-align:center;background:#ff6b6b1a;border-radius:6px;padding:10px;font-size:.9rem}.Admin-module__4ORDUa__adminLayout{background:var(--primary);min-height:100vh;display:flex}.Admin-module__4ORDUa__sidebar{border-right:1px solid var(--accent);background:#0000004d;width:250px;padding:20px}.Admin-module__4ORDUa__sidebarHeader{color:var(--accent);border-bottom:1px solid var(--accent);margin-bottom:30px;padding-bottom:20px;font-size:1.5rem}.Admin-module__4ORDUa__sidebarNav{flex-direction:column;gap:10px;display:flex}.Admin-module__4ORDUa__navLink{color:var(--text-light);border-radius:6px;padding:12px 16px;text-decoration:none;transition:all .3s;display:block}.Admin-module__4ORDUa__navLink:hover{color:var(--accent);background:#d4af371a}.Admin-module__4ORDUa__navLinkActive{color:var(--accent);background:#d4af3733}.Admin-module__4ORDUa__mainContent{flex:1;padding:40px}.Admin-module__4ORDUa__pageHeader{margin-bottom:30px}.Admin-module__4ORDUa__pageHeader h1{color:var(--accent);margin-bottom:10px;font-size:2rem}.Admin-module__4ORDUa__pageHeader p{color:var(--text-light);opacity:.8}.Admin-module__4ORDUa__dashboardGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:40px;display:grid}.Admin-module__4ORDUa__statCard{border:1px solid var(--accent);background:#ffffff0d;border-radius:8px;padding:24px}.Admin-module__4ORDUa__statCard h3{color:var(--text-light);margin-bottom:10px;font-size:.9rem;font-weight:400}.Admin-module__4ORDUa__statCard .Admin-module__4ORDUa__statNumber{color:var(--accent);font-size:2.5rem;font-weight:700}.Admin-module__4ORDUa__dataTable{border:1px solid var(--accent);background:#ffffff0d;border-radius:8px;width:100%;overflow:hidden}.Admin-module__4ORDUa__dataTable table{border-collapse:collapse;width:100%}.Admin-module__4ORDUa__dataTable th{color:var(--accent);text-align:left;background:#0000004d;padding:16px;font-weight:600}.Admin-module__4ORDUa__dataTable td{color:var(--text-light);border-top:1px solid #ffffff1a;padding:16px}.Admin-module__4ORDUa__dataTable tr:hover{background:#ffffff0d}.Admin-module__4ORDUa__dataTable input,.Admin-module__4ORDUa__dataTable textarea{color:var(--text-light);background:#ffffff1a;border:1px solid #555;border-radius:4px}.Admin-module__4ORDUa__dataTable input:focus,.Admin-module__4ORDUa__dataTable textarea:focus{border-color:var(--accent);outline:none}.Admin-module__4ORDUa__actionBtn{cursor:pointer;border:none;border-radius:4px;margin-right:8px;padding:6px 12px;font-size:.85rem;transition:all .3s}.Admin-module__4ORDUa__editBtn{background:var(--accent);color:var(--primary)}.Admin-module__4ORDUa__editBtn:hover{background:#e5c04a}.Admin-module__4ORDUa__deleteBtn{color:#fff;background:#ff6b6b}.Admin-module__4ORDUa__deleteBtn:hover{background:#ff5252}.Admin-module__4ORDUa__addBtn{background:var(--accent);color:var(--primary);cursor:pointer;border:none;border-radius:6px;margin-bottom:20px;padding:12px 24px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.Admin-module__4ORDUa__addBtn:hover{background:#e5c04a;transform:translateY(-2px)}@media (max-width:768px){.Admin-module__4ORDUa__adminLayout{flex-direction:column}.Admin-module__4ORDUa__sidebar{border-right:none;border-bottom:1px solid var(--accent);width:100%;padding:15px}.Admin-module__4ORDUa__sidebarHeader{margin-bottom:15px;padding-bottom:15px;font-size:1.2rem}.Admin-module__4ORDUa__sidebarNav{flex-direction:row;gap:8px;padding-bottom:10px;overflow-x:auto}.Admin-module__4ORDUa__navLink{white-space:nowrap;padding:10px 16px;font-size:.9rem}.Admin-module__4ORDUa__mainContent{padding:20px 15px}.Admin-module__4ORDUa__pageHeader h1{font-size:1.5rem}.Admin-module__4ORDUa__dashboardGrid{grid-template-columns:1fr;gap:15px}.Admin-module__4ORDUa__dataTable{display:block;overflow-x:auto}.Admin-module__4ORDUa__dataTable table{min-width:600px}.Admin-module__4ORDUa__dataTable th,.Admin-module__4ORDUa__dataTable td{padding:12px 8px;font-size:.85rem}.Admin-module__4ORDUa__actionBtn{margin-bottom:5px;padding:8px 12px;font-size:.8rem;display:inline-block}.Admin-module__4ORDUa__addBtn{text-align:center;width:100%}.Admin-module__4ORDUa__loginBox{margin:20px;padding:30px 20px}.Admin-module__4ORDUa__loginBox h1{font-size:1.5rem}.Admin-module__4ORDUa__loginBox h2{font-size:1rem}}@media (max-width:480px){.Admin-module__4ORDUa__sidebarHeader{font-size:1rem}.Admin-module__4ORDUa__navLink{padding:8px 12px;font-size:.85rem}.Admin-module__4ORDUa__pageHeader h1{font-size:1.3rem}.Admin-module__4ORDUa__statCard{padding:16px}.Admin-module__4ORDUa__statCard .Admin-module__4ORDUa__statNumber{font-size:2rem}.Admin-module__4ORDUa__dataTable th,.Admin-module__4ORDUa__dataTable td{padding:10px 6px;font-size:.8rem}}
.Projects-module__59Bbfa__projectsPage{background-image:linear-gradient(#1a252ff2,#1a252ff2),url(/logo-watermark.png);background-position:50%,50%;background-repeat:no-repeat,no-repeat;background-size:auto,40%;background-attachment:scroll,fixed;min-height:100vh}.Projects-module__59Bbfa__projectsPage:before{content:"";opacity:.05;pointer-events:none;z-index:0;background-image:url(/logo-watermark.png);background-position:50%;background-repeat:no-repeat;background-size:40%;position:fixed;inset:0}.Projects-module__59Bbfa__projectsContent{z-index:1;position:relative}
.Services-module__90n1aq__servicesPage{background-image:linear-gradient(#1a252ff2,#1a252ff2),url(/logo-watermark.png);background-position:50%,50%;background-repeat:no-repeat,no-repeat;background-size:auto,40%;background-attachment:scroll,fixed;min-height:100vh}.Services-module__90n1aq__servicesPage:before{content:"";opacity:.05;pointer-events:none;z-index:0;background-image:url(/logo-watermark.png);background-position:50%;background-repeat:no-repeat;background-size:40%;position:fixed;inset:0}.Services-module__90n1aq__servicesContent{z-index:1;position:relative}
