#root,body,html{height:100%;margin:0;overflow-x:hidden;padding:0}#root{min-height:100vh;position:relative}html{scroll-behavior:smooth}.navbar{align-items:center;background-color:#1a1a1a;border-bottom:1px solid #b38c5d;color:#f4c27d;display:flex;justify-content:space-between;padding:1rem 2rem;position:relative;z-index:1000}.navbar-logo{color:#f4c27d;font-size:1.5rem;font-weight:700}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px}.hamburger span{background-color:#f4c27d;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar-links{display:flex;gap:2rem;list-style:none}.navbar-links a{color:#8a623b;font-weight:500;text-decoration:none;transition:color .3s ease}.navbar-links a:hover{color:#b38c5d}@media (max-width:768px){.hamburger{display:flex}.navbar-links{background-color:#1a1a1a;flex-direction:column;max-height:0;overflow:hidden;padding:0;position:absolute;right:0;top:100%;transition:max-height .3s ease;width:100%}.navbar-links.open{max-height:300px;padding:1rem 0}.navbar-links li{border-top:1px solid #333;padding:.75rem 2rem;text-align:right}.navbar-links li:last-child{border-bottom:1px solid #333}}body,html{background-color:#1a1a1a;box-sizing:border-box;color:#f4c27d;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100%;margin:0;overflow-x:hidden;padding:0;scroll-behavior:smooth;width:100%}.home-page{min-height:100vh;overflow-y:auto;scroll-snap-type:y mandatory;width:100%}.home-logo-section{background-color:#1a1a1a;height:100vh;overflow:hidden;width:100vw}.home-container,.home-logo-section{align-items:center;display:flex;justify-content:center;margin:0;padding:0}.home-container{flex-direction:column}.home-container,.logo{height:100%;width:100%}.logo{display:block;object-fit:cover}@media (max-width:767px){.logo{height:auto;max-height:80vh;object-fit:contain;width:100%}}.page-section{background-color:#1a1a1a;color:#f4c27d;min-height:100vh;padding:2rem;scroll-snap-align:start;width:100%}.about-section{background:#1a1a1a;color:#fff;overflow:hidden;padding:6rem 1rem;position:relative}.about-wrapper{margin:0 auto;max-width:1200px;position:relative;text-align:center;z-index:1}.about-title{color:#d4af37;font-size:2.8rem;margin-bottom:1rem}.about-subtitle{color:#ccc;font-size:1.2rem;margin:0 auto 3rem;max-width:700px}.timeline-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.timeline-card{background-color:#1e1e1e;border-radius:1rem;border-top:4px solid #d4af37;box-shadow:0 0 12px #d4af3726;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.timeline-card:hover{box-shadow:0 0 20px #d4af3740;transform:translateY(-8px)}.icon-circle{align-items:center;background-color:#2a2a2a;border:2px solid #d4af37;border-radius:50%;display:flex;height:50px;justify-content:center;margin:0 auto 1rem;width:50px}.timeline-card h3{color:#d4af37;font-size:1.2rem;margin-bottom:.5rem}.timeline-card p{color:#e0e0e0;font-size:1rem}.services{background-color:#f1f3f6;padding:40px;text-align:center}.services-title{color:#333;font-size:32px;font-weight:700;margin-bottom:32px}.services-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.services-grid{grid-template-columns:1fr}}.service-card{background-color:#fff;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:transform .3s ease}.service-card:hover{transform:scale(1.03)}.service-image{height:200px;object-fit:cover;width:100%}@media (max-width:600px){.service-image{height:150px}}.service-title{background-color:#fff;color:#333;font-size:18px;font-weight:700;padding:12px}@media (max-width:600px){.service-title{font-size:16px;padding:8px}}.project-section{background-color:#111;color:#fff;margin-bottom:4rem;padding:3rem 1rem;text-align:center}.section-title{color:#d4af37;font-size:2rem;margin-bottom:2rem}.project-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.project-card{cursor:pointer;overflow:hidden;position:relative}.project-card,.project-card img{border-radius:1rem;transition:transform .3s ease}.project-card img{height:200px;object-fit:cover;width:100%}.project-card:hover img{transform:scale(1.05)}.overlay{align-items:center;background-color:#0009;border-radius:1rem;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.overlay span{color:#fff;font-size:1.4rem;font-weight:700}.project-card:hover .overlay{opacity:1}.faq-container{color:#fff;margin:4rem auto 3rem;max-width:800px;padding:1rem}.faq-title{color:#d4af37;font-size:2rem;margin-bottom:2rem;text-align:center}.faq-item{background-color:#1a1a1a;border-radius:12px;box-shadow:0 2px 8px #0003;margin-bottom:1rem;padding:1rem;transition:background-color .3s ease}.faq-item summary{color:#d4af37;cursor:pointer;font-size:1.1rem;font-weight:700}.faq-item[open] summary{color:#fff}.faq-item p{color:#ccc;font-size:1rem;margin-top:.5rem}.contact-container{background-color:#111;color:#fff;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;padding:2rem}.form-section{flex:1 1;min-width:300px}.form-section h2{color:#d4af37;margin-bottom:1rem}form input,form textarea{border:none;border-radius:5px;margin-bottom:1rem;padding:.75rem;width:100%}form button{background-color:#d4af37;border:none;border-radius:5px;color:#111;cursor:pointer;font-weight:700;padding:.75rem 1.5rem}.map-section{flex:1 1;min-width:300px}.map-section iframe{border-radius:10px;height:100%;min-height:350px;width:100%}@-webkit-keyframes closeWindow{0%{opacity:1}to{opacity:0}}@keyframes closeWindow{0%{opacity:1}to{opacity:0}}.ril__outer{-ms-content-zooming:none;-ms-touch-select:none;background-color:#000000d9;bottom:0;height:100%;left:0;outline:none;right:0;top:0;-ms-touch-action:none;touch-action:none;-ms-user-select:none;width:100%;z-index:1000}.ril__outerClosing{opacity:0}.ril__image,.ril__imageNext,.ril__imagePrev,.ril__inner{bottom:0;left:0;position:absolute;right:0;top:0}.ril__image,.ril__imageNext,.ril__imagePrev{-ms-content-zooming:none;-ms-touch-select:none;margin:auto;max-width:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none}.ril__imageDiscourager{background-position:50%;background-repeat:no-repeat;background-size:contain}.ril__navButtons{border:none;bottom:0;cursor:pointer;height:34px;margin:auto;opacity:.7;padding:40px 30px;position:absolute;top:0;width:20px}.ril__navButtons:hover{opacity:1}.ril__navButtons:active{opacity:.7}.ril__navButtonPrev{background:#0003 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0ibTE5IDMtMi0yTDEgMTdsMTYgMTYgMS0xTDMgMTcgMTggMnoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;left:0}.ril__navButtonNext{background:#0003 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0ibTEgMyAyLTIgMTYgMTZMMyAzM2wtMS0xIDE1LTE1TDIgMnoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;right:0}.ril__downloadBlocker{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.ril__caption,.ril__toolbar{-ms-flex-pack:justify;background-color:#00000080;display:-ms-flexbox;display:flex;justify-content:space-between;left:0;position:absolute;right:0}.ril__caption{bottom:0;max-height:150px;overflow:auto}.ril__captionContent{color:#fff;padding:10px 20px}.ril__toolbar{height:50px;top:0}.ril__toolbarSide{height:50px;margin:0}.ril__toolbarLeftSide{-ms-flex:0 1 auto;flex:0 1 auto;overflow:hidden;padding-left:20px;padding-right:0;text-overflow:ellipsis}.ril__toolbarRightSide{-ms-flex:0 0 auto;flex:0 0 auto;padding-left:0;padding-right:20px}.ril__toolbarItem{color:#fff;display:inline-block;font-size:120%;line-height:50px;max-width:100%;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.ril__toolbarItemChild{vertical-align:middle}.ril__builtinButton{border:none;cursor:pointer;height:35px;opacity:.7;width:40px}.ril__builtinButton:hover{opacity:1}.ril__builtinButton:active{outline:none}.ril__builtinButtonDisabled{cursor:default;opacity:.5}.ril__builtinButtonDisabled:hover{opacity:.5}.ril__closeButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0ibTEgMyAxLjI1LTEuMjUgNy41IDcuNSA3LjUtNy41TDE4LjUgMyAxMSAxMC41bDcuNSA3LjUtMS4yNSAxLjI1LTcuNS03LjUtNy41IDcuNUwxIDE4bDcuNS03LjVMMSAzeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==) no-repeat 50%}.ril__zoomInButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTEgMTkgNi02TTkgOGg2TTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%}.ril__zoomOutButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTEgMTkgNi02TTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) no-repeat 50%}.ril__outerAnimating{-webkit-animation-name:closeWindow;animation-name:closeWindow}@-webkit-keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}@keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}.ril__loadingCircle{height:60px;position:relative;width:60px}.ril__loadingCirclePoint{height:100%;left:0;position:absolute;top:0;width:100%}.ril__loadingCirclePoint:before{-webkit-animation:pointFade .8s ease-in-out infinite both;animation:pointFade .8s ease-in-out infinite both;background-color:#fff;border-radius:30%;content:"";display:block;height:30%;margin:0 auto;width:11%}.ril__loadingCirclePoint:first-of-type{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ril__loadingCirclePoint:first-of-type:before,.ril__loadingCirclePoint:nth-of-type(7):before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.ril__loadingCirclePoint:nth-of-type(2){-webkit-transform:rotate(30deg);transform:rotate(30deg)}.ril__loadingCirclePoint:nth-of-type(8){-webkit-transform:rotate(210deg);transform:rotate(210deg)}.ril__loadingCirclePoint:nth-of-type(2):before,.ril__loadingCirclePoint:nth-of-type(8):before{-webkit-animation-delay:-666ms;animation-delay:-666ms}.ril__loadingCirclePoint:nth-of-type(3){-webkit-transform:rotate(60deg);transform:rotate(60deg)}.ril__loadingCirclePoint:nth-of-type(9){-webkit-transform:rotate(240deg);transform:rotate(240deg)}.ril__loadingCirclePoint:nth-of-type(3):before,.ril__loadingCirclePoint:nth-of-type(9):before{-webkit-animation-delay:-533ms;animation-delay:-533ms}.ril__loadingCirclePoint:nth-of-type(4){-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ril__loadingCirclePoint:nth-of-type(10){-webkit-transform:rotate(270deg);transform:rotate(270deg)}.ril__loadingCirclePoint:nth-of-type(10):before,.ril__loadingCirclePoint:nth-of-type(4):before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.ril__loadingCirclePoint:nth-of-type(5){-webkit-transform:rotate(120deg);transform:rotate(120deg)}.ril__loadingCirclePoint:nth-of-type(11){-webkit-transform:rotate(300deg);transform:rotate(300deg)}.ril__loadingCirclePoint:nth-of-type(11):before,.ril__loadingCirclePoint:nth-of-type(5):before{-webkit-animation-delay:-266ms;animation-delay:-266ms}.ril__loadingCirclePoint:nth-of-type(6){-webkit-transform:rotate(150deg);transform:rotate(150deg)}.ril__loadingCirclePoint:nth-of-type(12){-webkit-transform:rotate(330deg);transform:rotate(330deg)}.ril__loadingCirclePoint:nth-of-type(12):before,.ril__loadingCirclePoint:nth-of-type(6):before{-webkit-animation-delay:-133ms;animation-delay:-133ms}.ril__loadingCirclePoint:nth-of-type(7){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ril__loadingCirclePoint:nth-of-type(13){-webkit-transform:rotate(1turn);transform:rotate(1turn)}.ril__loadingCirclePoint:nth-of-type(13):before,.ril__loadingCirclePoint:nth-of-type(7):before{-webkit-animation-delay:0ms;animation-delay:0ms}.ril__loadingContainer{bottom:0;left:0;position:absolute;right:0;top:0}.ril__imageNext .ril__loadingContainer,.ril__imagePrev .ril__loadingContainer{display:none}.ril__errorContainer{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;bottom:0;color:#fff;display:-ms-flexbox;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.ril__imageNext .ril__errorContainer,.ril__imagePrev .ril__errorContainer{display:none}.ril__loadingContainer__icon{color:#fff;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.project-detail-container{color:#fff;margin:auto;max-width:1100px;padding:2rem}.breadcrumb{font-size:.95rem;margin-bottom:1rem}.breadcrumb-link{color:#d4af37;text-decoration:none}.breadcrumb-current{color:#fff;font-weight:700}.project-title{color:#d4af37;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.project-images{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.project-img-box{border-radius:10px;cursor:pointer;overflow:hidden}.project-img{border-radius:10px;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-img-box:hover .project-img{transform:scale(1.05)}.not-found{color:#fff;padding:2rem;text-align:center}.service-detail{margin:0 auto;max-width:900px;padding:40px;text-align:center}.service-detail img{border-radius:8px;margin-bottom:24px;max-height:400px;object-fit:cover;width:100%}.service-detail h2{color:#333;font-size:32px;margin-bottom:16px}.service-detail p{color:#444;font-size:18px}.back-button{background-color:#ffc107;border-radius:4px;color:#000;display:inline-block;font-weight:700;margin-top:24px;padding:10px 20px;text-decoration:none;transition:background-color .3s ease}.back-button:hover{background-color:#e0a800}
/*# sourceMappingURL=main.b007e9e8.css.map*/