@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";.new-navbar{position:relative;width:100%;height:90px;background-color:#f9f6f3;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;z-index:999}.nav-container{width:100%;max-width:1650px;margin:0 auto;box-sizing:border-box;padding:0 20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center}.nav-logo img{height:71px;display:block;max-width:100%}.nav-links{display:flex;justify-content:center;gap:40px}.nav-links a{font-family:Outfit,sans-serif;font-size:20px;font-weight:500;color:#594e44;text-decoration:none}.nav-links a:hover{color:#966f4b}.hamburger-menu{display:none;background:none;border:none;cursor:pointer;padding:4px;color:#594e44;transition:color .3s ease,transform .3s ease}.hamburger-menu:hover{color:#966f4b;transform:scale(1.1)}.hamburger-menu:active{transform:scale(.95)}.mobile-nav{position:absolute;top:100%;left:0;right:0;width:auto;background:linear-gradient(180deg,#fff,#fef8f2);box-shadow:0 20px 40px #0000001f;display:flex;flex-direction:column;gap:22px;padding:24px 20px;transform:translateY(-10px);opacity:0;pointer-events:none;transition:transform .3s ease,opacity .3s ease;z-index:998}.mobile-nav.active{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-nav a{font-family:Outfit,sans-serif;font-size:18px;font-weight:600;color:#594e44;text-decoration:none}.mobile-nav a:active{color:#e5a716}@media(max-width:900px){.nav-links{display:none}.nav-container{display:flex;justify-content:space-between;align-items:center}.hamburger-menu{display:flex;align-items:center;justify-content:center}.new-navbar{height:80px}.nav-logo img{height:56px}}@media(max-width:900px){.mobile-nav a{font-size:16px;font-weight:500}.nav-logo img{width:104px;height:58px}.new-navbar{height:76px}}.modern-hero{position:relative;width:100%;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:clamp(24px,4vw,40px);box-sizing:border-box;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:-2}.bg-media{width:110%;height:110%;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.05);filter:blur(1.4px) brightness(.55)}.hero-bg{overflow:hidden}.overlay{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at center,#00000040,#0009 70%),linear-gradient(to bottom,#00000040,#000000bf)}.hero-content{max-width:1200px;width:100%;text-align:center;color:#fff;z-index:10;display:flex;flex-direction:column;align-items:center;gap:clamp(12px,2vw,20px)}.hero-top-label{font-size:clamp(14px,1.6vw,18px);font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#f8e9c7}.modern-hero h1{font-size:clamp(34px,6vw,96px);font-weight:900;line-height:1.05;letter-spacing:-.02em;margin:0;text-shadow:0 10px 40px rgba(0,0,0,.6)}.highlight{color:#ecaa1d}.hero-subtext{font-size:clamp(16px,2.2vw,24px);line-height:1.6;max-width:920px;color:#fffffff2}.hero-buttons{margin-top:clamp(18px,3vw,30px);display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap;width:100%}.btn-primary{background:#ecaa1d;color:#000;font-family:Outfit,sans-serif;font-size:clamp(16px,1.8vw,20px);font-weight:600;letter-spacing:.15px;padding:clamp(16px,2vw,20px) clamp(32px,4vw,56px);border-radius:22px;border:none;cursor:pointer;min-width:260px;display:inline-flex;align-items:center;justify-content:center;gap:14px;box-shadow:0 14px 32px #ecaa1d59;transition:transform .2s ease,box-shadow .2s ease}.btn-secondary{background:#fff;color:#000;font-size:clamp(16px,1.8vw,20px);font-weight:600;padding:clamp(16px,2vw,20px) clamp(32px,4vw,56px);border-radius:22px;border:none;cursor:pointer;min-width:260px;display:inline-flex;align-items:center;justify-content:center;gap:14px;box-shadow:0 12px 28px #0000002e;transition:transform .2s ease,box-shadow .2s ease}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-4px);box-shadow:0 22px 44px #00000059}@media(max-width:1024px){.modern-hero h1{line-height:1.08}}@media(max-width:768px){.hero-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%;max-width:420px}}@media(max-width:480px){.hero-top-label{letter-spacing:.14em}.btn-primary,.btn-secondary{min-width:100%}}.hero-content:before{content:"";position:absolute;inset:-32px -48px;background:radial-gradient(circle at center,#0000002e,#000000b3 70%);border-radius:28px;z-index:-1;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.stats-section{position:relative;width:100%;padding:80px 40px;background:linear-gradient(180deg,#594e44,#9a6a38,#594e44);color:#fff;text-align:center;overflow:hidden;margin-top:60px;box-sizing:border-box}.stats-inner{max-width:1650px;margin:0 auto}.stats-header-content{max-width:800px;margin:0 auto 40px}.stats-header-content h2{font-size:60px;font-weight:700;letter-spacing:-.02em;margin-bottom:12px}.stats-header-content h2 span{color:#e5a716}.stats-header-content p{font-size:17px;opacity:.95;line-height:1.65}.stats-container{display:flex;justify-content:center;gap:50px;flex-wrap:wrap;margin-top:40px}.stat-item{flex:1 1 260px;max-width:330px;text-align:center;display:flex;flex-direction:column;align-items:center}.stat-icon{width:72px;height:72px;background:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 10px 24px #0003;margin-bottom:20px}.stat-icon svg{width:28px;height:28px;stroke:#e5a716;stroke-width:2.5}.stat-number{font-size:56px;font-weight:700;color:#e5a716;line-height:1.1;margin-bottom:8px}.stat-label{font-size:16px;font-weight:500;color:#ffffffe6;letter-spacing:.015em}@media(max-width:1600px){.stats-header-content h2{font-size:38px}}@media(max-width:1400px){.stats-header-content h2{font-size:36px}}@media(max-width:1200px){.stats-section{padding:70px 30px}.stats-header-content h2{font-size:34px}.stats-container{gap:40px}}@media(max-width:1024px){.stats-header-content h2{font-size:32px}.stat-number{font-size:48px}}@media(max-width:900px){.stats-section{padding:60px 25px}.stats-container{flex-direction:column;align-items:center;gap:50px}}@media(max-width:768px){.stats-header-content h2{font-size:30px}.stats-header-content p{font-size:15px}}@media(max-width:600px){.stat-number{font-size:42px}}@media(max-width:480px){.stats-header-content h2{font-size:26px}}@media(max-width:360px){.stat-number{font-size:36px}}@media(max-width:900px){.stats-container{gap:28px}.stat-item{gap:6px}.stat-icon{margin-bottom:12px}.stat-number{margin-bottom:4px}}.trusted-section{width:100%;background:#fef8f2;padding:100px;box-sizing:border-box}.trusted-section .container{max-width:1650px;margin:0 auto;padding:0 80px;box-sizing:border-box;display:flex;flex-direction:column;gap:100px}.about-card{display:flex;width:100%;margin-bottom:80px;background:#fcfbf9;border:none;box-shadow:none;border-radius:30px;overflow:hidden;align-items:stretch;gap:90px}.about-image-side{width:45%;position:relative;min-height:500px;flex-shrink:0;overflow:hidden;border-radius:30px}.about-image-side img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:30px}.about-image-side:hover img{transform:scale(1.05);transition:transform .5s ease}.about-content-side{flex:1;padding:px 60px;display:flex;flex-direction:column;justify-content:flex-start}.about-content-side .section-subtitle{display:inline-block;margin-top:0;margin-bottom:15px;color:#8c6b4a;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.about-content-side h2{font-size:60px;font-weight:600;color:#4a3b32;line-height:1.1;margin-bottom:30px;letter-spacing:-1px}.about-content-side .highlight-copper{color:#9a6a38}.about-content-side .description{font-size:18px;line-height:1.6;color:#555;margin-bottom:25px;max-width:95%}.first-desc{margin-bottom:15px}.about-list{list-style:none;padding:0;margin-top:20px}.about-list li{display:flex;align-items:center;gap:15px;font-size:18px;font-weight:500;color:#4a3b32;margin-bottom:16px}.check-circle{width:24px;height:24px;min-width:24px;min-height:24px;border-radius:50%;background:#ebe3d9;border:2px solid #9A6A38;color:#9a6a38;display:flex;justify-content:center;align-items:center}@media(max-width:1400px){.about-content-side h2{font-size:50px}}@media(max-width:1100px){.about-card{flex-direction:column}.about-image-side{width:100%;height:400px;min-height:auto}.about-content-side{padding:60px 40px}.about-content-side h2{font-size:42px}}@media(max-width:600px){.about-content-side{padding:40px 25px}.about-image-side{height:300px}.about-content-side h2{font-size:32px}.about-content-side .description,.about-list li{font-size:16px}}.features-grid-row{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:100px}.feature-white-card{background:#fff;padding:40px 30px;border-radius:24px;border:1px solid rgba(150,111,75,.12);box-shadow:0 10px 30px #00000008;cursor:pointer;opacity:0;transform:translateY(40px);transition:transform .4s ease,opacity .7s ease,box-shadow .4s ease,border-color .3s ease}.feature-white-card.visible{opacity:1;transform:translateY(0)}.feature-white-card:hover{transform:translateY(-12px);border-color:#966f4b4d;box-shadow:0 20px 50px #966f4b33}.f-icon{width:60px;height:60px;min-width:60px;min-height:60px;background:#f9f6f3;color:#966f4b;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:25px;box-shadow:0 6px 16px #0000000f;transition:background .3s ease,color .3s ease,transform .3s ease,box-shadow .3s ease}.f-icon svg{width:26px;height:26px;min-width:26px;min-height:26px;stroke:currentColor;fill:none;stroke-width:2}.feature-white-card:hover .f-icon{background:#966f4b;color:#fff;transform:scale(1.1);box-shadow:0 12px 24px #966f4b59}.feature-white-card h4{font-size:20px;font-weight:700;color:#594e44;margin-bottom:10px}.feature-white-card p{font-size:14px;color:#777;line-height:1.6}.commitment-card{width:100%;display:flex;gap:60px;overflow:hidden;background:linear-gradient(180deg,#fff,#fef8f2);border-top:1px solid rgba(219,191,159,.3);box-shadow:0 8px 10px -6px #0000001a,0 20px 25px -5px #0000001a;border-radius:30px}.commit-image{flex:1;min-height:500px}.commit-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease}.commit-image:hover img{transform:scale(1.06);filter:brightness(1.07)}.commit-content{flex:1;padding:60px;display:flex;flex-direction:column;justify-content:center}.commit-content h2{font-size:40px;font-weight:700;color:#594e44;margin-bottom:25px}.commit-items{margin-top:25px;display:flex;flex-direction:column;gap:25px}.c-item{display:flex;align-items:center;gap:18px;padding:15px;border-radius:16px;cursor:pointer;transition:background .3s ease,transform .25s ease}.c-item:hover{background:#f9f6f3d9;transform:translate(5px)}.commit-content>p{font-size:16px;font-weight:400;line-height:1.7;max-width:620px}.c-item h5{font-size:18px;font-weight:700;line-height:1.3}.c-text{display:flex;flex-direction:column;max-width:520px}.c-text h5{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:22px;font-weight:700;line-height:1.3}.c-text p{margin-top:2px;white-space:normal;line-height:1.5}.c-icon-box{width:50px;height:50px;min-width:50px;min-height:50px;background:#f9f6f3;border-radius:12px;display:flex;justify-content:center;align-items:center;color:#966f4b;transition:background .3s ease,color .3s ease,transform .3s ease,box-shadow .3s ease}.c-icon-box svg{width:22px;height:22px;min-width:22px;min-height:22px;stroke:currentColor;fill:none;stroke-width:2}.c-item:hover .c-icon-box{background:#966f4b;color:#fff;transform:scale(1.1);box-shadow:0 10px 20px #966f4b40}.c-item h5{font-size:18px;font-weight:700;color:#594e44;margin-bottom:4px}.c-item:hover h5{color:#966f4b}.c-item p{font-size:14px;color:#888;line-height:1.5}.about-content h2{font-size:60px;font-weight:800;line-height:1.15;color:#594e44}.about-content .highlight-copper{color:#9a6a38}.description{font-size:16px}.feature-white-card h4{font-size:18px}.feature-white-card p{font-size:18px;line-height:1.6}@media(max-width:1600px){.about-content h2{font-size:40px}}@media(max-width:1400px){.features-grid-row{gap:25px}}@media(max-width:1200px){.about-layout{gap:50px}.about-content h2{font-size:36px}.features-grid-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.about-layout{flex-direction:column}.about-content h2{font-size:34px}.commit-content{padding:40px}}@media(max-width:900px){.commitment-card{flex-direction:column}.commit-image{min-height:300px}}@media(max-width:768px){.trusted-section{padding:80px 25px}.about-content h2,.commit-content h2{font-size:30px}}@media(max-width:600px){.features-grid-row{grid-template-columns:1fr}.about-image img{border-radius:20px}}@media(max-width:480px){.about-content h2,.commit-content h2{font-size:26px}}@media(max-width:360px){.about-content h2,.commit-content h2{font-size:24px}}@media(max-width:768px){.feature-white-card{align-items:flex-start}.f-icon{flex-shrink:0;margin-top:4px}.feature-white-card h4,.feature-white-card p{text-align:left}}.f-icon svg{display:block}.products-section{background:#fcfbf9;padding:30px 5% 80px}.products-section .container{padding-left:0!important;padding-right:0!important}.section-header{text-align:center;margin-bottom:50px}.products-heading{font-size:60px;font-weight:700;color:#594e44;margin-bottom:15px}.products-heading span{color:#966f4b}.section-header p{font-size:24px;color:#594e44!important}.search-filter-card{box-sizing:border-box;background:linear-gradient(180deg,#fff,#fef8f2);border-radius:24px;height:122px;display:flex;align-items:center;justify-content:space-between;padding:0 33px;gap:30px;border:none;border-top:1px solid #DBBF9F4D;box-shadow:0 4px 6px -4px #0000001a,0 10px 15px -3px #0000001a;max-width:1680px;width:100%;margin:0 auto 60px!important}.search-side{flex:1 1 60%;display:flex;align-items:center;background:#fdfdfd;border:1px solid #DBBF9F4D;padding:12px 20px;border-radius:50px;min-width:350px}.search-side input{border:none;background:transparent;margin-left:10px;width:100%;outline:none;font-size:15px;color:#333}.filter-side{flex:1 1 40%;display:flex;justify-content:flex-end;gap:14px;white-space:nowrap}.filter-icon{display:flex;align-items:center;color:#777;cursor:pointer}.filter-pills{display:flex;gap:10px;white-space:nowrap}.pill{padding:10px 24px;border-radius:30px;border:none;font-weight:600;font-size:14px;cursor:pointer;background:#f8f5f2;color:#555;transition:.2s}.pill:hover{background:#e0e0e0}.pill.active{background:#ecaa1d;color:#222}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:50px;max-width:1780px;margin:0 auto 80px;padding:0 20px;box-sizing:border-box}.product-card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid rgba(0,0,0,.06);box-shadow:inset 0 0 8px #fff6,0 8px 20px #0000000f,0 2px 6px #0000000a;transition:.35s ease;width:100%;height:661px!important;max-width:560px}.product-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001f,0 6px 12px #00000014;border:1px solid #E5A716}.card-image{height:300px;width:100%;position:relative;overflow:hidden;margin-bottom:30px}.card-image img{width:100%;height:100%;object-fit:cover;transition:.5s;position:relative;z-index:1}.product-card:hover .card-image img{transform:scale(1.05)}.tag-badge{position:absolute;top:20px;left:20px;background:#ecaa1d;color:#000;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;z-index:5;pointer-events:none}.card-body{padding:.1px 30px 30px}.card-body h3{font-size:26px;color:#4d443b;margin-bottom:10px;font-weight:700}.card-body .desc{font-size:15px;color:#888;line-height:1.5;margin-bottom:20px}.specs{list-style:none;padding:0;margin-bottom:30px}.specs li{font-size:14px;color:#666;margin-bottom:8px;display:flex;align-items:center;gap:10px}.specs li:before{content:"";width:6px;height:6px;background:#ecaa1d;border-radius:50%}.enquire-btn{width:100%;padding:15px;background:#f7f1e6;border:none;border-radius:12px;color:#4d443b;font-weight:700;font-size:16px;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center;gap:10px}.enquire-btn:hover{background:#e5a716}.feature-blocks-row{display:flex;justify-content:center;align-items:center;gap:40px}.feature-block{width:520px;height:113px;border-radius:22px;padding:20px 25px;display:flex;align-items:center;gap:18px;flex-shrink:0;transition:.3s ease;text-align:center;justify-content:center}.feature-block:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.feature-block:hover .f-icon-circle{transform:scale(1.15) rotate(5deg)}.feature-block:hover .f-text{transform:translate(8px)}.gold-block{background:#ecaa1d}.beige-block{background:#c8aa8d}.brown-block{background:#7d6146;color:#fff}.f-icon-circle{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.4s cubic-bezier(.175,.885,.32,1.275)}.gold-block .f-icon-circle{background:#000}.gold-block .f-icon-circle svg{stroke:#ecaa1d}.beige-block .f-icon-circle{background:#fff}.beige-block .f-icon-circle svg{stroke:#c8aa8d}.brown-block .f-icon-circle{background:#ecaa1d}.brown-block .f-icon-circle svg{stroke:#000}.f-text h4{margin:0 0 4px;font-size:24px;font-weight:700;color:#000c}.brown-block .f-text h4{color:#fff}.f-text p{margin:2px 0 0;color:#000c;font-weight:500;font-size:16px}@media(max-width:1600px){.product-grid{grid-template-columns:repeat(3,1fr);gap:40px}.product-card{width:100%!important}}@media(max-width:1400px){.product-grid{grid-template-columns:repeat(2,1fr);gap:40px}.search-filter-card{height:auto;padding:20px;flex-wrap:wrap;gap:20px}}@media(max-width:1200px){.products-heading{font-size:48px}.section-header p{font-size:20px}.product-grid{grid-template-columns:repeat(2,1fr);gap:35px}.feature-blocks-row{flex-direction:column;gap:25px}}@media(max-width:1000px){.search-filter-card{flex-direction:column;align-items:flex-start;padding:20px;height:auto;gap:20px}.search-side,.filter-side{width:100%!important}.filter-side{justify-content:flex-start;flex-wrap:wrap}.product-grid{grid-template-columns:1fr;gap:40px}.product-card{height:auto!important}}@media(max-width:768px){.products-heading{font-size:40px}.section-header p{font-size:18px}.search-side input{font-size:14px}.pill{padding:8px 18px;font-size:13px}.feature-block{width:100%;height:auto;padding:18px}}@media(max-width:600px){.product-card{width:100%!important;height:auto!important}.card-image{height:240px}.card-body h3{font-size:22px}.card-body .desc{font-size:14px}.specs li{font-size:13px}.enquire-btn{padding:13px;font-size:15px}}@media(max-width:480px){.products-heading{font-size:32px}.search-side{padding:10px 16px}.pill{padding:6px 14px;font-size:12px}.feature-block{padding:15px;flex-direction:column;text-align:center;gap:15px}.f-text h4{font-size:16px}.f-text p{font-size:13px}}@media(max-width:360px){.products-heading{font-size:28px}.search-side input{font-size:12px}.pill{padding:5px 10px;font-size:11px}.card-image{height:200px}}@media(max-width:1200px){.feature-blocks-row{flex-wrap:wrap;justify-content:center;gap:30px}.feature-block{width:48%}}@media(max-width:900px){.feature-block{width:100%}}@media(max-width:600px){.feature-block{flex-direction:column;text-align:center;padding:18px;gap:12px}.f-icon-circle{margin:0 auto}}.feature-blocks-row{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;align-items:stretch;align-content:flex-start;max-width:1780px;margin:0 auto;padding:0 20px;box-sizing:border-box}.feature-block{flex:1 1 28%;min-width:260px;max-width:650px;height:113px;border-radius:22px;padding:20px 25px;display:flex;align-items:center;gap:18px;box-sizing:border-box;transition:all .25s ease}.f-icon-circle{margin:0}@media(max-width:1200px){.feature-block{flex:1 1 48%;min-width:300px}.feature-blocks-row{gap:30px;padding:0 24px}}@media(max-width:900px){.feature-blocks-row{flex-direction:column;gap:22px;padding:0 18px}.feature-block{flex:1 1 100%;min-width:0;max-width:none;width:100%;justify-content:center;text-align:center}.f-icon-circle{margin:0 auto}}@media(max-width:600px){.feature-block{padding:16px;border-radius:16px}.f-text h4{font-size:15px}.f-text p{font-size:13px}}@media(max-width:600px){.products-section{overflow-x:hidden}.search-filter-card{width:100%;max-width:100%;padding:16px;gap:14px;box-sizing:border-box}.search-side{min-width:0;width:100%}.filter-side,.filter-pills{white-space:normal;flex-wrap:wrap}.pill{padding:8px 14px;font-size:12px}}.applications-section{background:#f3efe9;padding:30px 5% 80px;overflow-x:hidden}.applications-section .container{max-width:1650px;display:flex;flex-direction:column;gap:30px;width:100%;margin:0 auto}.header-pill{display:inline-flex;align-items:center;background:#ebe3d9;padding:8px 16px;border-radius:30px;font-size:13px;font-weight:600;color:#6d523f;margin-bottom:15px}.highlight-text{color:#966f4b}.app-row{background:#fff;border-radius:30px;display:flex;align-items:stretch;overflow:hidden;box-shadow:0 15px 40px #0000000d;opacity:0;transition:all 1.2s ease-out}.app-row.reverse-layout{flex-direction:row-reverse}.slide-from-right{transform:translate(100px)}.slide-from-left{transform:translate(-100px)}.app-row.visible{opacity:1;transform:translate(0)}.app-image{position:relative;flex:1;overflow:hidden;max-height:620px}.reverse-layout .app-image{border-radius:0 30px 30px 0}.app-image img{width:100%;height:100%;object-fit:cover}.image-tag{position:absolute;top:20px;left:20px;background:#fffffff2;color:#e5a716;padding:8px 18px;border-radius:12px;font-size:15px;font-weight:700;display:flex;align-items:center;gap:8px;z-index:5}.image-tag:after{content:"›";font-size:18px;font-weight:800;color:#e5a716}.icon-badge{position:absolute;bottom:20px;left:20px;width:46px;height:46px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;z-index:5}.icon-badge svg{stroke:#e5a716!important}.app-content{flex:1;padding:60px 50px;display:flex;flex-direction:column;justify-content:center}.app-content{box-sizing:border-box;max-width:100%}.app-content h3{font-size:48px;font-weight:700;color:#594e44;margin-bottom:20px}.app-content p{font-size:18px;color:#594e44;line-height:1.7;margin-bottom:30px;max-width:500px}.check-list{list-style:none;padding:0;margin-bottom:35px}.check-list li{display:flex;align-items:center;gap:15px;margin-bottom:15px;font-size:18px;color:#594e44!important;font-weight:500}.check-icon{width:24px;height:24px;background:#966f4b;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.check-icon svg{width:14px;height:14px}.learn-more-btn{align-self:flex-start;background:#e5a716;color:#000;border:none;padding:14px 30px;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:background .3s}.learn-more-btn:hover{box-shadow:0 8px 20px #e5a71659;transform:translateY(-1px)}@media(max-width:1000px){.app-row,.app-row.reverse-layout{flex-direction:column;height:auto}.app-image{min-height:300px;height:300px}.app-content{padding:40px 30px}.slide-from-right,.slide-from-left{transform:translateY(50px)}.app-row.visible{transform:translateY(0)}}.app-row *{transition:color .4s ease,background .4s ease,transform .4s ease}.app-row:hover .app-image:after{opacity:.2!important;transform:none!important}.app-row:hover,.app-row.slide-from-right:hover,.app-row.slide-from-left:hover{transform:translateY(-8px)!important}.app-row:hover .app-image img{transform:scale(1.07);filter:brightness(1.1)}.app-row:hover .check-icon{background:#e5a716;transform:scale(1.15)}.app-row:hover .learn-more-btn{background:#e5a716;transform:translate(5px)}.app-row:hover .app-content{transform:none!important}.app-image img{position:relative;z-index:1}.check-icon{width:28px;height:28px;background:#e5a716;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease}.check-icon img{width:16px;height:16px;object-fit:contain}.app-row:hover .check-icon{transform:scale(1.15)}.icon-badge{position:absolute;bottom:20px;left:20px;background:none!important;border-radius:0!important;width:auto;height:auto;padding:0;box-shadow:none!important;display:flex;align-items:center;justify-content:center;z-index:10}.icon-badge img{width:80px;height:80px;object-fit:contain}.app-row.reverse-layout .icon-badge,.app-row.reverse-layout .image-tag{left:auto;right:20px}.image-heading{padding:0;background:none}.image-heading img{height:36px;width:auto;display:block}.image-heading,.header-pill{margin-bottom:32px}.section-header>*:first-child{margin-bottom:28px}.section-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:60px}.applications-heading-img{display:flex;justify-content:center}.applications-heading-img img{max-width:180px;height:auto}.app-row{opacity:1}.quality-section{background:linear-gradient(180deg,#fff,#fef8f2);padding:64px 40px;box-sizing:border-box}.qa-container{max-width:1650px;margin:auto;text-align:center;width:100%;min-width:0;box-sizing:border-box}.qa-pill{background:#ebe3d9;padding:8px 18px;border-radius:30px;display:inline-flex;align-items:center;font-size:13px;font-weight:600;color:#6d523f}.qa-heading{font-size:60px;font-weight:700;color:#594e44;margin-top:22px}.qa-highlight{color:#e5a716}.qa-subtitle{font-size:24px;color:#594e44;margin-top:12px}.qa-grid{display:flex;justify-content:center;align-items:stretch;gap:40px;flex-wrap:nowrap;width:100%;min-width:0}.qa-card{flex:1 1 0;min-width:0;max-width:none;background-color:#f5ede5;border:2px solid rgba(229,167,22,.2);border-radius:24px;padding:50px 50px 60px;text-align:center;box-shadow:none;transition:transform .3s ease}.qa-card:hover{transform:translateY(-6px)}.qa-top-icon{width:80px;height:76px;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;background:none!important;box-shadow:none!important}.qa-top-icon img{width:80px;height:76px;object-fit:contain}.qa-title{font-size:24px;font-weight:700;color:#e5a716;margin-top:8px;margin-bottom:12px}.qa-desc{font-size:18px;color:#594e44;line-height:1.6;margin:0 auto 25px;max-width:90%;padding-bottom:22px;border-bottom:1px solid rgba(0,0,0,.12)}.qa-list{list-style:none;margin-top:25px;padding:0;text-align:left}.qa-list li{display:flex;align-items:center;gap:12px;margin-bottom:18px;font-size:18px;color:#594e44}.qa-list li img{width:20px;height:20px}.image-heading{margin-bottom:28px;display:flex;justify-content:center}.image-heading img{height:42px;width:auto;display:block}.qa-header{margin-bottom:56px}@media(max-width:1250px){.qa-grid{flex-wrap:wrap}.qa-card{flex:1 1 calc(50% - 40px)}}@media(max-width:1024px){.qa-card{padding:40px 40px 50px}.qa-desc,.qa-list li{font-size:16px}}@media(max-width:900px){.qa-grid{flex-direction:column;align-items:center}.qa-card{flex:1 1 100%;max-width:600px}}@media(max-width:768px){.quality-section{padding:50px 20px}.qa-heading{font-size:38px}.qa-subtitle{font-size:16px}.qa-card{padding:32px}}@media(max-width:600px){.qa-heading{font-size:32px}.qa-card{padding:28px;border-radius:20px}}@media(max-width:480px){.qa-heading{font-size:28px}.qa-card{padding:24px}.qa-list li{font-size:14px}}@media(max-width:360px){.qa-heading{font-size:24px}.qa-card{padding:20px}.qa-title{font-size:18px}.qa-desc{font-size:13px}}.quote-form-section{width:100%;background:#f8f2e9;padding:80px 0;display:flex;justify-content:center;box-sizing:border-box}.quote-form-container{width:100%;max-width:1720px;padding:0 40px;box-sizing:border-box;margin:0 auto;min-width:0}.quote-card{width:100%;background:#fff;border-radius:32px;padding:50px 0;box-shadow:0 8px 32px #00000014;box-sizing:border-box;min-width:0}.card-header{text-align:center;margin-bottom:40px}.card-header h2{font-size:60px;font-weight:700;color:#5a4a42}.card-header h2 span{color:#9a6a38}.card-header p{font-size:24px;font-weight:500;color:#5a4a42;margin-top:12px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(560px,1fr));column-gap:64px;row-gap:48px;align-items:start}.input-wrapper{position:relative;height:56px;border-radius:12px;border:1px solid #E1E1E1;background:#fff;display:flex;align-items:center;width:100%;box-shadow:0 3px 10px #0000000a}.input-wrapper input,.input-wrapper select{width:100%;padding-left:52px;padding-right:15px;border:none;outline:none;background:transparent;font-size:15px}.input-wrapper .icon{position:absolute;left:16px;top:50%;transform:translateY(-50%)}.input-wrapper .icon svg{color:#e5a716;stroke:#e5a716;width:20px;height:20px}.form-footer{display:flex;justify-content:flex-end}.submit-inquiry-btn{background:#dfa624;color:#fff;border-radius:12px;padding:15px 45px;font-size:16px;font-weight:700;border:none;cursor:pointer}.form-group label{font-size:18px;font-weight:600;color:#3f3f3f}.custom-select-wrapper{position:relative;height:56px;border-radius:12px;border:1px solid #E1E1E1;background:#fff;display:flex;align-items:center;width:100%;cursor:pointer;box-shadow:0 3px 10px #0000000a;transition:all .3s ease;-webkit-user-select:none;user-select:none}.custom-select-wrapper:hover{border-color:#e5a716;box-shadow:0 4px 15px #e5a71626}.selected-value{padding-left:50px;padding-right:40px;font-size:15px;color:#333;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected-value.placeholder{color:#757575}.custom-select-wrapper .icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.custom-select-wrapper .icon svg{color:#e5a716!important;stroke:#e5a716!important;width:20px;height:20px}.arrow-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#e5a716;transition:transform .3s ease}.custom-select-wrapper.open .arrow-icon{transform:translateY(-50%) rotate(180deg)}.custom-options-list{position:absolute;top:calc(100% + 8px);left:0;width:100%;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;border:1px solid #eee;z-index:100;overflow:hidden;animation:slideDown .2s ease-out forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.custom-option{padding:14px 20px;font-size:15px;color:#444;cursor:pointer;border-bottom:1px solid #f5f5f5;transition:background .2s ease}.custom-option:last-child{border-bottom:none}.custom-option:hover{background:#fff8e6;color:#daa028;padding-left:26px}.custom-option.selected{background:#e5a716;color:#fff;font-weight:600}.form-group{display:flex;flex-direction:column;gap:8px}.quote-card form{margin-top:64px}.form-row+.form-row{margin-top:30px}.form-footer{display:flex;justify-content:flex-end;margin-top:56px}.submit-inquiry-btn{background:linear-gradient(135deg,#e5a716,#d39a1f);color:#fff;border-radius:12px;padding:15px 45px;font-size:16px;font-weight:700;border:none;cursor:pointer;transition:all .3s ease}.submit-inquiry-btn:hover{background:linear-gradient(135deg,#d39a1f,#c58f18);box-shadow:0 10px 28px #e5a71659;transform:translateY(-2px)}.submit-inquiry-btn:active{transform:translateY(0);box-shadow:0 6px 18px #e5a71640}@media(max-width:1400px){.form-row{grid-template-columns:1fr}.submit-inquiry-btn{width:100%}}@media(max-width:1400px){.form-row{grid-template-columns:1fr}}@media(max-width:900px){.quote-card{padding:40px 0}.quote-card>*{padding-left:40px;padding-right:40px}.card-header h2{font-size:32px}}@media(max-width:600px){.quote-card>*{padding-left:20px;padding-right:20px}.input-wrapper{height:50px}}.input-wrapper,.custom-select-wrapper{width:100%}.form-group{align-items:flex-start}.input-wrapper input,.input-wrapper select,.selected-value{font-size:16px;font-weight:400;color:#333}.selected-value{padding-left:52px;padding-right:40px;font-size:15px}.submit-inquiry-btn{color:#000}@media(max-width:900px){.form-row{grid-template-columns:1fr}.input-wrapper,.custom-select-wrapper{max-width:100%}}@media(min-width:1700px){.form-row{grid-template-columns:repeat(2,minmax(700px,1fr));column-gap:80px}}@media(max-width:900px){.card-header h2{font-size:40px}.card-header p{font-size:18px}.form-group label{font-size:16px}.input-wrapper input,.selected-value{font-size:15px}}@media(max-width:600px){.quote-form-container{padding:0 20px}}@media(max-width:600px){.quote-card>*{padding-left:0;padding-right:0}}.quote-card>*{padding-left:56px;padding-right:56px}.contact-section{background:#f8f2e9;padding:20px 5% 100px;font-family:Outfit,sans-serif}.contact-section .container{max-width:1650px;margin:0 auto;width:100%;padding:0 10px;box-sizing:border-box}.contact-header{text-align:center;margin-bottom:80px}.contact-title{font-size:48px;font-weight:700;color:#594e44;margin-bottom:15px}.contact-title span{color:#966f4b}.contact-subtitle{font-size:18px;color:#888;max-width:600px;margin:0 auto}.contact-layout-split{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}.info-heading{font-size:32px;color:#594e44;font-weight:700;margin-bottom:15px}.info-desc{font-size:16px;color:#777;line-height:1.6;margin-bottom:40px;max-width:450px}.info-cards-list{display:flex;flex-direction:column;gap:14px;margin-bottom:0}.c-info-item,.gst-item{display:flex;gap:18px;align-items:center;margin-bottom:4px}.gst-item{margin-top:8px;margin-bottom:10px}.c-icon-square,.gst-icon-box{width:56px;height:56px;min-width:56px;min-height:56px;background:#f9f6f3;border-radius:16px;display:flex;align-items:center;justify-content:center}.c-icon-square svg,.gst-icon-box svg{stroke:#966f4b!important}.c-label,.gst-label{display:block;font-size:13px;color:#7a726a;margin-bottom:3px}.c-value,.gst-value{font-size:16px;font-weight:600;color:#594e44;margin:0}.hours-box{border:1px solid #f0f0f0;border-radius:20px;padding:22px;background:#fff;margin-top:20px}.h-header{display:flex;align-items:center;gap:10px;font-weight:700;color:#594e44;margin-bottom:20px}.h-header svg{stroke:#966f4b}.h-row{display:flex;justify-content:space-between;font-size:14px;color:#666;margin-bottom:10px}.h-row.closed span:last-child{color:#d64949;font-weight:600}.form-card-box{background:#fff;border:1px solid #eee;border-radius:24px;padding:50px;box-shadow:0 20px 50px #0000000d}.form-card-box h3{font-size:24px;font-weight:700;color:#594e44;margin-bottom:30px}.form-row-split{display:flex;gap:20px;margin-bottom:20px}.f-group{flex:1;margin-bottom:20px}.f-group label{display:block;font-size:14px;color:#666;margin-bottom:8px;font-weight:500}.f-group input,.f-group textarea{width:100%;padding:14px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:15px;outline:none;font-family:Outfit,sans-serif;color:#333;transition:border-color .3s;box-sizing:border-box}.f-group textarea{resize:none;border-radius:12px}.f-group input:focus,.f-group textarea:focus{border-color:#ecaa1d}.send-btn{width:100%;background:#ecaa1d;color:#000;border:none;padding:16px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;margin-top:10px;transition:background .3s,transform .2s}.send-btn:hover{background:#d69a14;transform:translateY(-2px)}@media(max-width:1600px){.contact-layout-split{gap:60px}.contact-title{font-size:42px}}@media(max-width:1400px){.contact-title{font-size:40px}.contact-header{margin-bottom:60px}}@media(max-width:1200px){.contact-title{font-size:38px}.contact-layout-split{gap:50px}.form-card-box{padding:40px}}@media(max-width:1000px){.contact-layout-split{grid-template-columns:1fr;gap:60px}.contact-title{font-size:34px}.contact-header{margin-bottom:50px}.info-heading{font-size:28px}.form-card-box{padding:30px}.form-row-split{flex-direction:column;gap:0}}@media(max-width:768px){.contact-title{font-size:30px}.contact-subtitle{font-size:16px}.info-heading{font-size:26px}.info-desc{font-size:15px}.form-card-box{padding:26px;border-radius:20px}.send-btn{font-size:15px;padding:14px}}@media(max-width:600px){.contact-section{padding:30px 6% 80px}.contact-title{font-size:28px}.info-cards-list{gap:12px}.c-icon-square,.gst-icon-box{width:50px;height:50px;border-radius:14px}.form-card-box{padding:22px}.f-group input,.f-group textarea{font-size:14px;padding:12px 14px}.send-btn{padding:14px;font-size:14px}}@media(max-width:480px){.contact-title{font-size:24px;line-height:1.3}.contact-subtitle{font-size:15px}.info-heading{font-size:22px}.info-desc{font-size:14px}.c-info-item,.gst-item{gap:14px}.form-card-box{padding:20px}.send-btn{padding:12px;border-radius:10px}}@media(max-width:360px){.contact-title{font-size:22px}.info-heading{font-size:20px}.c-value,.gst-value{font-size:14px}.f-group input,.f-group textarea{font-size:12px}.send-btn{padding:10px;font-size:13px}}.site-footer{background:linear-gradient(180deg,#594e44,#9a6a38);color:#fff;padding:50px 40px 30px;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.footer-container{max-width:1650px;width:100%;margin:0 auto;padding:0 10px;box-sizing:border-box;display:flex;flex-direction:column;gap:40px}.footer-top{display:flex;justify-content:flex-start;align-items:flex-start;gap:250px}.brand-col{flex:1;max-width:380px}.footer-logo{margin-bottom:20px}.footer-logo img{height:65px;width:auto;object-fit:contain}.brand-col h4{font-size:18px;font-weight:600;margin-bottom:12px;color:#fff}.brand-desc{font-size:14px;line-height:1.6;color:#ffffffd9}.links-col{flex:.8;min-width:150px}.footer-heading{font-size:16px;font-weight:600;margin-bottom:16px;color:#fff}.footer-menu{list-style:none;padding:0;margin:0}.footer-menu li{margin-bottom:8px}.footer-menu a{color:#ffffffd9;text-decoration:none;font-size:14px;transition:color .2s ease}.footer-menu a:hover{color:#ecaa1d}.contact-col{flex:1.2;max-width:380px}.contact-list{list-style:none;padding:0;margin:0}.contact-list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;color:#ffffffd9;font-size:14px;line-height:1.5}.c-icon{opacity:.9;margin-top:2px;flex-shrink:0}.c-icon svg{display:block}.newsletter-bar{background:#dbbf9f;border-radius:16px;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;gap:30px;min-height:73px}.news-text{flex:1}.news-text h3{margin:0 0 4px;font-size:18px;font-weight:600;color:#594e44}.news-text p{margin:0;font-size:13px;color:#594e44cc}.form-wrapper{display:flex;align-items:center;background:#fff;border-radius:12px;padding:0 4px 0 14px;gap:8px;min-width:400px;height:48px;box-shadow:0 2px 8px #00000014}.input-group{flex:1;display:flex;align-items:center;gap:8px}.mail-icon{display:flex;align-items:center;flex-shrink:0}.input-group input{flex:1;border:none;outline:none;background:transparent;font-size:14px;color:#333}.input-group input::placeholder{color:#999}.form-wrapper button{flex-shrink:0;height:40px;padding:0 24px;background:#ecaa1d;border:none;border-radius:10px;color:#000;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}.form-wrapper button:hover{background:#d49817}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid rgba(255,255,255,.25);font-size:13px;color:#fffc}.copyright{margin:0}.legal-links{display:flex;gap:24px}.legal-links a{color:#fffc;text-decoration:none;transition:color .2s ease}.legal-links a:hover{color:#ecaa1d}@media(max-width:1024px){.footer-top{gap:35px}.newsletter-bar{padding:20px 30px}.form-wrapper{min-width:350px}}@media(max-width:768px){.site-footer{padding:40px 24px 24px}.footer-top{flex-direction:column;gap:30px}.brand-col,.contact-col{max-width:100%}.newsletter-bar{flex-direction:column;text-align:center;padding:24px 20px;gap:18px}.news-text h3{font-size:16px}.form-wrapper{width:100%;min-width:auto}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.legal-links{justify-content:center}}@media(max-width:480px){.form-wrapper{padding:0 3px 0 10px}.form-wrapper button{padding:0 18px;font-size:13px}.input-group input{font-size:13px}}.contact-link{display:flex;align-items:flex-start;gap:12px;color:#fff;text-decoration:none}.contact-link:hover{text-decoration:underline}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100%;overflow-x:hidden}:root{--font-primary: "Outfit", sans-serif;--color-bg-main: #fef8f2;--color-text-main: #594e44;--color-gold: #ECAA1D;--color-gold-dark: #E5A716;--color-brown: #966F4B;--color-brown-dark: #594E44}body{font-family:var(--font-primary);background-color:var(--color-bg-main);color:var(--color-text-main);margin:0;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}main{width:100%;overflow-x:hidden}
