:root{--bs-primary:#E38B29;--color-dark-brown:#423D29;--color-light-green:#FFF;--color-light-green-rgb:255, 255, 255;--color-dark-blue:#013165;--color-dark-blue-rgb:1, 49, 101;--color-light-blue-bg:#F3F7FB;--text-primary:var(--color-dark-brown);--text-secondary:var(--color-dark-blue);--bg-primary:var(--color-light-blue-bg);--accent:var(--color-light-green)}html{scroll-behavior:smooth!important}body{font-family:'Montserrat',sans-serif!important;background-color:transparent!important;position:relative;z-index:0}section{background-color:transparent!important}#bgCanvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;background:var(--color-light-blue-bg)!important;filter:blur(.3px)}.scroll-top-btn{position:fixed;bottom:30px;right:30px;background-color:var(--color-dark-blue);color:var(--color-light-green);border:none;border-radius:5px!important;width:45px;height:45px;font-size:1.25rem;cursor:pointer;opacity:0;pointer-events:none;transition:all 0.3s ease;z-index:999;box-shadow:0 4px 12px rgb(0 0 0 / .3)}.scroll-top-btn:hover{transform:translateY(-4px)}.scroll-top-btn.show{opacity:1;pointer-events:auto}.join-team-hero{padding:60px 20px 0;position:relative}.top-bar{display:flex;justify-content:space-between;align-items:center}.back-btn{color:var(--color-light-green);text-decoration:none;font-weight:600;display:inline-block;transition:all 0.2s}.back-btn:hover{transform:scale(1.05)}.lang-switch{display:flex;align-items:center;gap:6px}.lang-btn{color:var(--color-light-green)!important;cursor:pointer;transition:color 0.2s}.lang-btn.active{font-weight:700;text-shadow:1px 1px 2px #000;color:var(--color-light-green)!important}.lang-btn:hover{color:var(--color-light-green)!important;text-shadow:1px 1px 2px #000}.hero-section{position:relative;height:100vh;overflow:hidden;margin-top:0;z-index:0}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .6);z-index:-1}.hero-content{z-index:5}.hero-content h1,.hero-content p{color:#fff}.hero-content p{font-weight:600}.highlight{color:var(--color-light-green)}.hero-content a.btn{transition:all 0.3s ease}.hero-content a.btn:hover{transform:scale(1.05)}.project-details h2{font-weight:700;color:var(--color-dark-blue)}.project-details p{color:var(--color-dark-brown);line-height:1.6;font-weight:600;font-size: 1.1rem;text-align: justify}#projectCarousel .carousel-inner img{max-height:350px;object-fit:cover}#projectCarousel .carousel-control-prev-icon,#projectCarousel .carousel-control-next-icon{background:none;background-color:#fff0;width:auto;height:auto;display:flex;align-items:center;justify-content:center}#projectCarousel .carousel-control-prev-icon::after{content:'\2039';font-size:4rem;color:var(--color-dark-blue);line-height:1}#projectCarousel .carousel-control-next-icon::after{content:'\203A';font-size:4rem;color:var(--color-dark-blue);line-height:1}#projectCarousel .carousel-indicators button{background-color:var(--color-dark-blue)}#projectCarousel .carousel-indicators .active{background-color:var(--color-dark-blue)}.project-media-section{position:relative;width:100%}.project-media video,.project-media img{width:100%;height:80vh;object-fit:cover;display:block}.project-media{border-radius:5px;box-shadow:0 8px 20px rgb(0 0 0 / .25)}.project-references p{font-size:1.1rem;color:var(--color-dark-brown);line-height:1.6;font-weight:600;text-align:justify !important}.project-references .ref-box{background-color:#fff;transition:transform 0.3s ease,box-shadow 0.3s ease}.project-references .ref-box img{display:block;width:100%;max-height:200px;object-fit:cover;transition:transform 0.3s ease}.project-references .ref-box:hover img{transform:scale(1.05)}.bg-light-blue{background-color:var(--color-light-blue-bg)}#footer{background-color:#fff0;color:var(--color-dark-brown);position:relative;z-index:5;overflow:hidden}#footer h3{color:#013164!important;font-weight:700;font-size:2.25rem}#footer p,#footer a{font-size:1rem;transition:color 0.15s ease;font-weight:600!important}#footer a{color:var(--color-dark-brown);text-decoration:none}#footer a:hover{color:var(--color-light-green);text-shadow:1px 1px 3px #000}.footer-nav li{display:inline-block;margin:0 10px}.footer-nav a{font-weight:600!important}#footer .social-icons a{font-size:1.2rem;color:var(--color-dark-brown);transition:transform 0.3s ease,color 0.3s ease}#footer .social-icons a:hover{color:var(--color-light-green);transform:translateY(-3px)}#footer .end{color:var(--color-dark-brown)!important}#footer::before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background-color:rgb(0 19 39 / .1);animation:footerPulse 10s infinite alternate;z-index:0}#footer .container{position:relative;z-index:2}