@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}ul,ol{list-style:none}a{text-decoration:none;color:inherit}button{background:none;border:none;padding:0;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit}table{border-collapse:collapse;border-spacing:0}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{margin:0;font-weight:inherit;font-size:inherit}p{margin:0}fieldset{border:none;margin:0;padding:0}legend{padding:0}hr{border:none;margin:0}blockquote{margin:0}pre{margin:0}address{font-style:normal}figure{margin:0}figcaption{margin:0}details{display:block}summary{display:list-item;cursor:pointer}mark{background:none}small{font-size:inherit}sub,sup{font-size:inherit;line-height:inherit;position:static;vertical-align:baseline}code,kbd,samp{font-family:inherit;font-size:inherit}abbr{text-decoration:none}cite{font-style:normal}del,ins{text-decoration:none}q{quotes:none}s,u{text-decoration:none}var{font-style:normal}bdi,bdo{unicode-bidi:normal}ruby{display:inline}rt{font-size:inherit;line-height:inherit}rp{display:none}meter,progress{appearance:none;border:none;background:none}output{display:inline}template{display:none}slot{display:contents}dialog{border:none;padding:0;margin:0;background:none}menu{list-style:none;margin:0;padding:0}menuitem{display:list-item}command{display:none}keygen{display:inline-block}source{display:none}track{display:none}wbr{display:inline}canvas{display:inline-block}embed{display:inline-block}iframe{border:none}object{display:inline-block}param{display:none}video{display:inline-block}audio{display:inline-block}map{display:inline}area{display:none}base{display:none}link{display:none}meta{display:none}noscript{display:block}script{display:none}style{display:none}title{display:none}head{display:none}body{margin:0;padding:0;line-height:1}html{margin:0;padding:0}html{overflow-x:hidden;width:100%}body{font-family:'Roboto', sans-serif;font-size:16px;margin:0;padding:0;line-height:1.6;color:#203864;overflow-x:hidden;width:100%}.container{position:relative;padding:15px;width:calc(100vw - 30px);margin:auto}@media (min-width: 950px){.container{padding:20px;width:calc(100vw - 40px);padding-right:120px}}@media (min-width: 1280px){.container{padding:50px;width:calc(100vw - 100px)}}@media (min-width: 1600px){.container{padding:100px;width:calc(100vw - 200px)}}header{position:absolute;top:15px !important;left:15px !important;width:calc(100vw - 30px) !important;height:90px;z-index:1000;display:flex;align-items:center;justify-content:space-between}@media (min-width: 950px){header{justify-content:center}header .logo{position:absolute;left:0}}header .logo img{height:90px;width:auto;border-radius:8px}header .horizontal-menu,header nav ul{display:flex;justify-content:center;align-items:center;list-style:none;margin:0;padding:0}@media (max-width: 949px){header .horizontal-menu,header nav ul{display:none}}header .horizontal-menu li,header nav ul li{position:relative}header .horizontal-menu li.has-submenu:hover .submenu,header nav ul li.has-submenu:hover .submenu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}header .horizontal-menu a,header nav ul a{font-weight:bold;color:#fff;opacity:0.8;transition:0.3s all;text-decoration:none;margin:0 20px;border:none;background:none;transition:0.3s all}header .horizontal-menu a:hover,header .horizontal-menu a.active,header nav ul a:hover,header nav ul a.active{opacity:1;text-decoration:none;border:none}header .horizontal-menu .submenu,header nav ul .submenu{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%) translateY(-20px);background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:8px;padding:8px 0;min-width:180px;opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:1000;border:1px solid rgba(255,255,255,0.2);list-style:none;display:flex;flex-direction:column}header .horizontal-menu .submenu::before,header nav ul .submenu::before{content:"";position:absolute;top:-6px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid rgba(255,255,255,0.1)}header .horizontal-menu .submenu::after,header nav ul .submenu::after{content:"";position:absolute;top:-7px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(255,255,255,0.2)}header .horizontal-menu .submenu li,header nav ul .submenu li{margin:0;width:100%}header .horizontal-menu .submenu li a,header nav ul .submenu li a{color:#fff;padding:8px 16px;margin:0;display:block;font-size:0.9em;font-weight:400;transition:all 0.3s ease;border-radius:4px;margin:2px 8px;width:calc(100% - 16px);position:relative;white-space:nowrap}header .horizontal-menu .submenu li a:hover,header nav ul .submenu li a:hover{opacity:1;text-decoration:underline}header .horizontal-menu .submenu li a.active,header nav ul .submenu li a.active{opacity:1;text-decoration:underline}header .burger-menu{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;cursor:pointer;position:fixed;top:30px !important;right:15px;z-index:10010;transition:0.3s all;opacity:1}@media (min-width: 950px){header .burger-menu{right:20px;opacity:0}}@media (min-width: 1280px){header .burger-menu{right:50px}}@media (min-width: 1600px){header .burger-menu{right:100px}}header .burger-menu:focus{outline:none;box-shadow:none}header .burger-menu .burger-line{width:100%;height:3px;background:#fff;position:absolute;left:0;top:50%;transition:all 0.3s ease;transform-origin:center;box-shadow:0 0 2px rgba(0,0,0,0.3)}header .burger-menu .burger-line:nth-child(1){transform:translateY(-12px)}header .burger-menu .burger-line:nth-child(2){transform:translateY(-50%)}header .burger-menu .burger-line:nth-child(3){transform:translateY(9px)}header .burger-menu.active .burger-line:nth-child(1){transform:rotate(45deg) translateY(-50%)}header .burger-menu.active .burger-line:nth-child(2){opacity:0;transform:translateY(-50%) scale(0)}header .burger-menu.active .burger-line:nth-child(3){transform:rotate(-45deg) translateY(-50%)}header.inverted .burger-menu .burger-line{background:#203864}header.has-burger-menu .burger-menu{opacity:1}@media (min-width: 950px){header.has-burger-menu .burger-menu{opacity:1}}body.light-background header .horizontal-menu a,body.light-background header nav ul a{color:#203864;opacity:0.8}body.light-background header .horizontal-menu a:hover,body.light-background header .horizontal-menu a.active,body.light-background header nav ul a:hover,body.light-background header nav ul a.active{opacity:1;text-decoration:none;border:none;box-shadow:none;background:none}body.light-background header .horizontal-menu .submenu,body.light-background header nav ul .submenu{background:rgba(32,56,100,0.9);backdrop-filter:blur(10px);border:1px solid rgba(32,56,100,0.3)}body.light-background header .horizontal-menu .submenu::before,body.light-background header nav ul .submenu::before{border-bottom-color:rgba(32,56,100,0.9)}body.light-background header .horizontal-menu .submenu::after,body.light-background header nav ul .submenu::after{border-bottom-color:rgba(32,56,100,0.3)}body.light-background header .horizontal-menu .submenu li a,body.light-background header nav ul .submenu li a{color:#fff;padding:8px 16px;margin:0;display:block;font-size:0.9em;font-weight:400;transition:all 0.3s ease;border-radius:4px;margin:2px 8px;width:calc(100% - 16px);position:relative;white-space:nowrap}body.light-background header .horizontal-menu .submenu li a:hover,body.light-background header nav ul .submenu li a:hover{opacity:1;text-decoration:underline;box-shadow:none;background:none}body.light-background header .horizontal-menu .submenu li a.active,body.light-background header nav ul .submenu li a.active{opacity:1;text-decoration:underline}body.light-background header.above-hero .burger-menu .burger-line{background:#203864 !important}.fullscreen-menu{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0.5);-webkit-backdrop-filter:blur(15px) saturate(180%);backdrop-filter:blur(15px) saturate(180%);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),visibility 0.4s cubic-bezier(0.25, 0.8, 0.25, 1)}.fullscreen-menu.active{opacity:1;visibility:visible}.fullscreen-menu.active .fullscreen-burger-menu{opacity:1}.fullscreen-menu.active .fullscreen-burger-menu .burger-line:nth-child(1){transform:rotate(45deg) translate(0, 0)}.fullscreen-menu.active .fullscreen-burger-menu .burger-line:nth-child(2){opacity:0;transform:scale(0)}.fullscreen-menu.active .fullscreen-burger-menu .burger-line:nth-child(3){transform:rotate(-45deg) translate(0, 0)}.fullscreen-menu.active .fullscreen-menu-container{transform:scale(1)}.fullscreen-menu .fullscreen-burger-menu{position:absolute;top:15px;right:15px;width:40px;height:40px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);z-index:1}@media (min-width: 950px){.fullscreen-menu .fullscreen-burger-menu{top:20px;right:20px}}@media (min-width: 1280px){.fullscreen-menu .fullscreen-burger-menu{top:50px;right:50px}}@media (min-width: 1600px){.fullscreen-menu .fullscreen-burger-menu{top:100px;right:100px}}.fullscreen-menu .fullscreen-burger-menu .burger-line{width:100%;height:3px;background:#fff;position:absolute;left:0;top:50%;transition:all 0.3s ease;transform-origin:center;box-shadow:0 0 2px rgba(0,0,0,0.3)}.fullscreen-menu .fullscreen-burger-menu .burger-line:nth-child(1){transform:translateY(-12px)}.fullscreen-menu .fullscreen-burger-menu .burger-line:nth-child(2){transform:translateY(-50%)}.fullscreen-menu .fullscreen-burger-menu .burger-line:nth-child(3){transform:translateY(9px)}.fullscreen-menu .fullscreen-menu-container{transform:scale(1.1);transition:transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);display:flex;justify-content:center;width:100%;height:100%}.fullscreen-menu .menu-content{text-align:center}.fullscreen-menu .menu-content>ul{list-style:none;padding:0;margin:100px 0}.fullscreen-menu .menu-content>ul>li{margin:0 0 0.8rem 0;opacity:0;transform:translateY(20px);transition:transform 0.3s ease, opacity 0.3s ease}.fullscreen-menu .menu-content>ul>li.animate-in{opacity:1;transform:translateY(0)}.fullscreen-menu .menu-content>ul>li.wheel-effect>a{transition:transform 0.5s all;transform:scale(0.7);opacity:0.6;padding:0 1rem}.fullscreen-menu .menu-content>ul>li a{color:#fff;font-size:2rem;font-weight:300;text-decoration:none;letter-spacing:2px;position:relative;display:inline-block;padding:0.4rem 1rem;transition:all 0.3s ease;cursor:pointer}@media (max-width: 949px){.fullscreen-menu .menu-content>ul>li a{font-size:1.8rem}}@media (max-width: 700px){.fullscreen-menu .menu-content>ul>li a{font-size:1.6rem}}.fullscreen-menu .menu-content>ul>li a::before{content:"";position:absolute;bottom:0;left:-10px;width:calc(100% + 20px);height:2px;background:linear-gradient(to right, transparent, #fff 50%, transparent);opacity:0;transition:opacity 0.3s ease}.fullscreen-menu .menu-content>ul>li a:hover,.fullscreen-menu .menu-content>ul>li a.active{color:#fff}.fullscreen-menu .menu-content>ul>li a:hover::before,.fullscreen-menu .menu-content>ul>li a.active::before{opacity:1}.fullscreen-menu .menu-content>ul>li a .submenu-arrow{font-size:0.6em;margin-left:10px;transition:transform 0.3s ease;display:inline-block}.fullscreen-menu .menu-content>ul>li .submenu{list-style:none;padding:0;opacity:1;max-height:0;overflow:hidden;transition-delay:0s;transition:all 0.4s ease;transform:translateY(-10px)}.fullscreen-menu .menu-content>ul>li .submenu li{margin:0.3rem 0;opacity:0;transform:translateY(0);transition:all 0.3s ease}.fullscreen-menu .menu-content>ul>li .submenu li a{font-size:1.1rem;font-weight:400;color:#fff;opacity:0.8;padding:0.2rem 1rem;display:block;transition:all 0.3s ease;position:relative}@media (max-width: 949px){.fullscreen-menu .menu-content>ul>li .submenu li a{font-size:1rem}}@media (max-width: 700px){.fullscreen-menu .menu-content>ul>li .submenu li a{font-size:0.9rem}}.fullscreen-menu .menu-content>ul>li .submenu li a::before{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background:linear-gradient(to right, transparent, #fff 50%, transparent);opacity:0;transition:all 0.3s ease;transform:translateX(-50%)}.fullscreen-menu .menu-content>ul>li .submenu li a:hover{opacity:1}.fullscreen-menu .menu-content>ul>li .submenu li a:hover::before{width:60%;opacity:1}.fullscreen-menu .menu-content>ul>li .submenu li a.active{opacity:1}.fullscreen-menu .menu-content>ul>li .submenu li a.active::before{width:60%;opacity:1}.fullscreen-menu .menu-content>ul>li.has-submenu.submenu-open .submenu{transform:translateY(0);max-height:400px}.fullscreen-menu .menu-content>ul>li.has-submenu.submenu-open .submenu li{opacity:1;transform:translateY(10px);transition-delay:0.2s}.fullscreen-menu .menu-content>ul>li.has-submenu.submenu-open .submenu li:nth-child(1){transition-delay:0.3s}.fullscreen-menu .menu-content>ul>li.has-submenu.submenu-open .submenu li:nth-child(2){transition-delay:0.4s}.fullscreen-menu .menu-content>ul>li.has-submenu.submenu-open .submenu li:nth-child(3){transition-delay:0.5s}.fullscreen-menu .menu-content>ul>li.has-submenu.submenu-open .submenu li:nth-child(4){transition-delay:0.6s}.fullscreen-menu .menu-content>ul>li.has-submenu.submenu-open .submenu li:nth-child(5){transition-delay:0.7s}body.menu-open{overflow:hidden;height:100vh}body.menu-open .burger-menu{z-index:99999 !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important}section{background:#203864;padding-bottom:20px;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}section#hero{height:100vh;height:100dvh}@media (max-width: 768px){section#hero{height:calc(100vh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));height:calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px))}}section .container{margin:0 auto}section .container h2{font-size:2rem;font-weight:bold;margin:2rem auto;padding:1rem 30px 4rem;color:#fff;position:relative;width:fit-content}@media (max-width: 1279px){section .container h2{margin:5rem auto}}@media (max-width: 768px){section .container h2{font-size:1.6rem;padding:1rem 20px 3rem}}@media (max-width: 480px){section .container h2{font-size:1.4rem;padding:1rem 15px 2.5rem}}section .container h2::after{content:'';position:absolute;left:-10px;bottom:35px;width:100%;height:2px;background:linear-gradient(to right, transparent, #fff 50%, transparent)}section .container .section-content{max-width:600px;line-height:1.6;text-align:left;color:#fff}section h2,section .section-content p,section .section-content *{color:#fff;fill:#fff}section .section-content a,section .section-layout .section-content a{text-decoration:underline !important;color:inherit;transition:opacity 0.3s ease}section .section-content a:hover,section .section-layout .section-content a:hover{opacity:0.8}section .section-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 768px){section .section-layout{grid-template-columns:1fr;gap:2rem}}section .section-layout .section-content{font-size:1.1rem;line-height:1.8;max-width:unset}section .section-layout .section-content p{margin-bottom:1.5rem}section .section-layout .section-content p:last-child{margin-bottom:0}section .section-layout .section-content strong{font-weight:bold;color:#203864}section .section-image{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.1)}section .section-image img,section .section-image .slide-in-image{width:100%;height:auto;opacity:0;transform:translateX(50px);transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)}section .section-image img.animate,section .section-image .slide-in-image.animate{opacity:1;transform:translateX(0)}section .page-image-container{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.1);margin-bottom:2rem}section .page-image-container .page-image{width:100%;height:auto;display:block;opacity:1}section.inverted{background:#fff}@media (max-width: 1279px){section.inverted .container h2{margin:4rem auto}}@media (max-width: 768px){section.inverted .container h2{font-size:1.6rem;padding:1rem 20px 3rem}}@media (max-width: 480px){section.inverted .container h2{font-size:1.4rem;padding:1rem 15px 2.5rem}}section.inverted .container h2::after{left:-10px;width:calc(100% + 20px);background:linear-gradient(to right, transparent, #203864 50%, transparent)}section.inverted h2,section.inverted .section-content p,section.inverted .section-content *{color:#203864;fill:#203864}section.inverted .section-content a,section.inverted .section-layout .section-content a{text-decoration:underline !important;color:inherit;transition:opacity 0.3s ease}section.inverted .section-content a:hover,section.inverted .section-layout .section-content a:hover{opacity:0.8}section h2,section .container>div{opacity:0;transform:translateY(50px);transition:all 0.3s ease}section .container>div{transition-delay:0s}section.revealed h2,section.revealed .container>div{opacity:1;transform:translateY(0)}.main-footer{width:100%;background:#22223b;color:#fff;padding:40px 0}.main-footer .container{display:flex;flex-direction:column;align-items:center;gap:20px}.main-footer .container .footer-logo{display:flex;justify-content:center}.main-footer .container .footer-logo a{display:block}.main-footer .container .footer-logo a img{height:80px;width:auto;border-radius:8px}.main-footer .container .footer-menu-line{display:flex;align-items:center;justify-content:center;width:100%;position:relative;margin-top:20px}@media (max-width: 949px){.main-footer .container .footer-menu-line{flex-direction:column;gap:15px}}.main-footer .container .footer-menu-line .footer-menu ul{display:flex;justify-content:center;align-items:center;list-style:none;margin:0;padding:0;flex-wrap:wrap}.main-footer .container .footer-menu-line .footer-menu ul li{margin:0}.main-footer .container .footer-menu-line .footer-menu ul li .submenu{display:none !important}.main-footer .container .footer-menu-line .footer-menu ul a{font-weight:bold;color:#fff;opacity:0.8;transition:0.3s all;text-decoration:none;margin:0 20px;border:none;background:none;display:block;padding:8px 0}@media (max-width: 949px){.main-footer .container .footer-menu-line .footer-menu ul a{margin:0 10px;font-size:14px}}.main-footer .container .footer-menu-line .footer-menu ul a:hover,.main-footer .container .footer-menu-line .footer-menu ul a.active{opacity:1;text-decoration:none;border:none}.main-footer .container .footer-menu-line .footer-top-button{position:absolute;right:0;display:flex;align-items:center;gap:8px;background:none;border:none;color:#fff;cursor:pointer;font-weight:bold;opacity:0.8;transition:0.3s all;padding:8px 12px}@media (max-width: 949px){.main-footer .container .footer-menu-line .footer-top-button{position:static;margin-left:0;font-size:14px;justify-content:center}}.main-footer .container .footer-menu-line .footer-top-button .top-text{font-size:14px;letter-spacing:0.5px}.main-footer .container .footer-menu-line .footer-top-button svg{width:16px;height:16px}.main-footer .container .footer-menu-line .footer-top-button:hover{opacity:1}.main-footer .container .footer-menu-line .footer-top-button:focus{outline:none;box-shadow:none}.main-footer .container .footer-divider{width:100%;height:1px;background:rgba(255,255,255,0.2);margin:5px 0 10px 0}.main-footer .container .footer-social{display:flex;justify-content:center;align-items:center;gap:20px;margin:20px 0}.main-footer .container .footer-social .social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.1);color:#fff;text-decoration:none;transition:all 0.3s ease;font-size:20px}.main-footer .container .footer-social .social-link:hover{background:rgba(255,255,255,0.2);transform:translateY(-2px);color:#fff}.main-footer .container .footer-social .social-link i{display:block}.main-footer .container .footer-copyright{width:100%;text-align:right;font-size:14px;opacity:0.7}@media (max-width: 949px){.main-footer .container .footer-copyright{text-align:center;font-size:12px}}.services-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;margin-top:3rem}@media (max-width: 768px){.services-grid{grid-template-columns:repeat(2, 1fr);gap:1.5rem}}.services-grid .service-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem;transition:transform 0.3s ease, opacity 0.3s ease;color:#fff;text-decoration:none}.services-grid .service-card:hover{transform:translateY(-10px)}.services-grid .service-card .service-icon{margin-bottom:1.5rem}.services-grid .service-card .service-icon svg{width:80px;height:80px;color:#fff;stroke:#fff;fill:none}.services-grid .service-card h3{font-size:1.2rem;font-weight:bold;color:#fff;margin:0;line-height:1.4}.stats-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;margin-top:3rem}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2, 1fr);gap:1.5rem}}.stats-grid .stat-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem;transition:transform 0.3s ease, opacity 0.3s ease;color:#fff;text-decoration:none}.stats-grid .stat-card:hover{transform:translateY(-10px)}.stats-grid .stat-card .stat-icon{margin-bottom:1.5rem}.stats-grid .stat-card .stat-icon svg{width:80px;height:80px;color:#fff;stroke:#fff;fill:none}.stats-grid .stat-card .stat-number{font-size:3rem;font-weight:bold;color:#fff;margin-bottom:0.5rem;line-height:1;display:flex;align-items:baseline;justify-content:center;gap:0.2rem}.stats-grid .stat-card .stat-number .stat-plus{font-size:2rem;font-weight:bold;opacity:0.9;line-height:1}.stats-grid .stat-card .stat-label{font-size:1.2rem;font-weight:bold;color:#fff;margin-bottom:0.25rem;line-height:1.4}.stats-grid .stat-card .stat-sublabel{font-size:0.9rem;color:#fff;opacity:0.8;line-height:1.3}section.inverted .services-grid .service-card{color:#203864}section.inverted .services-grid .service-card .service-icon svg{color:#203864;stroke:#203864}section.inverted .services-grid .service-card h3{color:#203864}section.inverted .stats-grid .stat-card{color:#203864}section.inverted .stats-grid .stat-card .stat-icon svg{color:#203864;stroke:#203864}section.inverted .stats-grid .stat-card .stat-number{color:#203864}section.inverted .stats-grid .stat-card .stat-number .stat-plus{color:#203864}section.inverted .stats-grid .stat-card .stat-label{color:#203864}section.inverted .stats-grid .stat-card .stat-sublabel{color:#203864}.world-map-container{margin-top:3rem;width:100%;max-width:1200px;margin-left:auto;margin-right:auto;overflow:hidden;box-sizing:border-box;padding:0 1rem}@media (max-width: 768px){.world-map-container{padding:0 0.5rem}}.world-map-container .world-map-svg{width:100%;height:auto;display:block;overflow:hidden}.world-map-container .world-map-svg svg{width:100% !important;height:auto !important;max-width:100% !important;max-height:600px;display:block;box-sizing:border-box;filter:drop-shadow(8px 8px 8px rgba(0,0,0,0.3)) drop-shadow(4px 4px 4px rgba(0,0,0,0.2))}.world-map-container .world-map-svg svg[width]{width:100% !important}.world-map-container .world-map-svg svg[height]{height:auto !important}@media (max-width: 1024px){.world-map-container .world-map-svg svg{max-height:500px}}@media (max-width: 768px){.world-map-container .world-map-svg svg{max-height:400px}}@media (max-width: 480px){.world-map-container .world-map-svg svg{max-height:300px}}.world-map-container .world-map-svg .country-pointer{cursor:pointer;transition:all 0.3s ease;transform-origin:center center;transform-box:fill-box;fill:#203864 !important;stroke:white !important;stroke-width:3 !important}.world-map-container .world-map-svg .country-pointer:hover{fill:#007acc !important;stroke:#fff !important;stroke-width:4 !important;transform:scale(1.2)}@media (max-width: 768px){.world-map-container .world-map-svg .country-pointer{stroke-width:2 !important}.world-map-container .world-map-svg .country-pointer:hover{stroke-width:3 !important;transform:scale(1.1)}}.world-map-container .map-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.world-map-container .map-loading p{color:#203864;font-size:1.1rem}.world-map-container .map-loading p:after{content:'Loading world map...';animation:loading-dots 1.5s infinite}@media (max-width: 768px){.world-map-container .map-loading{min-height:300px}}@keyframes loading-dots{0%,20%{content:'Loading world map'}40%{content:'Loading world map.'}60%{content:'Loading world map..'}80%,100%{content:'Loading world map...'}}.hero-section{overflow:hidden;position:relative;min-height:100vh;min-height:100dvh}.hero-section::before{content:"";position:absolute;top:0;left:0;width:100%;height:350px;background:linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0.95) 20%, rgba(255,255,255,0.8) 40%, rgba(255,255,255,0.5) 60%, transparent 100%);pointer-events:none;z-index:998}@media (max-width: 768px){.hero-section{min-height:calc(100vh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));min-height:calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px))}}.hero-section video{position:absolute;top:50%;left:50%;width:110vw;height:110vh;min-width:110vw;min-height:110vh;transform:translate(-50%, -50%);object-fit:cover;pointer-events:none;will-change:transform}.hero-section video img{position:absolute;top:50%;left:50%;width:110vw;height:110vh;min-width:110vw;min-height:110vh;transform:translate(-50%, -50%);object-fit:cover;pointer-events:none;will-change:transform}.hero-section .hero-image{position:absolute;top:50%;left:50%;width:110vw;height:110vh;min-width:110vw;min-height:110vh;transform:translate(-50%, -50%);object-fit:cover;pointer-events:none;will-change:transform}.hero-section .hero-decor-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10;opacity:1;transform:translateX(-100px);animation:decorLineMove 20s ease-in-out infinite alternate}.hero-section .hero-decor-lines .decor-line{position:absolute;top:50%;height:140vh;background:rgba(255,255,255,0.09);transform:translateY(-50%) rotate(20deg);transform-origin:top left;will-change:transform, opacity}.hero-section .hero-decor-lines .decor-line:nth-child(1){width:40%;left:-10%;transform:translateY(-70%) rotate(20deg)}.hero-section .hero-decor-lines .decor-line:nth-child(2){width:190px;left:55%;transform:translateY(-50%) translateX(-50%) rotate(20deg)}.hero-section .hero-decor-lines .decor-line:nth-child(3){width:40%;left:98vw}@keyframes decorLineMove{from{transform:translateX(-100px)}to{transform:translateX(150px)}}.hero-section .scroll-arrow-container{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);z-index:30;animation:bounce 2s infinite}.hero-section .scroll-arrow-container .scroll-arrow{width:32px;height:32px;cursor:pointer;transition:all 0.3s ease;color:rgba(255,255,255,0.8)}.hero-section .scroll-arrow-container .scroll-arrow:hover{color:#fff;transform:translateY(-3px)}.hero-section .scroll-arrow-container .scroll-arrow:active{transform:translateY(-1px)}.hero-section .scroll-arrow-container .scroll-arrow img{width:32px;height:32px;transition:transform 0.3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.3))}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}.hero-section .hero-quotes{position:absolute;bottom:40px;z-index:15;min-width:280px;max-width:400px;pointer-events:none;position:absolute;left:20px;bottom:calc(20px + 50px)}@media (max-width: 699px){.hero-section .hero-quotes{min-width:auto;max-width:none;width:calc(100vw - 2 * 15px);left:15px;bottom:calc(15px + 100px)}}@media (min-width: 1600px){.hero-section .hero-quotes{left:100px;bottom:calc(100px + 50px)}}@media (min-width: 1280px) and (max-width: 1599px){.hero-section .hero-quotes{left:50px;bottom:calc(50px + 50px)}}@media (min-width: 950px) and (max-width: 1279px){.hero-section .hero-quotes{left:20px;bottom:calc(20px + 50px)}}@media (min-width: 700px) and (max-width: 949px){.hero-section .hero-quotes{left:15px;bottom:calc(15px + 50px)}}@media (max-width: 699px){.hero-section .hero-quotes{left:15px;bottom:calc(15px + 100px)}}.hero-section .hero-quotes .quote-container{position:relative;height:140px}@media (max-width: 699px){.hero-section .hero-quotes .quote-container{height:auto;min-height:120px}}.hero-section .hero-quotes .quote-item{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(20px);transition:all 0.8s ease-in-out;padding:25px 0}@media (max-width: 699px){.hero-section .hero-quotes .quote-item{width:calc(100% - 2 * 15px);left:15px}}.hero-section .hero-quotes .quote-item.active{opacity:1;transform:translateY(0)}.hero-section .hero-quotes .quote-item .quote-text{color:white;font-size:1.2rem;font-style:italic;margin:0 0 15px 0;line-height:1.5;font-weight:700;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;text-shadow:0 2px 8px rgba(0,0,0,0.5)}@media (max-width: 699px){.hero-section .hero-quotes .quote-item .quote-text{line-height:1.4;word-break:break-word;white-space:normal}}.hero-section .hero-quotes .quote-item .quote-author{color:rgba(255,255,255,0.9);font-size:1rem;font-weight:700;display:block;text-align:left;text-shadow:0 2px 8px rgba(0,0,0,0.5)}.hero-section .hero-title{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:20;text-align:center;pointer-events:none;padding:0;width:auto;max-width:90%}.hero-section .hero-title h1{color:#fff;font-size:3.5rem;font-weight:700;margin:0;padding:2rem 4rem;line-height:1.2;letter-spacing:2px;text-transform:uppercase;text-shadow:0 0 20px rgba(32,56,100,0.8),0 0 40px rgba(32,56,100,0.6),0 0 60px rgba(32,56,100,0.4),0 2px 4px rgba(0,0,0,0.3)}@media (min-width: 1280px){.hero-section .hero-title h1{font-size:4.5rem;padding:2.5rem 5rem}}@media (min-width: 950px) and (max-width: 1279px){.hero-section .hero-title h1{font-size:3.5rem;padding:2rem 4rem}}@media (min-width: 700px) and (max-width: 949px){.hero-section .hero-title h1{font-size:2.5rem;padding:1.5rem 3rem}}@media (max-width: 699px){.hero-section .hero-title h1{font-size:2rem;letter-spacing:1px;padding:1.5rem 2rem;text-shadow:0 0 15px rgba(32,56,100,0.8),0 0 30px rgba(32,56,100,0.6),0 2px 4px rgba(0,0,0,0.3)}}body.light-background .hero-section .hero-title h1{color:#fff;text-shadow:0 0 20px rgba(32,56,100,0.9),0 0 40px rgba(32,56,100,0.7),0 0 60px rgba(32,56,100,0.5),0 2px 4px rgba(0,0,0,0.2)}body.clients header{top:15px !important;left:15px !important;width:calc(100vw - 30px) !important}body.clients header .horizontal-menu a,body.clients header nav ul a{color:#203864 !important}body.clients header .horizontal-menu a:hover,body.clients header .horizontal-menu a.active,body.clients header nav ul a:hover,body.clients header nav ul a.active{color:#203864 !important;opacity:0.7 !important}body.clients header .burger-menu{top:75px !important;right:15px !important}body.clients header .burger-menu .burger-line{background:#203864 !important}@media (max-width: 949px){body.clients header .burger-menu{opacity:1 !important}}@media (min-width: 950px){body.clients header .burger-menu{opacity:0 !important;pointer-events:none !important}}@media (min-width: 950px){body.clients header.has-burger-menu .burger-menu{opacity:1 !important;pointer-events:auto !important}}@media (min-width: 950px){body.clients header.has-burger-menu .burger-menu{opacity:1 !important;pointer-events:auto !important}}.clients-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;margin-bottom:40px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.clients-grid .client-logo{background:white;border-radius:8px;padding:15px;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,0.7)}.clients-grid .client-logo:hover{transform:translateY(-2px)}.clients-grid .client-logo a,.clients-grid .client-logo img{max-width:100%;max-height:110px;width:auto;height:auto;object-fit:contain;transition:all 0.3s ease}.clients-grid .client-logo a:hover img{transform:scale(1.05)}.view-all-button{display:flex;justify-content:center;margin-top:40px}.view-all-button .btn-view-all{background:none;color:#203864;padding:15px 0;border:none;font-size:1.1rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:1px;position:relative;transition:all 0.3s ease}.view-all-button .btn-view-all::after{content:'';position:absolute;bottom:8px;left:50%;width:0;height:2px;background:linear-gradient(to right, transparent, #203864 50%, transparent);transform:translateX(-50%);transition:all 0.3s ease;opacity:0}.view-all-button .btn-view-all:hover{color:#203864;text-decoration:none;transform:translateY(-5px)}.view-all-button .btn-view-all:hover::after{width:100%;opacity:1}.inverted .clients-grid .client-logo{background:rgba(255,255,255,0.95);border:1px solid rgba(255,255,255,0.1)}.inverted .clients-grid .client-logo:hover{background:white}.loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#203864;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;transition:opacity 0.5s ease-in-out, visibility 0.5s ease-in-out}.loader.hidden{opacity:0;visibility:hidden}.loader-content{text-align:center;color:#fff}.loader-title{font-size:3rem;font-weight:300;margin-bottom:2rem;background:linear-gradient(90deg, #fff 0%, #9a8c98 25%, #4a4e69 50%, #9a8c98 75%, #fff 100%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientMove 15s ease-in-out infinite}@media (max-width: 950px){.loader-title{font-size:2rem}}@media (max-width: 700px){.loader-title{font-size:1.5rem}}@keyframes gradientMove{0%{background-position:200% 0%}50%{background-position:-200% 0%}100%{background-position:200% 0%}}.loader-title{animation:gradientMove 15s ease-in-out infinite, titleFloat 8s ease-in-out infinite}@keyframes titleFloat{0%,100%{transform:translateY(0px)}50%{transform:translateY(-10px)}}.section-indicators{position:fixed;right:-50px;top:50%;transform:translateY(-50%);z-index:1001;opacity:1;transition:all 0.3s ease}@media (min-width: 950px){.section-indicators{right:-65px}}@media (min-width: 1280px){.section-indicators{right:-50px}}@media (min-width: 1600px){.section-indicators{right:0}}.section-indicators ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}@media (max-width: 768px){.section-indicators ul{gap:15px}}.section-indicators ul li{position:relative;cursor:pointer;display:block;width:120px;height:10px;transition:all 0.3s ease}.section-indicators ul li .indicator{display:block;width:5px;height:5px;border-radius:0;background-color:rgba(255,255,255,0.6);border:none;position:absolute;top:10px;transition:all 0.3s ease}.section-indicators ul li .title{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#fff;font-size:0.8rem;font-weight:500;opacity:0;visibility:hidden;transition:all 0.3s ease;pointer-events:none;display:inline-block;max-width:100px}@media (max-width: 768px){.section-indicators ul li .title{font-size:0.7rem;left:15px}}.section-indicators ul li:hover .indicator{background-color:#fff;width:10px;height:10px}.section-indicators ul li:hover .title{opacity:1;visibility:visible;transform:translateY(-50%) translateX(5px)}.section-indicators ul li.active .indicator{background-color:#fff;width:7px;height:7px}.section-indicators ul li.inverted .indicator{background-color:rgba(35,56,100,0.6)}.section-indicators ul li.inverted .indicator:hover{background-color:#203864}.section-indicators ul li.inverted.active .indicator{background-color:#203864}.section-indicators ul li.inverted .title{color:#203864}.section-indicators:hover{right:0}.section-indicators:hover ul li{height:30px}@media (max-width: 950px){.section-indicators{display:none}}section#who-we-are .section-layout{display:block}section#who-we-are .section-layout .section-content{max-width:unset}section#Our-BIM-Know-How .section-layout{grid-template-columns:1fr;gap:2rem;align-items:start}section#Our-BIM-Know-How .section-layout .section-content{max-width:unset;order:2}section#Our-BIM-Know-How .section-layout .section-image{border-radius:0;box-shadow:none;order:1;width:100%;grid-column:1;overflow:hidden;height:50vh;max-height:400px;display:flex;align-items:center;justify-content:center}section#Our-BIM-Know-How .section-layout .section-image img,section#Our-BIM-Know-How .section-layout .section-image .slide-in-image{width:100%;height:100%;object-fit:cover;object-position:center center}section#Our-Success-Indicators .section-layout{align-items:start}section#Our-Success-Indicators .section-layout .section-content{max-width:unset}section#Our-Success-Indicators .section-layout .section-image{border-radius:0;box-shadow:none}section#Our-Success-Indicators .section-layout ul{padding:0;margin:0}section#Our-Success-Indicators .section-layout ul li{font-size:.95rem;line-height:1.15rem;margin-bottom:20px}section#Our-Success-Indicators .section-layout ul li b{text-decoration:underline;display:block;margin-bottom:10px;font-weight:bold}@media (min-width: 1279px){section#Our-Success-Indicators{min-height:1200px}section#Our-Success-Indicators .section-layout{grid-template-columns:1fr 3fr;align-items:start}section#Our-Success-Indicators .section-layout .section-content{max-width:unset;order:2}section#Our-Success-Indicators .section-layout .section-image{border-radius:0;box-shadow:none;order:1}section#Our-Success-Indicators .section-layout .section-image img,section#Our-Success-Indicators .section-layout .section-image .slide-in-image{transform:translateX(-50px)}section#Our-Success-Indicators .section-layout .section-image img.animate,section#Our-Success-Indicators .section-layout .section-image .slide-in-image.animate{transform:translateX(0)}section#Our-Success-Indicators .section-layout ul{padding:0;margin:0}section#Our-Success-Indicators .section-layout ul li{position:absolute;padding:0;list-style:none;width:13%;font-size:.95rem;line-height:1.15rem;padding:5px 15px 5px 5px}section#Our-Success-Indicators .section-layout ul li b{text-decoration:underline;display:block;margin-bottom:10px;position:relative}section#Our-Success-Indicators .section-layout 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 #203864;transform:rotate(45deg)}section#Our-Success-Indicators .section-layout ul li:before{content:"";display:block;width:100%;height:15px;background:#203864;position:absolute;top:-20px;left:-20px}section#Our-Success-Indicators .section-layout ul li:after{content:"";display:block;width:15px;height:125px;background:#203864;position:absolute;top:-20px;left:-20px}section#Our-Success-Indicators .section-layout ul li:nth-child(1){top:65vh;left:0}section#Our-Success-Indicators .section-layout ul li:nth-child(2){top:57vh;left:15%}section#Our-Success-Indicators .section-layout ul li:nth-child(3){top:49vh;left:30%}section#Our-Success-Indicators .section-layout ul li:nth-child(4){top:41vh;left:45%}section#Our-Success-Indicators .section-layout ul li:nth-child(5){top:33vh;left:60%}section#Our-Success-Indicators .section-layout ul li:nth-child(6){top:25vh;left:75%}section#Our-Success-Indicators .section-layout ul li:nth-child(7){top:17vh;left:90%}}section#what-we-do-mep-ict .section-layout{display:block}section#what-we-do-mep-ict .section-layout .section-content{max-width:unset}section#what-we-do-mep-ict .section-layout .mep-services-grid{display:grid;grid-template-columns:repeat(5, 1fr);grid-template-rows:auto auto;gap:2rem;list-style:none;padding:0;margin:0;width:100%}section#what-we-do-mep-ict .section-layout .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}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(-n+5){grid-row:1}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(n+6){grid-row:2}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(6){grid-column:1}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(7){grid-column:2}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(8){grid-column:3}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(9){grid-column:4}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}section#what-we-do-mep-ict .section-layout .mep-services-grid>li h3{writing-mode:vertical-lr;text-orientation:mixed;color:white;font-size:1rem;font-weight:600;padding:1rem 0.5rem;margin:0;min-width:40px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.2}section#what-we-do-mep-ict .section-layout .mep-services-grid>li ul{flex:1;padding:1rem;margin:0;list-style:none;background:white}section#what-we-do-mep-ict .section-layout .mep-services-grid>li ul li{padding:0.3rem 0;font-size:0.85rem;line-height:1.3;border-bottom:1px solid rgba(0,0,0,0.05)}section#what-we-do-mep-ict .section-layout .mep-services-grid>li ul li:last-child{border-bottom:none}@media (max-width: 1200px){section#what-we-do-mep-ict .section-layout .mep-services-grid{grid-template-columns:repeat(4, 1fr)}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(-n+4){grid-row:1}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(n+5){grid-row:2}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(5){grid-column:1}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(6){grid-column:2}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(7){grid-column:3}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(8){grid-column:4}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(9){grid-column:1;grid-row:3}}@media (max-width: 900px){section#what-we-do-mep-ict .section-layout .mep-services-grid{grid-template-columns:repeat(3, 1fr)}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(-n+3){grid-row:1}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(4),section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(5),section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(6){grid-row:2}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(7),section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(8),section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(9){grid-row:3}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(4){grid-column:1}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(5){grid-column:2}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(6){grid-column:3}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(7){grid-column:1}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(8){grid-column:2}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(9){grid-column:3}}@media (max-width: 760px){section#what-we-do-mep-ict .section-layout .mep-services-grid{grid-template-columns:repeat(2, 1fr);gap:1.5rem}section#what-we-do-mep-ict .section-layout .mep-services-grid>li{min-height:180px}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(odd){grid-column:1}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(even){grid-column:2}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(1),section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(2){grid-row:1}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(3),section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(4){grid-row:2}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(5),section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(6){grid-row:3}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(7),section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(8){grid-row:4}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(9){grid-row:5;grid-column:1}section#what-we-do-mep-ict .section-layout .mep-services-grid>li h3{font-size:0.9rem;min-width:35px}section#what-we-do-mep-ict .section-layout .mep-services-grid>li ul li{font-size:0.75rem;padding:0.2rem 0}}@media (max-width: 600px){section#what-we-do-mep-ict .section-layout .mep-services-grid{grid-template-columns:repeat(2, 1fr);gap:1.5rem}section#what-we-do-mep-ict .section-layout .mep-services-grid>li{min-height:180px}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(odd){grid-column:1}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(even){grid-column:2}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(1),section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(2){grid-row:1}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(3),section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(4){grid-row:2}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(5),section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(6){grid-row:3}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(7),section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(8){grid-row:4}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(9){grid-row:5;grid-column:1}section#what-we-do-mep-ict .section-layout .mep-services-grid>li h3{font-size:0.9rem;min-width:35px}section#what-we-do-mep-ict .section-layout .mep-services-grid>li ul li{font-size:0.75rem;padding:0.2rem 0}}@media (max-width: 400px){section#what-we-do-mep-ict .section-layout .mep-services-grid{grid-template-columns:1fr}section#what-we-do-mep-ict .section-layout .mep-services-grid>li{flex-direction:column;min-height:auto;grid-column:1 !important}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(1){grid-row:1}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(2){grid-row:2}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(3){grid-row:3}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(4){grid-row:4}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(5){grid-row:5}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(6){grid-row:6}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(7){grid-row:7}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(8){grid-row:8}section#what-we-do-mep-ict .section-layout .mep-services-grid>li:nth-child(9){grid-row:9}section#what-we-do-mep-ict .section-layout .mep-services-grid>li h3{writing-mode:horizontal-tb;text-orientation:initial;padding:0.5rem 1rem;min-width:auto}}section#what-we-do-energy-sustainability .section-layout{display:block}section#what-we-do-energy-sustainability .section-layout .section-content{max-width:unset}section#what-we-do-energy-sustainability .section-layout .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}section#what-we-do-energy-sustainability .section-layout .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}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:nth-child(1){grid-column:1;grid-row:1}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:nth-child(2){grid-column:2;grid-row:1}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:nth-child(3){grid-column:3;grid-row:1}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:nth-child(4){grid-column:4;grid-row:1}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li h3{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}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li ul{flex:1;padding:1rem;margin:0;list-style:none;background:white;color:#203864;overflow:hidden;height:100%;display:flex;flex-direction:column;justify-content:flex-start}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li ul li{padding:0.3rem 0;font-size:0.85rem;line-height:1.3;color:#203864;border-bottom:1px solid rgba(0,0,0,0.05);flex-shrink:0}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li ul li:last-child{border-bottom:none}@media (max-width: 1400px){section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li{height:300px}}@media (max-width: 1200px){section#what-we-do-energy-sustainability .section-layout .energy-services-grid{grid-template-columns:repeat(2, 1fr);grid-template-rows:auto auto;align-items:stretch}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li{height:280px}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:nth-child(1){grid-column:1;grid-row:1}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:nth-child(2){grid-column:2;grid-row:1}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:nth-child(3){grid-column:1;grid-row:2}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:nth-child(4){grid-column:2;grid-row:2}}@media (max-width: 760px){section#what-we-do-energy-sustainability .section-layout .energy-services-grid{grid-template-columns:1fr;margin:1rem 0}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li{height:240px;flex-direction:column}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:nth-child(1){grid-row:1;grid-column:1}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:nth-child(2){grid-row:2;grid-column:1}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:nth-child(3){grid-row:3;grid-column:1}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:nth-child(4){grid-row:4;grid-column:1}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li h3{writing-mode:horizontal-tb;text-orientation:initial;font-size:0.9rem;min-width:auto;padding:0.5rem 1rem}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li ul{overflow:hidden;height:auto}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li ul li{font-size:0.75rem;padding:0.2rem 0;line-height:1.2}}@media (max-width: 400px){section#what-we-do-energy-sustainability .section-layout .energy-services-grid{grid-template-columns:1fr;margin:0.5rem 0}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li{flex-direction:column;height:auto;grid-column:1 !important}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:nth-child(1){grid-row:1}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:nth-child(2){grid-row:2}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:nth-child(3){grid-row:3}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li:nth-child(4){grid-row:4}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li h3{writing-mode:horizontal-tb;text-orientation:initial;padding:0.5rem 1rem;min-width:auto;width:100%}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li ul{overflow:visible;height:auto;width:100%}section#what-we-do-energy-sustainability .section-layout .energy-services-grid>li ul li{font-size:0.75rem;padding:0.2rem 0;line-height:1.2}}section#our-soft-skills .section-layout{grid-template-columns:1fr;gap:2rem;align-items:start}section#our-soft-skills .section-layout .section-content{max-width:unset;order:2}section#our-soft-skills .section-layout .section-image{border-radius:0;box-shadow:none;order:1;width:100%;grid-column:1;overflow:hidden;height:50vh;max-height:400px;display:flex;align-items:flex-end;justify-content:center}section#our-soft-skills .section-layout .section-image img,section#our-soft-skills .section-layout .section-image .slide-in-image{width:100%;height:100%;object-fit:cover;object-position:center bottom}section#our-it-system .section-layout{display:block}section#our-it-system .section-content{max-width:unset}section#our-it-system .section-image{width:100%;margin:0;padding:0}section#our-it-system .section-image img,section#our-it-system .section-image .slide-in-image{width:100%;height:auto;object-fit:contain;display:block}section#automation .section-layout{display:block}section#automation .section-layout .section-content{max-width:unset;display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;list-style:none;padding:0;margin:2rem 0;width:100%;align-items:end}section#automation .section-layout .section-content>div{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}section#automation .section-layout .section-content>div:nth-child(1){grid-column:1;grid-row:1}section#automation .section-layout .section-content>div:nth-child(2){grid-column:2;grid-row:1}section#automation .section-layout .section-content>div:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}section#automation .section-layout .section-content>div h3{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}section#automation .section-layout .section-content>div ul{flex:1;padding:1rem;margin:0;list-style:none;background:white;color:#203864;overflow:hidden;height:100%;display:flex;flex-direction:column;justify-content:flex-start}section#automation .section-layout .section-content>div ul li{padding:0.3rem 0;font-size:0.85rem;line-height:1.3;color:#203864;border-bottom:1px solid rgba(0,0,0,0.05);flex-shrink:0}section#automation .section-layout .section-content>div ul li:last-child{border-bottom:none}@media (max-width: 1400px){section#automation .section-layout .section-content>div{height:300px}}@media (max-width: 1200px){section#automation .section-layout .section-content{grid-template-columns:repeat(2, 1fr);grid-template-rows:auto auto;align-items:stretch}section#automation .section-layout .section-content>div{height:280px}section#automation .section-layout .section-content>div:nth-child(1){grid-column:1;grid-row:1}section#automation .section-layout .section-content>div:nth-child(2){grid-column:2;grid-row:1}}@media (max-width: 760px){section#automation .section-layout .section-content{grid-template-columns:1fr;margin:1rem 0}section#automation .section-layout .section-content>div{height:240px;flex-direction:column}section#automation .section-layout .section-content>div:nth-child(1){grid-row:1;grid-column:1}section#automation .section-layout .section-content>div:nth-child(2){grid-row:2;grid-column:1}section#automation .section-layout .section-content>div h3{writing-mode:horizontal-tb;text-orientation:initial;font-size:0.9rem;min-width:auto;padding:0.5rem 1rem}section#automation .section-layout .section-content>div ul{overflow:hidden;height:auto}section#automation .section-layout .section-content>div ul li{font-size:0.75rem;padding:0.2rem 0;line-height:1.2}}@media (max-width: 400px){section#automation .section-layout .section-content{grid-template-columns:1fr;margin:0.5rem 0}section#automation .section-layout .section-content>div{flex-direction:column;height:auto;grid-column:1 !important}section#automation .section-layout .section-content>div:nth-child(1){grid-row:1}section#automation .section-layout .section-content>div:nth-child(2){grid-row:2}section#automation .section-layout .section-content>div h3{writing-mode:horizontal-tb;text-orientation:initial;padding:0.5rem 1rem;min-width:auto;width:100%}section#automation .section-layout .section-content>div ul{overflow:visible;height:auto;width:100%}section#automation .section-layout .section-content>div ul li{font-size:0.75rem;padding:0.2rem 0;line-height:1.2}}section#projects,div.projects-page{width:100%;margin:140px auto;padding:0 24px;box-sizing:border-box;position:relative;display:flex;align-items:flex-start}section#projects .side-bar,div.projects-page .side-bar{width:220px;min-width:160px;max-width:240px;flex-shrink:0;padding-right:20px;box-sizing:border-box;color:#203864;font-size:0.93rem;background:none;display:flex;flex-direction:column;gap:10px}section#projects .side-bar .sidebar-section,div.projects-page .side-bar .sidebar-section{margin-bottom:10px}section#projects .side-bar .sidebar-link,div.projects-page .side-bar .sidebar-link{color:#203864;text-decoration:none;font-size:0.97rem;display:flex;align-items:center;gap:5px;font-weight:400;opacity:0.85;transition:color 0.2s}section#projects .side-bar .sidebar-link:hover,section#projects .side-bar .sidebar-link.active,div.projects-page .side-bar .sidebar-link:hover,div.projects-page .side-bar .sidebar-link.active{color:#9a8c98;opacity:1;text-decoration:underline}section#projects .side-bar .sidebar-title,div.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}section#projects .side-bar .sidebar-list,div.projects-page .side-bar .sidebar-list{list-style:none;padding:0;margin:0;font-size:0.8rem}section#projects .side-bar .sidebar-list li,div.projects-page .side-bar .sidebar-list li{font-size:0.8rem;color:#203864;opacity:0.85;margin-bottom:1px;font-weight:400}section#projects .side-bar .sidebar-list li:last-child,div.projects-page .side-bar .sidebar-list li:last-child{margin-bottom:0}section#projects .side-bar .sidebar-list li a,div.projects-page .side-bar .sidebar-list li a{color:#203864;text-decoration:none;font-weight:400;transition:color 0.2s, text-decoration 0.2s}section#projects .side-bar .sidebar-list li a.active,div.projects-page .side-bar .sidebar-list li a.active{font-weight:700;text-decoration:underline;color:#3498db}section#projects .project-detail-content,div.projects-page .project-detail-content{flex:1 1 0%;display:flex;gap:40px;align-items:flex-start;isolation:isolate !important}section#projects .project-detail-content .project-detail-left,div.projects-page .project-detail-content .project-detail-left{flex:1;font-size:0.9rem;line-height:1.5;isolation:isolate !important}section#projects .project-detail-content .project-detail-left .project-categories-tags,div.projects-page .project-detail-content .project-detail-left .project-categories-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}section#projects .project-detail-content .project-detail-left .project-categories-tags .category-tag,div.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}section#projects .project-detail-content .project-detail-left .project-details-section,div.projects-page .project-detail-content .project-detail-left .project-details-section{margin-bottom:20px}section#projects .project-detail-content .project-detail-left .project-details-section .project-details-grid,div.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}section#projects .project-detail-content .project-detail-left .project-details-section .project-details-grid .detail-item,div.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}section#projects .project-detail-content .project-detail-left .project-details-section .project-details-grid .detail-item strong,div.projects-page .project-detail-content .project-detail-left .project-details-section .project-details-grid .detail-item strong{color:#22223b;font-weight:600}section#projects .project-detail-content .project-detail-left .project-details-section .project-scope-section h4,div.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}section#projects .project-detail-content .project-detail-left .project-details-section .project-scope-section p,div.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:#203864}section#projects .project-detail-content .project-detail-left .project-separator,div.projects-page .project-detail-content .project-detail-left .project-separator{border:none;height:1px;background:#203864;margin:20px 0;opacity:0.3}section#projects .project-detail-content .project-detail-left .project-work-item,div.projects-page .project-detail-content .project-detail-left .project-work-item{margin-bottom:20px}section#projects .project-detail-content .project-detail-left .project-work-item .work-details,div.projects-page .project-detail-content .project-detail-left .project-work-item .work-details{margin-bottom:16px}section#projects .project-detail-content .project-detail-left .project-work-item .work-details .work-detail-line,div.projects-page .project-detail-content .project-detail-left .project-work-item .work-details .work-detail-line{margin-bottom:8px;font-size:0.85rem}section#projects .project-detail-content .project-detail-left .project-work-item .work-details .work-detail-line strong,div.projects-page .project-detail-content .project-detail-left .project-work-item .work-details .work-detail-line strong{font-weight:600;color:#22223b}section#projects .project-detail-content .project-detail-left .project-work-item .work-details h4,div.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}section#projects .project-detail-content .project-detail-left .project-work-item .work-details ul,div.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}section#projects .project-detail-content .project-detail-left .project-work-item .work-details ul li,div.projects-page .project-detail-content .project-detail-left .project-work-item .work-details ul li{margin-bottom:4px}section#projects .project-detail-content .project-detail-left .work-images,div.projects-page .project-detail-content .project-detail-left .work-images{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}section#projects .project-detail-content .project-detail-left .work-images a,div.projects-page .project-detail-content .project-detail-left .work-images a{display:block}section#projects .project-detail-content .project-detail-left .work-images img,div.projects-page .project-detail-content .project-detail-left .work-images img{width:120px;height:90px;object-fit:cover;border:1px solid #bdbdbd}section#projects .project-detail-content .project-detail-right,div.projects-page .project-detail-content .project-detail-right{flex-shrink:0;width:300px}section#projects .project-detail-content .project-detail-right a,div.projects-page .project-detail-content .project-detail-right a{display:block}section#projects .project-detail-content .project-detail-right .project-main-image,div.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)}section#projects .projects-masonry-grid,div.projects-page .projects-masonry-grid{flex:1 1 0%;column-count:4;column-gap:12px;width:100%;margin:0 auto}section#projects .projects-masonry-grid .masonry-item,div.projects-page .projects-masonry-grid .masonry-item{break-inside:avoid;margin-bottom:12px;width:100%;display:block;position:relative}section#projects .projects-masonry-grid .masonry-item .project-image-wrapper,div.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper{position:relative;width:100%;display:block;overflow:hidden}section#projects .projects-masonry-grid .masonry-item .project-image-wrapper img,div.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;transition:transform 0.3s ease}section#projects .projects-masonry-grid .masonry-item .project-image-wrapper .project-overlay,div.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper .project-overlay{position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 30%, transparent 50%);color:#fff;opacity:1;transition:all 0.3s ease;display:flex;align-items:flex-end;pointer-events:auto}section#projects .projects-masonry-grid .masonry-item .project-image-wrapper:hover img,div.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper:hover img{transform:scale(1.1);transition:transform 0.3s ease}section#projects .projects-masonry-grid .masonry-item .project-image-wrapper:hover .project-title,div.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper:hover .project-title{transform:translateY(-15px);transition:transform 0.3s ease}section#projects .projects-masonry-grid .masonry-item .project-image-wrapper:hover .project-categories,div.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper:hover .project-categories{opacity:1;transform:translateY(0);transition:all 0.3s ease}section#projects .projects-masonry-grid .masonry-item .project-image-wrapper .project-info,div.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper .project-info{width:100%;padding:24px 16px 10px 16px;box-sizing:border-box;text-align:left}section#projects .projects-masonry-grid .masonry-item .project-image-wrapper .project-title,div.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper .project-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:0;letter-spacing:0.5px;text-shadow:0 1px 3px rgba(0,0,0,0.8);line-height:1.3}section#projects .projects-masonry-grid .masonry-item .project-image-wrapper .project-categories,div.projects-page .projects-masonry-grid .masonry-item .project-image-wrapper .project-categories{display:flex;flex-wrap:wrap;gap:6px;opacity:0;transform:translateY(10px);transition:all 0.3s ease}section#projects .projects-masonry-grid .masonry-item .project-image-wrapper .category,div.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.2);border-radius:12px;padding:2px 10px 2px 10px;line-height:1.5;letter-spacing:0.2px;display:inline-block;margin:0;text-shadow:0 1px 2px rgba(0,0,0,0.6)}section#projects .projects-masonry-grid .masonry-item .fancybox-link,div.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}section#projects .projects-masonry-grid .masonry-item .fancybox-link:hover,div.projects-page .projects-masonry-grid .masonry-item .fancybox-link:hover{background:rgba(0,0,0,0.9);color:white}section#projects .projects-masonry-grid .masonry-item .fancybox-link i,div.projects-page .projects-masonry-grid .masonry-item .fancybox-link i{font-size:14px}section#projects .projects-masonry-grid .masonry-item:hover .fancybox-link,div.projects-page .projects-masonry-grid .masonry-item:hover .fancybox-link{opacity:1}@media (max-width: 1400px){section#projects .projects-masonry-grid,div.projects-page .projects-masonry-grid{column-count:3}}@media (max-width: 1100px){section#projects .side-bar,div.projects-page .side-bar{width:180px;padding-right:16px;font-size:0.95rem}section#projects .projects-masonry-grid,div.projects-page .projects-masonry-grid{column-count:2}section#projects .project-detail-content,div.projects-page .project-detail-content{flex-direction:column;gap:24px}section#projects .project-detail-content .project-detail-right,div.projects-page .project-detail-content .project-detail-right{width:100%;order:-1}}section#projects .side-bar .mobile-download,div.projects-page .side-bar .mobile-download{display:none}section#projects .side-bar .mobile-filter-toggle,div.projects-page .side-bar .mobile-filter-toggle{display:none}section#projects .side-bar .mobile-filter-content,div.projects-page .side-bar .mobile-filter-content{display:none}@media (max-width: 900px){section#projects,div.projects-page{flex-direction:column}section#projects .side-bar,div.projects-page .side-bar{width:100%;max-width:100%;min-width:0;padding-right:0;margin-bottom:24px;position:relative}section#projects .side-bar .mobile-download,div.projects-page .side-bar .mobile-download{display:block;margin-bottom:16px;padding-left:5px}section#projects .side-bar .mobile-filter-toggle,div.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:#203864;font-weight:500;transition:all 0.2s ease;margin-top:2rem}section#projects .side-bar .mobile-filter-toggle:hover,div.projects-page .side-bar .mobile-filter-toggle:hover{border-color:#9a8c98;background:rgba(154,140,152,0.02)}section#projects .side-bar .mobile-filter-toggle .filter-text,div.projects-page .side-bar .mobile-filter-toggle .filter-text{display:flex;align-items:center;gap:8px}section#projects .side-bar .mobile-filter-toggle .filter-icon,div.projects-page .side-bar .mobile-filter-toggle .filter-icon{font-size:1.1rem;color:#9a8c98;font-weight:600;transition:transform 0.2s ease, color 0.2s ease;margin-left:8px}section#projects .side-bar .mobile-filter-toggle:hover .filter-icon,div.projects-page .side-bar .mobile-filter-toggle:hover .filter-icon{color:#81727f}section#projects .side-bar .mobile-filter-toggle.active,div.projects-page .side-bar .mobile-filter-toggle.active{border-color:#9a8c98;background:rgba(154,140,152,0.05)}section#projects .side-bar .mobile-filter-toggle.active .filter-icon,div.projects-page .side-bar .mobile-filter-toggle.active .filter-icon{transform:rotate(180deg);color:#9a8c98}section#projects .side-bar .mobile-filter-content,div.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;opacity:0;transform:translateY(-10px);transition:opacity 0.2s ease, transform 0.2s ease;box-shadow:0 4px 12px rgba(0,0,0,0.1)}section#projects .side-bar .mobile-filter-content.active,div.projects-page .side-bar .mobile-filter-content.active{display:block;opacity:1;transform:translateY(0)}section#projects .side-bar .mobile-filter-content .sidebar-section,div.projects-page .side-bar .mobile-filter-content .sidebar-section{margin-bottom:16px}section#projects .side-bar .mobile-filter-content .sidebar-section:last-child,div.projects-page .side-bar .mobile-filter-content .sidebar-section:last-child{margin-bottom:0}section#projects .side-bar .desktop-only,div.projects-page .side-bar .desktop-only{display:none !important}section#projects .projects-masonry-grid,div.projects-page .projects-masonry-grid{column-count:2}}@media (max-width: 600px){section#projects,div.projects-page{margin:60px auto}section#projects .projects-masonry-grid,div.projects-page .projects-masonry-grid{column-count:1;column-gap:0}section#projects .projects-masonry-grid .masonry-item,div.projects-page .projects-masonry-grid .masonry-item{margin-bottom:8px}section#projects .project-detail-content .work-images img,div.projects-page .project-detail-content .work-images img{width:80px;height:60px}}body.projects-page header .horizontal-menu a,body.projects-page header nav ul a{color:#203864 !important}body.projects-page header .horizontal-menu a:hover,body.projects-page header .horizontal-menu a.active,body.projects-page header nav ul a:hover,body.projects-page header nav ul a.active{color:#203864 !important;opacity:0.7 !important}body.projects-page header .horizontal-menu .submenu a,body.projects-page header nav ul .submenu a{color:#fff !important}body.projects-page header .horizontal-menu .submenu a:hover,body.projects-page header .horizontal-menu .submenu a.active,body.projects-page header nav ul .submenu a:hover,body.projects-page header nav ul .submenu a.active{color:#fff !important;opacity:1 !important}body.projects-page header .burger-menu .burger-line{background:#203864 !important}@media (max-width: 949px){body.projects-page header .burger-menu{opacity:1 !important}}@media (min-width: 950px){body.projects-page header .burger-menu{opacity:0 !important;pointer-events:none !important}}@media (min-width: 950px){body.projects-page header.has-burger-menu .burger-menu{opacity:1 !important;pointer-events:auto !important}}@media (min-width: 950px){body.projects-page header.has-burger-menu .burger-menu,body.projects header.has-burger-menu .burger-menu{opacity:1 !important;pointer-events:auto !important}}.project-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.95);backdrop-filter:blur(20px);z-index:10000;opacity:0;visibility:hidden;transition:all 0.5s cubic-bezier(0.16, 1, 0.3, 1)}.project-modal-overlay.active{opacity:1;visibility:visible}.project-modal{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:white;transform:scale(0.9);opacity:0;transition:all 0.6s cubic-bezier(0.16, 1, 0.3, 1);overflow:hidden;display:flex;flex-direction:column}.project-modal-overlay.active .project-modal{transform:scale(1);opacity:1}.project-modal-header{position:relative;width:100%;height:80px;background:white;display:flex;align-items:center;justify-content:flex-end;padding:0 30px;border-bottom:1px solid #e9ecef;flex-shrink:0;z-index:10}.project-modal-close{width:50px;height:50px;background:transparent;border:none;color:#203864;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s cubic-bezier(0.16, 1, 0.3, 1)}.project-modal-close:hover{transform:rotate(90deg)}.project-modal-close:hover::before,.project-modal-close:hover::after{background:#22223b}.project-modal-close::before,.project-modal-close::after{content:'';position:absolute;width:28px;height:3px;background:#203864;transition:all 0.3s cubic-bezier(0.16, 1, 0.3, 1)}.project-modal-close::before{transform:rotate(45deg)}.project-modal-close::after{transform:rotate(-45deg)}.project-modal-content{display:flex;flex:1;overflow:hidden}@media (max-width: 968px){.project-modal-content{flex-direction:column;overflow-y:auto}.project-modal-content::-webkit-scrollbar{width:4px}.project-modal-content::-webkit-scrollbar-track{background:transparent}.project-modal-content::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.2)}.project-modal-content::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0.4)}}.project-modal-left{flex:1;padding:60px;overflow-y:auto;background:white}@media (max-width: 968px){.project-modal-left{padding:30px 20px;order:2;overflow-y:visible;flex-shrink:0}}@media (min-width: 969px){.project-modal-left::-webkit-scrollbar{width:4px}.project-modal-left::-webkit-scrollbar-track{background:transparent}.project-modal-left::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.2)}.project-modal-left::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0.4)}}.project-modal-right{flex:1;position:relative;background:linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width: 968px){.project-modal-right{min-height:350px;order:1;padding:20px;flex-shrink:0}}.project-modal-right::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, rgba(0,0,0,0.1), transparent)}.project-modal-title{font-size:3rem;font-weight:300;color:#203864;margin-bottom:30px;line-height:1.1;letter-spacing:-0.02em;animation:slideInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both}@media (max-width: 968px){.project-modal-title{font-size:2.25rem}}@media (max-width: 640px){.project-modal-title{font-size:1.75rem}}.project-modal-categories{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:40px;animation:slideInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both}.project-modal-categories .category-tag{background:#203864;color:white;padding:10px 20px;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all 0.3s cubic-bezier(0.16, 1, 0.3, 1)}.project-modal-categories .category-tag:hover{background:#2c4e8b;transform:translateY(-2px)}.project-modal-details{animation:slideInUp 0.6s ease 0.4s both;transition:opacity 0.3s ease, transform 0.3s ease}.project-details-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:20px;margin-bottom:30px}.detail-item{background:transparent;padding:20px 0;border-bottom:1px solid #e9ecef;transition:all 0.3s cubic-bezier(0.16, 1, 0.3, 1)}.detail-item:last-child{border-bottom:none}.detail-item:hover{padding-left:10px}.detail-item:hover strong{color:#22223b}.detail-item strong{color:#6c757d;font-weight:500;display:block;margin-bottom:8px;font-size:0.75rem;text-transform:uppercase;letter-spacing:1px;transition:color 0.3s ease}.detail-item span{color:#203864;font-size:1.125rem;font-weight:400;display:block}.project-scope-section{background:#f8f9fa;padding:30px;margin-top:40px;border-left:3px solid #203864;animation:slideInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both}.project-scope-section h4{color:#203864;font-size:0.75rem;font-weight:600;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.project-scope-section p{color:#495057;line-height:1.8;margin:0;font-size:1rem}.project-modal-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:opacity 0.3s ease, transform 0.3s ease}.project-modal-image.loading{opacity:0.3;transform:scale(0.98)}.work-images{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:2px;margin-top:30px;animation:slideInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both}.work-images a{overflow:hidden;position:relative;transition:all 0.4s cubic-bezier(0.16, 1, 0.3, 1)}.work-images a::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,0);transition:background 0.3s ease}.work-images a:hover{transform:scale(1.02);z-index:1}.work-images a:hover::after{background:rgba(0,0,0,0.1)}.work-images a:hover img{transform:scale(1.05)}.work-images img{width:100%;height:140px;object-fit:cover;transition:transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);display:block}.project-work-item{margin-bottom:40px;padding:30px 0;background:transparent;border-top:1px solid #e9ecef;animation:slideInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both}.project-work-item .work-details{margin-bottom:20px}.project-work-item .work-detail-line{margin-bottom:10px}.project-work-item .work-detail-line strong{color:#203864;font-weight:600;margin-right:10px}.project-work-item h4{color:#203864;font-size:1.125rem;font-weight:600;margin:20px 0 15px 0}.project-work-item ul{list-style:none;padding:0;margin:0}.project-work-item ul li{position:relative;padding-left:25px;margin-bottom:8px;color:#6c757d}.project-work-item ul li::before{content:'';position:absolute;left:0;top:8px;width:6px;height:6px;background:#22223b;border-radius:50%}.project-separator{border:none;height:1px;background:#e9ecef;margin:40px 0;animation:slideInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.6s both}@keyframes slideInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.project-modal-loading{display:flex;align-items:center;justify-content:center;height:200px}.project-modal-loading .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #22223b;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.project-modal-footer{position:relative;width:100%;height:60px;background:white;display:flex;align-items:center;justify-content:flex-end;padding:0 40px;border-top:1px solid #e9ecef;flex-shrink:0;z-index:10}@media (max-width: 968px){.project-modal-footer{padding:0 20px calc(env(safe-area-inset-bottom, 0px) + 10px) 20px;height:calc(60px + env(safe-area-inset-bottom, 0px));justify-content:center;gap:20px}}.project-modal-footer .project-nav-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;cursor:pointer;transition:all 0.2s ease;color:#203864;font-size:1.2rem;position:relative;opacity:0.7}.project-modal-footer .project-nav-btn:hover{opacity:1;transform:scale(1.1);color:#22223b}.project-modal-footer .project-nav-btn:active{transform:scale(0.95)}.project-modal-footer .project-nav-btn:disabled{opacity:0.3;cursor:not-allowed;transform:none}.project-modal-footer .project-nav-btn:disabled:hover{opacity:0.3;color:#203864}.project-modal-footer .project-nav-btn i{font-size:1.2rem;font-weight:600;transform:translateY(4px);display:flex;align-items:center;justify-content:center}.project-modal-footer .project-nav-btn i.bi{display:inline-block;line-height:1;vertical-align:middle}.project-modal-footer .project-nav-btn .fallback-arrow{font-size:1.5rem;font-weight:bold;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:none}.project-modal-footer .project-nav-btn:not(.has-icon) .fallback-arrow{display:inline}.project-modal-footer .project-nav-btn:not(.has-icon) i.bi{display:none}.project-modal-footer .project-nav-info{display:none}@media (max-width: 640px){.project-modal-header{height:70px;padding:0 20px}.project-modal-close{width:40px;height:40px}.project-modal-left{padding:20px 16px}.project-modal-right{min-height:280px;padding:16px}.project-details-grid{grid-template-columns:1fr;gap:0}.work-images{grid-template-columns:repeat(auto-fit, minmax(140px, 1fr))}.work-images img{height:120px}.project-modal-footer{height:calc(50px + env(safe-area-inset-bottom, 0px));padding:0 16px calc(env(safe-area-inset-bottom, 0px) + 8px) 16px}.project-modal-footer .project-nav-btn{width:40px;height:40px}.project-modal-footer .project-nav-btn i{font-size:1rem}.project-modal-footer .project-nav-btn .fallback-arrow{font-size:1.2rem}}body.contact header{top:15px !important;left:15px !important;width:calc(100vw - 30px) !important}body.contact header .horizontal-menu a,body.contact header nav ul a{color:#203864 !important}body.contact header .horizontal-menu a:hover,body.contact header .horizontal-menu a.active,body.contact header nav ul a:hover,body.contact header nav ul a.active{color:#203864 !important;opacity:0.7 !important}body.contact header .horizontal-menu .submenu a,body.contact header nav ul .submenu a{color:#fff !important}body.contact header .horizontal-menu .submenu a:hover,body.contact header .horizontal-menu .submenu a.active,body.contact header nav ul .submenu a:hover,body.contact header nav ul .submenu a.active{color:#fff !important;opacity:1 !important}body.contact header .burger-menu{top:30px !important;right:15px !important}body.contact header .burger-menu .burger-line{background:#203864 !important}@media (max-width: 949px){body.contact header .burger-menu{opacity:1 !important}}@media (min-width: 950px){body.contact header .burger-menu{opacity:0 !important;pointer-events:none !important}}@media (min-width: 950px){body.contact header.has-burger-menu .burger-menu{opacity:1 !important;pointer-events:auto !important}}@media (min-width: 950px){body.contact header.has-burger-menu .burger-menu{opacity:1 !important;pointer-events:auto !important}}section#contact-map .section-content{max-width:800px;margin:0 auto 40px;text-align:center}section#contact-map .map-wrapper{overflow:hidden;margin-top:40px;width:100%;max-width:100%;box-sizing:border-box}section#contact-map .map-wrapper .world-map-container{width:100%;max-width:1200px;margin:0 auto;overflow:hidden;box-sizing:border-box;padding:0}section#contact-map .map-wrapper .world-map-container .world-map-svg{width:100%;height:auto;display:block;overflow:hidden}section#contact-map .map-wrapper .world-map-container .world-map-svg svg{width:100% !important;height:auto !important;max-width:100% !important;max-height:600px;display:block;box-sizing:border-box;box-shadow:0 4px 20px rgba(0,0,0,0.1)}section#contact-map .map-wrapper .world-map-container .world-map-svg svg path{fill:#203864 !important}@media (max-width: 1024px){section#contact-map .map-wrapper .world-map-container .world-map-svg svg{max-height:500px}}@media (max-width: 768px){section#contact-map .map-wrapper .world-map-container .world-map-svg svg{max-height:400px}}@media (max-width: 480px){section#contact-map .map-wrapper .world-map-container .world-map-svg svg{max-height:300px}}section#contact-map .map-wrapper .world-map-container .world-map-svg .office-marker{cursor:pointer;transition:all 0.3s ease;transform-origin:center bottom;transform-box:fill-box;opacity:1}section#contact-map .map-wrapper .world-map-container .world-map-svg .office-marker path,section#contact-map .map-wrapper .world-map-container .world-map-svg .office-marker circle{transition:all 0.3s ease;fill:#fff !important}section#contact-map .map-wrapper .world-map-container .world-map-svg .office-marker:hover path,section#contact-map .map-wrapper .world-map-container .world-map-svg .office-marker:hover circle{fill:#203864 !important}section#contact-map .map-wrapper .world-map-container .world-map-svg .office-marker ellipse{transition:opacity 0.3s ease}section#contact-map .map-wrapper .world-map-container .world-map-svg .office-marker:hover ellipse{opacity:0.7}section#contact-map .map-wrapper .world-map-container .map-loading{display:flex;justify-content:center;align-items:center;min-height:400px;color:#fff}.office-tooltip{background:#203864;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);border-radius:8px;padding:20px;min-width:250px;max-width:350px;box-shadow:0 8px 32px rgba(0,0,0,0.3);color:#fff;font-family:inherit}.office-tooltip .office-tooltip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,0.2)}.office-tooltip .office-tooltip-header h4{margin:0;font-size:1.2rem;font-weight:600;color:#fff}.office-tooltip .office-tooltip-header .office-tooltip-close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:opacity 0.2s ease}.office-tooltip .office-tooltip-header .office-tooltip-close:hover{opacity:0.7}.office-tooltip .office-tooltip-body .office-tooltip-address{margin:0 0 12px 0;font-size:0.95rem;line-height:1.6;color:#fff;opacity:0.9}.office-tooltip .office-tooltip-body .office-tooltip-phone{margin:0;font-size:0.95rem;color:#fff}.office-tooltip .office-tooltip-body .office-tooltip-phone strong{font-weight:600;opacity:0.8;margin-right:8px}.office-tooltip .office-tooltip-body .office-tooltip-phone a{color:#fff;text-decoration:none;transition:opacity 0.2s ease}.office-tooltip .office-tooltip-body .office-tooltip-phone a:hover{opacity:0.8;text-decoration:underline}@media (max-width: 768px){.office-tooltip{min-width:200px;max-width:280px;padding:15px}.office-tooltip .office-tooltip-header h4{font-size:1rem}.office-tooltip .office-tooltip-body{font-size:0.9rem}}section#contact-info .section-content{max-width:800px;margin:0 auto 50px;text-align:center}section#contact-info .offices-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:40px;margin-top:50px}@media (max-width: 768px){section#contact-info .offices-grid{grid-template-columns:1fr;gap:30px}}section#contact-info .office-card{position:relative;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.2);padding:40px 30px;transition:all 0.3s ease}section#contact-info .office-card:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.3);transform:translateY(-4px)}section#contact-info .office-card .office-badge{position:absolute;top:20px;right:20px;font-size:0.7rem;font-weight:600;color:#fff !important;background:rgba(255,255,255,0.2);padding:6px 14px;text-transform:uppercase;letter-spacing:0.5px;opacity:1 !important;text-shadow:none !important}section#contact-info .office-card .office-header{display:flex;align-items:flex-start;gap:20px;margin-bottom:30px}section#contact-info .office-card .office-header .office-flag{font-size:3rem;line-height:1;color:#fff !important}section#contact-info .office-card .office-header .office-details{flex:1}section#contact-info .office-card .office-header .office-details h3{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 12px 0}section#contact-info .office-card .office-header .office-details .office-address{font-size:1rem;color:#fff;opacity:0.7;margin:0;line-height:1.6}section#contact-info .office-card .office-contacts{display:flex;flex-direction:column;gap:16px}section#contact-info .office-card .office-contacts .contact-item{display:flex;align-items:baseline;gap:12px;font-size:1rem;color:#fff}section#contact-info .office-card .office-contacts .contact-item strong{min-width:100px;font-weight:600;opacity:0.7}section#contact-info .office-card .office-contacts .contact-item a{color:#fff;text-decoration:none;font-weight:500;transition:all 0.2s ease}section#contact-info .office-card .office-contacts .contact-item a:hover{opacity:0.8;text-decoration:underline}section#contact-form .section-content{max-width:800px;margin:0 auto 50px;text-align:center}section#contact-form .contact-form{max-width:900px;margin:50px auto 0}section#contact-form .contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px}@media (max-width: 640px){section#contact-form .contact-form .form-row{grid-template-columns:1fr;gap:20px}}section#contact-form .contact-form .form-field{position:relative;margin-bottom:30px}section#contact-form .contact-form .form-field label{display:block;font-size:0.95rem;font-weight:600;color:#203864;margin-bottom:10px;opacity:0.9}section#contact-form .contact-form .form-field input,section#contact-form .contact-form .form-field select,section#contact-form .contact-form .form-field textarea{width:100%;padding:14px 16px;border:2px solid rgba(32,56,100,0.3);font-size:1rem;color:#203864;background:#fff;transition:all 0.3s ease;font-family:inherit;box-sizing:border-box}section#contact-form .contact-form .form-field input:focus,section#contact-form .contact-form .form-field select:focus,section#contact-form .contact-form .form-field textarea:focus{outline:none;border-color:rgba(32,56,100,0.6);background:#fff}section#contact-form .contact-form .form-field input::placeholder,section#contact-form .contact-form .form-field select::placeholder,section#contact-form .contact-form .form-field textarea::placeholder{color:rgba(32,56,100,0.5)}section#contact-form .contact-form .form-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23203864' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}section#contact-form .contact-form .form-field select option{background:#fff;color:#203864}section#contact-form .contact-form .form-field textarea{resize:vertical;min-height:120px;line-height:1.6}section#contact-form .contact-form .form-actions{margin-top:40px;text-align:center}section#contact-form .contact-form .form-actions .btn-submit{padding:16px 50px;background:#22223b;color:#fff;border:2px solid #22223b;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;display:inline-flex;align-items:center;justify-content:center;gap:12px}section#contact-form .contact-form .form-actions .btn-submit:hover{background:#203864;border-color:#203864;transform:translateY(-2px);box-shadow:0 4px 12px rgba(32,56,100,0.3)}section#contact-form .contact-form .form-actions .btn-submit:active{transform:translateY(0)}section#contact-methods .contact-methods-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:40px;margin-top:50px}@media (max-width: 768px){section#contact-methods .contact-methods-grid{grid-template-columns:1fr;gap:30px}}section#contact-methods .contact-method-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.2);padding:40px 30px;text-decoration:none;transition:all 0.3s ease;display:block}section#contact-methods .contact-method-card:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.3);transform:translateY(-4px)}section#contact-methods .contact-method-card h3{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 16px 0}section#contact-methods .contact-method-card .method-value{font-size:1.25rem;font-weight:600;margin:0 0 16px 0;word-break:break-all;color:#fff}section#contact-methods .contact-method-card .method-description{font-size:0.95rem;color:#fff;opacity:0.7;margin:0;line-height:1.5}section#contact-methods .contact-method-card.email .method-value{color:#fff}@media (min-width: 1280px){section#contact-methods .contact-method-card.email{max-width:600px;margin:0 auto;justify-self:center}}section#contact-methods .contact-method-card.whatsapp .method-value{color:#fff}section#contact-methods .contact-social-links{margin-top:60px;text-align:center}section#contact-methods .contact-social-links h3{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 30px 0}section#contact-methods .contact-social-links .social-links-container{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}section#contact-methods .contact-social-links .social-links-container .social-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px;min-width:100px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.2);border-radius:8px;color:#fff;text-decoration:none;transition:all 0.3s ease}section#contact-methods .contact-social-links .social-links-container .social-link i{font-size:28px;display:block}section#contact-methods .contact-social-links .social-links-container .social-link span{font-size:0.9rem;font-weight:500}section#contact-methods .contact-social-links .social-links-container .social-link:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.3);transform:translateY(-4px);color:#fff}@media (max-width: 768px){section#contact-methods .contact-social-links{margin-top:40px}section#contact-methods .contact-social-links h3{font-size:1.3rem;margin-bottom:20px}section#contact-methods .contact-social-links .social-links-container{gap:15px}section#contact-methods .contact-social-links .social-links-container .social-link{min-width:80px;padding:15px}section#contact-methods .contact-social-links .social-links-container .social-link i{font-size:24px}section#contact-methods .contact-social-links .social-links-container .social-link span{font-size:0.8rem}}@media (max-width: 768px){section#contact-map .container,section#contact-info .container,section#contact-form .container,section#contact-methods .container{padding-left:24px;padding-right:24px}section#contact-map h2,section#contact-info h2,section#contact-form h2,section#contact-methods h2{font-size:1.8rem}}
