Crystal Glazing & Cladding | Facade, Glazing & Cladding Solutions, Pune { “@context”: “https://schema.org”, “@type”: “GeneralContractor”, “name”: “Crystal Glazing & Cladding”, “description”: “Facade, glazing and cladding solutions company delivering unitized/semi-unitized facades, ACP/HPL/zinc cladding, structural and spider glazing, glass railings and aluminium windows & doors.”, “address”: { “@type”: “PostalAddress”, “streetAddress”: “The Heritage, Lower Ground Floor, Main Kondhwa Road, Kondhwa”, “addressLocality”: “Pune”, “postalCode”: “411048”, “addressRegion”: “Maharashtra”, “addressCountry”: “IN” }, “telephone”: “+91-9860350552”, “email”: “crystalglazing@gmail.com”, “url”: “https://www.crystalglazing.in”, “areaServed”: “India”, “slogan”: “Right Facade | Real Performance | True Value” } :root{ –navy-deep:#0a1f42; –navy:#0d2e63; –navy-soft:#153a78; –blue:#2f5fa8; –blue-bright:#5b9bd9; –white:#ffffff; –off-white:#f5f7fb; –stone:#7c8494; –gold:#c9a84c; –gold-bright:#e0c377; –line:rgba(255,255,255,.1); –line-dark:rgba(10,31,66,.1); –display:’Unbounded’,sans-serif; –body:’Inter’,sans-serif; –mono:’IBM Plex Mono’,monospace; } *{margin:0;padding:0;box-sizing:border-box;} html{scroll-behavior:smooth;} @media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto;} *{animation-duration:.01ms !important; transition-duration:.01ms !important;} } body{font-family:var(–body);color:var(–navy-deep);background:var(–off-white);line-height:1.6;overflow-x:hidden;} a{color:inherit;text-decoration:none;} img{max-width:100%;display:block;} button{font-family:inherit;cursor:pointer;border:none;background:none;} .wrap{max-width:1240px;margin:0 auto;padding:0 32px;} .eyebrow{font-family:var(–mono);font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(–gold);display:flex;align-items:center;gap:10px;margin-bottom:18px;} .eyebrow::before{content:”;width:24px;height:1px;background:var(–gold);} h1,h2,h3,h4{font-family:var(–display);font-weight:600;letter-spacing:-.01em;} .section{padding:120px 0;} @media (max-width:768px){.section{padding:72px 0;} .wrap{padding:0 20px;}} .section-head{max-width:640px;margin-bottom:64px;} .section-head h2{font-size:clamp(28px,4vw,44px);line-height:1.15;} .section-head p{color:var(–stone);font-size:17px;margin-top:16px;max-width:520px;} .btn{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;font-family:var(–mono);font-size:13px;letter-spacing:.06em;text-transform:uppercase;border-radius:2px;transition:all .35s cubic-bezier(.4,0,.2,1);} .btn-gold{background:var(–gold);color:var(–navy-deep);} .btn-gold:hover{background:var(–gold-bright);transform:translateY(-2px);box-shadow:0 12px 30px -8px rgba(201,168,76,.5);} .btn-outline{border:1px solid var(–line);color:var(–white);} .btn-outline:hover{border-color:var(–gold);color:var(–gold);} /* NAV */ header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:20px 0;transition:all .4s cubic-bezier(.4,0,.2,1);} header.scrolled{padding:12px 0;background:rgba(10,31,66,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(–line);} .nav-inner{display:flex;align-items:center;justify-content:space-between;} .logo-chip{background:var(–white);padding:6px 14px;border-radius:4px;display:flex;align-items:center;box-shadow:0 8px 22px -8px rgba(0,0,0,.4);} .logo-chip img{height:38px;width:auto;display:block;} .nav-links{display:flex;gap:36px;list-style:none;} .nav-links a{font-size:13px;font-family:var(–mono);letter-spacing:.04em;color:rgba(255,255,255,.75);transition:color .25s;position:relative;} .nav-links a:hover{color:var(–gold);} .nav-cta{display:flex;align-items:center;gap:20px;} .nav-cta .phone{display:none;} @media(min-width:1080px){.nav-cta .phone{display:flex;align-items:center;gap:8px;font-family:var(–mono);font-size:13px;color:rgba(255,255,255,.75);}} .burger{display:none;width:24px;height:18px;flex-direction:column;justify-content:space-between;} .burger span{height:1.5px;background:var(–white);width:100%;} @media(max-width:980px){.nav-links{display:none;} .burger{display:flex;} .nav-cta .btn{display:none;}} .mobile-menu{position:fixed;inset:0;background:var(–navy-deep);z-index:1100;display:flex;flex-direction:column;padding:100px 32px 40px;transform:translateY(-100%);transition:transform .5s cubic-bezier(.4,0,.2,1);} .mobile-menu.open{transform:translateY(0);} .mobile-menu a{font-family:var(–display);font-size:26px;color:var(–white);padding:14px 0;border-bottom:1px solid var(–line);} .mobile-close{position:absolute;top:28px;right:28px;color:var(–white);font-size:28px;} /* HERO */ .hero{position:relative;min-height:100vh;background:var(–navy-deep);color:var(–white);display:flex;align-items:center;overflow:hidden;padding-top:110px;} .hero-photo{position:absolute;inset:0;} .hero-photo img{width:100%;height:100%;object-fit:cover;} .hero-photo::after{content:”;position:absolute;inset:0;background:linear-gradient(100deg,rgba(10,20,45,.95) 0%,rgba(10,31,66,.88) 45%,rgba(10,31,66,.55) 75%,rgba(10,31,66,.35) 100%);} .glass-grid{position:absolute;inset:0;display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(6,1fr);opacity:.9;z-index:1;} .glass-grid .pane{border-right:1px solid var(–line);border-bottom:1px solid var(–line);position:relative;overflow:hidden;} .glass-grid .pane::after{content:”;position:absolute;inset:0;background:linear-gradient(135deg,rgba(201,168,76,0) 0%,rgba(201,168,76,0) 40%,rgba(201,168,76,.1) 50%,rgba(201,168,76,0) 60%,rgba(201,168,76,0) 100%);opacity:0;transition:opacity 1.2s ease;} .glass-grid .pane.lit::after{opacity:1;} .hero-content{position:relative;z-index:2;max-width:820px;} .hero-content h1{font-size:clamp(38px,6vw,76px);line-height:1.05;color:var(–white);} .hero-content h1 em{font-style:normal;color:var(–gold);} .hero-content .lede{font-size:18px;color:rgba(255,255,255,.7);max-width:540px;margin:26px 0 40px;} .hero-actions{display:flex;gap:16px;flex-wrap:wrap;} .hero-meta{position:absolute;bottom:48px;left:0;right:0;z-index:2;display:flex;justify-content:space-between;align-items:flex-end;} .hero-meta .tag{font-family:var(–mono);font-size:12px;letter-spacing:.1em;color:rgba(255,255,255,.45);text-transform:uppercase;} .scroll-cue{width:1px;height:56px;background:linear-gradient(var(–gold),transparent);position:relative;} @media(max-width:768px){.hero-meta{display:none;}} /* STATS */ .stats-bar{background:var(–navy-deep);border-top:1px solid var(–line);padding:52px 0;} .stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;} @media(max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr);}} .stat .num{font-family:var(–display);font-size:clamp(28px,3.4vw,44px);color:var(–gold);font-weight:700;} .stat .lbl{font-family:var(–mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-top:4px;} /* ABOUT */ .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;} @media(max-width:900px){.about-grid{grid-template-columns:1fr;gap:40px;}} .about-visual{position:relative;aspect-ratio:4/5;border-radius:2px;overflow:hidden;} .about-visual img{width:100%;height:100%;object-fit:cover;} .about-badge{position:absolute;bottom:-1px;right:-1px;background:var(–gold);color:var(–navy-deep);padding:22px 26px;font-family:var(–display);} .about-badge .n{font-size:34px;font-weight:800;display:block;line-height:1;} .about-badge .t{font-family:var(–mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;} .about-copy p{color:#485064;font-size:16px;margin-bottom:18px;} .pillars{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:32px;} .pillar{padding:18px 0;border-top:1px solid var(–line-dark);} .pillar .k{font-family:var(–mono);font-size:11px;color:var(–blue);letter-spacing:.08em;} .pillar .v{font-size:15px;margin-top:4px;} /* MISSION/VISION */ .mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(–line-dark);border:1px solid var(–line-dark);} @media(max-width:768px){.mv-grid{grid-template-columns:1fr;}} .mv-card{background:var(–white);padding:44px 40px;} .mv-card .tag{font-family:var(–mono);font-size:12px;letter-spacing:.12em;color:var(–gold);text-transform:uppercase;margin-bottom:16px;display:block;} .mv-card p{font-size:16px;color:#485064;} /* WHY US */ .why-us{background:var(–navy-deep);color:var(–white);} .why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(–line);border:1px solid var(–line);} @media(max-width:900px){.why-grid{grid-template-columns:repeat(2,1fr);}} .why-item{background:var(–navy-deep);padding:36px 24px;transition:background .35s;} .why-item:hover{background:var(–navy-soft);} .why-item .ic{color:var(–gold);font-family:var(–mono);font-size:12px;margin-bottom:20px;} .why-item h4{font-size:16px;color:var(–white);margin-bottom:8px;font-weight:600;} .why-item p{font-size:13px;color:rgba(255,255,255,.5);} /* TARGET CLIENTS */ .tc-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;} @media(max-width:900px){.tc-grid{grid-template-columns:repeat(2,1fr) ;}} .tc-item{background:var(–white);border:1px solid var(–line-dark);padding:38px 20px;text-align:center;transition:all .3s;} .tc-item:hover{border-color:var(–gold);transform:translateY(-4px);box-shadow:0 20px 40px -20px rgba(10,31,66,.25);} .tc-item .glyph{font-size:30px;margin-bottom:14px;} .tc-item .label{font-family:var(–display);font-size:14px;font-weight:600;} /* SERVICES */ .svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(–line-dark);border:1px solid var(–line-dark);} @media(max-width:900px){.svc-grid{grid-template-columns:1fr;}} .svc-card{background:var(–white);padding:36px 32px;display:flex;flex-direction:column;} .svc-card .num{font-family:var(–mono);font-size:12px;color:var(–gold);margin-bottom:18px;} .svc-card h3{font-size:19px;margin-bottom:10px;} .svc-card p{font-size:14px;color:var(–stone);} .svc-more{margin-top:56px;padding:36px;background:var(–white);border:1px solid var(–line-dark);} .svc-more h4{font-family:var(–mono);font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(–stone);margin-bottom:18px;} .chip-row{display:flex;flex-wrap:wrap;gap:10px;} .chip{font-size:13px;padding:9px 16px;border:1px solid var(–line-dark);border-radius:20px;color:#33394a;transition:all .25s;} .chip:hover{border-color:var(–gold);color:var(–navy-deep);background:rgba(201,168,76,.08);} /* UNITIZED SPOTLIGHT */ .spotlight{background:var(–navy-deep);color:var(–white);} .spot-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;} @media(max-width:900px){.spot-grid{grid-template-columns:1fr;gap:36px;}} .spot-list{list-style:none;} .spot-list li{display:flex;align-items:center;gap:12px;padding:13px 0;border-top:1px solid var(–line);font-size:15px;color:rgba(255,255,255,.85);} .spot-list li:last-child{border-bottom:1px solid var(–line);} .spot-list li::before{content:’✓’;color:var(–gold);font-family:var(–mono);font-size:13px;} /* PROJECTS */ .proj-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;} @media(max-width:768px){.proj-grid{grid-template-columns:1fr;}} .proj-card{position:relative;aspect-ratio:16/10;overflow:hidden;border-radius:2px;} .proj-card img{width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.4,0,.2,1);} .proj-card:hover img{transform:scale(1.07);} .proj-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,20,45,.94) 0%,rgba(10,20,45,.45) 45%,transparent 75%);display:flex;flex-direction:column;justify-content:flex-end;padding:26px;color:var(–white);} .proj-overlay .cat{font-family:var(–mono);font-size:11px;color:var(–gold);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;} .proj-overlay h4{font-size:19px;margin-bottom:6px;} .proj-meta{font-size:12.5px;color:rgba(255,255,255,.65);} /* CLIENTS STRIP */ .clients-frame{border:1px solid var(–line-dark);padding:6px;} .clients-frame img{width:100%;height:auto;display:block;} /* PROCESS */ .process{background:var(–navy-deep);color:var(–white);} .proc-list{display:flex;flex-direction:column;} .proc-row{display:grid;grid-template-columns:90px 1fr 2fr;gap:24px;align-items:center;padding:26px 0;border-top:1px solid var(–line);} .proc-list .proc-row:last-child{border-bottom:1px solid var(–line);} @media(max-width:768px){.proc-row{grid-template-columns:50px 1fr;} .proc-row .proc-desc{grid-column:2;padding-left:0;}} .proc-num{font-family:var(–mono);font-size:14px;color:var(–gold);} .proc-title{font-family:var(–display);font-size:19px;font-weight:600;} .proc-desc{font-size:14px;color:rgba(255,255,255,.5);} /* FACTORY */ .factory-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;} @media(max-width:900px){.factory-grid{grid-template-columns:1fr;gap:36px;}} .factory-visual{border-radius:2px;overflow:hidden;border:1px solid var(–line-dark);} /* TESTIMONIALS */ .testi-track{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;} @media(max-width:900px){.testi-track{grid-template-columns:1fr;}} .testi-card{background:var(–white);border:1px solid var(–line-dark);padding:32px;} .stars{color:var(–gold);font-size:14px;letter-spacing:2px;margin-bottom:16px;} .testi-card p{font-size:15px;color:#3a3f4d;margin-bottom:24px;} .testi-person{display:flex;align-items:center;gap:12px;} .testi-avatar{width:42px;height:42px;border-radius:50%;background:var(–navy);color:var(–gold);display:flex;align-items:center;justify-content:center;font-family:var(–display);font-size:14px;} .testi-name{font-size:14px;font-weight:600;} .testi-role{font-size:12px;color:var(–stone);} /* FAQ */ .faq-list{max-width:800px;} .faq-item{border-top:1px solid var(–line-dark);} .faq-list .faq-item:last-child{border-bottom:1px solid var(–line-dark);} .faq-q{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;cursor:pointer;} .faq-q h4{font-size:16px;font-weight:500;font-family:var(–body);} .faq-plus{font-family:var(–mono);color:var(–gold);font-size:18px;transition:transform .3s;flex-shrink:0;} .faq-item.open .faq-plus{transform:rotate(45deg);} .faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease;} .faq-a p{font-size:14.5px;color:#4a5164;padding-bottom:24px;max-width:640px;} /* CONTACT */ .contact{background:var(–navy-deep);color:var(–white);} .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;} @media(max-width:900px){.contact-grid{grid-template-columns:1fr;gap:40px;}} .cinfo-row{display:flex;gap:16px;padding:20px 0;border-top:1px solid var(–line);} .cinfo-row .k{font-family:var(–mono);font-size:11px;color:var(–gold);text-transform:uppercase;letter-spacing:.08em;width:110px;flex-shrink:0;} .cinfo-row .v{font-size:15px;color:rgba(255,255,255,.85);} .form-field{margin-bottom:18px;} .form-field label{display:block;font-family:var(–mono);font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:rgba(255,255,255,.5);margin-bottom:8px;} .form-field input,.form-field select,.form-field textarea{width:100%;background:transparent;border:1px solid var(–line);color:var(–white);padding:13px 14px;font-family:var(–body);font-size:14px;border-radius:2px;transition:border-color .25s;} .form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(–gold);} .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;} @media(max-width:520px){.form-row{grid-template-columns:1fr;}} /* FOOTER */ footer{background:var(–navy-deep);border-top:1px solid var(–line);padding:64px 0 28px;color:rgba(255,255,255,.55);} .foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px;} @media(max-width:768px){.foot-grid{grid-template-columns:1fr 1fr;}} .foot-logo{background:var(–white);display:inline-flex;padding:8px 16px;border-radius:4px;margin-bottom:18px;} .foot-logo img{height:34px;} .foot-grid h5{font-family:var(–mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(–white);margin-bottom:18px;} .foot-grid ul{list-style:none;} .foot-grid li{margin-bottom:10px;font-size:13.5px;} .foot-grid li a:hover{color:var(–gold);} .foot-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:28px;border-top:1px solid var(–line);font-size:12.5px;} /* FLOATING */ .float-btns{position:fixed;bottom:28px;right:28px;z-index:900;display:flex;flex-direction:column;gap:12px;} .fab{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(–white);font-size:22px;box-shadow:0 10px 30px -6px rgba(0,0,0,.5);transition:transform .25s;} .fab:hover{transform:scale(1.08);} .fab.wa{background:#25D366;} .fab.call{background:var(–gold);color:var(–navy-deep);} .reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s cubic-bezier(.4,0,.2,1);} .reveal.visible{opacity:1;transform:translateY(0);}
Facade · Glazing · Cladding · Pune, India · 20 Years

Right facade.
Real performance.
True value.

Crystal Glazing & Cladding designs, engineers, fabricates and installs facade, glazing and cladding systems for commercial, residential, institutional and hospitality projects — balancing performance, durability and cost.

20 Years — Facade · Windows · Cladding
Scroll
0
Years Industry Experience
0
Named Clients & Developers
0
Sectors Served
0
In-House Manufacturing %
Pune
Head Office & Factory
20Years — Facade, Windows, Cladding
About Crystal Glazing & Cladding

A specialist facade, glazing & cladding company.

Crystal Glazing & Cladding is a specialist facade, glazing, and cladding solutions company delivering engineered building envelope systems across India and international markets. With over 20 years of experience in facade execution and project management, we provide optimized, performance-driven solutions tailored to client requirements, balancing design intent, engineering, and cost efficiency.

We believe facades are essential building components, not luxury add-ons. Our approach focuses on delivering the right level of engineering to ensure durability, energy efficiency, and long-term value. Sustainability is integral to our philosophy, and we design facades that enhance building performance while reducing environmental impact, ensuring our clients receive the best technical solution at a justified value.

HEAD OFFICE
Kondhwa, Pune
FACTORY
Pisoli, Pune
EXPERIENCE
20+ years
REACH
India & international markets
Mission

To design, engineer, and execute facade and glazing systems that meet client requirements with precision, performance, and cost efficiency, ensuring long-term value and reliability.

Vision

To deliver optimized facade solutions that balance engineering, performance, and cost, making facades a necessity for building performance — not just a premium feature.

Why Architects & Builders Choose Us

Built for the projects that can’t afford delay.

01

20+ Years Experience

Two decades of facade execution and project management.

02

In-House Manufacturing

Aluminium facades, windows, skylights and canopies made in-house.

03

Optimized Engineering

Solutions balancing design intent, performance and cost.

04

Sustainability Focus

Facades engineered to improve building performance, not just looks.

05

Trusted by Developers

Repeat work with major realty groups and institutions across India.

Our Target Clients

Facades engineered for how each building is used.

🎓
Schools
🛎️
Hotels
🏭
Factories
🏠
Residential
🏢
Commercial
Our Services

Every layer of the facade, one accountable partner.

From unitized curtain wall to shower cubicles, engineered and manufactured in-house.

01

Unitized & Semi-Unitized Facade

Factory pre-glazed unitized panels or on-site completed semi-unitized systems, engineered to the elevation.

02

ACP, HPL, Tiles, Stones & Zinc Cladding

All kinds of exterior cladding, from composite panels to natural stone and zinc rainscreen systems.

03

Glass Railing in SS & Aluminium

Frameless and framed glass railing systems in stainless steel and aluminium.

04

Aluminium System Windows & Doors

In-house manufactured window and door systems for commercial and residential use.

05

Entrance Lobbies, Showrooms & Spider Glazing

Frameless spider-glazed facades for lobbies, showrooms and high-visibility entrances.

06

Shower Cubicles

Custom glass shower cubicle fabrication and installation.

Also Engineered In-House

Skylights & CanopiesCNC Perforation FacadeArchitectural Windows Structural GlazingCustom Aluminium FabricationMS Support Structures
Featured System

Unitized Facade

Factory-assembled panels craned and hung directly onto the structure — built for speed without compromising performance.

  • Improved Construction Speed
  • High Installation Accuracy
  • Superior Thermal Efficiency
  • Better Acoustic Performance
  • Greater Air and Water Tightness
  • High Aesthetic Appeal
  • Reduced On-Site Labor Costs
Featured Projects

A portfolio built on repeat clients.

High-Rise Tower

Maruti Millennium Tower

Client: Mohanlal Bishnoi Builders & Developers
Hospitality

Oxford Golf Resort

Resort facade, windows & glass balustrades
Residential High-Rise

Pride World City

Client: Pride Group
Educational Institute

D Y Patil Dnyanshanti School

Aluminium windows & cladding

Also completed: Onyx Realty · Sobha Limited (St. Marks Road, Bangalore) · Grand Exotica Business Hotel · Nandadeep · VTP Realty — Hi Life · Runal Gateway & Runal Spacio · Indradhanu · Goel Ganga Group · Tanish · Vascon · NSS Hill Spring International School · Axis Bank · Queens Boulevard · Sanjivani Academy, Kopargaon.

Our Clients

Trusted by developers, institutions & infrastructure projects.

Our Process

From first sketch to final handover.

01
Consultation
Understanding design intent, budget and building performance goals.
02
Site Survey
On-site measurement and structural interface verification.
03
Engineering & Design
Structural calculations, system selection and shop drawings.
04
In-House Manufacturing
Factory fabrication of facade, window and cladding components.
05
Quality Inspection
Pre-dispatch inspection against approved shop drawings.
06
Installation
Sequenced site erection with dedicated supervision.
07
Final Handover
Testing, snag closure, documentation and warranty handover.
Factory Setup & Production

Manufactured in-house, in Pune.

Our factory at Pisoli, Pune handles aluminium fabrication, CNC cutting and precision assembly for every facade, window and cladding system we deliver — keeping quality and tolerances under our own control from profile to panel.

Client Testimonials

What architects and developers say.

★★★★★

Crystal Glazing delivered our tower facade exactly to spec, and held the site schedule through a tight window. Genuinely reliable engineering team.

RK
Rohan Kelkar
Principal Architect, Pune
★★★★★

Their value engineering saved our project without touching the design intent. The finish on the cladding was consistent across every floor.

SP
Sunita Pawar
Project Director, Realty Developer
★★★★★

We’ve used Crystal Glazing across multiple consecutive projects now. Their in-house manufacturing keeps quality consistent every time.

AV
Anand Verma
Facilities Head, Corporate Office
FAQ

Facade, glazing & cladding, answered plainly.

What is the difference between unitized and semi-unitized facade?

+

Unitized panels are fully assembled and glazed in the factory, then craned into place — faster on site. Semi-unitized systems are partly factory-made and completed on site, suiting projects with tighter budgets or smaller floor plates.

What materials do you use for exterior cladding?

+

We work with ACP, HPL, tiles, natural stone and zinc, selected based on the elevation’s design intent, budget and performance requirements.

Is ACP cladding fire-safe for high-rise buildings?

+

Fire-rated ACP with an FR or A2 mineral core is available and recommended for high-rises, and is what we specify by default on buildings above regulatory height thresholds.

Do you manufacture aluminium windows and doors in-house?

+

Yes — our factory in Pisoli, Pune handles in-house manufacturing of aluminium facades, windows, skylights and canopies.

What is spider glazing and where is it used?

+

Spider glazing is a frameless glass system held by point fittings, commonly used for entrance lobbies, showrooms and atriums where a clean glass line is wanted.

Can you supply glass railings in both SS and aluminium?

+

Yes, we manufacture and install glass railing systems in both stainless steel and aluminium, framed and frameless.

What is CNC perforation facade cladding?

+

It’s a cladding technique using CNC-cut perforated panels to create a patterned screen facade — used for both aesthetics and sun-shading.

Which sectors do you work with?

+

We serve schools, hotels, factories, residential and commercial projects, along with infrastructure clients.

Do you handle both design and installation, or only supply?

+

We handle the full scope — design, engineering, fabrication, supply and installation — under a single point of accountability.

Do you offer facade maintenance after project handover?

+

Yes, ongoing maintenance and servicing support is available after handover — reach out with your project details to confirm scope.

Which cities do you serve?

+

We’re based in Pune and have delivered projects across India, including Bangalore and Nagpur — reach out to confirm coverage for your project location.

How do I request a quote?

+

Use the enquiry form below, call, or WhatsApp Mr. Huzefa Noble directly at +91 98603 50552 with your project details.

Contact

Tell us about your elevation.

Company
Crystal Glazing & Cladding
Head Office
The Heritage, Lower Ground Floor, Main Kondhwa Road, Kondhwa, Pune 411048, Maharashtra
Factory
Unit No. 7, Bhintare Warehousing, Opp. Bishop School, Pisoli, Pune 48
Managing Partner
Mr. Huzefa Noble
Phone
+91 98603 50552
Email
crystalglazing@gmail.com
Instagram
@crystal.glazing
Full Name
Phone
Email
Service Required Unitized / Semi-Unitized FacadeACP / HPL / Zinc CladdingGlass RailingsAluminium Windows & DoorsSpider GlazingOther
Project Details
const header=document.getElementById(‘siteHeader’); window.addEventListener(‘scroll’,()=>{ header.classList.toggle(‘scrolled’, window.scrollY>40); }); const burger=document.getElementById(‘burgerBtn’), mmenu=document.getElementById(‘mobileMenu’), mclose=document.getElementById(‘mobileClose’); burger.addEventListener(‘click’,()=>mmenu.classList.add(‘open’)); mclose.addEventListener(‘click’,()=>mmenu.classList.remove(‘open’)); mmenu.querySelectorAll(‘a’).forEach(a=>a.addEventListener(‘click’,()=>mmenu.classList.remove(‘open’))); const grid=document.getElementById(‘glassGrid’); for(let i=0;ip.classList.remove(‘lit’)); const idx=Math.floor(Math.random()*panes.length); panes[idx].classList.add(‘lit’); setTimeout(()=>panes[idx].classList.remove(‘lit’),1400); } setInterval(shimmer,900); const counters=document.querySelectorAll(‘.stat .num[data-count]’); let counted=false; function runCounters(){ if(counted) return; counted=true; counters.forEach(el=>{ const raw = el.dataset.count; if(isNaN(raw)){ return; } const target=+raw; let cur=0; const step=Math.max(1,Math.ceil(target/60)); const t=setInterval(()=>{ cur+=step; if(cur>=target){cur=target; clearInterval(t);} el.textContent=cur+(target>=10?’+’:”); },24); }); } const statObs=new IntersectionObserver(entries=>{ entries.forEach(e=>{ if(e.isIntersecting) runCounters(); }); },{threshold:.4}); statObs.observe(document.querySelector(‘.stats-bar’)); const revealObs=new IntersectionObserver(entries=>{ entries.forEach(e=>{ if(e.isIntersecting){ e.target.classList.add(‘visible’); revealObs.unobserve(e.target); } }); },{threshold:.12}); document.querySelectorAll(‘.reveal’).forEach(el=>revealObs.observe(el)); document.querySelectorAll(‘.faq-item’).forEach(item=>{ const q=item.querySelector(‘.faq-q’), a=item.querySelector(‘.faq-a’); q.addEventListener(‘click’,()=>{ const isOpen=item.classList.contains(‘open’); document.querySelectorAll(‘.faq-item.open’).forEach(o=>{ o.classList.remove(‘open’); o.querySelector(‘.faq-a’).style.maxHeight=null; }); if(!isOpen){ item.classList.add(‘open’); a.style.maxHeight=a.scrollHeight+’px’; } }); }); j