*{box-sizing:border-box;margin:0;padding:0}body,html{overflow-x:hidden;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0;padding:0}#root{overflow-x:hidden;width:100%}@media (max-width:768px){body{min-width:auto;width:100%}#root{max-width:100vw;overflow-x:hidden;width:100%}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#5a6fd8}::selection{background-color:#667eea;color:#fff}::-moz-selection{background-color:#667eea;color:#fff}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border-radius:25px;display:inline-block;font-size:1rem;padding:12px 30px;text-decoration:none}.primary-btn{background:#ff6b6b}.primary-btn:hover{background:#ff5252;transform:translateY(-2px)}.secondary-btn{border:2px solid #fff}.secondary-btn:hover{background:#fff;color:#3498db}@media (max-width:768px){.container{padding:0 15px}.section-title{font-size:1.8rem}.btn{font-size:.9rem;padding:10px 25px}}@media (max-width:480px){.container{padding:0 10px}.section-title{font-size:1.5rem}.btn{font-size:.85rem;padding:8px 20px}}.language-switcher{display:inline-block;position:relative}.language-button{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:space-between;min-width:120px;padding:.5rem 1rem;transition:all .3s ease}.language-button:hover{background:#fff3;transform:translateY(-2px)}.language-flag{font-size:1.2rem}.language-name{font-size:.9rem;white-space:nowrap}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.language-dropdown{background:#fff;border:1px solid #e9ecef;border-radius:10px;box-shadow:0 5px 20px #00000026;left:0;margin-top:.5rem;max-height:300px;overflow:hidden;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.language-option{align-items:center;background:none;border:none;color:#2c3e50;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.8rem;padding:.8rem 1rem;text-align:left;transition:all .3s ease;width:100%}.language-option:hover{background:#f8f9fa;color:#e53e3e}.language-option.active{background:#e53e3e;color:#fff}.language-option.active:hover{background:#c53030;color:#fff}.language-option .language-flag{font-size:1.1rem}.language-option .language-name{font-size:.9rem;white-space:nowrap}@media (max-width:768px){.language-switcher{width:100%}.language-button{background:#ffffff0d;border-radius:10px;font-size:1rem;min-width:auto;padding:1rem 1.5rem;width:100%}.language-button:hover{background:#ffffff1a}.language-name{font-size:.95rem}.language-flag{font-size:1.3rem}.language-dropdown{box-shadow:0 2px 10px #0000004d;margin-top:.8rem;position:static}.language-option{font-size:.95rem;padding:.8rem 1rem}.language-button{padding:.9rem 1.2rem}.language-name{font-size:.9rem}.language-option{font-size:.9rem;padding:.7rem .9rem}}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a202cf2;border-bottom:1px solid #ffffff1a;box-shadow:0 4px 20px #0000001a;box-sizing:border-box;color:#fff;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.nav-brand,.navbar{align-items:center;display:flex}.nav-brand{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;gap:1rem;padding:.5rem 1rem}.nav-logo{height:80px;max-width:200px;object-fit:contain;transition:transform .3s ease;width:auto}.nav-logo:hover{transform:scale(1.1)}.nav-menu{display:flex;gap:2rem}.nav-item{background:none;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;overflow:hidden;padding:.75rem 1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-item:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.nav-item:hover:before{left:100%}.nav-item:hover{background-color:#ffffff1a;transform:translateY(-2px)}.nav-item.active{background:linear-gradient(135deg,#667eea,#764ba2);font-weight:600}.hamburger-menu{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:40px;justify-content:space-around;padding:0;transition:all .3s ease;width:50px;z-index:1002}.hamburger-line{background:#fff;border-radius:10px;height:4px;transform-origin:center;transition:all .3s ease;width:100%}.hamburger-menu:hover .hamburger-line{background:#667eea}.hamburger-line.open:first-child{transform:translateY(9px) rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.menu-overlay{background:#00000080;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.nav-language{display:contents}@media (max-width:768px){.navbar{flex-direction:row;justify-content:space-between;padding:.8rem 1rem}.nav-brand{gap:.8rem;padding:.4rem .8rem}.nav-logo{height:50px;max-width:150px}.hamburger-menu{display:flex}.menu-overlay{display:block}.nav-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a202cfa;box-shadow:-5px 0 25px #0000004d;flex-direction:column;gap:0;height:100vh;overflow-y:auto;padding:80px 20px 20px;position:fixed;right:-100%;top:0;transition:right .3s ease-in-out;width:280px;z-index:1001}.nav-menu.open{right:0}.nav-item{background:#ffffff0d;border-radius:10px;font-size:1rem;margin-bottom:.5rem;padding:1rem 1.5rem;text-align:left;width:100%}.nav-item:hover{background:#ffffff1a}.nav-item.active{background:linear-gradient(135deg,#667eea,#764ba2)}.nav-language{border-top:1px solid #ffffff1a;display:block;margin-top:1rem;padding-top:1rem}}.footer{background:#2c3e50;color:#fff;margin-top:auto;padding:3rem 2rem 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.footer-section h3{color:#e53e3e;margin-bottom:1rem}.footer-section p{margin-bottom:.5rem;opacity:.8}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section button{background:none;border:none;color:#fff;cursor:pointer;opacity:.8;transition:opacity .3s ease}.footer-section button:hover{opacity:1}.footer-bottom{border-top:1px solid #34495e;margin-top:2rem;opacity:.7;padding-top:2rem;text-align:center}@media (max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-content{gap:1.5rem}.footer-section h3{font-size:1.1rem}.footer-section li,.footer-section p{font-size:.9rem}.footer{padding:1.5rem .8rem .8rem}.footer-content{gap:1.2rem;grid-template-columns:1fr}.footer-section h3{font-size:1rem}.footer-section li,.footer-section p{font-size:.85rem}}.home-page{background:linear-gradient(135deg,#0f1419,#1a202c);color:#fff;min-height:100vh}.hero-section{align-items:center;background:linear-gradient(135deg,#1a202c,#2d3748 50%,#4a5568);color:#fff;display:flex;min-height:80vh;overflow:hidden;padding:120px 0 80px;position:relative;text-align:center}.hero-section:before{background:radial-gradient(circle at 20% 80%,#7877c64d 0,#0000 50%),radial-gradient(circle at 80% 20%,#ff77c626 0,#0000 50%),radial-gradient(circle at 40% 40%,#78dbff33 0,#0000 50%);z-index:1}.hero-section:after,.hero-section:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-section:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='50' height='50' patternUnits='userSpaceOnUse'%3E%3Cpath d='M50 0H0v50' fill='none' stroke='rgba(255,255,255,0.05)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");opacity:.6;z-index:2}.hero-content{margin:0 auto;max-width:1200px;padding:0 40px;position:relative;z-index:3}.logo-container{margin-bottom:3rem;overflow:hidden;position:relative}.background-text-left{left:5%;transform:translateY(-50%) rotate(-90deg)}.background-text-left,.background-text-right{color:#ffffff08;font-family:Inter,sans-serif;font-size:6rem;font-weight:900;letter-spacing:.2em;opacity:.8;pointer-events:none;position:absolute;text-shadow:0 0 50px #ffffff1a;top:50%;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:1}.background-text-right{right:5%;transform:translateY(-50%) rotate(90deg)}.logo-img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));height:auto;max-width:500px;position:relative;transition:transform .3s ease;z-index:2}.logo-img:hover{transform:scale(1.02)}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#a0aec0);-webkit-background-clip:text;background-clip:text;color:#fff;font-family:Inter,sans-serif;font-size:3.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 4px 20px #0000004d}.hero-description{color:#fffc;font-family:Inter,sans-serif;font-size:1.3rem;font-weight:400;line-height:1.7;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem}.btn{border:none;border-radius:8px;box-shadow:0 4px 12px #00000026;cursor:pointer;letter-spacing:.5px;padding:16px 40px;text-transform:uppercase;transition:all .3s ease}.btn,.primary-btn{font-size:1.1rem;font-weight:600}.primary-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 10px 30px #667eea66;color:#fff;overflow:hidden;padding:1rem 2.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.primary-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.primary-btn:hover:before{left:100%}.primary-btn:hover{box-shadow:0 20px 40px #667eea99;transform:translateY(-5px)}.secondary-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border:2px solid #ffffff4d;border-radius:50px;color:#fff;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.secondary-btn:hover{background:#ffffff1a;border-color:#fff9;box-shadow:0 15px 35px #ffffff1a;transform:translateY(-5px)}.services-section{background:linear-gradient(135deg,#fff,#f7fafc);padding:80px 0;position:relative}.services-section:before{background:linear-gradient(90deg,#0000,#e9ecef,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:3rem}.service-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f7fafc);border:1px solid #667eea1a;border-radius:20px;box-shadow:0 15px 40px #00000014;cursor:pointer;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card:before{background:linear-gradient(135deg,#000,#333);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{border-color:#667eea4d;box-shadow:0 30px 80px #00000026;transform:translateY(-12px) scale(1.02)}.construction-equipment-card{background:linear-gradient(135deg,#fff,#fffbf0);border:2px solid gold}.construction-equipment-card:hover{border-color:#ffed4e;box-shadow:0 20px 40px #ffd7004d;transform:translateY(-8px)}.construction-equipment-card h3{color:gold;font-weight:700}.construction-equipment-card .service-icon{filter:none;transform:scale(1.1)}.service-icon{display:block;filter:grayscale(.2);font-size:3.5rem;margin-bottom:1.5rem;transition:filter .3s ease}.service-card:hover .service-icon{filter:grayscale(0)}.service-card h3{color:#2c3e50;font-size:1.6rem;font-weight:600;letter-spacing:-.01em;margin-bottom:1.2rem}.service-card p{color:#5a6c7d;font-size:1rem;line-height:1.7}.custom-hose-cutting{background:#f8f9fa;padding:100px 0;position:relative}.hose-cutting-content{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:4rem}.hose-cutting-info{background:#fff;border:1px solid #f1f3f4;border-radius:12px;box-shadow:0 8px 30px #00000014;padding:3rem 2rem;text-align:center;transition:all .3s ease}.hose-cutting-info:hover{box-shadow:0 15px 35px #0000001f;transform:translateY(-5px)}.hose-icon{color:#667eea;filter:grayscale(.2);margin-bottom:1.5rem;transition:filter .3s ease}.hose-cutting-info:hover .hose-icon{filter:grayscale(0)}.hose-cutting-info h3{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1.2rem}.hose-cutting-info p{color:#5a6c7d;font-size:1rem;line-height:1.7}.testimonials{background:#fff;padding:100px 0;position:relative}.testimonials:before{background:linear-gradient(90deg,#0000,#e9ecef,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.testimonials-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:4rem}.testimonial-card{background:#fff;border:1px solid #f1f3f4;border-radius:12px;box-shadow:0 8px 30px #00000014;padding:3rem 2rem;position:relative;text-align:center;transition:all .3s ease}.testimonial-card:before{color:#667eea;content:'"';font-size:4rem;font-weight:700;left:50%;line-height:1;position:absolute;top:-10px;transform:translateX(-50%)}.testimonial-card:hover{box-shadow:0 15px 35px #0000001f;transform:translateY(-5px)}.testimonial-card p{color:#5a6c7d;font-size:1.1rem;font-style:italic;line-height:1.7;margin-top:1rem}.quick-access{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:100px 0;position:relative}.quick-buttons{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:4rem}.quick-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 6px 20px #667eea4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:18px 40px;text-transform:uppercase;transition:all .3s ease}.quick-btn:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);box-shadow:0 10px 25px #667eea66;transform:translateY(-3px)}.section-title{color:#1a202c;font-family:Inter,sans-serif;font-weight:800;letter-spacing:-.02em}.section-title:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:-15px;width:100px}@media (max-width:768px){.hero-section{min-height:auto;padding:50px 0 30px}.hero-content{padding:0 15px}.logo-container{margin-bottom:1.5rem}.logo-img{max-width:200px}.hero-title{font-size:1.6rem;line-height:1.3;margin-bottom:.8rem}.hero-description{font-size:.9rem;line-height:1.5;margin-bottom:1.5rem;padding:0 5px}.hero-buttons{align-items:center;flex-direction:column;gap:.8rem}.primary-btn,.secondary-btn{font-size:.9rem;max-width:250px;padding:.7rem 1.8rem;width:100%}.section-title{font-size:1.5rem;margin-bottom:1.2rem}.custom-hose-cutting,.quick-access,.services-section,.testimonials{padding:30px 0}.hose-cutting-content,.services-grid,.testimonials-grid{gap:1rem;grid-template-columns:1fr}.service-card{padding:1.3rem 1rem}.service-icon{font-size:2rem;margin-bottom:.8rem}.service-card h3{font-size:1.1rem;margin-bottom:.8rem}.service-card p{font-size:.85rem;line-height:1.5}.quick-buttons{align-items:center;flex-direction:column;gap:.8rem}.quick-btn{font-size:.9rem;max-width:250px;padding:12px 25px;width:100%}.hose-cutting-info{padding:1.2rem}.hose-cutting-info h3{font-size:1.1rem;margin-bottom:.8rem}.hose-cutting-info p{font-size:.85rem;line-height:1.5;margin-bottom:1rem}.hose-icon{font-size:2rem;margin-bottom:.8rem}.testimonial-card{padding:1.2rem}.testimonial-card p{font-size:.85rem;line-height:1.5}.background-text-left,.background-text-right{display:none}}@media (max-width:480px){.hero-section{min-height:auto;padding:40px 0 25px}.hero-content{padding:0 12px}.logo-container{margin-bottom:1rem}.logo-img{max-width:160px}.hero-title{font-size:1.3rem;line-height:1.3;margin-bottom:.6rem}.hero-description{font-size:.8rem;line-height:1.4;margin-bottom:1.2rem}.primary-btn,.secondary-btn{font-size:.85rem;padding:.6rem 1.5rem}.section-title{font-size:1.3rem;margin-bottom:1rem}.custom-hose-cutting,.quick-access,.services-section,.testimonials{padding:25px 0}.service-card{padding:1rem .8rem}.service-icon{font-size:1.8rem;margin-bottom:.6rem}.service-card h3{font-size:1rem;margin-bottom:.6rem}.service-card p{font-size:.8rem;line-height:1.4}.hose-cutting-info,.testimonial-card{padding:1rem}.hose-cutting-info h3,.testimonial-card h3{font-size:1rem;margin-bottom:.6rem}.hose-cutting-info p,.testimonial-card p{font-size:.8rem;line-height:1.4;margin-bottom:.8rem}.hose-icon{font-size:1.8rem;margin-bottom:.6rem}.quick-btn{font-size:.85rem;padding:10px 20px}}.about-page{background:#fff;min-height:100vh}.about-header{background:linear-gradient(135deg,#2c3e50,#000);border-bottom:1px solid #e9ecef;color:#fff;padding:120px 0;position:relative;text-align:center}.about-header:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Cpath d='M20 0H0v20' fill='none' stroke='rgba(255,255,255,0.08)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0;z-index:1}.about-header .container{position:relative;z-index:2}.about-header h1{color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:1.5rem}.header-subtitle{color:#ffffffe6;font-size:1.4rem;font-weight:300}.company-info{background:#fff;padding:100px 0}.info-content{grid-gap:5rem;align-items:start;display:grid;gap:5rem;grid-template-columns:2fr 1fr}.text-content{background:#fff;border:1px solid #f1f3f4;border-radius:15px;box-shadow:0 10px 40px #0000001a;padding:3rem}.text-content h2{color:#000;font-size:2.2rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem;position:relative}.text-content h2:after{background:#000;border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}.text-content h3{color:#333;font-size:1.6rem;font-weight:600;margin:2.5rem 0 1.5rem}.text-content p{color:#555;font-size:1.05rem;line-height:1.8;margin-bottom:1.8rem}.values-section{border-top:2px solid #fff3;margin-top:3rem;padding-top:2.5rem}.values-section h3{color:#fff;font-size:1.6rem;margin-bottom:1.5rem;position:relative;text-align:center;z-index:2}.values-list{list-style:none;margin-top:1.5rem;padding:0}.values-list li{background:#ffffff1a;border-left:4px solid #ffffff4d;border-radius:10px;color:#fffffff2;line-height:1.7;margin-bottom:1.5rem;padding:1rem;position:relative;transition:all .3s ease;z-index:2}.values-list li:hover{background:#ffffff26;box-shadow:0 5px 15px #0000004d;transform:translateX(10px)}.values-list li strong{color:#fff;font-weight:600}.stats-content{background:linear-gradient(135deg,#2c3e50,#000);border-radius:15px;box-shadow:0 15px 50px #0000004d;padding:3rem;position:relative}.stats-content:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='25' height='25' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='12.5' cy='12.5' r='1' fill='rgba(255,255,255,0.05)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0;z-index:1}.stats-content h2{color:#fff;font-size:1.8rem;margin-bottom:2rem;position:relative;text-align:center;z-index:2}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:2rem;position:relative;z-index:2}.stat-item{background:#fffffff2;border-radius:15px;box-shadow:0 8px 25px #00000026;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.stat-item:hover{box-shadow:0 15px 40px #0003;transform:translateY(-10px) scale(1.05)}.stat-number{color:#000;font-size:3rem;font-weight:700;margin-bottom:.8rem}.stat-label{color:#555;font-size:1rem;font-weight:500;line-height:1.4}.why-choose-us{background:#fff;padding:100px 0}.section-title{color:#000;display:inline-block;font-size:2.8rem;font-weight:700;margin-bottom:1rem;position:relative;width:100%}.section-title:after{background:#000;border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:4rem}.feature-card{background:#fff;border:1px solid #f1f3f4;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2.5rem;text-align:center;transition:all .4s ease}.feature-card:hover{box-shadow:0 20px 50px #00000026;transform:translateY(-15px) scale(1.02)}.feature-icon{font-size:3.5rem;margin-bottom:1.5rem}.feature-card h3{color:#000;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.feature-card p{color:#555;font-size:1.05rem;line-height:1.7}.certificates-section{background:#f8f9fa;padding:100px 0}.certificates-section .section-title{color:#000}.certificates-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:4rem}.certificate-item{background:#fff;border:1px solid #f1f3f4;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2.5rem;text-align:center;transition:all .4s ease}.certificate-item:hover{box-shadow:0 20px 50px #00000026;transform:translateY(-15px) scale(1.05)}.certificate-icon{font-size:3.5rem;margin-bottom:1.5rem}.certificate-item h3{color:#000;font-size:1.4rem;font-weight:600;margin-bottom:1.5rem}.certificate-item p{color:#555;font-size:1rem;line-height:1.6}@media (max-width:768px){.about-header{padding:40px 0}.about-header h1{font-size:1.6rem}.header-subtitle{font-size:.9rem;margin-top:.5rem}.company-info{padding:30px 0}.info-content{gap:1.2rem;grid-template-columns:1fr}.text-content{padding:1.2rem}.text-content h2{font-size:1.4rem;margin-bottom:1rem;padding-bottom:.8rem}.text-content h3{font-size:1.2rem;margin:1.5rem 0 .8rem}.text-content p{font-size:.85rem;line-height:1.6;margin-bottom:1rem}.stats-content{padding:1.2rem}.stats-content h2{font-size:1.3rem;margin-bottom:1.2rem}.stat-item{padding:1.2rem 1rem}.stat-number{font-size:2rem;margin-bottom:.5rem}.stat-label{font-size:.85rem}.stats-grid{gap:.8rem;grid-template-columns:1fr}.values-section{margin-top:1.5rem;padding-top:1.5rem}.values-section h3{font-size:1.3rem;margin-bottom:1rem}.values-list li{font-size:.85rem;line-height:1.5;margin-bottom:.8rem;padding:.8rem}.certificates-section,.why-choose-us{padding:30px 0}.section-title{font-size:1.5rem;margin-bottom:1.2rem}.certificates-grid,.features-grid{gap:1rem;grid-template-columns:1fr;margin-top:2rem}.certificate-item,.feature-card{padding:1.2rem 1rem}.certificate-icon,.feature-icon{font-size:2rem;margin-bottom:.8rem}.certificate-item h3,.feature-card h3{font-size:1.1rem;margin-bottom:.8rem}.certificate-item p,.feature-card p{font-size:.85rem;line-height:1.5}.about-header{padding:35px 0}.about-header h1{font-size:1.4rem}.header-subtitle{font-size:.8rem}.certificates-section,.company-info,.why-choose-us{padding:25px 0}.text-content{padding:1rem}.text-content h2{font-size:1.2rem;margin-bottom:.8rem;padding-bottom:.6rem}.text-content h3{font-size:1.1rem;margin:1.2rem 0 .6rem}.text-content p{font-size:.8rem;line-height:1.5;margin-bottom:.8rem}.stats-content{padding:1rem}.stats-content h2{font-size:1.2rem;margin-bottom:1rem}.stat-item{padding:1rem .8rem}.stat-number{font-size:1.8rem;margin-bottom:.4rem}.stat-label{font-size:.8rem}.values-list li{font-size:.8rem;margin-bottom:.6rem;padding:.7rem}.certificate-item,.feature-card{padding:1rem .8rem}.certificate-icon,.feature-icon{font-size:1.8rem;margin-bottom:.6rem}.certificate-item h3,.feature-card h3{font-size:1rem;margin-bottom:.6rem}.certificate-item p,.feature-card p{font-size:.8rem;line-height:1.4}.section-title{font-size:1.3rem;margin-bottom:1rem}}.products-page{min-height:100vh}.products-header{background:linear-gradient(135deg,#2c3e50,#000);color:#fff;padding:100px 0;text-align:center}.products-content{background:#fff;padding:80px 0}.category-tabs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.category-tab{align-items:center;background:#f8f9fa;border:2px solid #0000;border-radius:25px;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;padding:15px 25px;transition:all .3s ease}.category-tab:hover{background:#e9ecef;transform:translateY(-2px)}.category-tab.active{background:#000;border-color:#000;color:#fff}.category-icon{font-size:1.2rem}.category-name{font-weight:500}.category-content{margin-top:2rem}.category-content h2{color:#333;font-size:2rem;margin-bottom:2rem;text-align:center}.products-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-top:2rem}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.products-layout:has(.supported-brands-sidebar){grid-template-columns:2fr 1fr}.product-card{background:#fff;border:1px solid #e9ecef;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 5px 20px #00000026;transform:translateY(-5px)}.product-header{margin-bottom:1rem}.product-header h3{border-bottom:2px solid #000;color:#333;font-size:1.4rem;font-weight:600;margin:0;padding-bottom:.5rem}.product-subcategories{margin-top:1rem}.subcategory-item{color:#555;font-size:.9rem;line-height:1.4;margin-bottom:.5rem;padding:.2rem 0}.product-brands{border-top:1px solid #e9ecef;margin-top:1.5rem;padding-top:1rem}.product-brands h4{color:#333;font-size:1rem;font-weight:600;margin-bottom:.8rem}.brands-list{display:flex;flex-wrap:wrap;gap:.5rem}.brand-tag{background:#000;border-radius:15px;color:#fff;font-size:.8rem;font-weight:500;padding:.3rem .8rem;white-space:nowrap}.supported-brands-sidebar{background:linear-gradient(135deg,#2c3e50,#000);border-radius:15px;box-shadow:0 5px 20px #0000004d;color:#fff;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:2rem}.supported-brands-sidebar h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center;text-shadow:0 2px 4px #0000004d}.brands-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:1fr}.brand-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:10px;box-shadow:0 2px 10px #0000001a;font-size:.9rem;font-weight:600;padding:1rem;text-align:center;transition:all .3s ease}.brand-card:hover{background:#ffffff40;box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.custom-hose-section{background:#f8f9fa;padding:80px 0}.section-title{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.hose-cutting-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.hose-info{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem}.hose-icon{font-size:3rem}.hose-icon,.hose-info h3{margin-bottom:1rem;text-align:center}.hose-info h3{color:#333;font-size:1.5rem}.hose-info p{color:#666;line-height:1.6;margin-bottom:1.5rem}.hose-info ul{list-style:none;padding:0}.hose-info li{color:#555;font-size:.9rem;margin-bottom:.5rem}.hose-contact{background:#000;border-radius:10px;box-shadow:0 2px 10px #0000001a;color:#fff;padding:2rem}.hose-contact h3{font-size:1.3rem;margin-bottom:1rem}.hose-contact p{margin-bottom:1.5rem;opacity:.9}.contact-info{background:#ffffff1a;border-radius:5px;padding:1rem}.contact-item{font-size:.9rem;margin-bottom:.8rem}.contact-item strong{display:block;margin-bottom:.3rem}.construction-layout{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.construction-products{grid-column:1}.construction-brands-sidebar{background:linear-gradient(135deg,#2c3e50,#000);border-radius:15px;box-shadow:0 5px 20px #0000004d;color:#fff;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:2rem}.construction-brands-sidebar h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center;text-shadow:0 2px 4px #0000004d}.construction-brands-sidebar .brands-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:1fr}.construction-brands-sidebar .brand-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:10px;box-shadow:0 2px 10px #0000001a;font-size:.9rem;font-weight:600;padding:1rem;text-align:center;transition:all .3s ease}.construction-brands-sidebar .brand-card:hover{background:#ffffff40;box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.santral-container{margin-top:1rem}.santral-main-categories{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.santral-category{background:#f8f9fa;border-left:4px solid #3498db;border-radius:8px;padding:1rem}.santral-category h4{color:#2c3e50;font-size:1.1rem;font-weight:600;line-height:1.4;margin:0 0 1rem}.santral-subcategory{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-left:1rem}.santral-subcategory .subcategory-item{background:#fff;border:1px solid #e9ecef;border-radius:5px;color:#555;font-size:.85rem;padding:.5rem .8rem;transition:all .2s ease}.santral-subcategory .subcategory-item:hover{background:#e3f2fd;border-color:#3498db;transform:translateY(-1px)}@media (max-width:768px){.products-header{padding:40px 0}.products-header h1{font-size:1.6rem}.header-subtitle{font-size:.9rem;margin-top:.5rem}.products-content{padding:30px 0}.category-tabs{align-items:center;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.category-tab{font-size:.85rem;justify-content:center;max-width:280px;padding:10px 16px;width:100%}.category-content h2{font-size:1.3rem;margin-bottom:1rem}.products-layout{grid-template-columns:1fr!important}.products-grid{gap:1rem;grid-template-columns:1fr}.product-card{padding:1rem .8rem}.product-header h3{font-size:1rem;padding-bottom:.4rem}.subcategory-item{font-size:.8rem;margin-bottom:.3rem;padding:.1rem 0}.product-brands{margin-top:1rem;padding-top:.8rem}.product-brands h4{font-size:.9rem;margin-bottom:.5rem}.brand-tag{font-size:.75rem;padding:.25rem .6rem}.construction-brands-sidebar,.supported-brands-sidebar{margin-top:1.5rem;padding:1.2rem;position:static}.construction-brands-sidebar h3,.supported-brands-sidebar h3{font-size:1.2rem;margin-bottom:1rem}.brand-card{font-size:.85rem;padding:.8rem}.hose-cutting-content{gap:1rem;grid-template-columns:1fr}.hose-info{padding:1.2rem}.hose-info h3{font-size:1.2rem;margin-bottom:.8rem}.hose-info li,.hose-info p{font-size:.85rem;line-height:1.5;margin-bottom:.8rem}.hose-contact{padding:1.2rem}.hose-contact h3{font-size:1.1rem;margin-bottom:.8rem}.hose-contact p{font-size:.85rem;margin-bottom:1rem}.santral-main-categories{gap:1rem;grid-template-columns:1fr}.santral-category{padding:.8rem}.santral-category h4{font-size:1rem;margin-bottom:.8rem}.santral-subcategory .subcategory-item{font-size:.8rem;padding:.4rem .6rem}.construction-layout{grid-template-columns:1fr}.custom-hose-section{padding:30px 0}.section-title{font-size:1.5rem;margin-bottom:1.2rem}.products-header{padding:35px 0}.products-header h1{font-size:1.4rem}.header-subtitle{font-size:.8rem}.products-content{padding:25px 0}.category-tab{font-size:.8rem;padding:9px 14px}.category-content h2{font-size:1.2rem}.product-card{padding:.9rem .7rem}.product-header h3{font-size:.95rem}.subcategory-item{font-size:.75rem}.brand-tag{font-size:.7rem;padding:.2rem .5rem}.section-title{font-size:1.3rem;margin-bottom:1rem}.hose-contact,.hose-info{padding:1rem}.hose-contact h3,.hose-info h3{font-size:1.1rem}.hose-contact p,.hose-info li,.hose-info p{font-size:.8rem}}.contact-page{min-height:100vh}.contact-header{background:linear-gradient(135deg,#2c3e50,#000);color:#fff;padding:100px 0;text-align:center}.header-subtitle{font-size:1.2rem;margin-top:1rem;opacity:.9}.contact-main{background:#fff;padding:80px 0}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-info h2{color:#333;font-size:2rem;margin-bottom:2rem}.contact-item{align-items:flex-start;display:flex;margin-bottom:2rem}.contact-icon{color:#000;font-size:1.5rem;margin-right:1rem;margin-top:.2rem}.contact-details h3{color:#333;font-size:1.2rem;margin-bottom:.5rem}.contact-details p{color:#666;line-height:1.6}.contact-form{background:#f8f9fa;border-radius:10px;padding:2rem}.contact-form h2{color:#333;font-size:2rem;margin-bottom:1rem}.contact-form p{color:#666;margin-bottom:2rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:12px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#000;outline:none}.submit-btn{background:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 30px;transition:background .3s ease;width:100%}.submit-btn:hover{background:#333}.submit-btn:disabled{background:#ccc;cursor:not-allowed}.error-message,.success-message{border-radius:5px;margin-bottom:1rem;padding:1rem}.success-message{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.error-message{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.map-section{background:#f8f9fa;padding:80px 0}.map-container{border-radius:10px;box-shadow:0 5px 15px #0000001a;margin-top:3rem;overflow:hidden}.map-info{align-items:center;background:#fff;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:2rem}.map-address h3{color:#333;font-size:1.2rem;margin-bottom:.5rem}.map-address p{color:#666;line-height:1.6}.map-actions{display:flex;flex-wrap:wrap;gap:1rem}.map-btn{background:#000;border-radius:5px;color:#fff;padding:10px 20px;text-decoration:none;transition:background .3s ease}.map-btn:hover{background:#333}.quick-contact{background:#fff;padding:80px 0}.quick-contact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.quick-contact-item{background:#f8f9fa;border-radius:10px;color:#333;padding:2rem;text-align:center;text-decoration:none;transition:transform .3s ease}.quick-contact-item:hover{color:#333;transform:translateY(-5px)}.quick-icon{color:#667eea;font-size:2rem;margin-bottom:1rem}.quick-contact-item h3{font-size:1.2rem;margin-bottom:.5rem}.quick-contact-item p{color:#666}@media (max-width:768px){.contact-header{padding:40px 0}.contact-header h1{font-size:1.6rem}.header-subtitle{font-size:.9rem;margin-top:.5rem}.contact-main,.map-section,.quick-contact{padding:30px 0}.contact-content{gap:1.5rem;grid-template-columns:1fr;margin-top:1.5rem}.contact-form h2,.contact-info h2{font-size:1.3rem;margin-bottom:1rem}.contact-item{margin-bottom:1.2rem}.contact-icon{font-size:1.2rem;margin-right:.8rem}.contact-details h3{font-size:1rem;margin-bottom:.3rem}.contact-details p{font-size:.85rem;line-height:1.5}.contact-form{padding:1.2rem}.contact-form p{font-size:.85rem;margin-bottom:1.2rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.9rem;margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{font-size:.9rem;padding:10px}.submit-btn{font-size:.9rem;padding:10px 25px}.form-row{gap:.8rem;grid-template-columns:1fr;margin-bottom:.8rem}.map-info{flex-direction:column;padding:1.2rem;text-align:center}.map-address h3{font-size:1.1rem;margin-bottom:.4rem}.map-address p{font-size:.85rem;line-height:1.5}.map-actions{justify-content:center;margin-top:1rem}.map-btn{font-size:.85rem;padding:8px 16px}.section-title{font-size:1.5rem;margin-bottom:1.2rem}.quick-contact-grid{gap:1rem;margin-top:1.5rem}.quick-contact-item{padding:1.2rem}.quick-icon{font-size:1.8rem;margin-bottom:.8rem}.quick-contact-item h3{font-size:1.1rem;margin-bottom:.4rem}.quick-contact-item p{font-size:.85rem}.contact-header{padding:35px 0}.contact-header h1{font-size:1.4rem}.header-subtitle{font-size:.8rem}.contact-main,.map-section,.quick-contact{padding:25px 0}.contact-form h2,.contact-info h2{font-size:1.2rem;margin-bottom:.8rem}.contact-item{margin-bottom:1rem}.contact-icon{font-size:1.1rem}.contact-details h3{font-size:.95rem}.contact-details p{font-size:.8rem}.contact-form{padding:1rem}.contact-form p{font-size:.8rem;margin-bottom:1rem}.form-group label{font-size:.85rem}.form-group input,.form-group select,.form-group textarea{font-size:.85rem;padding:9px}.submit-btn{font-size:.85rem;padding:9px 20px}.map-info{padding:1rem}.map-address h3{font-size:1rem}.map-address p,.map-btn{font-size:.8rem}.map-btn{padding:7px 14px}.section-title{font-size:1.3rem;margin-bottom:1rem}.quick-contact-grid{gap:.8rem;grid-template-columns:1fr}.quick-contact-item{padding:1rem}.quick-icon{font-size:1.6rem}.quick-contact-item h3{font-size:1rem}.quick-contact-item p{font-size:.8rem}}
/*# sourceMappingURL=main.d48c01ef.css.map*/