@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap";:root{--primary-color:#0a192f;--secondary-color:#0a192f;--accent-color:#f4f4f4;--text-dark:#333;--text-light:#666;--text-white:#fff;--header-height:90px;--top-bar-height:45px;--total-header-height:calc(var(--header-height) + var(--top-bar-height));--font-heading:"Montserrat", sans-serif;--font-body:"Roboto", sans-serif;--container-width:1200px;--section-padding:80px 0;--shadow-sm:0 2px 5px #0000000d;--shadow-md:0 5px 15px #0000001a;--radius-sm:4px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background-color:#fff;line-height:1.6;overflow-x:hidden}h1,h2{font-family:var(--font-heading);color:var(--secondary-color);margin-bottom:1rem;font-weight:700}h3,h4,h5,h6{font-family:var(--font-heading);color:#070760;margin-bottom:1rem;font-weight:700}a{color:inherit;text-decoration:none;transition:all .3s}ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:var(--container-width);margin:0 auto;padding:0 20px}.section-header{text-align:center;max-width:800px;margin:0 auto 3rem}.section-description-centered{color:#666;max-width:700px;margin:0 auto;font-size:1.1rem}.header-wrapper{z-index:1000;width:100%;transition:transform .4s ease-in-out,background-color .3s,box-shadow .3s;position:fixed;top:0;left:0}.header-visible{transform:translateY(0)}.header-hidden{transform:translateY(-100%)}.header-solid{background:#fff;box-shadow:0 4px 20px #00000014}.header-solid .top-bar{background-color:var(--primary-color);color:#fff;border-bottom:1px solid #ffffff1a}.header-solid .nav-link{color:var(--text-dark)}.header-solid .nav-link:hover,.header-solid .nav-link.active,.header-solid .brand-name{color:var(--primary-color)}.header-transparent{box-shadow:none;background:0 0}.header-transparent .top-bar{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0033664d;border-bottom:1px solid #ffffff1a}.header-transparent .main-header{background:linear-gradient(#0009 0%,#0000 100%)}.header-transparent .nav-link{color:#fff;text-shadow:0 1px 2px #00000080}.header-transparent .nav-link:after{background-color:#fff}.header-transparent .brand-name{color:#fff;text-shadow:0 2px 4px #00000080}.header-transparent .logo img{filter:drop-shadow(0 2px 4px #00000080)}.top-bar{height:var(--top-bar-height);align-items:center;font-size:.9rem;transition:background-color .3s;display:flex}.top-bar .container{justify-content:space-between;width:100%;display:flex}.top-info{gap:25px;display:flex}@media (max-width:768px){.top-bar{display:none}:root{--top-bar-height:0px;--total-header-height:var(--header-height)}.container{padding:0 1rem}}.top-info span{opacity:.9;align-items:center;gap:8px;transition:opacity .3s;display:flex}.top-info span:hover{opacity:1}.top-socials{gap:15px;display:flex}.main-header{height:var(--header-height);align-items:center;transition:background .3s;display:flex}.main-header .container{justify-content:space-between;align-items:center;width:100%;display:flex}.logo{align-items:center;gap:15px;display:flex}.logo img{width:auto;height:60px}.brand-name{text-transform:uppercase;letter-spacing:1.5px;letter-spacing:.08em;font-family:Baskerville VT,serif;font-size:1.8rem;font-weight:600;transition:color .3s}.nav-menu{align-items:center;gap:40px;display:flex}.nav-link{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.5px;padding:10px 0;font-size:.95rem;font-weight:600;transition:color .3s;position:relative}.nav-link:after{content:"";background-color:var(--secondary-color);width:0;height:3px;transition:width .3s cubic-bezier(.25,.8,.25,1);position:absolute;bottom:0;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.mobile-toggle{cursor:pointer;flex-direction:column;gap:6px;display:none}.mobile-toggle span{background-color:var(--primary-color);border-radius:2px;width:30px;height:3px;transition:all .3s}.header-transparent .mobile-toggle span{background-color:#fff;box-shadow:0 1px 2px #00000080}.footer{color:#333;font-family:var(--font-body);border-top:4px solid var(--primary-color);background-color:#fff;padding-top:80px}.footer-content{grid-template-columns:repeat(4,1fr);gap:40px;padding-bottom:60px;display:grid}.footer-col h3{color:#0a192f;text-transform:uppercase;letter-spacing:1px;margin-bottom:25px;padding-bottom:15px;font-size:1.1rem;position:relative}.footer-col h3:after{content:"";background-color:var(--secondary-color);width:40px;height:3px;position:absolute;bottom:0;left:0}.footer-col p{color:#555;margin-bottom:20px;font-size:.9rem;line-height:1.8}.footer-links li{border-bottom:1px solid #e0e0e0;margin-bottom:12px;padding-bottom:12px}.footer-links li:last-child{border-bottom:none}.footer-links a{color:#555;font-size:.95rem;transition:all .3s;display:inline-block}.footer-links a:hover{color:#0a192f;padding-left:8px}.footer-bottom{text-align:center;color:#666;background-color:#f4f4f4;border-top:1px solid #e0e0e0;padding:25px 0;font-size:.85rem}.footer-bottom a:hover{color:#0a192f}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:.8s ease-out forwards fadeInUp}.btn{text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;text-align:center;border:none;border-radius:0;padding:14px 35px;font-size:.85rem;font-weight:700;transition:all .3s;display:inline-block}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:#024;transform:translateY(-3px)}.btn-outline{color:#fff;background-color:#0000;border:2px solid #fff}.btn-outline:hover{color:var(--primary-color);background-color:#fff;transform:translateY(-3px)}@media (max-width:992px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.mobile-toggle{display:flex}.nav-menu{z-index:800;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:0;width:100%;height:100vh;padding:100px 30px 30px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;transform:translate(100%)}.nav-menu.active{transform:translate(0)}.nav-link{border-bottom:none;width:auto;padding:20px 0;font-size:1.5rem;color:#fff!important}.top-bar{display:none}.main-header{height:80px}.footer-content{grid-template-columns:1fr;gap:30px}.brand-name{font-size:1.4rem}.logo img{height:45px}.footer-col h3{text-align:center}.footer-col h3:after{left:50%;transform:translate(-50%)}.footer-col:last-child .footer-links li{justify-content:center}.nav-menu{width:100%;height:100vh;box-shadow:none;opacity:0;pointer-events:none;z-index:1002;background:#1e3a5ffa;border-radius:0;flex-direction:column;align-items:center;padding:6rem 0 2rem;transition:transform .3s,opacity .3s;position:fixed;top:0;left:0;right:0;transform:translateY(-100%)}.nav-menu.active{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-menu li{text-align:center;width:100%;margin:0}.nav-menu a{text-align:center;border-bottom:1px solid #ffffff14;padding:1rem 1.5rem;font-size:1.25rem;display:block}.mobile-toggle{z-index:1003;position:relative}.mobile-toggle.active span{background-color:#fff}.mobile-toggle.active span:first-child{transform:translateY(9px)rotate(45deg)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.nav-menu li:last-child a{border-bottom:none}.dropdown-menu{opacity:1;visibility:visible;box-shadow:none;background:#111827f2;max-height:40vh;margin-top:0;position:static;overflow-y:auto}.dropdown-menu a{color:#ffffffe6;border-bottom:1px solid #ffffff14;padding:.55rem 2rem;font-size:.95rem}}.container{margin:0 auto;padding:0 15px;max-width:1200px!important}body .container{max-width:1200px!important}@media (max-width:768px){:root{--product-image-height:230px}.products-grid{justify-items:center;gap:1.5rem;grid-template-columns:1fr!important;display:grid!important}.products-grid .product-card{margin:0 auto;width:100%!important;max-width:420px!important}.products-grid .product-card img{width:100%!important;height:var(--product-image-height)!important;object-fit:cover!important;display:block!important}.products-grid .product-card>div{text-align:center;justify-content:center;align-items:center;height:72px;display:flex;padding:1.25rem!important}.product-card--image-overlay{margin-bottom:1rem}.subcategory-grid{justify-items:center;gap:1.5rem;grid-template-columns:1fr!important;display:grid!important}.subcategory-grid .product-item-card{margin:0 auto;width:100%!important;max-width:420px!important}.subcategory-grid .product-item-card .card-body{text-align:center;justify-content:center;align-items:center;height:72px;display:flex}.subcategory-grid .card-title,.products-grid .product-card h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;display:-webkit-box;overflow:hidden}.subcategory-section{margin-bottom:3rem!important}.subcategory-section h2{text-align:center;font-size:1.7rem!important}div[style*="max-width: 70%"]{padding:0 10px;max-width:95%!important}div[style*="grid-template-columns: repeat(4, 1fr)"]{grid-template-columns:1fr!important;gap:1.5rem!important}.contact-grid{grid-template-columns:1fr!important;gap:2rem!important}.contact-divider{display:none!important}div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important;gap:0!important}div[style*="max-width: 80%"]{max-width:95%!important}div[style*="grid-template-columns: 33% 2% 45%"]{grid-template-columns:1fr!important;gap:2rem!important}.hero-slider h1{line-height:1.2;font-size:2.2rem!important}.hero-slider p{margin-bottom:2rem;font-size:1rem!important}.hero-stats{flex-direction:column;gap:1.5rem}.hero-actions{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{justify-content:center;width:100%;max-width:280px}.about-content{gap:2rem;grid-template-columns:1fr!important}.vision-mission-grid{gap:1.5rem;grid-template-columns:1fr!important}.about-actions{flex-direction:column;gap:1rem}.btn-large{text-align:center;width:100%}.showcase-grid,.showcase-row{gap:1.5rem;grid-template-columns:1fr!important}.showcase-card{height:200px}.why-choose-grid,.testimonials-grid{gap:1.5rem;grid-template-columns:1fr!important}.footer-content{text-align:center;gap:2rem;grid-template-columns:1fr!important}.products-page-hero .hero-title{font-size:2rem!important}.products-page-hero{min-height:40vh;padding:4rem 0}.btn{padding:12px 20px;font-size:.95rem}.btn-large{padding:15px 25px;font-size:1rem}a[style*="padding: 15px 35px"]{padding:12px 20px!important;font-size:.95rem!important}a[style*="padding: 18px 35px"]{padding:15px 25px!important;font-size:1rem!important}.form-floating input,.form-floating select,.form-floating textarea{padding:20px 15px 15px!important;font-size:1rem!important}.form-floating label{font-size:1rem!important;top:20px!important;left:15px!important}.form-floating input:focus+label,.form-floating input:not(:placeholder-shown)+label,.form-floating select:focus+label,.form-floating textarea:focus+label,.form-floating textarea:not(:placeholder-shown)+label{font-size:.85rem!important;top:8px!important}.about-image{height:250px!important;transform:none!important}.image-container{border-radius:15px}.overlay-content{text-align:center;gap:1rem;flex-direction:column!important}.section,.modern-about,.why-choose-section,.showcase-section{padding:3rem 0!important}.section-title-modern,.section-title h2{font-size:2rem!important}.lead-text{font-size:1.1rem!important}.secondary-text{font-size:1rem!important}}.mobile-menu.active span:first-child{transform:rotate(-45deg)translate(-5px,6px)}.mobile-menu.active span:nth-child(2){opacity:0}.mobile-menu.active span:nth-child(3){transform:rotate(45deg)translate(-5px,-6px)}.header{z-index:1001}.nav-menu{z-index:1000}body{overflow-x:hidden}@media (max-width:480px){.container{padding:0 10px}.hero-slider h1,.section-title-modern{font-size:1.8rem!important}.btn{padding:10px 15px;font-size:.9rem}}@media (min-width:769px) and (max-width:1024px){.about-content{grid-template-columns:1fr;gap:3rem}.showcase-row{grid-template-columns:1fr;gap:1.5rem}.why-choose-grid{grid-template-columns:repeat(2,1fr)}div[style*="max-width: 70%"]{max-width:85%!important}div[style*="grid-template-columns: repeat(4, 1fr)"]{grid-template-columns:repeat(2,1fr)!important}}.hero{color:#fff;background-color:#0a192f;align-items:center;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-bg{opacity:0;z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;animation:20s infinite heroSlide;position:absolute;top:0;left:0}.hero-bg-1{background-image:url(/img/Hero/hero1.jpg);animation-delay:0s}.hero-bg-2{background-image:url(/img/Hero/hero2.jpg);animation-delay:5s}.hero-bg-3{background-image:url(/img/Hero/hero3.jpg);animation-delay:10s}.hero-bg-4{background-image:url(/img/Hero/hero4.jpg);animation-delay:15s}@keyframes heroSlide{0%{opacity:0;transform:scale(1.1)}5%{opacity:1;transform:scale(1)}25%{opacity:1;transform:scale(1)}30%{opacity:0;transform:scale(1.1)}to{opacity:0;transform:scale(1.1)}}.hero-overlay{z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.hero-slider-content{z-index:3;padding-top:80px;position:relative}.content-wrap{max-width:1000px}.content-wrap h1{color:#fff;text-shadow:4px 4px 8px #000000e6;margin-bottom:1.5rem;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:2.5rem;line-height:1.2}.content-wrap p{opacity:1;color:#fff;text-shadow:3px 3px 6px #000000e6;margin-bottom:2rem;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;font-size:1.25rem;font-weight:500}.cta{gap:1rem;display:flex}.who-we-are-section{background:#fff;padding:6rem 0}@media (max-width:768px){.content-wrap h1{margin-bottom:1rem;font-size:2.5rem}.content-wrap p{margin-bottom:1.5rem;font-size:1rem}.cta{flex-direction:column;width:100%;max-width:300px}.cta .btn{text-align:center;width:100%}.hero-slider-content{padding-top:100px}.hero{min-height:100vh}}@media (max-width:480px){.content-wrap h1{font-size:2rem}}.who-we-are-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.who-we-are-image-wrapper{border-radius:12px;height:100%;min-height:450px;position:relative;overflow:hidden;box-shadow:0 15px 30px #0000001a}.who-we-are-img{object-fit:cover;width:100%;height:100%;display:block}.who-we-are-content{padding-left:1rem}.topic-highlight-box{border-left:5px solid var(--secondary-color);background-color:#f9f9f9;border-radius:0 8px 8px 0;margin-bottom:2rem;padding:1.5rem 2rem}.topic-highlight-box .section-subtitle{color:var(--secondary-color);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:inline-block}.topic-highlight-box .section-title-modern{color:#070760;margin-bottom:0;font-size:2.2rem}.section-header-professional{text-align:center;max-width:800px;margin:0 auto 3rem;padding:0 1rem}.section-header-professional .section-subtitle{color:var(--secondary-color);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block;position:relative}.section-header-professional .section-title-modern{color:#070760;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2;display:block}.section-header-professional .header-divider{background-color:var(--secondary-color);border-radius:2px;width:60px;height:3px;margin:0 auto 1.5rem}.section-header-professional .section-description-centered{color:#555;max-width:650px;margin:0 auto;font-size:1.1rem;line-height:1.6}.divider-line{background:var(--secondary-color);width:50px;height:2px;margin:1.5rem 0}.btn-text-arrow{color:var(--primary-color);align-items:center;gap:.5rem;margin-top:1rem;font-weight:700;display:inline-flex}.btn-text-arrow svg{width:18px;height:18px;transition:transform .3s}.btn-text-arrow:hover svg{transform:translate(5px)}.business-verticals-section{z-index:1;background-color:#fff;padding-bottom:3rem;position:relative}.carousel-wrapper{align-items:center;margin-bottom:3rem;padding:0 10px;display:flex;position:relative}.carousel-track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;align-items:stretch;gap:2rem;width:100%;padding:1rem 5px 2rem;display:flex;overflow-x:auto}.verticals-cta{text-align:center;z-index:2;margin-bottom:2rem;position:relative}.btn-secondary{background-color:var(--secondary-color);color:#fff;border:none}.btn-secondary:hover{background-color:#0a192f;transform:translateY(-2px);box-shadow:0 4px 10px #0a192f4d}.carousel-card{scroll-snap-align:center;perspective:1000px;width:320px;height:420px;color:inherit;background-color:#0000;flex:0 0 320px;margin-bottom:10px;text-decoration:none}.flip-card-inner{text-align:center;width:100%;height:100%;transform-style:preserve-3d;border-radius:12px;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:0 5px 15px #0000000d}.carousel-card:hover .flip-card-inner{transform:rotateY(180deg);box-shadow:0 15px 30px #00000026}.flip-card-front,.flip-card-back{backface-visibility:hidden;border-radius:12px;width:100%;height:100%;position:absolute;overflow:hidden}.flip-card-front{background-color:#fff;flex-direction:column;display:flex}.carousel-image-container{width:100%;height:250px;overflow:hidden}.carousel-image-container img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.carousel-content-front{background:#fff;flex-grow:1;justify-content:center;align-items:center;padding:1.5rem;display:flex}.carousel-content-front h3{color:#0a192f;margin:0;font-size:1.4rem;font-weight:700}.flip-card-back{color:#fff;background-color:#0a192f;justify-content:center;align-items:center;padding:2rem;display:flex;transform:rotateY(180deg)}.carousel-content-back{text-align:center}.carousel-content-back h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.carousel-content-back p{color:#fffc;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.read-more-link{color:#fff;border-bottom:1px solid #ffffff80;padding-bottom:2px;font-weight:600;transition:all .3s;display:inline-block}.read-more-link .arrow{margin-left:5px;transition:transform .3s;display:inline-block}.carousel-card:hover .read-more-link .arrow{transform:translate(5px)}.carousel-btn{cursor:pointer;z-index:10;color:#0a192f;background:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 10px #0000001a}.carousel-btn:hover{color:#fff;background:#0a192f;border-color:#0a192f}.prev-btn{left:-20px}.next-btn{right:-20px}.process-section{background-color:#f8f9fa;padding:6rem 0}.process-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.process-step{background:#fff;border-radius:12px;padding:2rem;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 5px 20px #0000000d}.process-step:hover{transform:translateY(-10px)}.step-icon-wrapper{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.step-number{color:#070760;font-size:3rem;font-weight:900;line-height:1}.step-icon{width:40px;height:40px;color:var(--secondary-color)}.process-step h3{color:#0a192f;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.process-step p{color:#666;font-size:.95rem;line-height:1.6}.why-us-section{background:#fff;padding:6rem 0}.why-us-content{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.lead-text{color:#0a192f;margin-bottom:2rem;font-size:1.2rem;font-weight:500}.benefits-list{margin-bottom:2rem;list-style:none}.benefits-list li{gap:1rem;margin-bottom:1.5rem;display:flex}.check-icon{width:24px;height:24px;color:var(--secondary-color);background:#0a192f1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.benefits-list strong{color:#0a192f;margin-bottom:.25rem;font-size:1.1rem;display:block}.benefits-list p{color:#666;margin:0;font-size:.95rem}.why-us-stats{flex-direction:column;gap:1.5rem;display:flex}.stat-card{background:var(--secondary-color);color:#fff;text-align:center;border-radius:16px;padding:2.5rem;box-shadow:0 10px 30px #0a192f33}.stat-value{margin-bottom:.5rem;font-size:4rem;font-weight:800;line-height:1;display:block}.stat-label{opacity:.9;font-size:1.1rem;font-weight:500}.stat-grid-small{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.stat-card-small{text-align:center;background:#f8f9fa;border:1px solid #eee;border-radius:12px;padding:1.5rem 1rem}.stat-value-small{color:var(--secondary-color);margin-bottom:.25rem;font-size:2rem;font-weight:800;display:block}.stat-label-small{color:#666;text-transform:uppercase;font-size:.8rem;font-weight:600}@keyframes ctaZoom{0%{transform:scale(1)}to{transform:scale(1.15)}}.cta-title{color:#fff;margin-bottom:1.5rem;font-size:3rem;font-weight:800}.cta-subtitle{opacity:.9;max-width:700px;margin:0 auto 3rem;font-size:1.25rem;font-weight:400}.cta-actions{justify-content:center;gap:1.5rem;display:flex}.btn-large{padding:1rem 2.5rem;font-size:1.1rem}.btn-phone{align-items:center;gap:.75rem;display:inline-flex}@media (max-width:992px){.who-we-are-grid,.why-us-content{grid-template-columns:1fr;gap:3rem}.process-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.content-wrap h1{font-size:2.5rem}.process-grid,.stat-grid-small{grid-template-columns:1fr}.cta-actions{flex-direction:column;align-items:center}.btn-large{width:100%;max-width:300px}}.products-page-hero{color:#0a192f;text-align:center;background-color:#f1f5f9;background-image:url(/img/Hero/smart-crane-loanding-cargo-container-to-container-2024-12-08-00-21-21-utc.jpg);background-position:50%;background-size:cover;background-attachment:fixed;margin-bottom:3rem;padding:8rem 0;position:relative}.products-page-hero:before{content:"";z-index:1;background:linear-gradient(135deg,#f8fafcb3,#f8fafc99);position:absolute;inset:0}.products-page-hero .container{z-index:2;position:relative}.products-hero-badge{color:#070760;text-transform:uppercase;letter-spacing:1px;background:#0a192f1a;border:1px solid #0a192f4d;border-radius:50px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.products-page-hero h1{text-shadow:none;font-size:3.5rem;font-weight:800;font-family:var(--font-heading);color:var(--secondary-color);margin-bottom:1rem}.products-page-hero p{opacity:1;color:#334155;max-width:700px;margin:0 auto;font-size:1.25rem;font-weight:500}.products-grid-section{background-color:var(--accent-color);padding:4rem 0}.products-grid-custom{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;display:grid}.product-card-detailed{border-radius:var(--radius-sm);box-shadow:var(--shadow-md);background:#fff;border:1px solid #e2e8f0;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.product-card-detailed:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.product-card-image-wrapper{background:#f1f5f9;height:240px;position:relative;overflow:hidden}.product-card-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card-detailed:hover .product-card-image-wrapper img{transform:scale(1.05)}.product-card-badge{background:var(--primary-color);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.product-card-body{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.product-title{color:#070760;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.product-description{color:#64748b;flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.product-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.product-tag{color:#475569;background:#f1f5f9;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.product-card-footer{border-top:1px solid #e2e8f0;gap:1rem;margin-top:auto;padding-top:1rem;display:flex}.btn-get-quote,.btn-view-details{cursor:pointer;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;padding:.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.btn-get-quote{color:#fff;background:#0a192f}.btn-get-quote:hover{background:#06101f;transform:translateY(-2px)}.btn-view-details{color:#0a192f;background:#fff;border:1px solid #cbd5e1}.btn-view-details:hover{color:#0a192f;background:#f8fafc;border-color:#94a3b8}.product-specs-list{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;margin-bottom:1.5rem;padding:1.2rem}.spec-item{border-bottom:1px dashed #cbd5e1;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem;font-size:.9rem;display:flex}.spec-label{color:#64748b;flex:0 0 44%;font-weight:600}.spec-value{color:#0f172a;text-align:right;flex:56%;font-weight:600}@media (max-width:768px){.products-page-hero h1{font-size:2.5rem}.products-page-hero{padding:6rem 0}}.spec-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.subcategory-section{margin-bottom:5rem}.section-header{border-left:5px solid #0a192f;margin-bottom:2.5rem;padding-left:1.5rem}.modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0a192fbf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-container{background:#fff;border-radius:12px;width:100%;max-width:900px;max-height:90vh;animation:.3s ease-out forwards modalFadeIn;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close-btn{color:#94a3b8;cursor:pointer;z-index:10;background:0 0;border:none;font-size:2rem;line-height:1;transition:color .2s;position:absolute;top:1rem;right:1.5rem}.modal-close-btn:hover{color:#0a192f}.modal-content{padding:2.5rem}.modal-header{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1rem}.modal-header h3{color:#0a192f;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.modal-header p{color:#64748b;font-size:1rem}.modal-body-grid{grid-template-columns:1fr 1.2fr;gap:2.5rem;display:grid}@media (max-width:768px){.modal-body-grid{grid-template-columns:1fr;gap:1.5rem}.modal-content{padding:1.5rem}.products-grid-custom{grid-template-columns:1fr}}.modal-product-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.modal-product-image{background:#fff;border:1px solid #eee;border-radius:6px;width:100%;height:200px;margin-bottom:1rem;overflow:hidden}.modal-product-image img{object-fit:cover;width:100%;height:100%}.modal-product-title{color:#0a192f;border-bottom:2px solid #0a192f;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:700;display:inline-block}.modal-specs-summary h5{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:.95rem;font-weight:600}.modal-specs-summary ul{margin:0;padding:0;list-style:none}.modal-specs-summary li{color:#334155;border-bottom:1px dashed #cbd5e1;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.5rem;font-size:.95rem;display:flex}.modal-specs-summary li:last-child{border-bottom:none}.quote-form .form-group{margin-bottom:1.25rem}.quote-form label{color:#475569;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.quote-form input,.quote-form textarea{background:#fff;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.quote-form input:focus,.quote-form textarea:focus{border-color:#0a192f;outline:none;box-shadow:0 0 0 3px #0a192f1a}.btn-submit-quote{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#0a192f;border:none;border-radius:6px;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:background .3s}.btn-submit-quote:hover{background:#06101f}.section-title-modern{color:var(--secondary-color);margin-bottom:1rem;font-size:2.5rem;font-weight:700;display:inline-block;position:relative}.section-subtitle{color:#070760;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:block}.section-description-centered{color:#666;max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.6}.btn-outline-white{color:#fff;background:0 0;border:2px solid #fff;transition:all .3s}.btn-outline-white:hover{color:#0a192f;background:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #0003}.about-hero{color:#0a192f;background-image:url(/img/Hero/naples-italy-top-view-of-container-terminal-in-p-2025-02-24-22-24-29-utc.jpg);background-position:50%;background-size:cover;background-attachment:fixed;align-items:center;height:60vh;min-height:500px;display:flex;position:relative}.about-hero:before{content:"";background:linear-gradient(135deg,#f8fafcb3,#f8fafc99);position:absolute;inset:0}.about-hero-content{z-index:2;text-align:center;max-width:900px;margin:0 auto;position:relative}.about-hero-badge{color:#070760;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a192f1a;border:1px solid #0a192f;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.about-hero-title{text-shadow:none;color:var(--secondary-color);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.about-hero-description{color:#334155;margin-bottom:0;font-size:1.25rem;line-height:1.8}.cta-section{color:#fff;text-align:center;padding:6rem 0;position:relative;overflow:hidden}.cta-background{z-index:1;background-image:url(/img/Hero/tugboat-pull-container-cargo-ship-vessel-to-cargo-2024-12-08-00-21-22-utc.jpg);background-position:50%;background-size:cover;width:100%;height:100%;animation:20s infinite alternate ctaZoom;position:absolute;top:0;left:0}.cta-overlay{z-index:2;background:#0a192fd9;position:absolute;inset:0}.relative-container{z-index:3;position:relative}.about-story-section{padding-top:var(--total-header-height);background-color:#fff;overflow:hidden}.story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.story-image-wrapper{position:relative}.story-image{z-index:2;border-radius:12px;width:100%;transition:transform .5s;position:relative;box-shadow:0 20px 60px #00000026}.story-image:hover{transform:translateY(-10px)}.story-pattern{opacity:.2;z-index:1;background-image:radial-gradient(#0a192f 2px,#0000 2px);background-size:20px 20px;width:200px;height:200px;position:absolute;top:-40px;left:-40px}.story-content h2{color:#0a192f;margin-bottom:2rem;font-size:2.8rem;font-weight:800;line-height:1.2}.story-text{color:#555;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.story-highlight{color:#0a192f;border-left:4px solid #0a192f;margin-bottom:2rem;padding-left:2rem;font-size:1.2rem;font-style:italic;font-weight:600}.about-stats-row{border-top:1px solid #eee;gap:3rem;padding-top:2rem;display:flex}.about-stat-item{flex-direction:column;display:flex}.stat-num{color:var(--secondary-color);font-size:2rem;font-weight:800}.stat-desc{color:#666;text-transform:uppercase;font-size:.9rem}.values-section{background-color:#f8f9fa;padding-top:3rem;padding-bottom:8rem;position:relative}.values-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:4rem;display:grid}.value-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:3rem;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.value-card:hover{border-color:#0a192f;transform:translateY(-10px);box-shadow:0 20px 50px #0000001a}.value-icon-box{color:#0a192f;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:2rem;transition:all .3s;display:flex}.value-card:hover .value-icon-box{color:#fff;background:#0a192f}.value-card h3{color:#0a192f;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.value-card p{color:#666;margin:0;line-height:1.7}@media (max-width:992px){.story-grid{grid-template-columns:1fr;gap:4rem}.story-image-wrapper{order:-1}}@media (max-width:768px){.about-hero-title{font-size:2.5rem}.about-hero{height:auto;min-height:400px;padding:6rem 0}.about-stats-row{flex-direction:column;gap:2rem}.values-grid{grid-template-columns:1fr}.story-content h2{font-size:2rem}}.vision-mission-section{background:#fff;padding:8rem 0}.vm-grid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.vm-box{color:#fff;border-radius:20px;padding:4rem;position:relative;overflow:hidden}.vm-vision{background:linear-gradient(135deg,#0a192f,#1e3a5f)}.vm-mission{background:linear-gradient(135deg,#4a5568,#2d3748)}.vm-icon-large{opacity:.8;margin-bottom:1.5rem;font-size:4rem}.vm-box h3{margin-bottom:1.5rem;font-size:2rem;font-weight:700}.vm-box p{opacity:.9;margin:0;font-size:1.15rem;line-height:1.8}.expertise-section{background-color:#fff;padding:8rem 0}.expertise-content{text-align:center;max-width:800px;margin:0 auto}.expertise-tags{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:3rem;display:flex}.expertise-tag{color:#0a192f;background:#f8f9fa;border:1px solid #eee;border-radius:50px;padding:1rem 2rem;font-weight:600;transition:all .3s}.expertise-tag:hover{color:#fff;background:#0a192f;transform:scale(1.05)}@media (max-width:992px){.story-grid,.vm-grid{grid-template-columns:1fr;gap:4rem}.about-hero-title{font-size:2.5rem}}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid;position:relative}.phone-group{grid-template-columns:110px 1fr;align-items:start;gap:10px;margin-bottom:2rem;display:grid;position:relative}.country-select-wrapper{z-index:5;position:relative}.phone-group .form-floating{margin-bottom:0}.form-floating-custom{z-index:4;margin-bottom:2rem;position:relative}.error-message{color:#0a192f;white-space:nowrap;font-size:.75rem;position:absolute;bottom:-1.5rem;left:0}.form-floating{margin-bottom:2rem;position:relative}.form-floating select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 15px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.contact-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:4rem;display:grid}.form-floating input,.form-floating select,.form-floating textarea{color:#333;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;width:100%;height:60px;padding:20px 20px 10px;font-size:1rem;transition:all .3s}.form-floating textarea{height:150px;padding-top:25px}.form-floating label{color:#888;pointer-events:none;white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 40px);font-size:1rem;font-weight:400;transition:all .2s;position:absolute;top:20px;left:20px;overflow:hidden}.form-floating input:focus,.form-floating input:not(:placeholder-shown),.form-floating select:focus,.form-floating textarea:focus,.form-floating textarea:not(:placeholder-shown){background:#fff;border-color:#0a192f}.form-floating input:focus+label,.form-floating input:not(:placeholder-shown)+label,.form-floating select:focus+label,.form-floating select.has-value+label,.form-floating textarea:focus+label,.form-floating textarea:not(:placeholder-shown)+label{color:#0a192f;font-size:.75rem;font-weight:600;top:6px}.contact-hero{color:#0a192f;text-align:center;background-color:#0000;background-image:linear-gradient(135deg,#f8fafcb3,#f8fafc99),url(/img/Hero/naples-italy-top-view-of-container-terminal-in-p-2025-02-24-22-24-29-utc.jpg);background-position:0 0,50%;background-repeat:repeat,repeat;background-size:auto,cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:8rem 0;position:relative}.contact-hero h1{color:var(--secondary-color);margin-bottom:1rem;font-size:3.5rem;font-weight:800}.contact-hero p{opacity:1;color:#334155;max-width:600px;margin:0 auto;font-size:1.25rem;font-weight:500}.contact-section{background-color:#fff;padding:6rem 0}.contact-form-wrapper{background:#fff;border:1px solid #eee;border-radius:16px;padding:3rem;box-shadow:0 10px 40px #00000014}.contact-form-header{margin-bottom:2rem}.contact-form-header h2{color:var(--secondary-color);margin-bottom:.5rem;font-size:2rem;font-weight:700}.contact-form-header p{color:#666;font-size:1.05rem}.btn-submit{color:#fff;cursor:pointer;background:#0a192f;border:none;border-radius:50px;width:100%;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s}.btn-submit:hover{background:#06101f;transform:translateY(-2px);box-shadow:0 10px 20px #0a192f33}.contact-faq{padding-top:2rem}.faq-header{margin-bottom:2rem}.faq-header h3{color:#070760;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.faq-header p{color:#666}.faq-list{flex-direction:column;gap:1.5rem;display:flex}.faq-item{background:#f8f9fa;border-left:4px solid #0a192f;border-radius:12px;padding:1.5rem;transition:transform .3s}.faq-item:hover{background:#fff;transform:translate(5px);box-shadow:0 5px 15px #0000000d}.faq-item h4{color:#070760;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.faq-item p{color:#555;margin:0;font-size:.95rem;line-height:1.6}@media (max-width:992px){.contact-grid{grid-template-columns:1fr;gap:4rem}.contact-faq{padding-top:0;padding-left:0}}@media (max-width:768px){.form-row{grid-template-columns:1fr;gap:0}.phone-group{margin-bottom:0}.form-row .form-floating,.form-row .phone-group{margin-bottom:1.5rem}}.custom-select-container{cursor:pointer;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;width:100%;height:60px;transition:all .3s;position:relative}.custom-select-container.focused{background:#fff;border-color:#0a192f}.custom-select-container.error{border-color:#0a192f}.custom-select-trigger{justify-content:space-between;align-items:center;width:100%;height:100%;padding:10px 15px 5px;display:flex}.custom-select-value{color:#0a192f;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;overflow:hidden}.custom-select-arrow{opacity:.7;width:12px;height:12px;transition:transform .3s}.custom-select-container.open .custom-select-arrow{transform:rotate(180deg)}.custom-select-label{color:#888;pointer-events:none;font-size:1rem;font-weight:400;transition:all .2s;position:absolute;top:20px;left:15px}.custom-select-container.has-value .custom-select-label,.custom-select-container.focused .custom-select-label,.custom-select-container.open .custom-select-label{color:#0a192f;font-size:.75rem;font-weight:600;top:6px}.custom-select-options{z-index:1000;opacity:0;visibility:hidden;background:#fff;border:1px solid #eee;border-radius:8px;max-height:250px;transition:all .3s;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow-y:auto;transform:translateY(-10px);box-shadow:0 10px 25px #0000001a}.custom-select-container.open .custom-select-options{opacity:1;visibility:visible;transform:translateY(0)}.custom-option{cursor:pointer;color:#0a192f;justify-content:space-between;align-items:center;padding:12px 15px;font-size:.95rem;transition:background .2s;display:flex}.custom-option:hover{color:#0a192f;background-color:#f0f4f8}.custom-option.selected{color:#0a192f;background-color:#eef2f6;font-weight:600}.custom-select-options::-webkit-scrollbar{width:6px}.custom-select-options::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.custom-select-options::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.custom-select-options::-webkit-scrollbar-thumb:hover{background:#bbb}
