:root{--color-primary:#ae1f24;--color-secondary:#d32f2f;--color-neutral-light:#f9f9f9;--font-size:18px;--font-headings:"Poppins", sans-serif;--transition:all 0.3s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}ul,ol{list-style:none}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;border:none;background:none}button{cursor:pointer}.contact-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.3s ease}.contact-popup-overlay.active{opacity:1;visibility:visible}.contact-popup{background:white;border-radius:12px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative;transform:scale(0.8);transition:transform 0.3s ease}.contact-popup-overlay.active .contact-popup{transform:scale(1)}.contact-popup-header{background:var(--color-primary);color:white;padding:24px;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center}.contact-popup-header h3{margin:0;font-size:1.5rem;font-weight:600}.popup-close{background:none;border:none;color:white;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color 0.3s ease}.popup-close:hover{background-color:rgba(255,255,255,0.1)}.contact-popup-body{padding:32px 24px}.contact-form{display:block}.contact-form .form-group{margin-bottom:10px}.contact-form .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:0.95rem}.contact-form .form-group input,.contact-form .form-group textarea{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color 0.3s ease;background:white}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{outline:none;border-color:var(--color-primary)}.contact-form .form-group input::placeholder,.contact-form .form-group textarea::placeholder{color:#999}.contact-form .form-group textarea{resize:vertical;min-height:100px}.contact-form .form-group .error-message{display:block;color:#e74c3c;font-size:0.85rem;margin-top:4px;min-height:20px}.contact-form .form-group.error input,.contact-form .form-group.error textarea,.contact-form .form-group.error select{border-color:#e74c3c}.contact-form .form-group .phone-input-group{display:flex;gap:8px}.contact-form .form-group .phone-input-group input[name="countryCode"]{width:80px;padding:12px 8px;border:2px solid #e1e5e9;border-radius:8px;font-size:0.9rem;background:white;transition:border-color 0.3s ease;flex-shrink:0;text-align:center;font-weight:500}.contact-form .form-group .phone-input-group input[name="countryCode"]:focus{outline:none;border-color:var(--color-primary)}.contact-form .form-group .phone-input-group input[name="countryCode"]::placeholder{color:#999;font-weight:normal}.contact-form .form-group .phone-input-group input[name="phone"]{flex:1;margin:0}.contact-form .submit-btn{width:100%;background:var(--color-primary);color:white;border:none;padding:14px 24px;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all 0.3s ease}.contact-form .submit-btn:hover:not(:disabled){background:#8a1a1f;transform:translateY(-2px);box-shadow:0 6px 20px rgba(174,31,36,0.3)}.contact-form .submit-btn:disabled{opacity:0.7;cursor:not-allowed;transform:none}.success-message{display:none;text-align:center;padding:40px 20px}.success-message h4{color:var(--color-primary);margin-bottom:12px;font-size:1.4rem}.success-message p{color:#666;font-size:1rem}.contact-popup-trigger{background:none !important;border:none !important;padding:0 !important;color:inherit !important;text-decoration:underline !important;cursor:pointer !important;font-size:inherit !important;font-family:inherit !important;transition:color 0.3s ease !important}.contact-popup-trigger:hover{color:var(--color-primary) !important}.footer-menu .contact-popup-trigger{color:#fff !important;text-decoration:none !important;transition:color 0.3s ease !important}.footer-menu .contact-popup-trigger:hover{color:var(--color-primary) !important;text-decoration:underline !important}.nav-contact-btn{background:var(--color-primary) !important;color:white !important;border:none !important;padding:8px 16px !important;border-radius:6px !important;font-size:0.9rem !important;font-weight:500 !important;cursor:pointer !important;transition:all 0.3s ease !important;text-decoration:none !important}.nav-contact-btn:hover{background:#8a1a1f !important;transform:translateY(-1px) !important;box-shadow:0 4px 12px rgba(174,31,36,0.3) !important;color:white !important}.nav-contact-btn:active{transform:translateY(0) !important}@media (max-width: 1024px){.nav-contact-btn{background:none !important;color:inherit !important;padding:12px 0 !important;border-radius:0 !important;font-size:1rem !important;text-align:left !important;width:100% !important}.nav-contact-btn:hover{background:none !important;color:var(--color-primary) !important;transform:none !important;box-shadow:none !important}}.product-contact-section{background:linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);padding:80px 0;margin-top:40px}.product-contact-section .contact-content{text-align:center;max-width:600px;margin:0 auto}.product-contact-section .contact-content h3{color:#333;font-size:2rem;font-weight:600;margin-bottom:16px;font-family:var(--font-headings)}.product-contact-section .contact-content p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:32px}.product-contact-section .contact-content .button{font-size:1.1rem;padding:16px 32px}@media (max-width: 768px){.product-contact-section{padding:60px 0;margin-top:30px}.product-contact-section .contact-content h3{font-size:1.6rem;margin-bottom:12px}.product-contact-section .contact-content p{font-size:1rem;margin-bottom:24px}.product-contact-section .contact-content .button{font-size:1rem;padding:14px 28px;width:100%}}.quote-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.3s ease}.quote-popup-overlay.active{opacity:1;visibility:visible}.quote-popup{background:white;border-radius:12px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;position:relative;transform:scale(0.8);transition:transform 0.3s ease}.quote-popup-overlay.active .quote-popup{transform:scale(1)}.quote-popup-header{background:var(--color-primary);color:white;padding:24px;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center}.quote-popup-header h3{margin:0;font-size:1.5rem;font-weight:600}.quote-popup-body{padding:32px 24px}.quote-form{display:block}.quote-form .form-group{margin-bottom:10px}.quote-form .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:0.95rem}.quote-form .form-group input,.quote-form .form-group textarea{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color 0.3s ease;background:white}.quote-form .form-group input:focus,.quote-form .form-group textarea:focus{outline:none;border-color:var(--color-primary)}.quote-form .form-group input::placeholder,.quote-form .form-group textarea::placeholder{color:#999}.quote-form .form-group input[readonly],.quote-form .form-group textarea[readonly]{background-color:#f8f9fa;color:#666;cursor:not-allowed;border-color:#d1d5db}.quote-form .form-group textarea{resize:vertical;min-height:100px}.quote-form .form-group .error-message{display:block;color:#e74c3c;font-size:0.85rem;margin-top:4px;min-height:20px}.quote-form .form-group.error input:not([readonly]),.quote-form .form-group.error textarea{border-color:#e74c3c}.quote-form .submit-btn{width:100%;background:var(--color-primary);color:white;border:none;padding:14px 24px;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all 0.3s ease}.quote-form .submit-btn:hover:not(:disabled){background:#8a1a1f;transform:translateY(-2px);box-shadow:0 6px 20px rgba(174,31,36,0.3)}.quote-form .submit-btn:disabled{opacity:0.7;cursor:not-allowed;transform:none}@media (max-width: 768px){.quote-popup{width:95%;margin:20px}.quote-popup-header{padding:20px}.quote-popup-header h3{font-size:1.3rem}.quote-popup-body{padding:24px 20px}}.infrastructure-slider,.technology-slider,.sustainability-slider{position:relative;width:100%;height:60vh;min-height:400px;max-height:600px;overflow:hidden;background:#fff}.infrastructure-slider .glide__track,.technology-slider .glide__track,.sustainability-slider .glide__track{height:100%}.infrastructure-slider .glide__slides,.technology-slider .glide__slides,.sustainability-slider .glide__slides{height:100%;margin:0;padding:0;list-style:none}.infrastructure-slider .glide__slide,.technology-slider .glide__slide,.sustainability-slider .glide__slide{height:100%;display:flex;align-items:center;justify-content:center}.infrastructure-slider .glide__slide img,.technology-slider .glide__slide img,.sustainability-slider .glide__slide img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;display:block}.infrastructure-slider .glide__arrow,.technology-slider .glide__arrow,.sustainability-slider .glide__arrow{position:absolute;top:50%;transform:translateY(-50%);background:var(--color-primary);border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);z-index:10}.infrastructure-slider .glide__arrow:hover,.technology-slider .glide__arrow:hover,.sustainability-slider .glide__arrow:hover{background:#8a1a1f;transform:translateY(-50%) scale(1.1)}.infrastructure-slider .glide__arrow svg,.technology-slider .glide__arrow svg,.sustainability-slider .glide__arrow svg{color:white}.infrastructure-slider .glide__arrow--left,.technology-slider .glide__arrow--left,.sustainability-slider .glide__arrow--left{left:30px}.infrastructure-slider .glide__arrow--right,.technology-slider .glide__arrow--right,.sustainability-slider .glide__arrow--right{right:30px}.infrastructure-slider .glide__bullets,.technology-slider .glide__bullets,.sustainability-slider .glide__bullets{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:15px;z-index:10}.infrastructure-slider .glide__bullets .glide__bullet,.technology-slider .glide__bullets .glide__bullet,.sustainability-slider .glide__bullets .glide__bullet{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,0.5);border:none;cursor:pointer;transition:var(--transition)}.infrastructure-slider .glide__bullets .glide__bullet--active,.technology-slider .glide__bullets .glide__bullet--active,.sustainability-slider .glide__bullets .glide__bullet--active{background:white;transform:scale(1.2)}.infrastructure-slider .glide__bullets .glide__bullet:hover,.technology-slider .glide__bullets .glide__bullet:hover,.sustainability-slider .glide__bullets .glide__bullet:hover{background:rgba(255,255,255,0.8)}@media (max-width: 768px){.infrastructure-slider,.technology-slider,.sustainability-slider{height:50vh;min-height:300px}.infrastructure-slider .glide__arrow,.technology-slider .glide__arrow,.sustainability-slider .glide__arrow{width:40px;height:40px}.infrastructure-slider .glide__arrow--left,.technology-slider .glide__arrow--left,.sustainability-slider .glide__arrow--left{left:15px}.infrastructure-slider .glide__arrow--right,.technology-slider .glide__arrow--right,.sustainability-slider .glide__arrow--right{right:15px}.infrastructure-slider .glide__bullets,.technology-slider .glide__bullets,.sustainability-slider .glide__bullets{bottom:15px;gap:10px}.infrastructure-slider .glide__bullets .glide__bullet,.technology-slider .glide__bullets .glide__bullet,.sustainability-slider .glide__bullets .glide__bullet{width:10px;height:10px}}@media (max-width: 768px){.contact-popup{width:95%;margin:20px}.contact-popup-header{padding:20px}.contact-popup-header h3{font-size:1.3rem}.contact-popup-body{padding:24px 20px}}.button,.btn,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet){display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-family:"Poppins", sans-serif;font-size:1rem;font-weight:500;text-decoration:none;border:none;border-radius:8px;cursor:pointer;transition:all 0.3s ease;position:relative;overflow:hidden;background:var(--color-primary);color:white}.button:hover,.btn:hover,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet):hover{background:#8a1a1f;transform:translateY(-2px);box-shadow:0 6px 20px rgba(174,31,36,0.3)}.button:active,.btn:active,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet):active{transform:translateY(0);box-shadow:0 2px 10px rgba(174,31,36,0.3)}.button.secondary,.btn.secondary,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet).secondary{background:transparent;border:2px solid var(--color-primary);color:var(--color-primary)}.button.secondary:hover,.btn.secondary:hover,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet).secondary:hover{background:var(--color-primary);color:white;transform:translateY(-2px);box-shadow:0 6px 20px rgba(174,31,36,0.3)}.button.outline-light,.btn.outline-light,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet).outline-light{background:transparent;border:2px solid white;color:white}.button.outline-light:hover,.btn.outline-light:hover,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet).outline-light:hover{background:white;color:var(--color-primary);transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,255,255,0.3)}.button.ghost,.btn.ghost,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet).ghost{background:transparent;border:2px solid transparent;color:var(--color-primary)}.button.ghost:hover,.btn.ghost:hover,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet).ghost:hover{border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-2px)}.button.large,.btn.large,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet).large{padding:16px 32px;font-size:1.1rem;font-weight:600}.button.small,.btn.small,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet).small{padding:8px 16px;font-size:0.9rem}.button.full-width,.btn.full-width,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet).full-width{width:100%}.button.rounded,.btn.rounded,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet).rounded{border-radius:25px}.button:disabled,.button.disabled,.btn:disabled,.btn.disabled,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet):disabled,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet).disabled{opacity:0.6;cursor:not-allowed;transform:none !important;box-shadow:none !important}.button:disabled:hover,.button.disabled:hover,.btn:disabled:hover,.btn.disabled:hover,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet):disabled:hover,button:not(.mobile-menu-toggle):not(.glide__arrow):not(.glide__bullet).disabled:hover{background:var(--color-primary);color:white}table{border-collapse:collapse;border-spacing:0}img{max-width:100%;height:auto;display:block}html{font-size:16px;line-height:1.5}body{font-family:"Lato", sans-serif;position:relative;font-size:var(--font-size)}body.homepage{height:100vh;overflow:hidden}body.homepage.scroll{height:100%;overflow:visible}h1,h2,h3,h4,h5,h6{font-family:"Poppins", sans-serif;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}p,ul,ol,li{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.sidelines{width:80.2%;border-left:1px solid #afafaf;border-right:1px solid #afafaf;position:absolute;z-index:-1;left:9.9%;height:100%;opacity:0;transition:all 0.4s ease-in}@media (max-width: 768px){.sidelines{left:2.2%;width:95.2%}}.homepage .sidelines.fadeIn{opacity:1}body:not(.homepage) .sidelines{display:none}.wrapper{width:80%;margin:0 auto}@media (max-width: 768px){.wrapper{width:90%}}.section{padding:50px 0}.section h3{font-size:3rem;color:black;opacity:0;text-align:center;font-weight:600}.section h4{opacity:0;font-size:1.2rem;color:black;text-align:center}@media (max-width: 768px){.section h3{font-size:2rem}.section h4{font-size:1rem}}header{width:100%;padding:20px 0;position:absolute;z-index:10;left:50%;transform:translateX(-50%);color:white;font-size:18px;opacity:0;transition:all 0.4s ease-in}header.fadeIn{opacity:1}.homepage header{color:white}.homepage header .logo{color:#ae1f24}.homepage header .logo a{color:white;text-decoration:none;display:flex;align-items:center;gap:15px;font-weight:600;font-size:16px;letter-spacing:0.5px;transition:all 0.3s ease}.homepage header .logo a:hover{color:rgba(255,255,255,0.8)}.homepage header .logo svg{width:86px;height:auto;flex-shrink:0}.homepage header .logo svg .cls-1{color:#fff}.homepage header .logo svg .cls-2{color:transparent}body:not(.homepage) header{color:black;position:relative;transform:none;left:auto;opacity:1}body:not(.homepage) header .logo{color:#ae1f24}body:not(.homepage) header .logo a{color:#333;text-decoration:none;display:flex;align-items:center;gap:15px;font-weight:600;font-size:16px;letter-spacing:0.5px;transition:all 0.3s ease}body:not(.homepage) header .logo a:hover{color:#ae1f24}body:not(.homepage) header .logo svg{width:86px;height:auto;flex-shrink:0}body:not(.homepage) header .logo svg .cls-1{color:#000}body:not(.homepage) header .logo svg .cls-2{color:transparent}body:not(.homepage) header .nav-link{color:black;transition:var(--transition)}body:not(.homepage) header .nav-link:hover{color:var(--color-primary)}body:not(.homepage) header .nav-link.active{color:var(--color-primary);font-weight:600}header .logo{color:#ae1f24}header .logo svg{width:86px;height:auto}header .logo svg .cls-1{color:#fff}header .logo svg .cls-2{color:transparent}header .main-nav{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative}header .main-nav .mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:none;border:none;cursor:pointer;z-index:1001}header .main-nav .mobile-menu-toggle .hamburger-line{width:30px;height:3px;background-color:var(--color-primary);transition:var(--transition);transform-origin:center}header .main-nav .mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(4px, 4px)}header .main-nav .mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}header .main-nav .mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(4px, -5px)}@media (max-width: 768px){header .main-nav .mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(10px, 4px)}header .main-nav .mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(9px, -5px)}}header .main-nav .nav-list{display:flex;flex-direction:row;justify-content:space-between;list-style:none;margin:0;padding:0}header .main-nav .nav-list li{margin:0 10px;font-weight:400;position:relative}header .main-nav .nav-list li.dropdown .dropdown-toggle{display:flex;align-items:center;cursor:pointer}header .main-nav .nav-list li.dropdown .dropdown-toggle:after{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;margin-left:8px;transition:transform 0.2s ease}header .main-nav .nav-list li.dropdown .dropdown-menu{position:absolute;top:100%;left:0;background:white;min-width:220px;box-shadow:0 4px 15px rgba(0,0,0,0.1);border-radius:8px;padding:12px 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.3s ease;z-index:1000;list-style:none;margin:0}header .main-nav .nav-list li.dropdown .dropdown-menu li{margin:0}header .main-nav .nav-list li.dropdown .dropdown-menu li .dropdown-link{display:block;padding:12px 20px;color:#333;text-decoration:none;font-size:16px;transition:background-color 0.2s ease}header .main-nav .nav-list li.dropdown .dropdown-menu li .dropdown-link:hover{background-color:#f8f9fa;color:var(--color-primary)}header .main-nav .nav-list li.dropdown:hover .dropdown-toggle:after{transform:rotate(180deg)}header .main-nav .nav-list li.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width: 768px){header .main-nav .mobile-menu-toggle{display:flex}header .main-nav .nav-list{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:white;flex-direction:column;justify-content:flex-start;align-items:center;padding:100px 0 50px;box-shadow:-5px 0 15px rgba(0,0,0,0.1);transition:right 0.3s ease;z-index:1000;overflow-y:auto}header .main-nav .nav-list.mobile-menu-open{right:0}header .main-nav .nav-list li{margin:20px 0;width:100%;text-align:center}header .main-nav .nav-list li.dropdown .dropdown-toggle{justify-content:center}header .main-nav .nav-list li.dropdown .dropdown-toggle:after{margin-left:8px}header .main-nav .nav-list li.dropdown .dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:#f8f9fa;border-radius:0;margin-top:10px;width:100%;max-height:0;overflow:hidden;transition:max-height 0.3s ease}header .main-nav .nav-list li.dropdown .dropdown-menu li{margin:0;width:100%}header .main-nav .nav-list li.dropdown .dropdown-menu li .dropdown-link{padding:15px 20px;border-bottom:1px solid #eee}header .main-nav .nav-list li.dropdown .dropdown-menu li .dropdown-link:last-child{border-bottom:none}header .main-nav .nav-list li.dropdown:hover .dropdown-menu,header .main-nav .nav-list li.dropdown.mobile-dropdown-open .dropdown-menu{max-height:300px}header .main-nav .nav-list li .nav-link{display:block;padding:15px 30px;font-size:1.1rem;font-weight:500;color:#333;text-decoration:none;border-bottom:1px solid #eee;width:100%}header .main-nav .nav-list li .nav-link:hover,header .main-nav .nav-list li .nav-link.active{color:var(--color-primary);background:var(--color-neutral-light)}header .mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:999;opacity:0;visibility:hidden;transition:all 0.3s ease;display:none !important}header .mobile-menu-overlay.active{opacity:1;visibility:visible;display:block !important}}.hero-banner{position:relative;z-index:5;padding:50px 0;text-align:left;height:100vh;display:flex;flex-direction:column;justify-content:end}.hero-banner .wrapper{z-index:5}.hero-banner .hero-video{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:calc(100% - 60px);height:calc(100% - 60px);object-fit:cover;z-index:-1;opacity:0;transition:all 0.5s ease-in-out}.hero-banner .hero-video.fadeIn{opacity:1}.hero-banner .hero-video.fill{width:100%;height:100%}.hero-banner::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 20%, #000 110%);z-index:0;opacity:0;transition:all 0.4s ease-in}.hero-banner.fadeIn::before{opacity:1}.hero-banner h2{color:white;font-size:4rem;font-weight:bold;line-height:5rem;transform:translateY(20px);opacity:0;transition:all 0.4s ease-in}.hero-banner h2.fadeIn{transform:translateY(0px);opacity:1}.hero-banner h2 .highlight{background:linear-gradient(45deg, #ee474d, #b80006);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-banner h3{color:white;font-size:2rem;line-height:3rem;margin-top:20px;transform:translateY(20px);opacity:0;transition:all 0.4s ease-in}.hero-banner h3.fadeIn{transform:translateY(0px);opacity:1}.hero-banner .hero-buttons{display:flex;flex-direction:row;justify-content:start;margin-top:30px;opacity:0;transition:all 0.4s ease-in;transform:translateY(20px)}.hero-banner .hero-buttons.fadeIn{transform:translateY(0px);opacity:1}.hero-banner .hero-buttons button{margin-right:36px}@media (max-width: 768px){.hero-banner{height:80vh;min-height:500px;padding:30px 0;text-align:center}.hero-banner h2{font-size:2.5rem;line-height:3rem}.hero-banner h3{font-size:1.3rem;line-height:1.8rem}.hero-banner .hero-buttons{flex-direction:column;align-items:center;gap:15px;margin-top:25px}.hero-banner .hero-buttons button{margin-right:0;width:100%;max-width:280px}}@media (max-width: 480px){.hero-banner h2{font-size:2rem;line-height:2.5rem}.hero-banner h3{font-size:1.1rem;line-height:1.6rem}}.stats{background:var(--color-primary);color:white;padding:50px 0;margin-bottom:50px}.stats .wrapper{display:grid;grid-template-columns:repeat(4, 1fr)}.stats .stat{text-align:center}.stats .stat div{font-size:3rem;line-height:5rem;font-weight:500}.stats .stat div span{font-size:5rem;line-height:5rem;font-weight:500}.stats .stat span{text-transform:uppercase;font-size:1rem;line-height:1.2rem;font-weight:200}@media (max-width: 768px){.stats .wrapper{grid-template-columns:repeat(2, 1fr);gap:30px}.stats .stat{margin:10px 0}.stats .stat div{font-size:3rem;line-height:3rem}.stats .stat div span{font-size:3rem;line-height:3rem}}@media (max-width: 480px){.stats{padding:40px 0}.stats .wrapper{grid-template-columns:1fr;gap:25px}}.features .features-grid{margin:50px 0;border-top:1px solid #afafaf;border-bottom:1px solid #afafaf;box-sizing:content-box}.features .features-grid .wrapper{display:grid;grid-template-columns:repeat(2, 1fr)}@media (max-width: 768px){.features .features-grid .wrapper{grid-template-columns:1fr}}.features .features-grid .feature-box{box-sizing:border-box;padding:50px;background:white;box-shadow:0 0 10px transparent;transition:var(--transition);z-index:5;border:1px solid transparent;text-align:left}@media (max-width: 768px){.features .features-grid .feature-box{padding:25px}}.features .features-grid .feature-box .icon{margin-bottom:10px}.features .features-grid .feature-box h5{text-align:left;margin-bottom:10px;color:var(--color-primary)}.features .features-grid .feature-box:nth-child(1){border-bottom-color:#afafaf;border-right-color:#afafaf}.features .features-grid .feature-box:nth-child(2){border-bottom-color:#afafaf}.features .features-grid .feature-box:nth-child(3){border-right-color:#afafaf}@media (max-width: 768px){.features .features-grid .feature-box:nth-child(1),.features .features-grid .feature-box:nth-child(2),.features .features-grid .feature-box:nth-child(3){border-right-color:transparent;border-bottom-color:#afafaf}.features .features-grid .feature-box:last-child{border-bottom-color:transparent}}.features .features-grid .feature-box:hover{border-color:transparent;z-index:10;box-shadow:0 0 20px rgba(0,0,0,0.2)}.capabilities .capabilities-grid{margin:50px 0;border-top:1px solid #afafaf;border-bottom:1px solid #afafaf;box-sizing:content-box}.capabilities .capabilities-grid .wrapper{padding:10px;display:grid;grid-template-columns:repeat(3, 1fr);grid-auto-rows:minmax(300px, auto);gap:10px}@media (max-width: 768px){.capabilities .capabilities-grid .wrapper{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 480px){.capabilities .capabilities-grid .wrapper{grid-template-columns:1fr}}.capabilities .capabilities-grid .capability-box{box-sizing:border-box;color:black;background:#f9f3f3;transition:var(--transition);position:relative;overflow:hidden}.capabilities .capabilities-grid .capability-box:hover img{transform:scale(1.025)}.capabilities .capabilities-grid .capability-box:hover .capability-image:before{background:rgba(113,0,0,0)}.capabilities .capabilities-grid .capability-box .capability-image{position:relative}.capabilities .capabilities-grid .capability-box .capability-image:before{content:"";position:absolute;inset:0;mix-blend-mode:color;width:100%;height:100%;z-index:1;transition:var(--transition)}.capabilities .capabilities-grid .capability-box>div:nth-child(1){overflow:hidden}.capabilities .capabilities-grid .capability-box img{transform:scale(1);transition:var(--transition)}.capabilities .capabilities-grid .capability-box>div:nth-child(2){display:flex;flex-direction:column;justify-content:end;padding:2rem;opacity:0}.capabilities .capabilities-grid .capability-box.fadeIn>div{opacity:1}.capabilities .capabilities-grid .capability-box h5{margin-bottom:10px;font-weight:600}.capabilities .capabilities-grid .capability-box h5,.capabilities .capabilities-grid .capability-box p,.capabilities .capabilities-grid .capability-box ul{position:relative;z-index:5}.capabilities .capabilities-grid .capability-one{grid-column:1/3;grid-row:1/2;display:grid;grid-template-columns:1fr 1fr}.capabilities .capabilities-grid .capability-one img{width:100%;height:100%;object-fit:cover}.capabilities .capabilities-grid .capability-two{grid-column:3/3;grid-row:1/3}.capabilities .capabilities-grid .capability-three{grid-column:1/2;grid-row:2/3}.capabilities .capabilities-grid .capability-four{grid-column:2/3;grid-row:2/3}.capabilities .capabilities-grid .capability-five{grid-column:1/3;grid-row:3/3;display:grid;grid-template-columns:1fr 1fr}.capabilities .capabilities-grid .capability-five img{width:100%;height:100%;object-fit:cover}.capabilities .capabilities-grid .capability-six{grid-column:3/3;grid-row:3/3}.products .product-grid{margin:50px 0;padding:10px;display:grid;grid-template-columns:repeat(5, 1fr);gap:10px}@media (max-width: 1200px){.products .product-grid{grid-template-columns:repeat(3, 1fr);grid-template-rows:auto auto}.products .product-grid .product-card:nth-child(4){grid-column:1 / 2}.products .product-grid .product-card:nth-child(5){grid-column:3 / 4}}@media (max-width: 768px){.products .product-grid{grid-template-columns:repeat(2, 1fr);gap:15px}.products .product-grid .product-card:nth-child(4),.products .product-grid .product-card:nth-child(5){grid-column:span 1}.products .product-grid .product-card:nth-child(4){grid-column:auto}.products .product-grid .product-card:nth-child(5){grid-column:1 / 3}}@media (max-width: 480px){.products .product-grid{grid-template-columns:1fr;gap:15px}.products .product-grid .product-card:nth-child(4),.products .product-grid .product-card:nth-child(5){grid-column:1}}.products .product-card{display:flex;flex-direction:column;transition:var(--transition);overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.1);height:100%}.products .product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.products .product-card .product-image{flex:1;display:flex}.products .product-card .product-image img{width:100%;height:100%;object-fit:cover}.products .product-card .product-content{padding:16px 20px 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:#fff7f7;min-height:80px;flex-shrink:0}.products .product-card .product-content h5{font-size:1rem;font-weight:600;color:var(--color-primary);margin:0;line-height:1.4;font-family:var(--font-headings);word-break:break-word;hyphens:auto}.products .product-card .product-content button{font-size:0.9rem;padding:4px 16px}.products .product-card .product-content h5{position:relative;transition:all 0.3s ease-in-out;text-align:center;opacity:1;transform:translateY(0px);line-height:2rem}.products .product-card .product-content.show:before,.products .product-card .product-content.show:after{height:100%}.products .product-card .product-content.show h5{opacity:1;transform:translateY(0px)}.products .product-card .product-content .more-info{opacity:0;transform:translateY(40px);transition:all 0.4s ease-in-out;position:absolute;bottom:1.5rem;left:0;width:100%;text-align:center;padding:0 2rem}.products .product-card .product-content .more-info button{margin:0 auto}.products .product-card .product-content .more-info ul li{margin:8px 0;font-size:1rem;font-weight:400}.products .product-card .product-content .more-info button{margin-top:15px}.products .product-card .product-image{position:relative;overflow:hidden;aspect-ratio:1/1}.products .product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.products .product-card .product-image.show:after{top:100%}.products .product-card:hover .product-content:before,.products .product-card:hover .product-content:after{height:50%}.products .product-card:hover .product-content .more-info{opacity:1;transform:translateY(0)}.products .product-card:hover .product-content h5{transform:translateY(0px)}.products .product-card:hover .product-image::before{opacity:0}.services .wrapper p{text-align:center;margin-top:10px}.services .service-grid{margin:50px 0;border-radius:20px}.services .service-grid .wrapper .service-info{padding:10px;display:grid;gap:10px;grid-template-columns:repeat(2, 1fr);margin-bottom:20px}.services .service-grid .service-box{background:white;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);cursor:pointer;min-height:320px;position:relative;overflow:hidden;opacity:0;transform:translateY(30px)}.services .service-grid .service-box.animate{opacity:1;transform:translateY(0)}.services .service-grid .service-box:nth-child(1){transition-delay:0.1s}.services .service-grid .service-box:nth-child(2){transition-delay:0.2s}.services .service-grid .service-box:nth-child(3){transition-delay:0.3s}.services .service-grid .service-box:nth-child(4){transition-delay:0.4s}.services .service-grid .service-box:nth-child(5){transition-delay:0.5s}.services .service-grid .service-box:nth-child(6){transition-delay:0.6s}.services .service-grid .service-box:hover .service-icon{transform:scale(1.1);background:linear-gradient(135deg, var(--color-primary), var(--color-secondary))}.services .service-grid .service-box:hover .service-icon img{filter:brightness(0) invert(1)}.services .service-grid .service-box .service-icon{width:70px;height:70px;background:var(--color-neutral-light);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:var(--transition)}.services .service-grid .service-box .service-icon img{width:36px;height:36px;object-fit:contain;transition:var(--transition)}.services .service-grid .service-box .service-content{width:100%}.services .service-grid .service-box .service-content h5{font-size:1.4rem;line-height:1.3;margin:0 0 16px 0;font-weight:700;color:#2c2c2c;transition:var(--transition);text-align:left}.services .service-grid .service-box .service-content .service-description{font-size:1rem;line-height:1.6;color:#666;margin-bottom:20px;text-align:left}.services .service-grid .service-box .service-content .service-pointers-list{list-style:none;padding:0;margin:0;opacity:1;transform:translateY(0);transition:var(--transition)}.services .service-grid .service-box .service-content .service-pointers-list li{position:relative;padding-left:28px;margin-bottom:12px;font-size:1rem;line-height:1.5;color:#555}.services .service-grid .service-box .service-content .service-pointers-list li::before{content:"";background:var(--color-primary);border-radius:50%;width:8px;height:8px;position:absolute;left:8px;top:7px}@media (max-width: 768px){.services .service-grid .wrapper .service-info{grid-template-columns:1fr;gap:20px}.services .service-grid .service-box{padding:2rem;min-height:auto}.services .service-grid .service-box .service-icon{width:60px;height:60px}.services .service-grid .service-box .service-icon img{width:30px;height:30px}.services .service-grid .service-box .service-content h5{font-size:1.2rem}.services .service-grid .service-box .service-content .service-description{font-size:1rem}.services .service-grid .service-box .service-content .service-pointers-list li{font-size:0.85rem;padding-left:24px}.services .service-grid .service-box .service-content .service-pointers-list li::before{width:16px;height:16px;font-size:0.8rem}}@media (max-width: 480px){.services .service-grid .service-box{padding:1rem;min-height:auto}.services .service-grid .service-box .service-content .service-pointers-list li{font-size:1rem;padding-left:24px}.services .service-grid .service-box .service-content .service-pointers-list li::before{width:8px;height:8px;font-size:0.8rem}}.services .service-grid .service-image{position:relative;overflow:hidden}.services .service-grid .service-image::before{content:"";position:absolute;inset:0;background:rgba(69,0,0,0.9);mix-blend-mode:multiply;z-index:1}.services .service-grid .service-image img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);max-width:unset;height:auto}.services .service-grid .service-image .service-pointers{position:relative;z-index:2;height:100%;padding:2rem 3rem;display:flex;flex-direction:column;justify-content:space-evenly}.services .service-grid .service-image .service-pointers .service-pointer{color:white;position:relative;height:100px}.services .service-grid .service-image .service-pointers .service-pointer div{opacity:0;visibility:hidden;position:absolute;left:0;top:0;width:100%;transition:opacity 0.3s ease;pointer-events:none}.services .service-grid .service-image .service-pointers .service-pointer div h5{font-size:1.2rem;font-weight:600;margin-bottom:10px}.services .service-grid .service-image .service-pointers .service-pointer div p{font-size:1.1rem;font-weight:400}.services .service-grid .service-image .service-pointers .service-pointer div.active{visibility:visible;pointer-events:auto;animation:fadeIn 1s ease forwards}.services .service-grid .service-image .service-pointers .service-pointer div.fade-out{animation:fadeOut 0.5s ease forwards}.services .service-grid .service-image .service-pointers .service-pointer div:nth-child(1).fade-out{animation-delay:1s}.services .service-grid .service-image .service-pointers .service-pointer div:nth-child(2).fade-out{animation-delay:2s}.services .service-grid .service-image .service-pointers .service-pointer div:nth-child(3).fade-out{animation-delay:3s}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}50%{opacity:0}100%{opacity:0;transform:translateY(-50px)}}.global .global-content{margin:50px 0;display:flex;flex-direction:column;position:relative}.global .global-content .global-info{margin-top:30px;text-align:center}.global .global-content .global-info h4{font-size:1.3rem;font-weight:500;margin-bottom:10px}.global .global-content .global-info .pointers{display:flex;flex-direction:row;justify-content:space-between;margin:20px 40px 20px 40px}.global .global-content .global-info .pointers .pointer{border-right:1px solid #dddddd;width:100%;padding:1rem 2rem;font-size:1.2rem;font-weight:400;color:black;margin:0px 10px}.global .global-content .global-info .pointers .pointer:last-child{border-right:none}.global .global-content .global-info .pointers .pointer:first-child{margin-left:0px}.global .global-content .global-info .pointers .pointer span{display:inline;font-weight:800;font-size:3rem;color:var(--color-primary)}@media screen and (max-width: 768px){.global .global-content .global-info .pointers{justify-content:center;flex-direction:column}.global .global-content .global-info .pointers .pointer{margin:0;border:0}}.certificates .wrapper{position:relative;overflow:hidden}.certificates .wrapper:before,.certificates .wrapper:after{content:"";position:absolute;top:0;width:150px;height:100%;z-index:2;pointer-events:none}.certificates .wrapper:before{left:0;background:linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%)}.certificates .wrapper:after{right:0;background:linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 100%)}.certificates .slider{display:flex;align-items:center;padding:50px 0;transform:translateX(0);will-change:transform}.certificates .slider img{flex-shrink:0;margin:0 50px;width:auto;height:100px;object-fit:cover}.sustainability .sustainability-grid{border-top:1px solid #afafaf;border-bottom:1px solid #afafaf;margin-top:50px}.sustainability .sustainability-grid .wrapper{display:grid;padding:10px;grid-template-columns:repeat(2, 1fr)}@media (max-width: 768px){.sustainability .sustainability-grid .wrapper{grid-template-columns:1fr}}.sustainability .sustainability-grid .img-grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:1fr 1fr;gap:10px}.sustainability .sustainability-grid .img-grid>div:last-child{grid-column:1 / span 2}@media (max-width: 768px){.sustainability .sustainability-grid .img-grid{grid-template-columns:1fr;grid-template-rows:auto auto}}.sustainability .sustainability-grid .img-grid div{position:relative;width:100%;opacity:0;height:auto;overflow:hidden}.sustainability .sustainability-grid .img-grid div img{position:absolute;width:100%;height:100%;object-fit:cover;top:50%;left:50%;transform:translate(-50%, -50%);transition:var(--transition)}.sustainability .sustainability-grid .content{padding:3rem 2rem}.sustainability .sustainability-grid .content h3{color:var(--color-primary);line-height:4rem;margin-bottom:10px;text-align:left}.sustainability .sustainability-grid .content h5{font-size:1.5rem;margin-bottom:10px}.sustainability .sustainability-grid .content .pointers{margin-top:20px}.sustainability .sustainability-grid .content .pointers .pointer{margin:20px 0}.sustainability .sustainability-grid .content .pointers .pointer h6{font-weight:600}.about{position:relative;padding-bottom:0}.about button{font-size:1rem}.about .backdrop{top:50%;left:50%;transform:translate(-50%, -50%);position:absolute;width:80%;height:100%;background-color:var(--color-primary);z-index:-1}.about .wrapper{position:relative;background-color:var(--color-primary);display:grid;grid-template-columns:repeat(2, 1fr)}@media (max-width: 768px){.about .wrapper{grid-template-columns:1fr}}.about .about-info{padding:3rem 2rem}.about .about-info h3{color:white;text-align:left;margin-bottom:20px}.about .about-info p{margin-bottom:20px;color:white}.about .seven-symbol{position:relative;overflow:hidden;color:white}.about .seven-symbol div{position:absolute;bottom:0;left:50%;transform:translateX(-50%);font-size:36rem;line-height:24rem;font-weight:800;font-family:"Poppins"}footer{position:relative;overflow:hidden;padding:75px 0 0;background:linear-gradient(180deg, #390002 0%, #000 100%);color:white;font-family:"Poppins"}footer>.wrapper{display:grid;grid-template-columns:repeat(5, 1fr)}@media (max-width: 768px){footer>.wrapper{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 425px){footer>.wrapper{grid-template-columns:1fr}}footer .company-info{position:relative;z-index:5;grid-column:span 3;text-align:left}footer .company-info .logo{color:#ae1f24}footer .company-info .logo svg{width:100px;height:auto}footer .company-info .logo svg .cls-1{color:#fff}footer .company-info .logo svg .cls-2{color:transparent}footer .company-info h3{margin-top:20px;color:white}footer .contact-info{grid-column:span 3}footer h6{font-size:1rem;margin-bottom:20px}footer .address{margin-bottom:10px}footer a{color:#ffb5b7}footer a:hover{text-decoration:underline}footer .footer-menu{position:relative;z-index:5;display:flex;flex-direction:column;align-items:end}@media (max-width: 768px){footer .footer-menu{grid-column:span 2;align-items:start}}@media (max-width: 425px){footer .footer-menu{grid-column:span 1}}footer .footer-menu h6{font-size:1rem;margin-bottom:20px}footer .footer-menu ul{list-style:none;padding:0}footer .footer-menu ul li{margin:5px 0;font-size:1rem;font-weight:400}footer .footer-menu ul li a{color:white;text-decoration:none}footer .footer-menu ul li a:hover{color:#ffb5b7}footer .brand{background:linear-gradient(to bottom, white, transparent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:16rem;line-height:12rem;font-weight:700;position:absolute;width:100vw;bottom:0;left:50%;transform:translateX(-50%);z-index:0;opacity:0.1;text-align:center;white-space:nowrap;letter-spacing:-0.05em;cursor:default}@media (max-width: 768px){footer .brand{font-size:8rem}}@media (max-width: 425px){footer .brand{font-size:4rem;width:100%;bottom:30px}}footer .copyright{position:relative;z-index:5;margin-top:150px;padding:20px 0;font-size:0.9rem;opacity:0.5}@media (max-width: 425px){footer .copyright{margin-top:60px;text-align:center}}footer .copyright .wrapper{display:flex;flex-direction:row;justify-content:space-between}@media (max-width: 768px){footer .copyright .wrapper{flex-direction:column}}footer .copyright a{color:#fff}.about-hero{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);color:white;text-align:center;padding:40px 0 40px;margin-top:0}.about-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:20px;opacity:1 !important;color:white !important}.about-hero h2{font-size:1.5rem;font-weight:300;margin-bottom:15px;opacity:1 !important;color:white !important}.about-hero h3{opacity:1 !important;color:white !important}.about-hero h4{opacity:1 !important;color:white !important}.about-hero p{font-size:1.1rem;opacity:1 !important;color:white !important;max-width:600px;margin:0 auto}.our-story h3,.our-story h4{opacity:1 !important}.our-story .story-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:40px}.our-story .story-text h3,.our-story .story-text h4{text-align:left}.our-story .story-text h4{margin-bottom:20px}.our-story .story-text p{font-size:1.1rem;line-height:1.8;margin-bottom:25px;color:#444}.our-story .story-text p:last-child{margin-bottom:0}.our-story .story-stats{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px;padding:10px;background:var(--color-neutral-light);border-radius:15px}.our-story .stat-box{background:white;padding:25px;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,0.05);transition:var(--transition);display:flex;flex-direction:column;align-items:center;text-align:center;min-height:140px;justify-content:center}.our-story .stat-box:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.1)}.our-story .stat-icon{margin-bottom:15px;padding:10px;background:var(--color-neutral-light);border-radius:50%;display:flex;align-items:center;justify-content:center}.our-story .stat-content{text-align:center}.our-story .stat-content .stat-number{display:inline-block;font-size:1.5rem;font-weight:700;color:var(--color-primary);font-family:var(--font-headings);margin-bottom:5px;line-height:1}.our-story .stat-content .stat-label{display:block;font-size:0.85rem;color:#666;text-transform:uppercase;letter-spacing:0.5px;font-weight:500}.our-story .stat-content .stat-plus{font-size:1.5rem;font-weight:700;color:var(--color-primary);font-family:var(--font-headings)}.our-story .stat-item{text-align:center}.our-story .stat-item .stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--color-primary);font-family:var(--font-headings);margin-bottom:5px}.our-story .stat-item .stat-label{font-size:0.9rem;color:#666;text-transform:uppercase;letter-spacing:1px}.our-story .stat-item .stat-plus{font-size:2.5rem;font-weight:700;color:var(--color-primary);font-family:var(--font-headings)}.leadership{background:var(--color-neutral-light)}.leadership h3,.leadership h4{opacity:1 !important}.leadership .leadership-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:40px;margin-top:50px}.leadership .leader-card{background:white;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,0.08);transition:var(--transition)}.leadership .leader-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,0.15)}.leadership .leader-header{display:flex;align-items:center;gap:20px;margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid var(--color-neutral-light)}.leadership .leader-avatar{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));color:white;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;font-family:var(--font-headings);flex-shrink:0}.leadership .leader-title{flex:1}.leadership .leader-title h5{font-size:1.4rem;font-weight:600;margin-bottom:5px;color:var(--color-primary)}.leadership .leader-title h6{font-size:1rem;font-weight:400;color:#666;text-transform:uppercase;letter-spacing:0.5px;margin:0}.leadership .leader-info p{font-size:0.95rem;line-height:1.6;margin-bottom:20px;color:#555}.leadership .leader-interests{display:flex;flex-wrap:wrap;gap:8px}.leadership .leader-interests span{background:var(--color-neutral-light);color:var(--color-primary);font-size:0.8rem;padding:4px 10px;border-radius:15px;border:1px solid var(--color-primary)}.expert-teams h3,.expert-teams h4{opacity:1 !important}.expert-teams .teams-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px;margin-top:50px}.expert-teams .team-card{background:white;padding:40px 30px;text-align:center;border:1px solid #eee;transition:var(--transition)}.expert-teams .team-card:hover{border-color:var(--color-primary);transform:translateY(-3px);box-shadow:0 10px 25px rgba(174,31,36,0.1)}.expert-teams .team-icon{margin-bottom:20px;display:flex;justify-content:center}.expert-teams .team-card h5{font-size:1.2rem;font-weight:600;margin-bottom:15px;color:var(--color-primary)}.expert-teams .team-card p{font-size:0.95rem;line-height:1.6;color:#666}.about-cta{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);color:white;text-align:center}.about-cta h3{color:white !important;margin-bottom:20px;opacity:1 !important}.about-cta p{font-size:1.1rem;margin-bottom:30px;opacity:0.9;max-width:500px;margin-left:auto;margin-right:auto}.about-cta .cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}@media (max-width: 768px){.about-hero{padding:80px 0 60px}.about-hero h1{font-size:2.5rem}.about-hero h2{font-size:1.2rem}.our-story .story-content{grid-template-columns:1fr;gap:40px}.our-story .story-stats{grid-template-columns:1fr;gap:15px;padding:30px}.our-story .stat-box{min-height:120px;padding:20px}.leadership .leadership-grid{grid-template-columns:1fr;gap:30px}.expert-teams .teams-grid{grid-template-columns:repeat(2, 1fr);gap:20px}.cta-buttons{flex-direction:column;align-items:center}}@media (max-width: 480px){.expert-teams .teams-grid{grid-template-columns:1fr}}.infrastructure-hero-main{position:relative;height:650px;min-height:600px;display:flex;align-items:center;overflow:hidden;margin-top:0}.infrastructure-hero-main .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.infrastructure-hero-main .hero-background img{width:100%;height:100%;object-fit:cover}.infrastructure-hero-main .hero-background .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(-135deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%);z-index:2}.infrastructure-hero-main .hero-content{position:relative;z-index:3;height:100%;width:80%;margin:auto;display:flex;align-items:center}.infrastructure-hero-main .hero-content .wrapper{position:relative;width:100%;margin-left:auto;margin-right:auto;height:100%;display:flex;align-items:start;flex-direction:column;justify-content:center}.infrastructure-hero-main .hero-content .hero-text{width:60%}.infrastructure-hero-main .hero-content .hero-text h1{font-size:3rem;font-weight:700;color:white;line-height:1.2;margin-bottom:25px;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.infrastructure-hero-main .hero-content .hero-text .hero-tagline{font-size:1.3rem;color:rgba(255,255,255,0.9);line-height:1.6;max-width:500px;text-shadow:0 1px 2px rgba(0,0,0,0.3)}.infrastructure-hero-main .hero-content .hero-metrics{position:static;margin-top:40px;display:flex;gap:15px;justify-content:flex-start}.infrastructure-hero-main .hero-content .hero-metrics .metric-item{background:rgba(255,255,255,0.95);padding:25px 20px;box-shadow:0 8px 25px rgba(0,0,0,0.15);backdrop-filter:blur(10px);text-align:center;width:200px;flex-shrink:0;transition:var(--transition)}.infrastructure-hero-main .hero-content .hero-metrics .metric-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,0.2)}.infrastructure-hero-main .hero-content .hero-metrics .metric-item .metric-number{font-size:2.2rem;font-weight:700;color:var(--color-primary);font-family:var(--font-headings);line-height:1;margin-bottom:8px}.infrastructure-hero-main .hero-content .hero-metrics .metric-item .metric-label{font-size:0.85rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;line-height:1.3}@media (max-width: 1024px){.infrastructure-hero-main .hero-content .hero-text{max-width:70%;margin-top:-80px}.infrastructure-hero-main .hero-content .hero-text h1{font-size:3rem}.infrastructure-hero-main .hero-content .hero-text .hero-tagline{font-size:1.2rem}.infrastructure-hero-main .hero-content .hero-metrics{bottom:40px;right:20px;gap:12px}.infrastructure-hero-main .hero-content .hero-metrics .metric-item{width:120px;flex-shrink:0;padding:20px 15px}.infrastructure-hero-main .hero-content .hero-metrics .metric-item .metric-number{font-size:2rem}.infrastructure-hero-main .hero-content .hero-metrics .metric-item .metric-label{font-size:0.8rem}}@media (max-width: 768px){.infrastructure-hero-main{height:80vh;min-height:500px}.infrastructure-hero-main .hero-content .hero-text{max-width:85%;margin-top:-60px;text-align:center}.infrastructure-hero-main .hero-content .hero-text h1{font-size:2.2rem;margin-bottom:20px}.infrastructure-hero-main .hero-content .hero-text .hero-tagline{font-size:1.1rem}.infrastructure-hero-main .hero-content .hero-metrics{position:static;margin-top:40px;justify-content:center;gap:10px}.infrastructure-hero-main .hero-content .hero-metrics .metric-item{width:100px;flex-shrink:0;padding:18px 12px}.infrastructure-hero-main .hero-content .hero-metrics .metric-item .metric-number{font-size:1.8rem}.infrastructure-hero-main .hero-content .hero-metrics .metric-item .metric-label{font-size:0.75rem}}@media (max-width: 480px){.infrastructure-hero-main .hero-content .hero-text{max-width:95%}.infrastructure-hero-main .hero-content .hero-text h1{font-size:1.8rem}.infrastructure-hero-main .hero-content .hero-text .hero-tagline{font-size:1rem}.infrastructure-hero-main .hero-content .hero-metrics{flex-direction:column;gap:8px;width:100%;max-width:200px}.infrastructure-hero-main .hero-content .hero-metrics .metric-item{min-width:auto;padding:15px 10px}.infrastructure-hero-main .hero-content .hero-metrics .metric-item .metric-number{font-size:1.5rem}.infrastructure-hero-main .hero-content .hero-metrics .metric-item .metric-label{font-size:0.7rem}}.infrastructure-hero{background:var(--color-neutral-light);padding:80px 0}.infrastructure-hero .hero-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.infrastructure-hero .hero-content .hero-main h1{font-size:4rem;font-weight:700;color:#000;margin-bottom:30px;opacity:1 !important;line-height:1.1}.infrastructure-hero .hero-content .hero-main .hero-description{font-size:1.2rem;line-height:1.6;color:#666;opacity:1 !important;margin-bottom:40px}.infrastructure-hero .hero-content .hero-main .hero-cta{display:flex;gap:20px}.infrastructure-hero .hero-content .hero-main .hero-cta .cta-button{font-weight:600}.infrastructure-hero .hero-content .hero-main .hero-cta .cta-button:first-child{background:var(--color-primary);color:white}.infrastructure-hero .hero-content .hero-main .hero-cta .cta-button:first-child:hover{background:var(--color-secondary)}.infrastructure-hero .hero-content .hero-main .hero-cta .cta-button.secondary{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.infrastructure-hero .hero-content .hero-main .hero-cta .cta-button.secondary:hover{background:var(--color-primary);color:white}.infrastructure-hero .hero-content .hero-image{position:relative}.infrastructure-hero .hero-content .hero-image img{width:100%;height:500px;object-fit:cover;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,0.1)}.general-info{background:var(--color-neutral-light);text-align:center}.general-info h2{font-size:2.8rem;font-weight:600;color:#333;margin-bottom:80px;opacity:1 !important;font-family:var(--font-headings)}.general-info .stats-showcase{display:grid;grid-template-columns:repeat(3, 1fr);gap:80px;max-width:1200px;margin:0 auto}.general-info .stats-showcase .stat-item{text-align:center}.general-info .stats-showcase .stat-item .stat-number{font-size:3.5rem;font-weight:700;color:var(--color-primary);font-family:var(--font-headings);line-height:1;margin-bottom:20px;letter-spacing:-2px}.general-info .stats-showcase .stat-item .stat-title{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:15px;font-family:var(--font-headings)}.general-info .stats-showcase .stat-item .stat-description{font-size:1rem;color:#666;line-height:1.6;max-width:280px;margin:0 auto;opacity:1 !important}.infrastructure-details .info-sections{display:flex;flex-direction:column;gap:80px}.infrastructure-details .info-sections .info-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;text-align:left;background:white;padding:30px;transition:var(--transition)}.infrastructure-details .info-sections .info-section.reverse .section-content{order:1}.infrastructure-details .info-sections .info-section.reverse .section-image{order:2}.infrastructure-details .info-sections .info-section .section-image{position:relative;border-radius:15px;overflow:hidden}.infrastructure-details .info-sections .info-section .section-image img{width:100%;object-fit:cover;transition:var(--transition)}.infrastructure-details .info-sections .info-section .section-image .image-badge{position:absolute;top:20px;right:20px;background:var(--color-primary);color:white;padding:8px 16px;border-radius:20px;font-size:0.9rem;font-weight:600}.infrastructure-details .info-sections .info-section .section-image:hover img{transform:scale(1.05)}.infrastructure-details .info-sections .info-section .section-content h3{font-size:2.2rem;line-height:2.5rem;font-weight:600;color:var(--color-primary);margin-bottom:20px;opacity:1 !important;text-align:left}.infrastructure-details .info-sections .info-section .section-content p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:35px;opacity:1 !important}.infrastructure-details .info-sections .info-section .section-content .details-grid{display:grid;grid-template-columns:1fr;gap:20px}.infrastructure-details .info-sections .info-section .section-content .details-grid .detail-item{display:flex;flex-direction:column;gap:8px;padding:25px;background:var(--color-neutral-light);border-left:2px solid var(--color-primary);transition:var(--transition)}.infrastructure-details .info-sections .info-section .section-content .details-grid .detail-item strong{font-size:1.1rem;font-weight:600;color:var(--color-primary);font-family:var(--font-headings)}.infrastructure-details .info-sections .info-section .section-content .details-grid .detail-item span{font-size:0.95rem;color:#555;line-height:1.5}.facility-images{background:var(--color-neutral-light)}.facility-images h2{font-size:2.5rem;font-weight:600;color:var(--color-primary);text-align:center;margin-bottom:50px;opacity:1 !important}.facility-images .facility-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px}.facility-images .facility-grid .facility-image-card{position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.1);transition:var(--transition)}.facility-images .facility-grid .facility-image-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,0.15)}.facility-images .facility-grid .facility-image-card:hover .image-overlay{background:rgba(0,0,0,0.8)}.facility-images .facility-grid .facility-image-card img{width:100%;height:300px;object-fit:cover;transition:var(--transition)}.facility-images .facility-grid .facility-image-card .image-overlay{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,0.6);color:white;padding:25px;transition:var(--transition)}.facility-images .facility-grid .facility-image-card .image-overlay h4{font-size:1.2rem;font-weight:600;margin-bottom:8px;text-align:left;opacity:1 !important;color:white !important}.facility-images .facility-grid .facility-image-card .image-overlay p{font-size:0.9rem;line-height:1.5;opacity:0.9;margin:0}@media (max-width: 1024px){.infrastructure-hero .hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.infrastructure-hero .hero-content .hero-main h1{font-size:3rem}.infrastructure-hero .hero-content .hero-main .hero-cta{justify-content:center}.infrastructure-hero .hero-content .hero-image img{height:400px}.general-info .stats-showcase{grid-template-columns:1fr;gap:50px}.infrastructure-details .info-section{grid-template-columns:1fr;gap:40px;text-align:center;padding:40px}.infrastructure-details .info-section.reverse .section-content{order:2}.infrastructure-details .info-section.reverse .section-image{order:1}.infrastructure-details .info-section .section-image img{height:300px}.infrastructure-details .info-section .section-content .details-grid{grid-template-columns:1fr;gap:15px}}@media (max-width: 768px){.infrastructure-hero{padding:60px 0}.infrastructure-hero .hero-content{gap:30px}.infrastructure-hero .hero-content .hero-main h1{font-size:2.5rem}.infrastructure-hero .hero-content .hero-main .hero-description{font-size:1.1rem}.infrastructure-hero .hero-content .hero-main .hero-cta{flex-direction:column;gap:15px}.infrastructure-hero .hero-content .hero-main .hero-cta .cta-button{width:100%;padding:15px 30px}.infrastructure-hero .hero-content .hero-image img{height:300px}.general-info h2{font-size:2.2rem;margin-bottom:60px}.general-info .stats-showcase{gap:40px}.general-info .stats-showcase .stat-item .stat-number{font-size:3.5rem}.general-info .stats-showcase .stat-item .stat-title{font-size:1.1rem}.general-info .stats-showcase .stat-item .stat-description{font-size:0.9rem;max-width:100%}.infrastructure-details .info-section{padding:30px 20px;gap:30px}.infrastructure-details .info-section .section-image img{height:250px}.infrastructure-details .info-section .section-image .image-badge{top:15px;right:15px;padding:6px 12px;font-size:0.8rem}.infrastructure-details .info-section .section-content h3{font-size:1.6rem}.infrastructure-details .info-section .section-content p{font-size:1rem;margin-bottom:25px}.infrastructure-details .info-section .section-content .details-grid{gap:15px}.infrastructure-details .info-section .section-content .details-grid .detail-item{padding:20px}.infrastructure-details .info-section .section-content .details-grid .detail-item strong{font-size:1rem}.infrastructure-details .info-section .section-content .details-grid .detail-item span{font-size:0.9rem}.facility-images h2{font-size:2rem}.facility-images .facility-grid{grid-template-columns:1fr;gap:20px}.facility-images .facility-grid .facility-image-card img{height:250px}}.product-page-header{padding:60px 0 40px;text-align:center;background:var(--color-neutral-light)}.product-page-header h1{font-size:2.75rem;font-weight:700;color:var(--color-primary);margin:0;opacity:1 !important}@media (max-width: 768px){.product-page-header{padding:40px 0 30px}.product-page-header h1{font-size:2.5rem}}@media (max-width: 480px){.product-page-header h1{font-size:2rem}}.product-slider{position:relative;width:100%;height:60vh;min-height:400px;max-height:600px;overflow:hidden;background:#fff}.product-slider .slider-container{position:relative;width:100%;height:100%}.product-slider .slider-track{position:relative;width:100%;height:100%}.product-slider .slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 0.8s ease-in-out}.product-slider .slide.active{opacity:1}.product-slider .slide img{width:100%;height:100%;object-fit:cover;object-position:center}.product-slider .slider-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.9);border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);z-index:10}.product-slider .slider-nav:hover{background:white;transform:translateY(-50%) scale(1.1)}.product-slider .slider-nav svg{color:var(--color-primary)}.product-slider .slider-nav.prev{left:30px}.product-slider .slider-nav.next{right:30px}.product-slider .slider-dots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:15px;z-index:10}.product-slider .slider-dots .dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,0.5);cursor:pointer;transition:var(--transition)}.product-slider .slider-dots .dot.active,.product-slider .slider-dots .dot:hover{background:white;transform:scale(1.2)}@media (max-width: 768px){.product-slider{height:50vh;min-height:350px;max-height:450px}.product-slider .slider-nav{width:40px;height:40px}.product-slider .slider-nav.prev{left:20px}.product-slider .slider-nav.next{right:20px}.product-slider .slider-nav svg{width:20px;height:20px}.product-slider .slider-dots{bottom:20px;gap:10px}.product-slider .slider-dots .dot{width:10px;height:10px}}@media (max-width: 480px){.product-slider{height:40vh;min-height:300px}.product-slider .slider-nav{width:35px;height:35px}.product-slider .slider-nav.prev{left:15px}.product-slider .slider-nav.next{right:15px}.product-slider .slider-nav svg{width:18px;height:18px}.product-slider .slider-dots{bottom:15px;gap:8px}.product-slider .slider-dots .dot{width:8px;height:8px}}.product-slider.glide .glide__track{height:100%}.product-slider.glide .glide__slides{height:100%;margin:0;padding:0;list-style:none}.product-slider.glide .glide__slide{height:100%;display:flex;align-items:center;justify-content:center}.product-slider.glide .glide__slide img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;display:block}.product-slider.glide .glide__arrow{position:absolute;top:50%;transform:translateY(-50%);background:var(--color-primary);border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);z-index:10}.product-slider.glide .glide__arrow:hover{background:#8a1a1f;transform:translateY(-50%) scale(1.1)}.product-slider.glide .glide__arrow svg{color:white}.product-slider.glide .glide__arrow--left{left:30px}.product-slider.glide .glide__arrow--right{right:30px}.product-slider.glide .glide__bullets{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:15px;z-index:10}.product-slider.glide .glide__bullets .glide__bullet{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,0.5);border:none;cursor:pointer;transition:var(--transition)}.product-slider.glide .glide__bullets .glide__bullet--active{background:white;transform:scale(1.2)}.product-slider.glide .glide__bullets .glide__bullet:hover{background:white;transform:scale(1.2)}@media (max-width: 768px){.product-slider.glide .glide__arrow{width:40px;height:40px}.product-slider.glide .glide__arrow--left{left:20px}.product-slider.glide .glide__arrow--right{right:20px}.product-slider.glide .glide__arrow svg{width:20px;height:20px}.product-slider.glide .glide__bullets{bottom:20px;gap:10px}.product-slider.glide .glide__bullets .glide__bullet{width:10px;height:10px}}@media (max-width: 480px){.product-slider.glide .glide__arrow{width:35px;height:35px}.product-slider.glide .glide__arrow--left{left:15px}.product-slider.glide .glide__arrow--right{right:15px}.product-slider.glide .glide__arrow svg{width:18px;height:18px}.product-slider.glide .glide__bullets{bottom:15px;gap:8px}.product-slider.glide .glide__bullets .glide__bullet{width:8px;height:8px}}
