﻿@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");.main-header{background:transparent;position:absolute;width:100%;left:0;z-index:100;top:0}.main-header .navbar{padding:1rem 0}.main-header .navbar .logo{height:48px;border-radius:8px}.main-header .navbar .brand-text{font-weight:700;font-size:1.5rem;color:#fff;letter-spacing:2px}.main-header .navbar .navbar-toggler{border:none;background:none}.main-header .navbar .navbar-toggler:focus{outline:none;box-shadow:none}.main-header .navbar .navbar-toggler .navbar-toggler-icon{filter:brightness(10)}@media (max-width: 600px){.main-header .navbar .container-fluid{padding:0}.main-header .navbar .container-fluid .logo{margin:0;height:36px}}.main-header .navbar{padding:1rem 10px !important}.main-header .navbar .navbar-collapse{justify-content:flex-end;display:none !important}.main-header .navbar .navbar-collapse ul{display:flex;flex-direction:row;align-items:center;list-style:none;padding:0;margin:0}.main-header .navbar .navbar-collapse ul li{margin-left:1.5rem;position:relative}.main-header .navbar .navbar-collapse ul li a{color:#fff !important;font-weight:500;text-decoration:none;transition:color 0.2s;font-size:1rem;position:relative;padding-bottom:10px}.main-header .navbar .navbar-collapse ul li a:hover{color:#f2f2f2 !important}.main-header .navbar .navbar-collapse ul li a.active,.main-header .navbar .navbar-collapse ul li a.selected{border-bottom:3px solid #fff}.main-header .navbar .navbar-collapse ul li.dropdown .dropdown-menu{position:absolute;top:100%;left:0;background:white;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,0.1);min-width:200px;padding:0.5rem 0;z-index:1000;display:none;flex-direction:column}.main-header .navbar .navbar-collapse ul li.dropdown .dropdown-menu li{margin:0}.main-header .navbar .navbar-collapse ul li.dropdown .dropdown-menu li a{display:block;padding:0.5rem 1rem;color:#333 !important;border-bottom:none !important}.main-header .navbar .navbar-collapse ul li.dropdown .dropdown-menu li a:hover{background-color:#f8f9fa;color:#f2f2f2 !important}.main-header .navbar .navbar-collapse ul li.dropdown:hover .dropdown-menu{display:flex}.burger-menu{width:40px;height:40px;top:25px;right:25px;position:fixed;cursor:pointer;background:none;border:none;padding:0;z-index:10010;display:block !important}.burger-menu:focus{outline:none;box-shadow:none}.burger-menu .burger-line{width:100%;height:2px;background:#fff;position:absolute;left:0;top:50%;transition:all 0.3s ease;border-radius:2px;transform-origin:center}.burger-menu .burger-line:nth-child(1){transform:translateY(-12px)}.burger-menu .burger-line:nth-child(2){transform:translateY(-50%)}.burger-menu .burger-line:nth-child(3){transform:translateY(9px)}.burger-menu.active .burger-line:nth-child(1){transform:rotate(45deg) translate(0, 0)}.burger-menu.active .burger-line:nth-child(2){opacity:0;transform:scale(0)}.burger-menu.active .burger-line:nth-child(3){transform:rotate(-45deg) translate(0, 0)}.fullscreen-menu{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0.9);z-index:9999;display:flex;align-items:flex-start;justify-content:flex-start;opacity:0;visibility:hidden;transition:opacity 0.3s ease, visibility 0.3s ease;padding-top:10vh}.fullscreen-menu::before{content:'';position:absolute;top:0;left:0;width:120%;height:120%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:1;z-index:-1;transition:background-color 0.5s ease, transform 0.8s ease;transform:rotate(0deg) scale(1);transform-origin:center center}.fullscreen-menu::after{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border:2px solid rgba(255,255,255,0.4);transform:translate(-50%, -50%);z-index:1;opacity:0;transition:width 0.8s ease, height 0.8s ease, opacity 0.9s ease 0.2s}.fullscreen-menu.active{opacity:1;visibility:visible}.fullscreen-menu.active ~ body,.fullscreen-menu.active+body{overflow:hidden}.fullscreen-menu.active::before{transform:rotate(0) scale(1)}.fullscreen-menu.active::after{width:calc(100% - 20px);height:calc(100% - 20px);opacity:1;z-index:900}.fullscreen-menu.active .menu-content::before{border-width:25%;transform:rotate(0) scale(1)}.fullscreen-menu.active .menu-content ul li{opacity:1;transform:translateY(0)}.fullscreen-menu.active .menu-content ul li:nth-child(1){transition-delay:0.55s}.fullscreen-menu.active .menu-content ul li:nth-child(2){transition-delay:0.6s}.fullscreen-menu.active .menu-content ul li:nth-child(3){transition-delay:0.65s}.fullscreen-menu.active .menu-content ul li:nth-child(4){transition-delay:0.7s}.fullscreen-menu.active .menu-content ul li:nth-child(5){transition-delay:0.75s}.fullscreen-menu.active .menu-content ul li:nth-child(6){transition-delay:0.8s}.fullscreen-menu.active .menu-content ul li:nth-child(7){transition-delay:0.85s}.fullscreen-menu.active .menu-content ul li:nth-child(8){transition-delay:0.9s}.fullscreen-menu.active .menu-content ul li.dropdown a.dropdown-toggle::after{position:relative;top:2px;transition:transform 0.3s ease}.fullscreen-menu.active .menu-content ul li.dropdown:hover a.dropdown-toggle::after{transform:rotate(-90deg)}.fullscreen-menu .menu-content{text-align:left;margin-left:5%;position:relative;z-index:1000}.fullscreen-menu .menu-content ul{list-style:none;padding:0;margin:0;max-width:270px}.fullscreen-menu .menu-content ul li{margin-bottom:20px;opacity:0;transform:translateX(-30px);transition:opacity 0.5s ease, transform 0.5s ease;transition-delay:0;position:relative;display:block;width:100%}.fullscreen-menu .menu-content ul li.dropdown{display:inline-block;width:auto}.fullscreen-menu .menu-content ul li a{color:#fff;font-size:1.5rem;font-weight:100;text-decoration:none;transition:color 0.3s ease;display:inline-block;width:fit-content}.fullscreen-menu .menu-content ul li a:hover{color:#ccc}.fullscreen-menu .menu-content ul li a.active{color:#fff;font-weight:500}.fullscreen-menu .menu-content ul li.dropdown .dropdown-toggle{cursor:pointer;position:relative;width:fit-content}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu{list-style:none;padding:0;margin:0;overflow:hidden;transition:all 0.3s ease;width:400px}@media (min-width: 768px){.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu{position:absolute;top:0;left:100%;background:transparent;padding:0;margin-left:10px;opacity:0;visibility:hidden;transform:translateX(-10px);display:flex;flex-direction:row;gap:20px;min-width:auto;max-width:none;width:auto}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu li{margin:0;opacity:1;transform:none;transition:none;flex:0 0 auto;display:inline-block;width:fit-content}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu li a{font-size:1.5rem;font-weight:100;padding:0;white-space:nowrap;border-radius:0;transition:color 0.3s ease;color:rgba(255,255,255,0.8)}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu li a:hover{background:transparent;color:#fff}}@media (max-width: 767px){.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu{max-height:0;margin-left:20px;padding-left:15px;display:block;position:static;background:transparent;border:none;box-shadow:none}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu li{margin:10px 0;opacity:0;transform:translateX(-10px);transition:opacity 0.3s ease, transform 0.3s ease;display:block;width:auto}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu li a{font-size:1.5rem;font-weight:100;padding:0;color:rgba(255,255,255,0.8);background:transparent}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu li a:hover{color:#fff;background:transparent}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu.expanded{max-height:500px;margin-top:10px}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu.expanded li{opacity:1;transform:translateX(0)}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu.expanded li:nth-child(1){transition-delay:0.1s}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu.expanded li:nth-child(2){transition-delay:0.2s}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu.expanded li:nth-child(3){transition-delay:0.3s}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu.expanded li:nth-child(4){transition-delay:0.4s}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu.expanded li:nth-child(5){transition-delay:0.5s}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu.expanded li:nth-child(6){transition-delay:0.6s}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu.expanded li:nth-child(7){transition-delay:0.7s}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu.expanded li:nth-child(8){transition-delay:0.8s}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu.expanded li:nth-child(9){transition-delay:0.9s}.fullscreen-menu .menu-content ul li.dropdown .dropdown-menu.expanded li:nth-child(10){transition-delay:1s}}@media (min-width: 768px){.fullscreen-menu .menu-content ul li.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(0)}}@media (max-width: 767px){.fullscreen-menu .menu-content ul li.dropdown.expanded .dropdown-toggle::after{transform:rotate(-90deg)}}.nav-bar-inverse{background:#fff !important}.nav-bar-inverse .navbar-collapse ul li a{color:#22223b !important}.nav-bar-inverse .navbar-collapse ul li a:hover{color:#9a8c98 !important}.nav-bar-inverse .navbar-collapse ul li a.active,.nav-bar-inverse .navbar-collapse ul li a.selected{border-bottom:3px solid #22223b;color:#22223b !important}.main{transition:transform 0.3s cubic-bezier(0.4, 0, 0.2, 1)}#navbarNav{display:none !important}.menu-section-panel .btn{border-radius:8px;font-weight:600;padding:12px 20px;transition:box-shadow 0.3s ease}.menu-section-panel .btn:hover{box-shadow:0 4px 12px rgba(0,0,0,0.15)}.menu-section-panel .badge{font-size:0.75rem;padding:0.5rem 0.75rem;border-radius:6px}.menu-stats-card{transition:all 0.3s ease;background:#fff;border:1px solid #e9ecef !important}.menu-stats-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.1);border-color:#007bff !important}.menu-stats-icon{color:#6c757d}.menu-stats-number{font-weight:700;color:#212529}.menu-stats-label{font-size:0.875rem;font-weight:500}.menu-badge{transition:all 0.2s ease;cursor:default}.menu-badge:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,0.1);border-color:#007bff !important}.menu-badge:hover a{opacity:1}.menu-badge a{opacity:0.7;transition:opacity 0.2s ease}.menu-badge a:hover{color:#0056b3 !important}body.inner-page .burger-menu .burger-line,body.projects .burger-menu .burger-line{background:#203864 !important}body.inner-page .burger-menu.active .burger-line,body.projects .burger-menu.active .burger-line,.burger-menu.active .burger-line{background:#fff !important}.main-footer{background:#22223b;color:#fff;font-size:0.8rem;position:static;width:100%;left:0;z-index:10;background:rgba(64,64,64,0.9) !important;margin-top:auto;margin-bottom:0 !important;padding:1rem 0 0 0}.main-footer .footer-social a{color:#fff;margin-right:1rem;font-size:1rem}.main-footer .footer-social a:hover{color:#9a8c98}.main-footer .footer-copyright{color:#fff;text-align:right}html,body{margin:0;padding:0;height:100%}.main{margin-bottom:0;padding-bottom:0;min-height:100%;display:flex;flex-direction:column}.container,.container-fluid{margin-bottom:0 !important;padding-bottom:0 !important}.main-footer{margin-top:auto;margin-bottom:0 !important;padding-bottom:0 !important}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:45px;height:45px;background:rgba(255,255,255,0.9);color:#203864;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;box-shadow:0 2px 6px rgba(0,0,0,0.1);transition:all 0.3s ease;opacity:0;visibility:hidden;transform:translateY(20px);z-index:1000}.back-to-top:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.15);background:#fff;color:#3498db}.back-to-top.visible{opacity:0.8;visibility:visible;transform:translateY(0)}.back-to-top.visible:hover{opacity:1}.back-to-top svg{width:18px;height:18px;stroke:currentColor;fill:none}@media (max-width: 768px){.back-to-top{bottom:1.5rem;right:1.5rem;width:40px;height:40px}.back-to-top svg{width:16px;height:16px}}.slideshow{position:relative;width:100%;max-width:100%;height:60vh;overflow:hidden;background:#000}.slideshow .slide-wrapper{width:100%;height:100%;position:relative}.slideshow .slide-wrapper .slide-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.slideshow .slide-wrapper .slide-container img{transform:translateX(-200px) scale(1.2);opacity:0;transition:7s ease all;will-change:transform, opacity}.slideshow .slide-wrapper .slide-container.preparing{z-index:1}.slideshow .slide-wrapper .slide-container.preparing img{transform:translateX(-200px) scale(1.2);opacity:0}.slideshow .slide-wrapper .slide-container.active{z-index:3}.slideshow .slide-wrapper .slide-container.active img{transform:translateX(0) scale(1.2);opacity:1}.slideshow .slide-wrapper .slide-container.exiting{z-index:2}.slideshow .slide-wrapper .slide-container.exiting img{transform:translateX(200px) scale(1.2);opacity:0}.slideshow .slide-wrapper .slide-container .slide-img{width:100%;height:100%;object-fit:cover}.slideshow .slide-wrapper .slide-container .slide-overlay{position:absolute;bottom:0;left:0;width:100%;height:auto;background:linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);display:flex;align-items:flex-end;justify-content:flex-start;z-index:10;padding:3rem 2rem 2rem 2rem;min-height:150px;opacity:0;transition:opacity 4s ease-out 1s}.slideshow .slide-wrapper .slide-container.active .slide-overlay{opacity:1}.slideshow .slide-wrapper .slide-container .slide-content{text-align:left;color:#ffffff;max-width:500px}.slideshow .slide-wrapper .slide-container .slide-content .slide-title{font-size:2.2rem;font-weight:400;color:#ffffff;margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,0.5);line-height:1.2}.slideshow .slide-wrapper .slide-container .slide-content .slide-btn{display:inline-flex;align-items:center;font-size:1.1rem;color:#ffffff;font-weight:400;text-decoration:none;transition:all 0.3s ease}.slideshow .slide-wrapper .slide-container .slide-content .slide-btn::after{content:'→';margin-left:0.5rem;transition:transform 0.3s ease}.slideshow .slide-wrapper .slide-container .slide-content .slide-btn:hover,.slideshow .slide-wrapper .slide-container .slide-content .slide-btn:focus{color:#ffffff;text-decoration:none}.slideshow .slide-wrapper .slide-container .slide-content .slide-btn:hover::after,.slideshow .slide-wrapper .slide-container .slide-content .slide-btn:focus::after{transform:translateX(5px)}.slideshow .slide-arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;width:64px;height:64px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;border-radius:50%;transition:background 0.2s;box-shadow:none;outline:none;padding:0}.slideshow .slide-arrow svg{width:48px;height:48px;fill:#fff;transition:fill 0.2s;display:block}.slideshow .slide-arrow:hover svg,.slideshow .slide-arrow:focus svg{fill:#f2f2f2}.slideshow .slide-arrow.left{left:1rem}.slideshow .slide-arrow.left svg{transform:rotate(180deg)}.slideshow .slide-arrow.left img{transform:rotate(180deg)}.slideshow .slide-arrow.right{right:1rem}.cta{margin-top:-4rem}.cta .cta-title{font-size:2.5rem;font-weight:700;color:#22223b;margin-bottom:1rem}.cta .cta-text{font-size:1.25rem;color:#4a4e69;margin-bottom:2rem}.cta .cta-btn{font-size:1.1rem;padding:0.75rem 2.5rem;border-radius:2rem;background:#22223b;color:#fff;border:none;transition:background 0.2s}.cta .cta-btn:hover{background:#9a8c98;color:#fff}@media (max-width: 600px){.cta .cta-title{font-size:1.5rem}.cta .cta-text{font-size:1rem}.main-header .logo{height:36px}.slideshow{height:35vh}.slide-content .slide-title{font-size:1.8rem}.slide-content .slide-btn{font-size:1rem}.slide-overlay{padding:2rem 1.5rem 1.5rem 1.5rem;min-height:120px}}@media (max-width: 480px){.slideshow .slide-content{max-width:100%}.slideshow .slide-content .slide-title{font-size:1.5rem;margin-bottom:0.75rem}.slideshow .slide-content .slide-btn{font-size:0.9rem}.slideshow .slide-overlay{padding:1.5rem 1rem 1rem 1rem;min-height:100px}.slideshow .slide-arrow{display:none}}.home-hero{position:relative;width:100%;height:100vh;min-height:100vh;overflow:hidden;flex:1}.fullscreen-slideshow{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.fullscreen-slideshow .slide-img{width:100%;height:100%;object-fit:cover}@keyframes slideInFromBottom{from{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInUp{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.scroll-arrow-container{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:30;animation:bounce 2s infinite}.scroll-arrow-container .scroll-arrow{background:none;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;color:rgba(255,255,255,0.8)}.scroll-arrow-container .scroll-arrow:hover{color:#fff;transform:translateY(-3px)}.scroll-arrow-container .scroll-arrow:active{transform:translateY(-1px)}.scroll-arrow-container .scroll-arrow svg{width:32px;height:32px;transition:transform 0.3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.3))}.scroll-arrow-container .scroll-arrow:hover svg{transform:translateY(2px)}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@media (max-width: 768px){.scroll-arrow-container{bottom:30px}.scroll-arrow-container .scroll-arrow{width:35px;height:35px}.scroll-arrow-container .scroll-arrow svg{width:28px;height:28px}}@media (max-width: 480px){.scroll-arrow-container{bottom:20px}.scroll-arrow-container .scroll-arrow{width:30px;height:30px}.scroll-arrow-container .scroll-arrow svg{width:24px;height:24px}}.inner-page{min-height:100vh;width:100%;position:relative;padding:40px 0}.inner-page .inner-page-content{width:95%;max-width:1400px;margin:0 auto;position:relative;z-index:10;min-height:100vh;display:flex;flex-direction:column}.inner-page .inner-page-content .inner-page-layout{display:flex;flex-direction:column;gap:2rem;align-items:center;flex:1;min-height:0}.inner-page .inner-page-content .inner-page-layout .inner-page-box{background:transparent;color:#22223b;border-radius:8px;font-size:1.1rem;line-height:1.7;margin:0;flex:1;display:flex;flex-direction:column;min-height:0;width:100%;position:relative}.inner-page .inner-page-content .inner-page-layout .inner-page-box h2,.inner-page .inner-page-content .inner-page-layout .inner-page-box h3,.inner-page .inner-page-content .inner-page-layout .inner-page-box h4,.inner-page .inner-page-content .inner-page-layout .inner-page-box h5,.inner-page .inner-page-content .inner-page-layout .inner-page-box h6{margin-top:1.5em;margin-bottom:0.5em}.inner-page .inner-page-content .inner-page-layout .inner-page-box p{margin-bottom:1.2em}.inner-page .inner-page-content .inner-page-layout .inner-page-box ul,.inner-page .inner-page-content .inner-page-layout .inner-page-box ol{margin-bottom:1.2em;padding-left:1.5em}.inner-page .inner-page-content .inner-page-layout .inner-page-box ul li,.inner-page .inner-page-content .inner-page-layout .inner-page-box ol li{margin-bottom:0.5em}.inner-page .inner-page-content .inner-page-layout .inner-page-box strong{color:#203864;font-weight:600}.inner-page .inner-page-content .inner-page-layout .inner-page-box a{color:#3498db;text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom-color 0.3s ease}.inner-page .inner-page-content .inner-page-layout .inner-page-box a:hover{border-bottom-color:#3498db}.inner-page .inner-page-content .inner-page-layout .inner-page-box .page-image-container{max-width:300px;display:block;margin:0 auto 2rem auto;width:100%;text-align:center}.inner-page .inner-page-content .inner-page-layout .inner-page-box .page-image-container img{max-width:100%;height:auto;display:inline-block}@media (min-width: 768px){.inner-page .inner-page-content .inner-page-layout .inner-page-box{padding-right:320px;position:relative}.inner-page .inner-page-content .inner-page-layout .inner-page-box .page-image-container{position:absolute;top:0;right:0;width:300px;margin:0;float:none}}.hidden-animation,.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li,.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li,.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li{opacity:0;transform:translateY(30px);transition:opacity 0.6s ease-out, transform 0.6s ease-out}.hidden-animation.revealed,.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li.revealed,.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li.revealed,.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li.revealed{opacity:1;transform:translateY(0)}.inner-page.Our-Success-Indicators .inner-page-content{padding-bottom:2rem}.inner-page.Our-Success-Indicators .inner-page-layout .page-image-container{position:absolute;left:0;transform:scale(0.65) translateY(10px);transform-origin:top left}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul{padding:0;margin:0}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li{position:absolute;padding:0;list-style:none;width:13%;font-size:.95rem;line-height:1.15rem;padding:5px 15px 5px 5px}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li b{text-decoration:underline;display:block;margin-bottom:10px;position:relative}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li b:before{content:"";position:absolute;top:-65px;right:5px;width:0;height:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:25px solid #3498db;transform:rotate(45deg)}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:before{content:"";display:block;width:100%;height:15px;background:#3498db;position:absolute;top:-20px;left:-20px}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:after{content:"";display:block;width:15px;height:125px;background:#3498db;position:absolute;top:-20px;left:-20px}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(1){top:65vh;left:0}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(2){top:57vh;left:15%}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(3){top:49vh;left:30%}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(4){top:41vh;left:45%}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(5){top:33vh;left:60%}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(6){top:25vh;left:75%}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(7){top:17vh;left:88%}@media (min-width: 1600px){.inner-page.Our-Success-Indicators .inner-page-content{padding-bottom:3rem}.inner-page.Our-Success-Indicators .inner-page-layout .page-image-container{transform:scale(0.75) translateY(10px);transform-origin:top left}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li{width:11%;font-size:.9rem;line-height:1.1rem}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(1){left:0;top:45vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(2){left:15%;top:40vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(3){left:30%;top:35vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(4){left:45%;top:30vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(5){left:60%;top:25vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(6){left:75%;top:20vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(7){left:88%;top:15vh}}@media (min-width: 1024px) and (max-width: 1600px){.inner-page.Our-Success-Indicators .inner-page-layout .page-image-container{transform:scale(0.65) translateY(20px);transform-origin:top left}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li{width:13%;font-size:.9rem;line-height:1.1rem;padding:4px 12px 4px 4px}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(1){top:61vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(2){top:53vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(3){top:45vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(4){top:37vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(5){top:29vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(6){top:21vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(7){top:13vh}}@media (max-height: 850px) and (min-width: 769px){.inner-page.Our-Success-Indicators .inner-page-content{padding-bottom:4rem}.inner-page.Our-Success-Indicators .inner-page-layout .page-image-container{transform:scale(0.65) translateY(20px);transform-origin:top left}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li{width:12%;font-size:.82rem;line-height:1.05rem;padding:3px 8px 3px 3px}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(1){top:47vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(2){top:41vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(3){top:35vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(4){top:29vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(5){top:23vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(6){top:17vh}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:nth-child(7){top:11vh}}@media (max-width: 768px){.inner-page.Our-Success-Indicators .inner-page-content{padding-bottom:2rem}.inner-page.Our-Success-Indicators .inner-page-layout .page-image-container{position:static;transform:none;margin-bottom:0.5rem;max-width:200px;margin-left:auto;margin-right:auto}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul{margin-top:0}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li{position:static;top:auto;left:auto;width:100%;margin-bottom:1.5rem;padding:1rem;background:rgba(52,152,219,0.1);border-left:4px solid #3498db;border-radius:4px}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:before,.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li:after{display:none}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li b{color:#3498db;font-size:1.2rem;margin-bottom:0.5rem}.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li b:before{display:none}}.hidden-animation,.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li,.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li,.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li{opacity:0;transform:translateY(30px);transition:opacity 0.6s ease-out, transform 0.6s ease-out}.hidden-animation.revealed,.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li.revealed,.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li.revealed,.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li.revealed{opacity:1;transform:translateY(0)}.inner-page.what-we-do-mep-ict .inner-page-content{max-width:1400px;margin:0 auto;padding:2rem}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box{padding-right:0 !important}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid{display:grid;grid-template-columns:repeat(5, 1fr);grid-template-rows:auto auto;gap:1rem;list-style:none;padding:0;margin:0;width:100%}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li{display:flex;min-height:200px;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:transform 0.3s ease, box-shadow 0.3s ease;background:#3498db}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(-n+5){grid-row:1}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(n+6){grid-row:2}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(6){grid-column:1}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(7){grid-column:2}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(8){grid-column:3}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(9){grid-column:4}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li h2{writing-mode:vertical-rl;text-orientation:mixed;background:rgba(0,0,0,0.1);color:white;padding:1rem 0.5rem;margin:0;font-size:1rem;font-weight:600;text-align:center;display:flex;align-items:center;justify-content:center;min-width:40px;white-space:nowrap}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li ul{flex:1;padding:1rem;margin:0;list-style:none;background:white}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li ul li{padding:0.3rem 0;font-size:0.85rem;line-height:1.3;color:#22223b;border-bottom:1px solid rgba(0,0,0,0.05)}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li ul li:last-child{border-bottom:none}@media (max-width: 1200px){.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid{grid-template-columns:repeat(4, 1fr)}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(-n+4){grid-row:1}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(n+5){grid-row:2}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(5){grid-column:1}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(6){grid-column:2}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(7){grid-column:3}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(8){grid-column:4}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(9){grid-column:1;grid-row:3}}@media (max-width: 900px){.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid{grid-template-columns:repeat(3, 1fr)}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(-n+3){grid-row:1}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(4),.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(5),.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(6){grid-row:2}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(7),.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(8),.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(9){grid-row:3}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(4){grid-column:1}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(5){grid-column:2}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(6){grid-column:3}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(7){grid-column:1}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(8){grid-column:2}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(9){grid-column:3}}@media (max-width: 760px){.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid{grid-template-columns:repeat(2, 1fr);gap:0.5rem}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li{min-height:180px}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(odd){grid-column:1}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(even){grid-column:2}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(1),.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(2){grid-row:1}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(3),.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(4){grid-row:2}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(5),.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(6){grid-row:3}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(7),.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(8){grid-row:4}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(9){grid-row:5;grid-column:1}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li h2{font-size:0.9rem;min-width:35px}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li ul li{font-size:0.75rem;padding:0.2rem 0}}@media (max-width: 600px){.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid{grid-template-columns:repeat(2, 1fr);gap:0.5rem}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li{min-height:180px}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(odd){grid-column:1}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(even){grid-column:2}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(1),.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(2){grid-row:1}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(3),.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(4){grid-row:2}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(5),.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(6){grid-row:3}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(7),.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(8){grid-row:4}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(9){grid-row:5;grid-column:1}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li h2{font-size:0.9rem;min-width:35px}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li ul li{font-size:0.75rem;padding:0.2rem 0}}@media (max-width: 400px){.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid{grid-template-columns:1fr}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li{flex-direction:column;min-height:auto;grid-column:1 !important}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(1){grid-row:1}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(2){grid-row:2}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(3){grid-row:3}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(4){grid-row:4}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(5){grid-row:5}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(6){grid-row:6}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(7){grid-row:7}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(8){grid-row:8}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li:nth-child(9){grid-row:9}.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li h2{writing-mode:horizontal-tb;text-orientation:initial;padding:0.5rem 1rem;min-width:auto}}.projects-map{position:relative;padding:80px 0 70px;min-height:100vh;background:transparent}.projects-map h2{position:absolute;top:-40px;left:50%;transform:translateX(-50%);white-space:nowrap;margin:0;font-size:clamp(1.9rem, 3vw, 2.4rem);font-weight:600;text-align:center;text-shadow:2px 2px 2px #fff;pointer-events:none;z-index:10}.projects-map h2::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg, #22223b, #9a8c98);border-radius:2px}.projects-map .container{max-width:1600px;width:100%;padding:0 clamp(16px, 3vw, 48px);margin:0 auto;position:relative}.projects-map .world-map-container{width:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;position:relative}.projects-map .world-map-svg{width:100%;max-width:2200px;margin:0 auto;position:relative;display:block;filter:drop-shadow(0 6px 16px rgba(0,0,0,0.2));transform:translateY(30px);transform-origin:center top;transition:transform 0.5s ease}.projects-map .world-map-svg>svg.world-map-svg{display:block;width:100%;height:auto;max-height:calc(100vh - 150px)}.projects-map .world-map-svg path{fill:#d4dce4;stroke:#7d8d9b;stroke-width:0.7;pointer-events:none}.projects-map .world-map-svg .has-projects{fill:#3498db !important;stroke:#1b6698 !important;stroke-width:1.3 !important;pointer-events:auto !important;cursor:pointer !important;transition:fill .25s ease,stroke .25s ease,filter .25s ease,stroke-width .25s ease;filter:drop-shadow(0 3px 6px rgba(52,152,219,0.45))}.projects-map .world-map-svg .has-projects:hover{fill:#4aa3df !important;stroke:#16527a !important;stroke-width:1.55 !important;filter:drop-shadow(0 4px 10px rgba(52,152,219,0.55))}.projects-map .world-map-svg .country-pointer{cursor:pointer;stroke:#fff !important;stroke-width:4 !important;filter:drop-shadow(0 2px 5px rgba(52,152,219,0.4));transition:fill .25s ease,stroke-width .25s ease,filter .25s ease,r .25s ease;animation:gentle-pulse 4s ease-in-out infinite;animation-delay:calc(var(--pointer-index, 0) * 0.5s);transform-origin:center}.projects-map .world-map-svg .country-pointer:hover{fill:#57aae1 !important;stroke-width:5 !important;r:24 !important;animation:none}.projects-map .projects-map-legend{display:none}@keyframes gentle-pulse{0%,100%{opacity:0.8;filter:drop-shadow(0 2px 5px rgba(52,152,219,0.4))}50%{opacity:1;filter:drop-shadow(0 3px 8px rgba(52,152,219,0.6))}}@media (max-width: 1700px){.projects-map .world-map-svg{max-width:2000px}}@media (max-width: 1600px){.projects-map .world-map-svg{max-width:1850px;transform:translateY(25px)}}@media (max-width: 1400px){.projects-map .world-map-svg{max-width:1700px;transform:translateY(20px)}}@media (max-width: 1250px){.projects-map .world-map-svg{max-width:1500px;transform:translateY(15px) scale(1.05)}}@media (max-width: 1100px){.projects-map .world-map-svg{max-width:1350px;transform:translateY(10px) scale(1.1)}}@media (max-width: 960px){.projects-map .world-map-svg{max-width:1250px;transform:translateY(5px) scale(1.15)}}@media (max-width: 900px){.projects-map .world-map-svg{width:95%}}@media (max-width: 820px){.projects-map{padding:60px 0 50px;overflow-x:auto;overflow-y:hidden}.projects-map .world-map-svg{width:120%;min-width:120%;transform:translateY(20px) translateX(20px) scale(1.4);cursor:grab;touch-action:pan-x pan-y}.projects-map .world-map-svg:active{cursor:grabbing}.projects-map .country-pointer{stroke-width:3 !important}}.projects-page::before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.85);pointer-events:none;z-index:0}.projects-page{position:relative;z-index:1}body.projects{background:#fff linear-gradient(rgba(255,255,255,0.92), rgba(255,255,255,0.92)),url("/images/background-gray.jpg") center top/cover fixed no-repeat;background-attachment:fixed}@media (prefers-reduced-motion: reduce){body.projects{background-attachment:scroll}}.index-page .hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative}.index-page .hero-section .hero-content{text-align:center;z-index:2}.index-page .hero-section .hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#203864;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.index-page .hero-section .hero-content p{font-size:1.3rem;margin-bottom:2rem;opacity:0.9}.index-page .featured-section{padding:4rem 0}.index-page .featured-section .section-title{text-align:center;margin-bottom:3rem}.index-page .featured-section .featured-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-top:2rem}.index-page .cta-section{background:linear-gradient(135deg, #22223b, #9a8c98);color:white;padding:4rem 0;text-align:center}.index-page .cta-section h2{color:white;text-shadow:none}@media (max-width: 768px){.index-page .hero-section .hero-content h1{font-size:2.5rem}.index-page .hero-section .hero-content p{font-size:1.1rem}}.project-detail-page .project-header{background:linear-gradient(135deg, rgba(34,34,59,0.9), rgba(154,140,152,0.9));color:white;padding:3rem 0;margin-bottom:2rem}.project-detail-page .project-header .project-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.project-detail-page .project-header .project-meta{display:flex;flex-wrap:wrap;gap:2rem;margin-top:1.5rem}.project-detail-page .project-header .project-meta .meta-item{display:flex;align-items:center;gap:0.5rem}.project-detail-page .project-header .project-meta .meta-item .meta-label{font-weight:600;opacity:1 !important;isolation:isolate !important}.project-detail-page .project-content{max-width:1200px;margin:0 auto;padding:0 2rem}.project-detail-page .project-content .project-description{font-size:1.1rem;line-height:1.7;margin-bottom:3rem}.project-detail-page .project-content .project-gallery{margin:3rem 0}.project-detail-page .project-content .project-gallery .gallery-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:1.5rem;margin-top:2rem}.project-detail-page .project-content .project-gallery .gallery-grid .gallery-item{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.15);transition:transform 0.3s ease}.project-detail-page .project-content .project-gallery .gallery-grid .gallery-item:hover{transform:translateY(-5px)}.project-detail-page .project-content .project-gallery .gallery-grid .gallery-item img{width:100%;height:250px;object-fit:cover}.project-detail-page .project-content .project-details{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;margin:2rem 0}.project-detail-page .project-content .project-details .details-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1.5rem}.project-detail-page .project-content .project-details .details-grid .detail-item h4{color:#203864;margin-bottom:0.5rem}.project-detail-page .project-content .project-details .details-grid .detail-item p{margin:0;opacity:1 !important;isolation:isolate !important}.project-detail-page .related-projects{background:rgba(255,255,255,0.8);padding:3rem 0;margin-top:4rem}.project-detail-page .related-projects .related-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:2rem;margin-top:2rem}@media (max-width: 768px){.project-detail-page .project-header .project-title{font-size:2rem}.project-detail-page .project-header .project-meta{flex-direction:column;gap:1rem}.project-detail-page .project-content{padding:0 1rem}.project-detail-page .project-content .project-gallery .gallery-grid{grid-template-columns:1fr}}.projects-listing-page .page-header{background:linear-gradient(135deg, rgba(34,34,59,0.8), rgba(154,140,152,0.8));color:white;padding:3rem 0;text-align:center;margin-bottom:3rem}.projects-listing-page .page-header p{font-size:1.2rem;opacity:0.9;max-width:600px;margin:0 auto}.projects-listing-page .filters-section{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;margin-bottom:3rem}.projects-listing-page .filters-section .filters-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1.5rem;align-items:end}.projects-listing-page .filters-section .filters-grid .filter-group label{display:block;font-weight:600;margin-bottom:0.5rem;color:#203864}.projects-listing-page .filters-section .filters-grid .filter-group select,.projects-listing-page .filters-section .filters-grid .filter-group input{width:100%;padding:0.75rem;border:1px solid rgba(255,255,255,0.3);border-radius:6px;background:rgba(255,255,255,0.1);color:#22223b}.projects-listing-page .filters-section .filters-grid .filter-group select:focus,.projects-listing-page .filters-section .filters-grid .filter-group input:focus{outline:none;border-color:#9a8c98;box-shadow:0 0 0 2px rgba(154,140,152,0.2)}.projects-listing-page .filters-section .filters-grid .filter-actions{display:flex;gap:1rem}.projects-listing-page .filters-section .filters-grid .filter-actions .btn{padding:0.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all 0.3s ease}.projects-listing-page .filters-section .filters-grid .filter-actions .btn.btn-primary{background:#9a8c98;color:white}.projects-listing-page .filters-section .filters-grid .filter-actions .btn.btn-primary:hover{background:#81727f}.projects-listing-page .filters-section .filters-grid .filter-actions .btn.btn-secondary{background:rgba(255,255,255,0.2);color:#22223b}.projects-listing-page .filters-section .filters-grid .filter-actions .btn.btn-secondary:hover{background:rgba(255,255,255,0.3)}.projects-listing-page .projects-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));gap:2rem;margin-bottom:3rem}.projects-listing-page .projects-grid .project-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.1);transition:all 0.3s ease}.projects-listing-page .projects-grid .project-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,0.15)}.projects-listing-page .projects-grid .project-card .project-image{position:relative;height:200px;overflow:hidden}.projects-listing-page .projects-grid .project-card .project-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.projects-listing-page .projects-grid .project-card .project-image .project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(34,34,59,0.8), rgba(154,140,152,0.8));display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease}.projects-listing-page .projects-grid .project-card .project-image .project-overlay .view-project{color:white;font-weight:600;text-decoration:none;padding:0.75rem 1.5rem;border:2px solid white;border-radius:6px;transition:all 0.3s ease}.projects-listing-page .projects-grid .project-card .project-image .project-overlay .view-project:hover{background:white;color:#22223b}.projects-listing-page .projects-grid .project-card:hover .project-image img{transform:scale(1.05)}.projects-listing-page .projects-grid .project-card:hover .project-image .project-overlay{opacity:1}.projects-listing-page .projects-grid .project-card .project-content{padding:1.5rem}.projects-listing-page .projects-grid .project-card .project-content .project-title{font-size:1.3rem;font-weight:600;color:#203864;margin-bottom:0.5rem}.projects-listing-page .projects-grid .project-card .project-content .project-description{color:#22223b;opacity:0.8;margin-bottom:1rem;line-height:1.5}.projects-listing-page .projects-grid .project-card .project-content .project-meta{display:flex;justify-content:space-between;align-items:center;font-size:0.9rem;color:#22223b;opacity:0.7}.projects-listing-page .pagination{display:flex;justify-content:center;align-items:center;gap:0.5rem;margin-top:3rem}.projects-listing-page .pagination .page-item .page-link{padding:0.75rem 1rem;border:1px solid rgba(255,255,255,0.3);background:rgba(255,255,255,0.1);color:#22223b;text-decoration:none;border-radius:6px;transition:all 0.3s ease}.projects-listing-page .pagination .page-item .page-link:hover{background:rgba(255,255,255,0.2);border-color:#9a8c98}.projects-listing-page .pagination .page-item .page-link.active{background:#9a8c98;color:white;border-color:#9a8c98}@media (max-width: 768px){.projects-listing-page .filters-section .filters-grid{grid-template-columns:1fr}.projects-listing-page .filters-section .filters-grid .filter-actions{justify-content:center}.projects-listing-page .projects-grid{grid-template-columns:1fr;gap:1.5rem}}.contact-page-modern{--primary-blue: #203864;--accent-orange: #9a8c98;--gradient-start: #22223b;--gradient-end: #203864;--text-primary: #22223b;--text-secondary: #4a4e69;--background-light: #fff;--surface-white: #fff;--border-light: #f0f0f0;--shadow-soft: 0 4px 6px -1px rgba(0, 0, 0, 0.1);--shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);--shadow-large: 0 25px 50px -12px rgba(0, 0, 0, 0.25);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px}.contact-page-modern .map-section-modern{padding:3rem 0 4rem 0;background:transparent}.contact-page-modern .map-section-modern .section-header{text-align:center;margin-bottom:4rem}.contact-page-modern .map-section-modern .section-header .page-title{font-size:3rem;font-weight:700;color:var(--text-primary);margin-bottom:0.5rem;background:linear-gradient(135deg, var(--primary-blue), var(--accent-orange));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-page-modern .map-section-modern .section-header .page-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-page-modern .map-section-modern .section-header .section-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.contact-page-modern .map-section-modern .section-header .section-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.contact-page-modern .map-section-modern .map-container-modern{position:relative;background:var(--surface-white);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-large)}.contact-page-modern .map-section-modern .map-wrapper-modern{position:relative;height:500px}.contact-page-modern .map-section-modern .map-wrapper-modern iframe{width:100%;height:100%;border:none}.contact-page-modern .map-section-modern .map-wrapper-modern .map-pins{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.contact-page-modern .map-section-modern .map-wrapper-modern .map-pins .map-pin{position:absolute;pointer-events:auto;cursor:pointer;z-index:10}.contact-page-modern .map-section-modern .map-wrapper-modern .map-pins .map-pin.lebanon-pin{top:45%;left:52%}.contact-page-modern .map-section-modern .map-wrapper-modern .map-pins .map-pin.dubai-pin{top:60%;right:25%}.contact-page-modern .map-section-modern .map-wrapper-modern .map-pins .map-pin .pin-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:40px;height:40px;background:var(--accent-orange);border-radius:50%;opacity:0.3;animation:pulse 2s infinite}.contact-page-modern .map-section-modern .map-wrapper-modern .map-pins .map-pin .pin-marker{position:relative;z-index:2;background:var(--accent-orange);color:white;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-medium);transition:transform 0.3s ease}.contact-page-modern .map-section-modern .map-wrapper-modern .map-pins .map-pin .pin-marker:hover{transform:scale(1.1)}.contact-page-modern .map-section-modern .map-info-cards{display:grid;grid-template-columns:1fr 1fr;background:var(--surface-white)}.contact-page-modern .map-section-modern .map-info-cards .info-card{padding:2rem;border-right:1px solid var(--border-light);cursor:pointer;transition:all 0.3s ease}.contact-page-modern .map-section-modern .map-info-cards .info-card:last-child{border-right:none}.contact-page-modern .map-section-modern .map-info-cards .info-card:hover,.contact-page-modern .map-section-modern .map-info-cards .info-card.active{background:var(--background-light)}.contact-page-modern .map-section-modern .map-info-cards .info-card .card-flag{font-size:2rem;margin-bottom:1rem}.contact-page-modern .map-section-modern .map-info-cards .info-card .card-content h3{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:0.5rem}.contact-page-modern .map-section-modern .map-info-cards .info-card .card-content p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.5}.contact-page-modern .map-section-modern .map-info-cards .info-card .card-actions{display:flex;gap:1rem}.contact-page-modern .map-section-modern .map-info-cards .info-card .card-actions .action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--primary-blue);color:white;border-radius:var(--radius-sm);text-decoration:none;transition:all 0.3s ease}.contact-page-modern .map-section-modern .map-info-cards .info-card .card-actions .action-btn:hover{background:var(--accent-orange);transform:translateY(-2px)}.contact-page-modern .map-section-modern .map-info-cards .info-card .card-actions .action-btn.phone{background:#22c55e}.contact-page-modern .map-section-modern .map-info-cards .info-card .card-actions .action-btn.directions{background:#3b82f6}.contact-page-modern .contact-content-modern{padding:5rem 0;background:var(--surface-white)}.contact-page-modern .contact-content-modern .contact-grid-modern{display:grid;grid-template-columns:2fr 1fr;gap:5rem;max-width:1400px;margin:0 auto}.contact-page-modern .contact-content-modern .contact-form-modern .form-header{text-align:center;margin-bottom:3rem}.contact-page-modern .contact-content-modern .contact-form-modern .form-header .form-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg, var(--primary-blue), var(--accent-orange));color:white;border-radius:50%;margin-bottom:1.5rem}.contact-page-modern .contact-content-modern .contact-form-modern .form-header h3{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.contact-page-modern .contact-content-modern .contact-form-modern .form-header p{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field{position:relative;margin-bottom:1.5rem}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field label{display:block;font-weight:600;color:var(--text-primary);margin-bottom:0.5rem;font-size:0.9rem;text-transform:uppercase;letter-spacing:0.5px}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field input,.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field textarea,.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field select{width:100%;padding:1rem 0 1rem 0;border:none;border-bottom:2px solid var(--border-light);background:transparent;color:var(--text-primary);font-family:inherit;font-size:1rem;transition:all 0.3s ease}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field input:focus,.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field textarea:focus,.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field select:focus{outline:none;border-bottom-color:var(--primary-blue)}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field input:focus+.field-line,.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field textarea:focus+.field-line,.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field select:focus+.field-line{transform:scaleX(1)}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field input::placeholder,.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field textarea::placeholder,.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field select::placeholder{color:var(--text-secondary);opacity:0.7}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field .field-line{position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--accent-orange);transform:scaleX(0);transition:transform 0.3s ease;transform-origin:left}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field textarea{resize:vertical;min-height:120px;padding-top:1rem}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-field select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 0.5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-actions{margin-top:3rem}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-actions .btn-submit-modern{position:relative;background:linear-gradient(135deg, var(--primary-blue), var(--accent-orange));color:white;border:none;padding:1.25rem 3rem;font-size:1.1rem;font-weight:600;border-radius:var(--radius-lg);cursor:pointer;transition:all 0.3s ease;overflow:hidden;min-width:200px}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-actions .btn-submit-modern:hover{transform:translateY(-2px);box-shadow:var(--shadow-large)}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-actions .btn-submit-modern .btn-text{display:inline-block;transition:transform 0.3s ease}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-actions .btn-submit-modern .btn-icon{display:inline-block;margin-left:0.5rem;transition:transform 0.3s ease}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-actions .btn-submit-modern .btn-loading{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0;transition:opacity 0.3s ease}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-actions .btn-submit-modern .btn-loading .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,0.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-actions .btn-submit-modern.loading .btn-text,.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-actions .btn-submit-modern.loading .btn-icon{opacity:0}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-actions .btn-submit-modern.loading .btn-loading{opacity:1}.contact-page-modern .contact-content-modern .contact-info-modern .info-header{margin-bottom:2.5rem}.contact-page-modern .contact-content-modern .contact-info-modern .info-header h3{font-size:1.8rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.contact-page-modern .contact-content-modern .contact-info-modern .info-header p{color:var(--text-secondary);line-height:1.6}.contact-page-modern .contact-content-modern .contact-info-modern .offices-modern{margin-bottom:3rem}.contact-page-modern .contact-content-modern .contact-info-modern .offices-modern .office-card-modern{background:var(--background-light);border-radius:var(--radius-lg);padding:2rem;margin-bottom:1.5rem;border:1px solid var(--border-light);transition:all 0.3s ease}.contact-page-modern .contact-content-modern .contact-info-modern .offices-modern .office-card-modern:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.contact-page-modern .contact-content-modern .contact-info-modern .offices-modern .office-card-modern .office-badge{display:inline-block;background:var(--accent-orange);color:white;padding:0.25rem 0.75rem;border-radius:50px;font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:1rem}.contact-page-modern .contact-content-modern .contact-info-modern .offices-modern .office-card-modern .office-header-modern{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-page-modern .contact-content-modern .contact-info-modern .offices-modern .office-card-modern .office-header-modern .office-flag{font-size:2rem}.contact-page-modern .contact-content-modern .contact-info-modern .offices-modern .office-card-modern .office-header-modern .office-details h4{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-bottom:0.5rem}.contact-page-modern .contact-content-modern .contact-info-modern .offices-modern .office-card-modern .office-header-modern .office-details p{color:var(--text-secondary);line-height:1.5}.contact-page-modern .contact-content-modern .contact-info-modern .offices-modern .office-card-modern .office-contacts .contact-item{display:flex;align-items:center;gap:1rem;padding:0.75rem 0;text-decoration:none;border-radius:var(--radius-sm);transition:background-color 0.3s ease}.contact-page-modern .contact-content-modern .contact-info-modern .offices-modern .office-card-modern .office-contacts .contact-item:hover{background:rgba(0,59,111,0.05)}.contact-page-modern .contact-content-modern .contact-info-modern .offices-modern .office-card-modern .office-contacts .contact-item .contact-icon{font-size:1.25rem}.contact-page-modern .contact-content-modern .contact-info-modern .offices-modern .office-card-modern .office-contacts .contact-item .contact-details .contact-label{display:block;font-size:0.8rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:0.5px}.contact-page-modern .contact-content-modern .contact-info-modern .offices-modern .office-card-modern .office-contacts .contact-item .contact-details .contact-value{display:block;font-weight:600;color:var(--text-primary)}.contact-page-modern .contact-content-modern .contact-info-modern .quick-contact{background:var(--background-light);border-radius:var(--radius-lg);padding:2rem;margin-bottom:2rem}.contact-page-modern .contact-content-modern .contact-info-modern .quick-contact h4{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem}.contact-page-modern .contact-content-modern .contact-info-modern .quick-contact .contact-methods .contact-method{display:flex;align-items:center;gap:1rem;padding:1rem;text-decoration:none;border-radius:var(--radius-sm);transition:all 0.3s ease;margin-bottom:0.5rem}.contact-page-modern .contact-content-modern .contact-info-modern .quick-contact .contact-methods .contact-method:hover{background:var(--surface-white);transform:translateX(8px)}.contact-page-modern .contact-content-modern .contact-info-modern .quick-contact .contact-methods .contact-method .method-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--radius-sm);color:white}.contact-page-modern .contact-content-modern .contact-info-modern .quick-contact .contact-methods .contact-method .method-icon:has(.email){background:#3b82f6}.contact-page-modern .contact-content-modern .contact-info-modern .quick-contact .contact-methods .contact-method.email .method-icon{background:#3b82f6}.contact-page-modern .contact-content-modern .contact-info-modern .quick-contact .contact-methods .contact-method.whatsapp .method-icon{background:#22c55e}.contact-page-modern .contact-content-modern .contact-info-modern .quick-contact .contact-methods .contact-method .method-details .method-label{display:block;font-weight:600;color:var(--text-primary)}.contact-page-modern .contact-content-modern .contact-info-modern .quick-contact .contact-methods .contact-method .method-details .method-value{display:block;font-size:0.9rem;color:var(--text-secondary)}.contact-page-modern .contact-content-modern .contact-info-modern .response-time{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg, var(--primary-blue), var(--accent-orange));color:white;padding:1.5rem;border-radius:var(--radius-lg)}.contact-page-modern .contact-content-modern .contact-info-modern .response-time .response-icon{font-size:1.5rem}.contact-page-modern .contact-content-modern .contact-info-modern .response-time .response-text strong{display:block;font-weight:600;margin-bottom:0.25rem}.contact-page-modern .contact-content-modern .contact-info-modern .response-time .response-text span{font-size:0.9rem;opacity:0.9}@keyframes pulse{0%{transform:translate(-50%, -50%) scale(0.8);opacity:0.7}50%{transform:translate(-50%, -50%) scale(1.2);opacity:0.3}100%{transform:translate(-50%, -50%) scale(0.8);opacity:0.7}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media (max-width: 1200px){.contact-page-modern .contact-content-modern .contact-grid-modern{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.contact-page-modern .map-section-modern{padding:2rem 0 3rem 0}.contact-page-modern .map-section-modern .section-header .page-title{font-size:2.5rem}.contact-page-modern .map-section-modern .section-header .page-subtitle{font-size:1.1rem}.contact-page-modern .map-section-modern .section-header .section-title{font-size:2rem}.contact-page-modern .map-section-modern .map-container-modern{border-radius:var(--radius-md)}.contact-page-modern .map-section-modern .map-wrapper-modern{height:350px}.contact-page-modern .map-section-modern .map-info-cards{grid-template-columns:1fr}.contact-page-modern .map-section-modern .map-info-cards .info-card{border-right:none;border-bottom:1px solid var(--border-light)}.contact-page-modern .map-section-modern .map-info-cards .info-card:last-child{border-bottom:none}.contact-page-modern .contact-content-modern{padding:3rem 0}.contact-page-modern .contact-content-modern .contact-form-modern .modern-form .form-row{grid-template-columns:1fr;gap:0}}@media (max-width: 480px){.contact-page-modern .map-section-modern .section-header .page-title{font-size:2rem}.contact-page-modern .map-section-modern .map-wrapper-modern{height:300px}}.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;background:linear-gradient(135deg, rgba(34,34,59,0.1), rgba(154,140,152,0.1))}.error-page .error-container{max-width:600px;background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:16px;padding:3rem 2rem;box-shadow:0 8px 32px rgba(0,0,0,0.1)}.error-page .error-container .error-icon{font-size:6rem;color:#9a8c98;margin-bottom:1.5rem;opacity:0.8}.error-page .error-container .error-code{font-size:4rem;font-weight:700;color:#203864;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,0.1)}.error-page .error-container .error-title{font-size:1.8rem;font-weight:600;color:#22223b;margin-bottom:1rem}.error-page .error-container .error-message{font-size:1.1rem;color:#22223b;opacity:0.8;line-height:1.6;margin-bottom:2.5rem}.error-page .error-container .error-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}.error-page .error-container .error-actions .btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1.5rem;background:#9a8c98;color:white;text-decoration:none;border-radius:8px;font-weight:600;transition:all 0.3s ease;border:none;cursor:pointer}.error-page .error-container .error-actions .btn:hover{background:#81727f;transform:translateY(-2px);box-shadow:0 4px 12px rgba(154,140,152,0.3)}.error-page .error-container .error-actions .btn.btn-secondary{background:rgba(255,255,255,0.2);color:#22223b}.error-page .error-container .error-actions .btn.btn-secondary:hover{background:rgba(255,255,255,0.3);color:#22223b}.error-page .error-container .error-actions .btn i{font-size:1.1rem}.error-page .error-container .error-help{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.2)}.error-page .error-container .error-help h4{color:#203864;font-size:1.2rem;margin-bottom:1rem}.error-page .error-container .error-help .help-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.error-page .error-container .error-help .help-links a{color:#9a8c98;text-decoration:none;padding:0.5rem 1rem;border:1px solid rgba(154,140,152,0.3);border-radius:6px;transition:all 0.3s ease}.error-page .error-container .error-help .help-links a:hover{background:#9a8c98;color:white;border-color:#9a8c98}.error-page.error-404 .error-container .error-icon::before{content:"🔍"}.error-page.error-500 .error-container .error-icon::before{content:"⚙️"}.error-page.error-403 .error-container .error-icon::before{content:"🚫"}.error-page.error-401 .error-container .error-icon::before{content:"🔐"}.error-search{margin:2rem 0}.error-search .search-form{display:flex;max-width:400px;margin:0 auto;gap:0.5rem}.error-search .search-form input{flex:1;padding:0.75rem;border:1px solid rgba(255,255,255,0.3);border-radius:6px;background:rgba(255,255,255,0.1);color:#22223b}.error-search .search-form input:focus{outline:none;border-color:#9a8c98;box-shadow:0 0 0 2px rgba(154,140,152,0.2)}.error-search .search-form input::placeholder{color:rgba(34,34,59,0.6)}.error-search .search-form button{padding:0.75rem 1rem;background:#9a8c98;color:white;border:none;border-radius:6px;cursor:pointer;transition:all 0.3s ease}.error-search .search-form button:hover{background:#81727f}@media (max-width: 768px){.error-page{padding:1rem}.error-page .error-container{padding:2rem 1.5rem}.error-page .error-container .error-icon{font-size:4rem}.error-page .error-container .error-code{font-size:3rem}.error-page .error-container .error-title{font-size:1.5rem}.error-page .error-container .error-message{font-size:1rem}.error-page .error-container .error-actions .btn{width:100%;justify-content:center}.error-page .error-container .error-help .help-links{flex-direction:column;align-items:center}.error-page .error-container .error-help .help-links a{width:100%;text-align:center}.error-search .search-form{flex-direction:column}.error-search .search-form input,.error-search .search-form button{width:100%}}.bim-know-how-page .page-header{background:linear-gradient(135deg, rgba(34,34,59,0.8), rgba(154,140,152,0.8));color:white;padding:3rem 0;text-align:center;margin-bottom:3rem}.bim-know-how-page .page-header p{font-size:1.2rem;opacity:0.9;max-width:800px;margin:0 auto}.bim-know-how-page .bim-content{max-width:1200px;margin:0 auto;padding:0 2rem}.bim-know-how-page .bim-content .bim-intro{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2.5rem;margin-bottom:3rem}.bim-know-how-page .bim-content .bim-intro h2{color:#203864;font-size:1.8rem;margin-bottom:1.5rem}.bim-know-how-page .bim-content .bim-intro p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#22223b}.bim-know-how-page .bim-content .bim-capabilities{margin:3rem 0}.bim-know-how-page .bim-content .bim-capabilities .capabilities-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-top:2rem}.bim-know-how-page .bim-content .bim-capabilities .capabilities-grid .capability-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;transition:transform 0.3s ease}.bim-know-how-page .bim-content .bim-capabilities .capabilities-grid .capability-card:hover{transform:translateY(-5px)}.bim-know-how-page .bim-content .bim-capabilities .capabilities-grid .capability-card .capability-icon{font-size:3rem;color:#9a8c98;margin-bottom:1rem;text-align:center}.bim-know-how-page .bim-content .bim-capabilities .capabilities-grid .capability-card h3{color:#203864;font-size:1.4rem;margin-bottom:1rem;text-align:center}.bim-know-how-page .bim-content .bim-capabilities .capabilities-grid .capability-card p{color:#22223b;line-height:1.6;text-align:center}.bim-know-how-page .bim-content .bim-components{background:rgba(255,255,255,0.8);padding:3rem 0;margin:3rem 0}.bim-know-how-page .bim-content .bim-components .components-container{max-width:1200px;margin:0 auto;padding:0 2rem}.bim-know-how-page .bim-content .bim-components .components-container h2{color:#203864;font-size:2rem;text-align:center;margin-bottom:2rem}.bim-know-how-page .bim-content .bim-components .components-container .components-list{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1.5rem}.bim-know-how-page .bim-content .bim-components .components-container .components-list .component-item{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:8px;padding:1.5rem;border-left:4px solid #9a8c98}.bim-know-how-page .bim-content .bim-components .components-container .components-list .component-item h4{color:#203864;font-size:1.2rem;margin-bottom:0.5rem}.bim-know-how-page .bim-content .bim-components .components-container .components-list .component-item p{color:#22223b;font-size:0.95rem;line-height:1.5}.bim-know-how-page .bim-content .bim-expertise{margin:3rem 0}.bim-know-how-page .bim-content .bim-expertise .expertise-content{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2.5rem}.bim-know-how-page .bim-content .bim-expertise .expertise-content h2{color:#203864;font-size:1.8rem;margin-bottom:1.5rem}.bim-know-how-page .bim-content .bim-expertise .expertise-content p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#22223b}.bim-know-how-page .bim-content .autodesk-university{background:linear-gradient(135deg, rgba(34,34,59,0.1), rgba(154,140,152,0.1));padding:3rem 0;margin:3rem 0}.bim-know-how-page .bim-content .autodesk-university .au-container{max-width:1200px;margin:0 auto;padding:0 2rem}.bim-know-how-page .bim-content .autodesk-university .au-container h2{color:#203864;font-size:2rem;text-align:center;margin-bottom:2rem}.bim-know-how-page .bim-content .autodesk-university .au-container .au-links{display:grid;grid-template-columns:repeat(auto-fit, minmax(400px, 1fr));gap:2rem}.bim-know-how-page .bim-content .autodesk-university .au-container .au-links .au-link{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;text-decoration:none;transition:all 0.3s ease}.bim-know-how-page .bim-content .autodesk-university .au-container .au-links .au-link:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.bim-know-how-page .bim-content .autodesk-university .au-container .au-links .au-link h3{color:#203864;font-size:1.3rem;margin-bottom:1rem}.bim-know-how-page .bim-content .autodesk-university .au-container .au-links .au-link p{color:#22223b;line-height:1.6;margin-bottom:1rem}.bim-know-how-page .bim-content .autodesk-university .au-container .au-links .au-link .link-url{color:#9a8c98;font-size:0.9rem;word-break:break-all}@media (max-width: 768px){.bim-know-how-page .bim-content{padding:0 1rem}.bim-know-how-page .bim-content .bim-intro{padding:2rem 1.5rem}.bim-know-how-page .bim-content .capabilities-grid{grid-template-columns:1fr}.bim-know-how-page .bim-content .components-list{grid-template-columns:1fr}.bim-know-how-page .bim-content .au-links{grid-template-columns:1fr}}.hidden-animation,.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li,.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li,.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li{opacity:0;transform:translateY(30px);transition:opacity 0.6s ease-out, transform 0.6s ease-out}.hidden-animation.revealed,.inner-page.Our-Success-Indicators .inner-page-layout .inner-page-box ul li.revealed,.inner-page.what-we-do-mep-ict .inner-page-content .inner-page-layout .inner-page-box .mep-services-grid>li.revealed,.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li.revealed{opacity:1;transform:translateY(0)}.inner-page.what-we-do-energy-sustainability .inner-page-content{max-width:1400px;margin:0 auto;padding:2rem}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box{padding-right:0 !important}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid{display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:auto;gap:1rem;list-style:none;padding:0;margin:2rem 0;width:100%;align-items:end}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li{display:flex;height:320px;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:transform 0.3s ease, box-shadow 0.3s ease;background:#3498db}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:nth-child(1){grid-column:1;grid-row:1}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:nth-child(2){grid-column:2;grid-row:1}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:nth-child(3){grid-column:3;grid-row:1}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:nth-child(4){grid-column:4;grid-row:1}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li h2{writing-mode:vertical-rl;text-orientation:mixed;background:rgba(0,0,0,0.1);color:white;padding:1rem 0.5rem;margin:0;font-size:1rem;font-weight:600;text-align:center;display:flex;align-items:center;justify-content:center;min-width:40px;white-space:nowrap}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li ul{flex:1;padding:1rem;margin:0;list-style:none;background:white;color:#22223b;overflow:hidden;height:100%;display:flex;flex-direction:column;justify-content:flex-start}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li ul li{padding:0.3rem 0;font-size:0.85rem;line-height:1.3;color:#22223b;border-bottom:1px solid rgba(0,0,0,0.05);flex-shrink:0}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li ul li:last-child{border-bottom:none}@media (max-width: 1400px){.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li{height:300px}}@media (max-width: 1200px){.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid{grid-template-columns:repeat(2, 1fr);grid-template-rows:auto auto;align-items:stretch}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li{height:280px}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:nth-child(1){grid-column:1;grid-row:1}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:nth-child(2){grid-column:2;grid-row:1}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:nth-child(3){grid-column:1;grid-row:2}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:nth-child(4){grid-column:2;grid-row:2}}@media (max-width: 760px){.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid{grid-template-columns:1fr;margin:1rem 0}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li{height:240px;flex-direction:column}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:nth-child(1){grid-row:1;grid-column:1}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:nth-child(2){grid-row:2;grid-column:1}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:nth-child(3){grid-row:3;grid-column:1}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:nth-child(4){grid-row:4;grid-column:1}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li h2{writing-mode:horizontal-tb;text-orientation:initial;font-size:0.9rem;min-width:auto;padding:0.5rem 1rem}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li ul{overflow:hidden;height:auto}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li ul li{font-size:0.75rem;padding:0.2rem 0;line-height:1.2}}@media (max-width: 400px){.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid{grid-template-columns:1fr;margin:0.5rem 0}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li{flex-direction:column;height:auto;grid-column:1 !important}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:nth-child(1){grid-row:1}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:nth-child(2){grid-row:2}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:nth-child(3){grid-row:3}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li:nth-child(4){grid-row:4}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li h2{writing-mode:horizontal-tb;text-orientation:initial;padding:0.5rem 1rem;min-width:auto;width:100%}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li ul{overflow:visible;height:auto;width:100%}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box .energy-services-grid>li ul li{font-size:0.75rem;padding:0.2rem 0;line-height:1.2}}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box p.ql-align-center{text-align:center;margin:2rem auto;max-width:800px;font-size:1.1rem;line-height:1.6;color:#203864;font-style:italic}.inner-page.what-we-do-energy-sustainability .inner-page-content .inner-page-layout .inner-page-box p.ql-align-center strong{font-weight:600}.major-clients-page .page-header{background:linear-gradient(135deg, rgba(34,34,59,0.8), rgba(154,140,152,0.8));color:white;padding:3rem 0;text-align:center;margin-bottom:3rem}.major-clients-page .page-header p{font-size:1.2rem;opacity:0.9;max-width:800px;margin:0 auto}.major-clients-page .clients-content{max-width:1200px;margin:0 auto;padding:0 2rem}.major-clients-page .clients-content .clients-intro{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2.5rem;margin-bottom:3rem;text-align:center}.major-clients-page .clients-content .clients-intro h2{color:#203864;font-size:1.8rem;margin-bottom:1.5rem}.major-clients-page .clients-content .clients-intro p{font-size:1.1rem;line-height:1.7;color:#22223b;max-width:800px;margin:0 auto}.major-clients-page .clients-content .clients-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-bottom:3rem}.major-clients-page .clients-content .clients-grid .client-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;text-align:center;transition:transform 0.3s ease}.major-clients-page .clients-content .clients-grid .client-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.major-clients-page .clients-content .clients-grid .client-card .client-logo{width:120px;height:120px;margin:0 auto 1.5rem;background:rgba(255,255,255,0.1);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#9a8c98}.major-clients-page .clients-content .clients-grid .client-card .client-name{color:#203864;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.major-clients-page .clients-content .clients-grid .client-card .client-industry{color:#22223b;font-size:1rem;margin-bottom:1rem;opacity:0.8}.major-clients-page .clients-content .clients-grid .client-card .client-description{color:#22223b;line-height:1.6;font-size:0.95rem}.major-clients-page .clients-content .clients-grid .client-card .client-projects{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1)}.major-clients-page .clients-content .clients-grid .client-card .client-projects .project-count{color:#9a8c98;font-size:1.2rem;font-weight:600;margin-bottom:0.5rem}.major-clients-page .clients-content .clients-grid .client-card .client-projects .project-label{color:#22223b;font-size:0.9rem;opacity:0.8}.major-clients-page .clients-content .client-categories{background:rgba(255,255,255,0.8);padding:3rem 0;margin:3rem 0}.major-clients-page .clients-content .client-categories .categories-container{max-width:1200px;margin:0 auto;padding:0 2rem}.major-clients-page .clients-content .client-categories .categories-container h2{color:#203864;font-size:2rem;text-align:center;margin-bottom:2rem}.major-clients-page .clients-content .client-categories .categories-container .categories-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.major-clients-page .clients-content .client-categories .categories-container .categories-grid .category{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;text-align:center}.major-clients-page .clients-content .client-categories .categories-container .categories-grid .category .category-icon{font-size:3rem;color:#9a8c98;margin-bottom:1rem}.major-clients-page .clients-content .client-categories .categories-container .categories-grid .category h3{color:#203864;font-size:1.3rem;margin-bottom:1rem}.major-clients-page .clients-content .client-categories .categories-container .categories-grid .category .client-list{list-style:none;padding:0;margin:0}.major-clients-page .clients-content .client-categories .categories-container .categories-grid .category .client-list li{color:#22223b;padding:0.5rem 0;border-bottom:1px solid rgba(255,255,255,0.1)}.major-clients-page .clients-content .client-categories .categories-container .categories-grid .category .client-list li:last-child{border-bottom:none}.major-clients-page .clients-content .testimonials-section{margin:3rem 0}.major-clients-page .clients-content .testimonials-section .testimonials-container{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2.5rem}.major-clients-page .clients-content .testimonials-section .testimonials-container h2{color:#203864;font-size:1.8rem;text-align:center;margin-bottom:2rem}.major-clients-page .clients-content .testimonials-section .testimonials-container .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:2rem}.major-clients-page .clients-content .testimonials-section .testimonials-container .testimonials-grid .testimonial{background:rgba(255,255,255,0.05);border-radius:8px;padding:2rem}.major-clients-page .clients-content .testimonials-section .testimonials-container .testimonials-grid .testimonial .testimonial-content{font-style:italic;color:#22223b;line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.major-clients-page .clients-content .testimonials-section .testimonials-container .testimonials-grid .testimonial .testimonial-author{display:flex;align-items:center;gap:1rem}.major-clients-page .clients-content .testimonials-section .testimonials-container .testimonials-grid .testimonial .testimonial-author .author-avatar{width:50px;height:50px;border-radius:50%;background:#9a8c98;display:flex;align-items:center;justify-content:center;color:white;font-weight:bold}.major-clients-page .clients-content .testimonials-section .testimonials-container .testimonials-grid .testimonial .testimonial-author .author-info .author-name{color:#203864;font-weight:600;font-size:1.1rem}.major-clients-page .clients-content .testimonials-section .testimonials-container .testimonials-grid .testimonial .testimonial-author .author-info .author-title{color:#22223b;font-size:0.9rem;opacity:0.8}.major-clients-page .clients-content .partnership-highlights{background:linear-gradient(135deg, rgba(34,34,59,0.1), rgba(154,140,152,0.1));padding:3rem 0;margin:3rem 0}.major-clients-page .clients-content .partnership-highlights .highlights-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.major-clients-page .clients-content .partnership-highlights .highlights-container h2{color:#203864;font-size:2rem;margin-bottom:2rem}.major-clients-page .clients-content .partnership-highlights .highlights-container .highlights-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.major-clients-page .clients-content .partnership-highlights .highlights-container .highlights-grid .highlight{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem}.major-clients-page .clients-content .partnership-highlights .highlights-container .highlights-grid .highlight .highlight-number{font-size:3rem;font-weight:700;color:#9a8c98;margin-bottom:1rem}.major-clients-page .clients-content .partnership-highlights .highlights-container .highlights-grid .highlight h3{color:#203864;font-size:1.3rem;margin-bottom:1rem}.major-clients-page .clients-content .partnership-highlights .highlights-container .highlights-grid .highlight p{color:#22223b;line-height:1.6}.category.government{border-left:4px solid #e74c3c}.category.commercial{border-left:4px solid #f39c12}.category.residential{border-left:4px solid #3498db}.category.healthcare{border-left:4px solid #1abc9c}.category.education{border-left:4px solid #9b59b6}.category.industrial{border-left:4px solid #34495e}@media (max-width: 768px){.major-clients-page .clients-content{padding:0 1rem}.major-clients-page .clients-content .clients-intro{padding:2rem 1.5rem}.major-clients-page .clients-content .clients-grid{grid-template-columns:1fr;gap:1.5rem}.major-clients-page .clients-content .categories-grid{grid-template-columns:1fr}.major-clients-page .clients-content .testimonials-grid{grid-template-columns:1fr}.major-clients-page .clients-content .highlights-grid{grid-template-columns:1fr}}.soft-skills-page .page-header{background:linear-gradient(135deg, rgba(34,34,59,0.8), rgba(154,140,152,0.8));color:white;padding:3rem 0;text-align:center;margin-bottom:3rem}.soft-skills-page .page-header p{font-size:1.2rem;opacity:0.9;max-width:800px;margin:0 auto}.soft-skills-page .skills-content{max-width:1200px;margin:0 auto;padding:0 2rem}.soft-skills-page .skills-content .skills-intro{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2.5rem;margin-bottom:3rem;text-align:center}.soft-skills-page .skills-content .skills-intro h2{color:#203864;font-size:1.8rem;margin-bottom:1.5rem}.soft-skills-page .skills-content .skills-intro p{font-size:1.1rem;line-height:1.7;color:#22223b;max-width:800px;margin:0 auto}.soft-skills-page .skills-content .skills-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:2rem;margin-bottom:3rem}.soft-skills-page .skills-content .skills-grid .skill-category{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;transition:transform 0.3s ease}.soft-skills-page .skills-content .skills-grid .skill-category:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.soft-skills-page .skills-content .skills-grid .skill-category .category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.soft-skills-page .skills-content .skills-grid .skill-category .category-header .category-icon{font-size:2.5rem;color:#9a8c98}.soft-skills-page .skills-content .skills-grid .skill-category .category-header h3{color:#203864;font-size:1.5rem;margin:0}.soft-skills-page .skills-content .skills-grid .skill-category .category-content{color:#22223b;line-height:1.7;font-size:1rem}.soft-skills-page .skills-content .skills-grid .skill-category .category-content p{margin-bottom:1rem}.soft-skills-page .skills-content .skills-grid .skill-category .category-content p:last-child{margin-bottom:0}.soft-skills-page .skills-content .skills-grid .skill-category .category-content strong{color:#203864;font-weight:600}.soft-skills-page .skills-content .skills-grid .skill-category .standards-list{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1)}.soft-skills-page .skills-content .skills-grid .skill-category .standards-list h4{color:#203864;font-size:1.2rem;margin-bottom:1rem}.soft-skills-page .skills-content .skills-grid .skill-category .standards-list .standards-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:0.5rem}.soft-skills-page .skills-content .skills-grid .skill-category .standards-list .standards-grid .standard-item{background:rgba(255,255,255,0.05);padding:0.5rem;border-radius:4px;font-size:0.9rem;color:#22223b;text-align:center}.soft-skills-page .skills-content .skills-grid .skill-category .software-list{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1)}.soft-skills-page .skills-content .skills-grid .skill-category .software-list h4{color:#203864;font-size:1.2rem;margin-bottom:1rem}.soft-skills-page .skills-content .skills-grid .skill-category .software-list .software-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:0.5rem}.soft-skills-page .skills-content .skills-grid .skill-category .software-list .software-grid .software-item{background:rgba(255,255,255,0.05);padding:0.5rem;border-radius:4px;font-size:0.9rem;color:#22223b;text-align:center}.soft-skills-page .skills-content .expertise-highlights{background:rgba(255,255,255,0.8);padding:3rem 0;margin:3rem 0}.soft-skills-page .skills-content .expertise-highlights .highlights-container{max-width:1200px;margin:0 auto;padding:0 2rem}.soft-skills-page .skills-content .expertise-highlights .highlights-container h2{color:#203864;font-size:2rem;text-align:center;margin-bottom:2rem}.soft-skills-page .skills-content .expertise-highlights .highlights-container .highlights-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.soft-skills-page .skills-content .expertise-highlights .highlights-container .highlights-grid .highlight-item{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;text-align:center}.soft-skills-page .skills-content .expertise-highlights .highlights-container .highlights-grid .highlight-item .highlight-icon{font-size:3rem;color:#9a8c98;margin-bottom:1rem}.soft-skills-page .skills-content .expertise-highlights .highlights-container .highlights-grid .highlight-item h4{color:#203864;font-size:1.3rem;margin-bottom:1rem}.soft-skills-page .skills-content .expertise-highlights .highlights-container .highlights-grid .highlight-item p{color:#22223b;line-height:1.6}.soft-skills-page .skills-content .certifications-section{margin:3rem 0}.soft-skills-page .skills-content .certifications-section .certifications-container{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2.5rem}.soft-skills-page .skills-content .certifications-section .certifications-container h2{color:#203864;font-size:1.8rem;text-align:center;margin-bottom:2rem}.soft-skills-page .skills-content .certifications-section .certifications-container .certifications-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1.5rem}.soft-skills-page .skills-content .certifications-section .certifications-container .certifications-grid .certification{background:rgba(255,255,255,0.05);border-radius:8px;padding:1.5rem;text-align:center}.soft-skills-page .skills-content .certifications-section .certifications-container .certifications-grid .certification .certification-icon{font-size:2rem;color:#9a8c98;margin-bottom:1rem}.soft-skills-page .skills-content .certifications-section .certifications-container .certifications-grid .certification h4{color:#203864;font-size:1.2rem;margin-bottom:0.5rem}.soft-skills-page .skills-content .certifications-section .certifications-container .certifications-grid .certification p{color:#22223b;font-size:0.9rem;margin:0}.soft-skills-page .skills-content .training-section{background:linear-gradient(135deg, rgba(34,34,59,0.1), rgba(154,140,152,0.1));padding:3rem 0;margin:3rem 0}.soft-skills-page .skills-content .training-section .training-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.soft-skills-page .skills-content .training-section .training-container h2{color:#203864;font-size:2rem;margin-bottom:2rem}.soft-skills-page .skills-content .training-section .training-container p{font-size:1.1rem;line-height:1.7;color:#22223b;max-width:800px;margin:0 auto 2rem}.soft-skills-page .skills-content .training-section .training-container .training-features{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.soft-skills-page .skills-content .training-section .training-container .training-features .feature{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem}.soft-skills-page .skills-content .training-section .training-container .training-features .feature .feature-icon{font-size:2.5rem;color:#9a8c98;margin-bottom:1rem}.soft-skills-page .skills-content .training-section .training-container .training-features .feature h4{color:#203864;font-size:1.3rem;margin-bottom:1rem}.soft-skills-page .skills-content .training-section .training-container .training-features .feature p{color:#22223b;line-height:1.6;margin:0}.skill-category.codes-standards{border-left:4px solid #e74c3c}.skill-category.software{border-left:4px solid #f39c12}.skill-category.drawing-modeling{border-left:4px solid #3498db}@media (max-width: 768px){.soft-skills-page .skills-content{padding:0 1rem}.soft-skills-page .skills-content .skills-intro{padding:2rem 1.5rem}.soft-skills-page .skills-content .skills-grid{grid-template-columns:1fr;gap:1.5rem}.soft-skills-page .skills-content .standards-grid{grid-template-columns:1fr}.soft-skills-page .skills-content .software-grid{grid-template-columns:1fr}.soft-skills-page .skills-content .highlights-grid{grid-template-columns:1fr}.soft-skills-page .skills-content .certifications-grid{grid-template-columns:1fr}.soft-skills-page .skills-content .training-features{grid-template-columns:1fr}}.it-system-page .page-header{background:linear-gradient(135deg, rgba(34,34,59,0.8), rgba(154,140,152,0.8));color:white;padding:3rem 0;text-align:center;margin-bottom:3rem}.it-system-page .page-header p{font-size:1.2rem;opacity:0.9;max-width:800px;margin:0 auto}.it-system-page .it-content{max-width:1400px;margin:0 auto;padding:0 2rem}.it-system-page .it-content .it-intro{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2.5rem;margin-bottom:3rem;text-align:center}.it-system-page .it-content .it-intro h2{color:#203864;font-size:1.8rem;margin-bottom:1.5rem}.it-system-page .it-content .it-intro p{font-size:1.1rem;line-height:1.7;color:#22223b;max-width:800px;margin:0 auto}.it-system-page .it-content .network-diagram{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;margin:3rem 0;overflow-x:auto}.it-system-page .it-content .network-diagram .diagram-container{min-width:1200px;position:relative}.it-system-page .it-content .network-diagram .diagram-container .diagram{width:100%;height:auto;border-radius:8px}.it-system-page .it-content .network-diagram .diagram-container .diagram-legend{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1rem}.it-system-page .it-content .network-diagram .diagram-container .diagram-legend .legend-item{display:flex;align-items:center;gap:0.5rem;padding:0.5rem;background:rgba(255,255,255,0.05);border-radius:4px}.it-system-page .it-content .network-diagram .diagram-container .diagram-legend .legend-item .legend-color{width:20px;height:20px;border-radius:4px}.it-system-page .it-content .network-diagram .diagram-container .diagram-legend .legend-item .legend-text{color:#22223b;font-size:0.9rem}.it-system-page .it-content .infrastructure-sections{display:grid;grid-template-columns:repeat(auto-fit, minmax(400px, 1fr));gap:2rem;margin:3rem 0}.it-system-page .it-content .infrastructure-sections .infrastructure-section{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem}.it-system-page .it-content .infrastructure-sections .infrastructure-section h3{color:#203864;font-size:1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:0.75rem}.it-system-page .it-content .infrastructure-sections .infrastructure-section h3 .section-icon{font-size:1.5rem;color:#9a8c98}.it-system-page .it-content .infrastructure-sections .infrastructure-section .section-content{color:#22223b;line-height:1.6}.it-system-page .it-content .infrastructure-sections .infrastructure-section .section-content p{margin-bottom:1rem}.it-system-page .it-content .infrastructure-sections .infrastructure-section .section-content p:last-child{margin-bottom:0}.it-system-page .it-content .infrastructure-sections .infrastructure-section .component-list{margin-top:1.5rem}.it-system-page .it-content .infrastructure-sections .infrastructure-section .component-list .component-item{display:flex;align-items:center;gap:1rem;padding:0.75rem 0;border-bottom:1px solid rgba(255,255,255,0.1)}.it-system-page .it-content .infrastructure-sections .infrastructure-section .component-list .component-item:last-child{border-bottom:none}.it-system-page .it-content .infrastructure-sections .infrastructure-section .component-list .component-item .component-icon{width:40px;height:40px;background:rgba(154,140,152,0.2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#9a8c98;font-size:1.2rem}.it-system-page .it-content .infrastructure-sections .infrastructure-section .component-list .component-item .component-info{flex:1}.it-system-page .it-content .infrastructure-sections .infrastructure-section .component-list .component-item .component-info .component-name{color:#203864;font-weight:600;font-size:1rem;margin-bottom:0.25rem}.it-system-page .it-content .infrastructure-sections .infrastructure-section .component-list .component-item .component-info .component-description{color:#22223b;font-size:0.9rem;opacity:0.8}.it-system-page .it-content .cloud-services{background:rgba(255,255,255,0.8);padding:3rem 0;margin:3rem 0}.it-system-page .it-content .cloud-services .cloud-container{max-width:1200px;margin:0 auto;padding:0 2rem}.it-system-page .it-content .cloud-services .cloud-container h2{color:#203864;font-size:2rem;text-align:center;margin-bottom:2rem}.it-system-page .it-content .cloud-services .cloud-container .cloud-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.it-system-page .it-content .cloud-services .cloud-container .cloud-grid .cloud-service{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;text-align:center}.it-system-page .it-content .cloud-services .cloud-container .cloud-grid .cloud-service .cloud-icon{font-size:3rem;color:#9a8c98;margin-bottom:1rem}.it-system-page .it-content .cloud-services .cloud-container .cloud-grid .cloud-service h4{color:#203864;font-size:1.3rem;margin-bottom:1rem}.it-system-page .it-content .cloud-services .cloud-container .cloud-grid .cloud-service p{color:#22223b;line-height:1.6}.it-system-page .it-content .security-section{margin:3rem 0}.it-system-page .it-content .security-section .security-content{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2.5rem}.it-system-page .it-content .security-section .security-content h2{color:#203864;font-size:1.8rem;text-align:center;margin-bottom:2rem}.it-system-page .it-content .security-section .security-content .security-features{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.it-system-page .it-content .security-section .security-content .security-features .security-feature{background:rgba(255,255,255,0.05);border-radius:8px;padding:1.5rem}.it-system-page .it-content .security-section .security-content .security-features .security-feature .feature-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.it-system-page .it-content .security-section .security-content .security-features .security-feature .feature-header .feature-icon{font-size:2rem;color:#9a8c98}.it-system-page .it-content .security-section .security-content .security-features .security-feature .feature-header h4{color:#203864;font-size:1.2rem;margin:0}.it-system-page .it-content .security-section .security-content .security-features .security-feature p{color:#22223b;line-height:1.6;margin:0}.it-system-page .it-content .connectivity-section{background:linear-gradient(135deg, rgba(34,34,59,0.1), rgba(154,140,152,0.1));padding:3rem 0;margin:3rem 0}.it-system-page .it-content .connectivity-section .connectivity-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.it-system-page .it-content .connectivity-section .connectivity-container h2{color:#203864;font-size:2rem;margin-bottom:2rem}.it-system-page .it-content .connectivity-section .connectivity-container .connectivity-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.it-system-page .it-content .connectivity-section .connectivity-container .connectivity-grid .connectivity-item{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem}.it-system-page .it-content .connectivity-section .connectivity-container .connectivity-grid .connectivity-item .connectivity-icon{font-size:2.5rem;color:#9a8c98;margin-bottom:1rem}.it-system-page .it-content .connectivity-section .connectivity-container .connectivity-grid .connectivity-item h4{color:#203864;font-size:1.3rem;margin-bottom:1rem}.it-system-page .it-content .connectivity-section .connectivity-container .connectivity-grid .connectivity-item p{color:#22223b;line-height:1.6;margin:0}.infrastructure-section.servers{border-left:4px solid #e74c3c}.infrastructure-section.storage{border-left:4px solid #f39c12}.infrastructure-section.network{border-left:4px solid #3498db}.infrastructure-section.security{border-left:4px solid #9b59b6}@media (max-width: 768px){.it-system-page .it-content{padding:0 1rem}.it-system-page .it-content .it-intro{padding:2rem 1.5rem}.it-system-page .it-content .network-diagram{padding:1rem}.it-system-page .it-content .network-diagram .diagram-container{min-width:auto}.it-system-page .it-content .network-diagram .diagram-container .diagram-legend{grid-template-columns:1fr}.it-system-page .it-content .infrastructure-sections{grid-template-columns:1fr;gap:1.5rem}.it-system-page .it-content .cloud-grid{grid-template-columns:1fr}.it-system-page .it-content .security-features{grid-template-columns:1fr}.it-system-page .it-content .connectivity-grid{grid-template-columns:1fr}}.projects-locations-page .page-header{background:linear-gradient(135deg, rgba(34,34,59,0.8), rgba(154,140,152,0.8));color:white;padding:3rem 0;text-align:center;margin-bottom:3rem}.projects-locations-page .page-header p{font-size:1.2rem;opacity:0.9;max-width:800px;margin:0 auto}.projects-locations-page .locations-content{max-width:1400px;margin:0 auto;padding:0 2rem}.projects-locations-page .locations-content .locations-intro{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2.5rem;margin-bottom:3rem;text-align:center}.projects-locations-page .locations-content .locations-intro h2{color:#203864;font-size:1.8rem;margin-bottom:1.5rem}.projects-locations-page .locations-content .locations-intro p{font-size:1.1rem;line-height:1.7;color:#22223b;max-width:800px;margin:0 auto}.projects-locations-page .locations-content .map-section{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;margin:3rem 0}.projects-locations-page .locations-content .map-section .map-container{position:relative;height:600px;border-radius:8px;overflow:hidden}.projects-locations-page .locations-content .map-section .map-container .map{width:100%;height:100%;border:none}.projects-locations-page .locations-content .map-section .map-container .map-overlay{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-radius:8px;padding:1rem;max-width:300px;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.projects-locations-page .locations-content .map-section .map-container .map-overlay h4{color:#203864;font-size:1.2rem;margin-bottom:0.5rem}.projects-locations-page .locations-content .map-section .map-container .map-overlay .location-stats{font-size:0.9rem;color:#22223b}.projects-locations-page .locations-content .map-section .map-container .map-overlay .location-stats .stat-item{display:flex;justify-content:space-between;margin-bottom:0.25rem}.projects-locations-page .locations-content .map-section .map-container .map-overlay .location-stats .stat-item .stat-label{font-weight:600}.projects-locations-page .locations-content .map-section .map-container .map-overlay .location-stats .stat-item .stat-value{color:#9a8c98}.projects-locations-page .locations-content .locations-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:2rem;margin:3rem 0}.projects-locations-page .locations-content .locations-grid .location-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;transition:transform 0.3s ease}.projects-locations-page .locations-content .locations-grid .location-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.projects-locations-page .locations-content .locations-grid .location-card .location-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.projects-locations-page .locations-content .locations-grid .location-card .location-header .location-icon{font-size:2.5rem;color:#9a8c98}.projects-locations-page .locations-content .locations-grid .location-card .location-header .location-info{flex:1}.projects-locations-page .locations-content .locations-grid .location-card .location-header .location-info .location-name{color:#203864;font-size:1.4rem;font-weight:600;margin-bottom:0.25rem}.projects-locations-page .locations-content .locations-grid .location-card .location-header .location-info .location-country{color:#22223b;font-size:1rem;opacity:0.8}.projects-locations-page .locations-content .locations-grid .location-card .location-stats{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;margin-bottom:1.5rem}.projects-locations-page .locations-content .locations-grid .location-card .location-stats .stat-item{text-align:center;padding:1rem;background:rgba(255,255,255,0.05);border-radius:8px}.projects-locations-page .locations-content .locations-grid .location-card .location-stats .stat-item .stat-number{font-size:1.5rem;font-weight:700;color:#9a8c98;margin-bottom:0.25rem}.projects-locations-page .locations-content .locations-grid .location-card .location-stats .stat-item .stat-label{font-size:0.9rem;color:#22223b;opacity:0.8}.projects-locations-page .locations-content .locations-grid .location-card .location-projects .projects-title{color:#203864;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.projects-locations-page .locations-content .locations-grid .location-card .location-projects .project-list{list-style:none;padding:0;margin:0}.projects-locations-page .locations-content .locations-grid .location-card .location-projects .project-list .project-item{display:flex;align-items:center;gap:0.75rem;padding:0.5rem 0;border-bottom:1px solid rgba(255,255,255,0.1)}.projects-locations-page .locations-content .locations-grid .location-card .location-projects .project-list .project-item:last-child{border-bottom:none}.projects-locations-page .locations-content .locations-grid .location-card .location-projects .project-list .project-item .project-icon{width:30px;height:30px;background:rgba(154,140,152,0.2);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#9a8c98;font-size:0.9rem}.projects-locations-page .locations-content .locations-grid .location-card .location-projects .project-list .project-item .project-info{flex:1}.projects-locations-page .locations-content .locations-grid .location-card .location-projects .project-list .project-item .project-info .project-name{color:#22223b;font-weight:600;font-size:0.95rem;margin-bottom:0.25rem}.projects-locations-page .locations-content .locations-grid .location-card .location-projects .project-list .project-item .project-info .project-type{color:#22223b;font-size:0.85rem;opacity:0.7}.projects-locations-page .locations-content .locations-grid .location-card .location-projects .project-list .project-item .project-status{padding:0.25rem 0.5rem;border-radius:4px;font-size:0.8rem;font-weight:600}.projects-locations-page .locations-content .locations-grid .location-card .location-projects .project-list .project-item .project-status.completed{background:rgba(39,174,96,0.2);color:#27ae60}.projects-locations-page .locations-content .locations-grid .location-card .location-projects .project-list .project-item .project-status.ongoing{background:rgba(243,156,18,0.2);color:#f39c12}.projects-locations-page .locations-content .locations-grid .location-card .location-projects .project-list .project-item .project-status.planned{background:rgba(52,152,219,0.2);color:#3498db}.projects-locations-page .locations-content .region-breakdown{background:rgba(255,255,255,0.8);padding:3rem 0;margin:3rem 0}.projects-locations-page .locations-content .region-breakdown .region-container{max-width:1200px;margin:0 auto;padding:0 2rem}.projects-locations-page .locations-content .region-breakdown .region-container h2{color:#203864;font-size:2rem;text-align:center;margin-bottom:2rem}.projects-locations-page .locations-content .region-breakdown .region-container .region-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.projects-locations-page .locations-content .region-breakdown .region-container .region-grid .region-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;text-align:center}.projects-locations-page .locations-content .region-breakdown .region-container .region-grid .region-card .region-icon{font-size:3rem;color:#9a8c98;margin-bottom:1rem}.projects-locations-page .locations-content .region-breakdown .region-container .region-grid .region-card h3{color:#203864;font-size:1.4rem;margin-bottom:1rem}.projects-locations-page .locations-content .region-breakdown .region-container .region-grid .region-card .region-stats{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;margin-bottom:1.5rem}.projects-locations-page .locations-content .region-breakdown .region-container .region-grid .region-card .region-stats .stat .stat-number{font-size:1.3rem;font-weight:700;color:#9a8c98;margin-bottom:0.25rem}.projects-locations-page .locations-content .region-breakdown .region-container .region-grid .region-card .region-stats .stat .stat-label{font-size:0.85rem;color:#22223b;opacity:0.8}.projects-locations-page .locations-content .region-breakdown .region-container .region-grid .region-card .region-projects .project-count{color:#22223b;font-size:0.9rem;margin-bottom:0.5rem}.projects-locations-page .locations-content .region-breakdown .region-container .region-grid .region-card .region-projects .project-types{display:flex;flex-wrap:wrap;gap:0.5rem;justify-content:center}.projects-locations-page .locations-content .region-breakdown .region-container .region-grid .region-card .region-projects .project-types .project-type{background:rgba(154,140,152,0.2);color:#9a8c98;padding:0.25rem 0.5rem;border-radius:4px;font-size:0.8rem;font-weight:600}.projects-locations-page .locations-content .global-reach{margin:3rem 0}.projects-locations-page .locations-content .global-reach .reach-content{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:12px;padding:2.5rem;text-align:center}.projects-locations-page .locations-content .global-reach .reach-content h2{color:#203864;font-size:1.8rem;margin-bottom:1.5rem}.projects-locations-page .locations-content .global-reach .reach-content p{font-size:1.1rem;line-height:1.7;color:#22223b;max-width:800px;margin:0 auto 2rem}.projects-locations-page .locations-content .global-reach .reach-content .reach-stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:2rem}.projects-locations-page .locations-content .global-reach .reach-content .reach-stats .reach-stat .stat-number{font-size:2.5rem;font-weight:700;color:#9a8c98;margin-bottom:0.5rem}.projects-locations-page .locations-content .global-reach .reach-content .reach-stats .reach-stat .stat-label{color:#22223b;font-size:1rem;font-weight:600}.location-card.middle-east{border-left:4px solid #e74c3c}.location-card.north-america{border-left:4px solid #3498db}.location-card.europe{border-left:4px solid #9b59b6}.location-card.asia{border-left:4px solid #f39c12}.location-card.africa{border-left:4px solid #1abc9c}@media (max-width: 768px){.projects-locations-page .locations-content{padding:0 1rem}.projects-locations-page .locations-content .locations-intro{padding:2rem 1.5rem}.projects-locations-page .locations-content .map-section{padding:1rem}.projects-locations-page .locations-content .map-section .map-container{height:400px}.projects-locations-page .locations-content .map-section .map-container .map-overlay{position:relative;top:auto;right:auto;max-width:none;margin-top:1rem}.projects-locations-page .locations-content .locations-grid{grid-template-columns:1fr;gap:1.5rem}.projects-locations-page .locations-content .region-grid{grid-template-columns:1fr}.projects-locations-page .locations-content .reach-stats{grid-template-columns:repeat(2, 1fr);gap:1rem}}.dark-theme .main-header .navbar-toggler-icon{filter:brightness(0) !important}.dark-theme .main-header .navbar .navbar-collapse ul li{margin-left:1.5rem}.dark-theme .main-header .navbar .navbar-collapse ul li a{color:#22223b !important}.dark-theme .main-header .navbar .navbar-collapse ul li a:hover{color:#22223b !important}.dark-theme .main-header .navbar .navbar-collapse ul li a.active,.dark-theme .main-header .navbar .navbar-collapse ul li a.selected{border-bottom:3px solid #22223b !important}.dark-theme .main-footer{color:#22223b !important}.dark-theme .main-footer .footer-social a{color:#22223b !important}.dark-theme .main-footer .footer-social a:hover{color:#9a8c98 !important}.dark-theme .main-footer .footer-copyright{color:#22223b !important}.projects-page{width:100%;margin:100px auto;padding:40px 24px;box-sizing:border-box;position:relative;display:flex;align-items:flex-start}.projects-page .side-bar{width:220px;min-width:160px;max-width:240px;flex-shrink:0;padding-right:20px;box-sizing:border-box;color:#22223b;font-size:0.93rem;background:none;display:flex;flex-direction:column;gap:10px}.projects-page .side-bar .sidebar-section{margin-bottom:10px}.projects-page .side-bar .sidebar-link{color:#22223b;text-decoration:none;font-size:0.97rem;display:flex;align-items:center;gap:5px;font-weight:400;opacity:0.85;transition:color 0.2s}.projects-page .side-bar .sidebar-link:hover,.projects-page .side-bar .sidebar-link.active{color:#9a8c98;opacity:1;text-decoration:underline}.projects-page .side-bar .sidebar-title{font-weight:700;font-size:0.85rem;letter-spacing:0.5px;margin-bottom:4px;margin-top:8px;color:#203864 !important;text-transform:uppercase;opacity:1 !important;filter:none !important;mix-blend-mode:normal !important;isolation:isolate !important}.projects-page .side-bar .sidebar-list{list-style:none;padding:0;margin:0;font-size:0.8rem}.projects-page .side-bar .sidebar-list li{font-size:0.8rem;color:#22223b;opacity:0.85;margin-bottom:1px;font-weight:400}.projects-page .side-bar .sidebar-list li:last-child{margin-bottom:0}.projects-page .side-bar .sidebar-list li a{color:#22223b;text-decoration:none;font-weight:400;transition:color 0.2s, text-decoration 0.2s}.projects-page .side-bar .sidebar-list li a.active{font-weight:700;text-decoration:underline;color:#3498db}.projects-page .project-detail-content{flex:1 1 0%;display:flex;gap:40px;align-items:flex-start;isolation:isolate !important}.projects-page .project-detail-content .project-detail-left{flex:1;font-size:0.9rem;line-height:1.5;isolation:isolate !important}.projects-page .project-detail-content .project-detail-left .project-categories-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.projects-page .project-detail-content .project-detail-left .project-categories-tags .category-tag{background:#9a8c98;color:#fff;padding:4px 12px;border-radius:16px;font-size:0.75rem;font-weight:500}.projects-page .project-detail-content .project-detail-left .project-details-section{margin-bottom:20px}.projects-page .project-detail-content .project-detail-left .project-details-section .project-details-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:12px;margin-bottom:16px}.projects-page .project-detail-content .project-detail-left .project-details-section .project-details-grid .detail-item{font-size:0.85rem;line-height:1.4;padding:8px 12px;background:rgba(0,0,0,0.02);border-radius:6px;border-left:3px solid #9a8c98}.projects-page .project-detail-content .project-detail-left .project-details-section .project-details-grid .detail-item strong{color:#22223b;font-weight:600}.projects-page .project-detail-content .project-detail-left .project-details-section .project-scope-section h4{font-size:0.95rem;font-weight:600;margin:0 0 8px 0;color:#4a4e69;text-transform:uppercase}.projects-page .project-detail-content .project-detail-left .project-details-section .project-scope-section p{font-size:0.85rem;line-height:1.5;margin:0;color:#22223b}.projects-page .project-detail-content .project-detail-left .project-separator{border:none;height:1px;background:#22223b;margin:20px 0;opacity:0.3}.projects-page .project-detail-content .project-detail-left .project-work-item{margin-bottom:20px}.projects-page .project-detail-content .project-detail-left .project-work-item .work-details{margin-bottom:16px}.projects-page .project-detail-content .project-detail-left .project-work-item .work-details .work-detail-line{margin-bottom:8px;font-size:0.85rem}.projects-page .project-detail-content .project-detail-left .project-work-item .work-details .work-detail-line strong{font-weight:600;color:#22223b}.projects-page .project-detail-content .project-detail-left .project-work-item .work-details h4{font-size:0.95rem;font-weight:600;margin:16px 0 8px 0;color:#4a4e69;text-transform:uppercase}.projects-page .project-detail-content .project-detail-left .project-work-item .work-details ul{margin:0 0 12px 0;padding-left:18px;font-size:0.85rem}.projects-page .project-detail-content .project-detail-left .project-work-item .work-details ul li{margin-bottom:4px}.projects-page .project-detail-content .project-detail-left .work-images{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.projects-page .project-detail-content .project-detail-left .work-images a{display:block}.projects-page .project-detail-content .project-detail-left .work-images img{width:120px;height:90px;object-fit:cover;border:1px solid #bdbdbd}.projects-page .project-detail-content .project-detail-right{flex-shrink:0;width:300px}.projects-page .project-detail-content .project-detail-right a{display:block}.projects-page .project-detail-content .project-detail-right .project-main-image{width:100%;height:auto;box-shadow:0 2px 12px rgba(0,0,0,0.1)}.projects-page .projects-masonry-grid{flex:1 1 0%;column-count:4;column-gap:12px;width:100%;margin:0 auto}.projects-page .projects-masonry-grid .masonry-item{break-inside:avoid;margin-bottom:12px;width:100%;display:block;position:relative}.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper{position:relative;width:100%;display:block;overflow:hidden}.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper img{width:100%;display:block;box-shadow:0 2px 8px rgba(0,0,0,0.04);background:#f8f8f8}.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper .project-overlay{position:absolute;left:0;right:0;bottom:0;top:0;background:rgba(0,0,0,0.75);color:#fff;opacity:0;transition:opacity 0.2s;display:flex;align-items:flex-end;pointer-events:none}.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper:hover .project-overlay,.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper .project-overlay:focus{opacity:1;pointer-events:auto}.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper .project-info{width:100%;padding:24px 16px 16px 16px;box-sizing:border-box;text-align:left}.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper .project-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:8px;letter-spacing:0.5px}.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper .project-categories{display:flex;flex-wrap:wrap;gap:6px}.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper .category{font-size:0.72rem;color:#fff;font-weight:400;background:rgba(255,255,255,0.12);border-radius:12px;padding:2px 10px 2px 10px;line-height:1.5;letter-spacing:0.2px;display:inline-block;margin:0}.projects-page .projects-masonry-grid .masonry-item .fancybox-link{position:absolute;top:8px;right:8px;background:rgba(0,0,0,0.7);color:white;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;opacity:0;transition:opacity 0.2s;z-index:10}.projects-page .projects-masonry-grid .masonry-item .fancybox-link:hover{background:rgba(0,0,0,0.9);color:white}.projects-page .projects-masonry-grid .masonry-item .fancybox-link i{font-size:14px}.projects-page .projects-masonry-grid .masonry-item:hover .fancybox-link{opacity:1}@media (max-width: 1400px){.projects-page .projects-masonry-grid{column-count:3}}@media (max-width: 1100px){.projects-page .side-bar{width:180px;padding-right:16px;font-size:0.95rem}.projects-page .projects-masonry-grid{column-count:2}.projects-page .project-detail-content{flex-direction:column;gap:24px}.projects-page .project-detail-content .project-detail-right{width:100%;order:-1}}.projects-page .side-bar .mobile-download{display:none}.projects-page .side-bar .mobile-filter-toggle{display:none}.projects-page .side-bar .mobile-filter-content{display:none}@media (max-width: 900px){.projects-page{flex-direction:column}.projects-page .side-bar{width:100%;max-width:100%;min-width:0;padding-right:0;margin-bottom:24px;position:relative}.projects-page .side-bar .mobile-download{display:block;margin-bottom:16px;padding-left:5px}.projects-page .side-bar .mobile-filter-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:#fff;border:1px solid #bdbdbd;border-radius:6px;cursor:pointer;font-size:0.9rem;color:#22223b;font-weight:500}.projects-page .side-bar .mobile-filter-toggle .filter-text{display:flex;align-items:center;gap:8px}.projects-page .side-bar .mobile-filter-toggle .filter-icon{transition:transform 0.2s}.projects-page .side-bar .mobile-filter-toggle.active .filter-icon{transform:rotate(180deg)}.projects-page .side-bar .mobile-filter-content{display:none;background:#fff;border:1px solid #bdbdbd;border-top:none;border-radius:0 0 6px 6px;padding:16px;margin-top:-1px;position:absolute;top:100%;left:0;right:0;z-index:1000}.projects-page .side-bar .mobile-filter-content.active{display:block}.projects-page .side-bar .mobile-filter-content .sidebar-section{margin-bottom:16px}.projects-page .side-bar .mobile-filter-content .sidebar-section:last-child{margin-bottom:0}.projects-page .side-bar .desktop-only{display:none !important}.projects-page .projects-masonry-grid{column-count:2}}@media (max-width: 600px){.projects-page{padding:16px 4px}.projects-page .projects-masonry-grid{column-count:1;column-gap:0}.projects-page .projects-masonry-grid .masonry-item{margin-bottom:8px}.projects-page .project-detail-content .work-images img{width:80px;height:60px}}.projects footer.main-footer{position:relative}.project-stats{position:relative;padding:120px 0 80px;background:transparent;min-height:60vh;display:flex;align-items:center}.project-stats .container{max-width:1200px;width:100%;padding:0 clamp(16px, 3vw, 48px);margin:0 auto}.project-stats .stats-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;margin-bottom:4rem}.project-stats .stat-card{background:#fff;border-radius:20px;padding:3rem 2rem;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,0.1);transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden;opacity:0;transform:translateY(30px)}.project-stats .stat-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, #22223b, #4a4e69, #9a8c98);transform:scaleX(0);transition:transform 0.6s ease}.project-stats .stat-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,0.15)}.project-stats .stat-card:hover::before{transform:scaleX(1)}.project-stats .stat-card:hover .stat-icon{transform:scale(1.1);color:#22223b}.project-stats .stat-card.animate{opacity:1;transform:translateY(0)}.project-stats .stat-card .stat-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(34,34,59,0.1), rgba(74,78,105,0.1));border-radius:50%;color:#4a4e69;transition:all 0.4s ease}.project-stats .stat-card .stat-icon svg{width:48px;height:48px}.project-stats .stat-card .stat-number{font-size:3.5rem;font-weight:700;color:#22223b;margin-bottom:0.5rem;line-height:1;font-family:'Inter', sans-serif;background:linear-gradient(135deg, #22223b, #4a4e69);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.project-stats .stat-card .stat-label{font-size:1.1rem;color:#22223b;font-weight:500;text-transform:uppercase;letter-spacing:0.5px}.project-stats .stat-card .stat-sublabel{font-size:0.8rem;color:rgba(34,34,59,0.7);font-weight:400;margin-top:0.25rem;letter-spacing:0.3px}.project-stats .stats-arrow{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:30;animation:bounce 2s infinite;text-align:center}.project-stats .stats-arrow .scroll-arrow{color:#22223b;background:transparent;border-radius:50%;width:50px;height:50px;transition:all 0.3s ease}.project-stats .stats-arrow .scroll-arrow:hover{background:rgba(34,34,59,0.1);color:#22223b;transform:translateY(-3px)}.project-stats .stats-arrow .scroll-arrow svg{width:24px;height:24px}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}.projects-map .stats-arrow{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:30;animation:bounce 2s infinite;text-align:center}.projects-map .stats-arrow .scroll-arrow{color:#22223b;background:transparent;border-radius:50%;width:50px;height:50px;transition:all 0.3s ease;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.projects-map .stats-arrow .scroll-arrow:hover{background:rgba(34,34,59,0.1);color:#22223b;transform:translateY(-3px)}.projects-map .stats-arrow .scroll-arrow svg{width:24px;height:24px}@keyframes countUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.project-stats{padding:80px 0 60px}.project-stats .stats-grid{grid-template-columns:repeat(2, 1fr);gap:1.25rem}.project-stats .stat-card{padding:2rem 1.5rem}.project-stats .stat-card .stat-icon{width:60px;height:60px;margin-bottom:1rem}.project-stats .stat-card .stat-icon svg{width:36px;height:36px}.project-stats .stat-card .stat-number{font-size:2.5rem}.project-stats .stat-card .stat-label{font-size:1rem}.project-stats .stat-card .stat-sublabel{font-size:0.75rem}}@media (max-width: 480px){.project-stats{padding:60px 0 40px}.project-stats .stat-card{padding:1.5rem 1rem}.project-stats .stat-card .stat-number{font-size:2rem}.project-stats .stat-card .stat-sublabel{font-size:0.7rem}}.clients-section{position:relative;padding:60px 0 100px;background:transparent;overflow:hidden}.clients-section .container{max-width:1300px;width:100%;margin:0 auto;padding:0 clamp(16px, 3vw, 64px)}.clients-section h2{display:block;margin:0 0 3rem;text-align:center;white-space:normal;font-size:clamp(1.9rem, 3vw, 2.4rem) !important;font-weight:600;text-shadow:2px 2px 2px #fff;pointer-events:auto;z-index:10;position:relative !important;color:#203864 !important}.clients-section h2::after{content:'' !important;position:absolute !important;bottom:-25px !important;left:50% !important;transform:translateX(-50%) !important;width:80px !important;height:3px !important;background:linear-gradient(90deg, #22223b, #9a8c98) !important;border-radius:2px !important;z-index:999 !important;display:block !important;opacity:1 !important;visibility:visible !important}.clients-section .clients-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));gap:clamp(1rem, 2vw, 2rem);align-items:stretch}.clients-section .client-card{position:relative;display:flex;align-items:center;justify-content:center;padding:.75rem;opacity:0;transform:translateY(25px);transition:opacity .6s ease, transform .6s ease;transition-delay:calc(var(--client-index, 0) * 50ms)}.clients-section .client-card.visible{opacity:1;transform:translateY(0)}.clients-section .client-logo{max-width:100%;max-height:90px;width:auto;height:auto;object-fit:contain;display:block}.clients-section .no-clients{color:#22223b;opacity:.6}@media (max-width: 768px){.clients-section{padding:80px 0 100px}.clients-section .client-card{padding:.5rem}.clients-section .clients-grid{grid-template-columns:repeat(auto-fit, minmax(110px, 1fr))}}@media (max-width: 480px){.clients-section{padding:60px 0 80px}.clients-section .clients-grid{gap:.5rem}}body{background:#fff url("/images/background-gray.jpg") center top/cover fixed no-repeat;color:#22223b;font-family:'Roboto', Arial, sans-serif;margin:0;padding:0;caret-color:#fff;overflow-x:hidden;will-change:background-position}@media (prefers-reduced-motion: reduce){body{background-attachment:scroll}}@supports (-webkit-overflow-scrolling: touch){body{background-attachment:scroll}}h1{color:#203864;font-size:2.5rem;font-weight:700;text-align:left;margin:1rem 0 2rem;position:relative}h1::after{content:'';position:absolute;bottom:-10px;left:0;width:80px;height:3px;background:linear-gradient(90deg, #22223b, #9a8c98);border-radius:2px}h2{font-weight:600;line-height:1.15;position:relative;color:#203864;text-shadow:0 1px 2px rgba(255,255,255,0.55),0 0 6px rgba(255,255,255,0.35);letter-spacing:.5px}body,input,textarea{caret-color:#fff}::selection{background:#9a8c98;color:#fff}.main{overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}.error-page{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:40px 20px}.error-page .error-content{max-width:500px}.error-page .error-content h1{font-size:3rem;font-weight:700;color:#22223b;margin-bottom:20px}.error-page .error-content p{font-size:1.2rem;color:#22223b;margin-bottom:30px;opacity:0.8}.error-page .error-content .btn{padding:12px 24px;font-size:1rem;font-weight:500}
