@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.top-bar{align-items:center;background-color:#025f60;color:#fff;display:flex;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;justify-content:space-between;padding:8px 40px}.top-left{display:flex;gap:25px}.top-right{gap:10px}.top-right,.top-right a{align-items:center;display:flex}.top-right a{border:1px solid #fff;border-radius:4px;color:#fff;font-family:Roboto,sans-serif;font-weight:500;justify-content:center;line-height:1;padding:4px 7px;text-decoration:none;transition:background-color .2s,color .2s}.top-right a svg{display:block}.top-right a:hover{background-color:#f5c11c;color:#025f60}.top-right a:hover svg{stroke:#025f60;fill:#025f60}.navbar{background-color:#fff;box-shadow:0 2px 8px #0000001a;justify-content:space-between;overflow:visible;padding:10px 16px;position:relative}.logo,.navbar{align-items:center;display:flex}.logo{flex-shrink:0;gap:10px}.logo img{height:55px;object-fit:contain}.brand-name{align-items:baseline;display:flex;gap:6px;line-height:1;margin:0;padding:0;white-space:nowrap}.brand-primary{color:#8a181a}.brand-primary,.brand-secondary{font-family:Logik-Wide,sans-serif;font-size:22px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.brand-secondary{color:#025f60}.nav-links{align-items:center;display:flex;flex-shrink:0;gap:0}.dropdown>a,.nav-links>a{color:#333;display:block;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;padding:8px 12px;text-decoration:none;white-space:nowrap}.dropdown>a.active,.dropdown>a:hover,.nav-links>a.active,.nav-links>a:hover{color:#025f60}.dropdown{position:relative}.dropdown-menu{background-color:#fff;border-top:3px solid #025f60;box-shadow:0 4px 12px #00000026;display:none;left:0;min-width:180px;position:absolute;top:100%;z-index:999}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu a{font-size:14px}.hamburger{color:#333;cursor:pointer;display:none;font-size:26px}.search-wrapper{gap:4px;margin-left:4px;position:relative}.search-icon-btn,.search-wrapper{align-items:center;display:flex;flex-shrink:0}.search-icon-btn{background:none;border:none;border-radius:50%;color:#333;cursor:pointer;justify-content:center;padding:6px;transition:color .2s,background-color .2s}.search-icon-btn:hover{background-color:#f0f0f0;color:#025f60}.search-box{align-items:center;display:flex;opacity:0;padding:2px 0;pointer-events:none;transition:width .4s ease,opacity .3s ease;width:0}.search-box.open{opacity:1;pointer-events:all;width:150px}.search-box input{border:1px solid #ccc;border-radius:20px;box-sizing:border-box;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;outline:none;padding:5px 14px;transition:border-color .2s,box-shadow .2s;width:100%}.search-box input:focus{border-color:#025f60;box-shadow:0 0 0 2px #8dc63f26}@media (max-width:768px){.hamburger{display:block}.nav-links{background-color:#fff;box-shadow:0 4px 12px #0000001a;display:none;flex-direction:column;left:0;padding:10px 0;position:absolute;top:100%;width:100%;z-index:999}.nav-links.open{display:flex}.dropdown-menu{border-top:none;box-shadow:none;padding-left:15px;position:static}.dropdown:hover .dropdown-menu{display:block}.top-bar{padding:8px 15px;text-align:center}.top-bar,.top-left{flex-direction:column;gap:5px}.brand-primary,.brand-secondary{font-size:13px;letter-spacing:.3px}.search-box.open{width:140px}}.nav-links>.dropdown>a,.nav-links>a{padding:6px 7px}.nav-links a,.nav-links>.dropdown>a,.nav-links>a{color:#333;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;text-decoration:none;white-space:nowrap}.nav-links a:hover{color:#025f60}.dropdown-menu a{color:#333;display:block;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;padding:10px 15px;text-decoration:none;white-space:nowrap}.dropdown-menu a:hover{background-color:#025f60;color:#fff}.hero{background-color:#000;overflow:hidden;position:relative;width:100%}.hero-image{display:block;height:480px;object-fit:cover;transition:opacity .6s ease-in-out;width:100%}.arrow{background-color:#00000073;border:none;border-radius:50%;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:48px;font-weight:400;line-height:1;padding:5px 16px;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.arrow:hover{background-color:#000000bf}.left-arrow{left:15px}.right-arrow{right:15px}.dots{bottom:15px;display:flex;gap:8px;justify-content:center;position:absolute;width:100%}.dot{background-color:#fff9;border-radius:50%;cursor:pointer;display:inline-block;height:11px;transition:background-color .3s;width:11px}.dot.active{background-color:#025f60}@media (max-width:768px){.hero-image{height:220px}.arrow{font-size:30px;padding:3px 12px}}.home-container{display:flex;gap:30px;margin:0 auto;max-width:1200px;padding:40px}.home-left{flex:2 1}.section-title-wrapper{align-items:center;display:flex;gap:12px;margin-bottom:20px;width:100%}.title-line{background-color:#f5c11c;display:block;flex:1 1;height:1px}.section-title1{color:#333;font-family:Roboto,sans-serif;font-size:18px;font-weight:700;margin:0;text-align:center;white-space:nowrap}.welcome-text{color:#555;font-weight:400;line-height:1.8;margin-bottom:25px;text-align:justify}.welcome-text,.why-title1{font-family:Roboto,sans-serif;font-size:14px}.why-title1{color:#333;font-weight:500;margin-bottom:15px}.services-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr)}.service-card{position:relative}.service-top1{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.service-top1 h4{color:#f5c11c;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;margin:0}.service-icon{color:#025f60}.home-right{flex:1 1;min-width:280px}.products-grid{grid-gap:8px;gap:8px;grid-template-columns:repeat(3,1fr)}.products-grid img{transition:opacity .3s}.products-grid img:hover{opacity:.8}.call-box{gap:15px;margin-bottom:20px;padding:15px}.call-box img{height:80px;width:80px}.call-box p{color:#444;font-size:14px;margin:0 0 4px}.call-box strong{font-size:22px;font-weight:700}.form-label{color:#444;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;margin-bottom:4px;margin-top:0}.contact-form input,.contact-form textarea{color:#555}.contact-form button{letter-spacing:.5px;padding:11px 30px}.home-status-msg{border-radius:4px;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;margin:0;padding:8px 12px;text-align:center}.home-status-msg.success{background-color:#8dc63f26;border:1px solid #025f60;color:#025f60}.home-status-msg.error{background-color:#ff50501a;border:1px solid #ff6b6b;color:#c33}@media (max-width:768px){.home-container{flex-direction:column;padding:20px}.services-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(3,1fr)}.section-title1{font-size:15px}}.whoweare-wrapper{display:flex;gap:30px;margin:0 auto;max-width:1200px;padding:40px}.whoweare-left{flex:2 1}.whoweare-section{margin-bottom:25px}.section-heading{color:#333;font-family:Roboto,sans-serif;font-size:15px;font-weight:700;letter-spacing:3px;margin-bottom:10px;text-transform:uppercase}.section-text{color:#555;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;line-height:1.8;text-align:justify}.value-card{border:1px solid #e0e0e0;border-radius:6px;margin-bottom:15px;padding:18px 20px}.value-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.value-top h4{color:#f5c11c;font-family:Roboto,sans-serif;font-size:17px;font-weight:500;letter-spacing:1px;margin:0}.value-icon{background-color:#025f60;border-radius:6px;color:#fff;font-size:26px;padding:8px 10px}.value-card p{color:#666;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;line-height:1.7;margin:0;text-align:justify}.whoweare-right{flex:1 1;min-width:280px}.contact-form button{background-color:#ffcf32}.contact-form button:hover{background-color:#15989a}.whoweare-status-msg{border-radius:4px;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;margin:0;padding:8px 12px;text-align:center}.whoweare-status-msg.success{background-color:#8dc63f26;border:1px solid #025f60;color:#025f60}.whoweare-status-msg.error{background-color:#ff50501a;border:1px solid #ff6b6b;color:#c33}@media (max-width:768px){.whoweare-wrapper{flex-direction:column;padding:20px}.gallery-main{height:220px}.gallery-thumb{height:55px;width:70px}.gallery-page{padding:20px}}.whatwedo-container{display:flex;gap:30px;margin:0 auto;max-width:1200px;padding:40px}.whatwedo-left{flex:2 1}.whatwedo-title{color:#333;font-family:Roboto,sans-serif;font-size:24px;font-weight:700;margin:0;white-space:nowrap}.whatwedo-text{color:#555;font-size:14px;font-weight:400;line-height:1.8;margin-bottom:25px;text-align:justify}.whatwedo-text,.why-title{font-family:Roboto,sans-serif}.why-title{color:#333;font-size:16px;font-weight:500;letter-spacing:2px;margin-bottom:15px;text-transform:uppercase}.service-card{border:1px solid #e0e0e0;border-radius:6px;margin-bottom:15px;padding:18px 20px}.service-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.service-top h4{color:#f5c11c;font-family:Roboto,sans-serif;font-size:17px;font-weight:500;letter-spacing:1px;margin:0}.service-icon{background-color:#f0f8e8;border-radius:6px;font-size:28px;padding:8px}.service-card p{color:#666;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;line-height:1.7;margin:0;text-align:justify}.whatwedo-right{flex:1 1;min-width:280px}.sidebar-section{margin-bottom:35px}.sidebar-title{border-bottom:3px solid #025f60;color:#333;font-family:Roboto,sans-serif;font-size:15px;font-weight:700;letter-spacing:3px;margin-bottom:15px;padding-bottom:8px;text-transform:uppercase}.products-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}.product-item{align-items:center;cursor:pointer;display:flex;flex-direction:column;text-decoration:none}.product-item:hover img{opacity:.85;transform:scale(1.03)}.products-grid img{border-radius:4px;height:80px;object-fit:cover;transition:opacity .3s,transform .3s;width:100%}.product-label{color:#555;font-family:Roboto,sans-serif;font-size:11px;font-weight:400;margin-top:5px;text-align:center}.call-box{align-items:center;background:#f9f9f9;border-radius:6px;display:flex;gap:12px;margin-bottom:15px;padding:12px}.call-box img{height:60px;object-fit:contain;width:60px}.call-box p{color:#555;font-size:13px;font-weight:400;margin:0}.call-box p,.call-box strong{font-family:Roboto,sans-serif}.call-box strong{color:#025f60;font-size:16px;font-weight:500}.contact-form{display:flex;flex-direction:column;gap:10px}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;padding:10px 12px;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#025f60;outline:none}.contact-form button{background-color:#f5c11c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;padding:10px 25px;transition:background-color .3s;width:-webkit-fit-content;width:fit-content}.contact-form button:hover{background-color:#025f60}.contact-form button:disabled{background-color:#aaa;cursor:not-allowed}.whatwedo-status-msg{border-radius:4px;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;margin:0;padding:8px 12px;text-align:center}.whatwedo-status-msg.success{background-color:#8dc63f26;border:1px solid #025f60;color:#025f60}.whatwedo-status-msg.error{background-color:#ff50501a;border:1px solid #ff6b6b;color:#c33}.gallery-overlay{align-items:flex-start;background:#0009;display:flex;height:100%;justify-content:center;left:0;overflow-y:auto;padding:40px 20px;position:fixed;top:0;z-index:9999}.gallery-overlay,.gallery-page{box-sizing:border-box;width:100%}.gallery-page{background:#fff;border-radius:10px;box-shadow:0 10px 40px #0000004d;max-width:900px;padding:30px}.gallery-header{align-items:center;border-bottom:3px solid #025f60;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:12px}.gallery-title{color:#333;font-family:Roboto,sans-serif;font-size:22px;font-weight:700;letter-spacing:2px;margin:0;text-transform:uppercase}.gallery-close{background:#555;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;padding:8px 18px;transition:background .3s}.gallery-close:hover{background:#025f60}.gallery-main{align-items:center;background:#f5f5f5;border-radius:8px;display:flex;height:380px;justify-content:center;margin-bottom:18px;overflow:hidden;width:100%}.gallery-main-img{border-radius:6px;max-height:100%;max-width:100%;object-fit:contain}.gallery-thumbs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.gallery-thumb{border:2px solid #0000;border-radius:5px;cursor:pointer;height:75px;object-fit:cover;opacity:.75;transition:border-color .2s,opacity .2s;width:100px}.gallery-thumb.active,.gallery-thumb:hover{border-color:#025f60;opacity:1}.gallery-desc{background:#f9f9f9;border-left:4px solid #025f60;border-radius:0 6px 6px 0;padding:14px 18px}.gallery-desc p{color:#555;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;line-height:1.8;margin:0}@media (max-width:768px){.whatwedo-container{flex-direction:column;padding:20px}.gallery-main{height:220px}.gallery-thumb{height:55px;width:70px}.gallery-page{padding:20px}}.contact-page{margin:0 auto;max-width:1200px;padding:40px}.contact-header{margin-bottom:35px;text-align:center}.contact-sub{color:#aaa;font-size:16px;font-weight:400;margin-bottom:5px}.contact-sub,.contact-title{font-family:Roboto,sans-serif}.contact-title{color:#333;font-size:36px;font-weight:700;margin:0 0 15px}.contact-divider{border:2px solid #ccc;margin:0 auto 20px;width:80px}.contact-desc{color:#666;font-family:Roboto,sans-serif;font-size:14px;font-weight:400}.contact-content{display:flex;gap:50px}.contact-left{flex:1.5 1}.form-group{margin-bottom:18px}.form-group label{color:#555;display:block;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;margin-bottom:6px}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;color:#333;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;padding:10px 14px;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#8dc63f;outline:none}.captcha-box{align-items:center;background:#f9f9f9;border:1px solid #ddd;border-radius:4px;display:flex;gap:12px;margin-bottom:18px;padding:14px;width:-webkit-fit-content;width:fit-content}.captcha-box input[type=checkbox]{cursor:pointer;height:18px;width:18px}.captcha-box label{color:#333;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:500}.recaptcha-text{color:#999;font-size:10px;font-weight:400;margin-left:20px}.recaptcha-text,.send-btn{font-family:Roboto,sans-serif}.send-btn{background-color:#444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 30px}.send-btn:hover{background-color:#8dc63f}.contact-right{flex:1 1}.contact-info-item{align-items:flex-start;display:flex;gap:14px;margin-bottom:20px}.info-icon{align-items:center;background-color:#555;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:16px;height:40px;justify-content:center;width:40px}.contact-info-item p{color:#555;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;line-height:1.6;margin:0 0 4px}.contact-info-item a{color:#f5c11c;font-family:Roboto,sans-serif;font-weight:500;text-decoration:none}.contact-info-item a:hover{text-decoration:underline}.map-container{border-radius:6px;margin-top:20px;overflow:hidden}.form-banner{border-radius:4px;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;margin-bottom:18px;padding:10px 14px}.success-banner{background-color:#8dc63f26;border:1px solid #8dc63f;color:#5a8a1f}.error-banner{background-color:#ff50501a;border:1px solid #ff6b6b;color:#c33}@media (max-width:768px){.contact-page{padding:20px}.contact-content{flex-direction:column}.contact-title{font-size:24px}}.contact-banner{align-items:center;background-color:#8a181a;display:flex;justify-content:space-between;padding:20px 40px}.contact-banner p{color:#fff;font-family:Roboto,sans-serif;font-size:15px;font-weight:400;margin:0}.contact-banner strong{font-weight:700}.banner-btn,.contact-banner strong{color:#fff;font-family:Roboto,sans-serif}.banner-btn{background-color:#f5c11c;border-radius:6px;font-size:14px;font-weight:500;padding:12px 28px;text-decoration:none;transition:background-color .3s;white-space:nowrap}.banner-btn:hover{background-color:#025f60}@media (max-width:768px){.contact-banner{flex-direction:column;gap:15px;padding:20px;text-align:center}}.footer{background-color:#025f60;color:#e0e0e0;padding:40px 0 0}.footer-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px;padding:0 40px 40px}.footer-title{border-bottom:1px solid #fff3;color:#fff;font-size:16px;font-weight:700;margin-bottom:18px;padding-bottom:8px}.footer-info p,.footer-title{font-family:Roboto,sans-serif}.footer-info p{color:#ccc;font-size:13px;font-weight:400;line-height:1.6;margin:0 0 3px}.footer-info strong{color:#fff}.footer-info a,.footer-info strong{font-family:Roboto,sans-serif;font-weight:500}.footer-info a{color:#f5c11c;text-decoration:none}.footer-info a:hover{text-decoration:underline}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#f5c11c;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-social{align-items:center;display:flex;gap:12px}.footer-social a{align-items:center;background-color:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:36px;justify-content:center;text-decoration:none;transition:background-color .3s,color .3s,transform .2s;width:36px}.footer-social a:hover{background-color:#f5c11c;color:#fff;transform:scale(1.12)}.footer-social svg{height:16px;width:16px}.footer-products{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(2,1fr)}.footer-product-btn{background:none;border:none;border-radius:4px;cursor:pointer;display:block;overflow:hidden;padding:0}.footer-product-btn img{border-radius:4px;display:block;filter:grayscale(20%);height:70px;object-fit:cover;transition:opacity .3s,transform .3s,filter .3s;width:100%}.footer-product-btn:hover img{filter:grayscale(0);opacity:.85;transform:scale(1.04)}.footer-form{display:flex;flex-direction:column;gap:8px}.footer-form-row{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.footer-form input,.footer-form textarea{background-color:#025f60;border:1px solid #fff;border-radius:4px;box-sizing:border-box;color:#fff;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;padding:9px 12px;width:100%}.footer-form input::placeholder,.footer-form textarea::placeholder{color:#bbb}.footer-form input:focus,.footer-form textarea:focus{border-color:#8dc63f;outline:none}.footer-captcha{align-items:center;background-color:#fff;border-radius:4px;display:flex;gap:10px;padding:12px}.footer-captcha input[type=checkbox]{cursor:pointer;height:18px;width:18px}.footer-captcha label{color:#333;cursor:pointer;flex:1 1;font-family:Roboto,sans-serif;font-size:13px;font-weight:500}.footer-recaptcha{color:#fff;font-size:10px}.footer-recaptcha,.footer-status-msg{font-family:Roboto,sans-serif;font-weight:400}.footer-status-msg{border-radius:4px;font-size:13px;margin:0;padding:8px 12px;text-align:center}.footer-status-msg.success{background-color:#8dc63f33;border:1px solid #8dc63f;color:#8dc63f}.footer-status-msg.error{background-color:#ff505026;border:1px solid #ff6b6b;color:#ff6b6b}.footer-send-btn{align-self:flex-end;background-color:#f5c11c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;padding:10px 28px;transition:background-color .3s}.footer-send-btn:hover{background-color:#6fa832}.footer-send-btn:disabled{background-color:#aaa;cursor:not-allowed}.footer-bottom{background-color:#4a6a7a;margin-top:10px;padding:15px 40px;text-align:center}.footer-bottom p{color:#ccc;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;margin:0}.footer-bottom a{color:#8dc63f;font-family:Roboto,sans-serif;font-weight:500;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}.lightbox-overlay{align-items:center;animation:lbFade .2s ease;background:#000000d1;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}@keyframes lbFade{0%{opacity:0}to{opacity:1}}.lightbox-modal{align-items:center;background:#1c2b35;border-radius:10px;box-shadow:0 20px 60px #0009;display:flex;flex-direction:column;gap:14px;max-width:600px;padding:20px;position:relative;width:90vw}.lightbox-close{align-items:center;background:#ffffff26;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:34px;justify-content:center;line-height:1;position:absolute;right:14px;top:10px;transition:background .2s,transform .2s;width:34px;z-index:10}.lightbox-close:hover{background:#ff3c3cbf;transform:scale(1.1)}.lightbox-main{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.lightbox-img{border-radius:6px;display:block;max-height:380px;max-width:100%;object-fit:contain}.lightbox-arrow{align-items:center;background:#ffffff26;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:36px;height:42px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s;width:42px;z-index:1}.lightbox-arrow:hover{background:#8dc63f99}.lightbox-prev{left:6px}.lightbox-next{right:6px}.lightbox-thumbs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.lightbox-thumb-btn{background:none;border:2px solid #0000;border-radius:4px;cursor:pointer;overflow:hidden;padding:0;transition:border-color .2s,transform .2s}.lightbox-thumb-btn img{display:block;filter:grayscale(30%);height:50px;object-fit:cover;transition:filter .2s;width:64px}.lightbox-thumb-btn.active,.lightbox-thumb-btn:hover{border-color:#f5c11c;transform:scale(1.06)}.lightbox-thumb-btn.active img,.lightbox-thumb-btn:hover img{filter:grayscale(0)}@media (max-width:1024px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.footer-container{padding:0 20px 30px}.footer-container,.footer-form-row{grid-template-columns:1fr}.footer-bottom{padding:15px 20px}.lightbox-img{max-height:240px}}.cutch-page{margin:0 auto;max-width:1200px;padding-bottom:40px}.cutch-banner{box-sizing:border-box;padding:20px 40px;width:100%}.cutch-banner-img{display:block;height:320px;object-fit:cover;width:100%}.cutch-container{display:flex;padding:30px 40px}.cutch-left{flex:1 1;width:100%}.cutch-title{border-left:4px solid #8dc63f;color:#333;font-size:30px;font-weight:700;padding-left:12px}.cutch-desc,.cutch-title{font-family:Roboto,sans-serif;margin-bottom:15px}.cutch-desc{color:#555;font-size:15px;font-weight:400;line-height:1.8;text-align:justify}.cutch-subtitle{color:#333;font-family:Roboto,sans-serif;font-size:18px;font-weight:500;margin:24px 0 12px}.cutch-table{border-collapse:collapse;margin-bottom:20px;width:100%}.cutch-table tr{border-bottom:1px solid #eee}.cutch-table td{font-size:14px;font-weight:400;padding:10px 14px}.cutch-table td,.spec-label{font-family:Roboto,sans-serif}.spec-label{background-color:#f9f9f9;color:#555;font-weight:500;width:35%}.spec-value{color:#333;font-family:Roboto,sans-serif;font-weight:400}.cutch-uses{list-style:none;margin:0 0 20px;padding:0}.cutch-uses li{border-bottom:1px solid #f0f0f0;color:#555;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;padding:7px 0 7px 24px;position:relative}.cutch-uses li:before{color:#8dc63f;content:"✓";font-weight:700;left:0;position:absolute}@media (max-width:900px){.cutch-banner{padding:16px 20px}.cutch-banner-img{height:220px}}@media (max-width:600px){.cutch-banner{padding:12px}.cutch-banner-img{height:160px}.cutch-container{padding:20px}}.acacia-page{margin:0 auto;max-width:1200px;padding-bottom:40px}.acacia-banner{box-sizing:border-box;padding:20px 40px;width:100%}.acacia-banner-img{display:block;height:320px;object-fit:cover;width:100%}.acacia-container{display:flex;padding:30px 40px}.acacia-left{flex:1 1;width:100%}.acacia-title{border-left:4px solid #8dc63f;color:#333;font-size:30px;font-weight:700;padding-left:12px}.acacia-desc,.acacia-title{font-family:Roboto,sans-serif;margin-bottom:15px}.acacia-desc{color:#555;font-size:15px;font-weight:400;line-height:1.8;text-align:justify}.acacia-subtitle{color:#333;font-family:Roboto,sans-serif;font-size:18px;font-weight:500;margin:24px 0 12px}.acacia-table{border-collapse:collapse;margin-bottom:20px;width:100%}.acacia-table tr{border-bottom:1px solid #eee}.acacia-table td{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;padding:10px 14px}.acacia-spec-label{background-color:#f9f9f9;color:#555;font-family:Roboto,sans-serif;font-weight:500;width:35%}.acacia-spec-value{color:#333;font-family:Roboto,sans-serif;font-weight:400}.acacia-uses{list-style:none;margin:0 0 20px;padding:0}.acacia-uses li{border-bottom:1px solid #f0f0f0;color:#555;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;padding:7px 0 7px 24px;position:relative}.acacia-uses li:before{color:#8dc63f;content:"✓";font-weight:700;left:0;position:absolute}@media (max-width:900px){.acacia-banner{padding:16px 20px}.acacia-banner-img{height:220px}}@media (max-width:600px){.acacia-banner{padding:12px}.acacia-banner-img{height:160px}.acacia-container{padding:20px}}.quebracho-page{margin:0 auto;max-width:1200px;padding-bottom:40px}.quebracho-banner{box-sizing:border-box;padding:20px 40px;width:100%}.quebracho-banner-img{display:block;height:320px;object-fit:cover;width:100%}.quebracho-container{display:flex;padding:30px 40px}.quebracho-left{flex:1 1;width:100%}.quebracho-title{border-left:4px solid #8dc63f;color:#333;font-size:30px;font-weight:700;padding-left:12px}.quebracho-desc,.quebracho-title{font-family:Roboto,sans-serif;margin-bottom:15px}.quebracho-desc{color:#555;font-size:15px;font-weight:400;line-height:1.8;text-align:justify}.quebracho-subtitle{color:#333;font-family:Roboto,sans-serif;font-size:18px;font-weight:500;margin:24px 0 12px}.quebracho-table{border-collapse:collapse;margin-bottom:20px;width:100%}.quebracho-table tr{border-bottom:1px solid #eee}.quebracho-table td{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;padding:10px 14px}.quebracho-spec-label{background-color:#f9f9f9;color:#555;font-family:Roboto,sans-serif;font-weight:500;width:35%}.quebracho-spec-value{color:#333;font-family:Roboto,sans-serif;font-weight:400}.quebracho-uses{list-style:none;margin:0 0 20px;padding:0}.quebracho-uses li{border-bottom:1px solid #f0f0f0;color:#555;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;padding:7px 0 7px 24px;position:relative}.quebracho-uses li:before{color:#8dc63f;content:"✓";font-weight:700;left:0;position:absolute}@media (max-width:900px){.quebracho-banner{padding:16px 20px}.quebracho-banner-img{height:220px}}@media (max-width:600px){.quebracho-banner{padding:12px}.quebracho-banner-img{height:160px}.quebracho-container{padding:20px}}.katha-page{margin:0 auto;max-width:1200px;padding-bottom:40px}.katha-banner{box-sizing:border-box;padding:20px 40px;width:100%}.katha-banner-img{display:block;height:320px;object-fit:cover;width:100%}.katha-container{display:flex;padding:30px 40px}.katha-left{flex:1 1;width:100%}.katha-title{border-left:4px solid #8dc63f;color:#333;font-size:30px;font-weight:700;padding-left:12px}.katha-desc,.katha-title{font-family:Roboto,sans-serif;margin-bottom:15px}.katha-desc{color:#555;font-size:15px;font-weight:400;line-height:1.8;text-align:justify}.katha-subtitle{color:#333;font-family:Roboto,sans-serif;font-size:18px;font-weight:500;margin:24px 0 12px}.katha-table{border-collapse:collapse;margin-bottom:20px;width:100%}.katha-table tr{border-bottom:1px solid #eee}.katha-table td{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;padding:10px 14px}.katha-spec-label{background-color:#f9f9f9;color:#555;font-family:Roboto,sans-serif;font-weight:500;width:35%}.katha-spec-value{color:#333;font-family:Roboto,sans-serif;font-weight:400}.katha-uses{list-style:none;margin:0 0 20px;padding:0}.katha-uses li{border-bottom:1px solid #f0f0f0;color:#555;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;padding:7px 0 7px 24px;position:relative}.katha-uses li:before{color:#8dc63f;content:"✓";font-weight:700;left:0;position:absolute}@media (max-width:900px){.katha-banner{padding:16px 20px}.katha-banner-img{height:220px}}@media (max-width:600px){.katha-banner{padding:12px}.katha-banner-img{height:160px}.katha-container{padding:20px}}.export-page{background-color:#f9f9f9;font-family:Roboto,sans-serif;font-weight:400}.export-map-section{background:#fff;padding:60px 40px 40px;text-align:center}.section-title{color:#333;font-family:Roboto,sans-serif;font-size:22px;font-weight:700;letter-spacing:2px;margin-bottom:10px;text-transform:uppercase}.section-subtitle{color:#666;font-family:Roboto,sans-serif;font-size:15px;font-weight:400;margin-bottom:40px}.map-container{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;margin:0 auto;max-width:950px;padding:20px}.world-map-img{border-radius:8px;display:block;height:auto;width:100%}.global-presence-section{background:#f4f4f0;padding:60px 40px}.global-presence-inner{margin:0 auto;max-width:900px;text-align:center}.gp-title{color:#6b3a1f;font-size:28px;font-weight:700;letter-spacing:1px;margin-bottom:14px;text-transform:uppercase}.gp-description,.gp-title{font-family:Roboto,sans-serif}.gp-description{color:#444;font-size:16px;font-weight:400;line-height:1.7;margin-bottom:36px}.country-grid{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.country-card{align-items:center;background:#fff;border:2px solid #e8e8e8;border-radius:10px;box-shadow:0 2px 8px #0000000f;color:#333;display:flex;font-family:Roboto,sans-serif;font-size:15px;font-weight:500;gap:10px;padding:14px 22px;transition:border-color .2s,transform .2s,box-shadow .2s,background .2s}.country-card.clickable{cursor:pointer}.country-card.no-click{cursor:default}.country-card.clickable:hover{background:#f9ffe8;border-color:#8dc63f;box-shadow:0 6px 16px #8dc63f40;transform:translateY(-3px)}.country-card.active{background:#fff5ee;border-color:#6b3a1f;box-shadow:0 6px 16px #6b3a1f33}.country-flag{font-size:24px;line-height:1}.country-name{color:#444;font-family:Roboto,sans-serif;font-weight:500}.map-icon{font-size:14px;margin-left:2px;opacity:.5}.country-card.clickable:hover .map-icon{opacity:1}.country-map-section{background:#fff;padding:50px 40px}.country-map-inner{margin:0 auto;max-width:950px}.country-map-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.country-map-header h3{align-items:center;color:#6b3a1f;display:flex;font-family:Roboto,sans-serif;font-size:22px;font-weight:700;gap:10px;margin:0}.country-map-header h3 span{font-size:28px}.close-btn{background:#6b3a1f;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;padding:8px 18px;transition:background .2s}.close-btn:hover{background:#8dc63f}.country-map-frame{border:2px solid #e8e8e8;border-radius:12px;box-shadow:0 4px 20px #0000001f;overflow:hidden}.country-map-frame iframe{border:none;display:block;height:450px;width:100%}@media (max-width:768px){.country-map-section,.export-map-section,.global-presence-section{padding:40px 20px}.country-card{font-size:14px;padding:10px 16px}.country-map-frame iframe{height:300px}.country-map-header{align-items:flex-start;flex-direction:column;gap:12px}}.qs-page{background:#fff;color:#1a3a2a;font-family:Roboto,sans-serif;font-weight:400;width:100%}.qs-hero-img{line-height:0;overflow:hidden}.qs-hero-img,.qs-hero-img img{display:block;height:280px;width:100%}.qs-hero-img img{object-fit:cover;object-position:center center}.qs-quality-block{margin:0 auto;max-width:700px;padding:58px 24px 68px;text-align:center}.qs-tag{color:#8faa7a;font-size:11.5px;font-weight:500;letter-spacing:2.8px;margin-bottom:16px}.qs-heading,.qs-tag{font-family:Roboto,sans-serif;text-transform:uppercase}.qs-heading{color:#1a3a2a;font-size:24px;font-weight:700;letter-spacing:1.2px;line-height:1.38;margin-bottom:32px}.qs-body{color:#444;font-family:Roboto,sans-serif;font-size:14.5px;font-weight:400;line-height:1.78;margin-bottom:14px}.qs-divider{background:#e2e2e2;height:1px;width:100%}.qs-slider-wrap{position:relative;width:100%}.qs-arrow{background:#0000;border:none;color:#1a3a2a;cursor:pointer;font-family:Roboto,sans-serif;font-size:32px;font-weight:400;line-height:1;opacity:.55;padding:0 8px;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .2s;z-index:10}.qs-arrow:hover{opacity:1}.qs-arrow-left{left:10px}.qs-arrow-right{right:10px}.qs-watermark{pointer-events:none;position:absolute;right:-50px;top:50%;transform:translateY(-50%)}.qs-wm-circle{border:55px solid #ffffff29;border-radius:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.qs-wm-outer{height:340px;width:340px}.qs-wm-inner{border-width:35px;height:200px;width:200px}.qs-gri-title{font-size:56px;font-weight:700;letter-spacing:1px;line-height:1.05;margin:0 0 8px;text-transform:uppercase}.qs-gri-sub,.qs-gri-title{color:#1a3a2a;font-family:Roboto,sans-serif}.qs-gri-sub{font-size:19px;font-style:italic;font-weight:400;margin:0}.qs-btn-learn{background:#1a3a2a;border-radius:50px;color:#fff;display:inline-block;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;letter-spacing:1.8px;padding:16px 40px;position:relative;text-decoration:none;text-transform:uppercase;transition:background .22s,transform .15s;white-space:nowrap;z-index:2}.qs-btn-learn:hover{background:#0d2218;transform:translateY(-1px)}.qs-approach-block{margin:0 auto;max-width:720px;padding:58px 24px 70px;text-align:center}@media (max-width:768px){.qs-gri-banner{flex-direction:column;gap:28px;padding:44px 28px;text-align:center}.qs-gri-title{font-size:38px}.qs-heading{font-size:20px}.qs-arrow-left{left:4px}.qs-arrow-right{right:4px}}
/*# sourceMappingURL=main.c92d11be.css.map*/