“`html
Katyal Architects
*{
margin:0;
padding:0;
box-sizing:border-box;
}
body{
font-family: Arial, sans-serif;
background:#f7f5f2;
color:#222;
line-height:1.8;
}
.about-section{
max-width:1200px;
margin:auto;
padding:80px 30px;
}
.subtitle{
color:#8a8a8a;
font-size:18px;
letter-spacing:1px;
margin-bottom:15px;
text-transform:uppercase;
}
.title{
font-size:52px;
font-weight:700;
margin-bottom:20px;
}
.tagline{
font-size:22px;
color:#666;
margin-bottom:50px;
}
.content-grid{
display:grid;
grid-template-columns:1.1fr 0.9fr;
gap:60px;
align-items:center;
}
.text-content p{
font-size:17px;
margin-bottom:24px;
color:#333;
}
.text-content strong{
color:#111;
}
.image-wrapper{
display:flex;
justify-content:center;
align-items:center;
}
.project-image{
width:100%;
max-width:450px;
height:650px;
object-fit:cover;
border-radius:24px;
box-shadow:0 18px 40px rgba(0,0,0,0.15);
transition:0.4s ease;
}
.project-image:hover{
transform:translateY(-6px);
}
.vision-box{
margin-top:70px;
padding:40px;
background:white;
border-radius:24px;
box-shadow:0 10px 30px rgba(0,0,0,0.06);
}
.vision-box h2{
font-size:28px;
margin-bottom:20px;
}
.vision-box p{
font-size:17px;
color:#444;
}
@media(max-width:900px){
.content-grid{
grid-template-columns:1fr;
}
.title{
font-size:40px;
}
.project-image{
height:500px;
max-width:100%;
}
}
Katyal Architects
About The Company
Driven by Vision, Defined by Impact.
Katyal Architects is a multidisciplinary design studio led by
Shubham Katyal, focused on creating thoughtful
spaces that merge innovation, functionality, aesthetics, and
environmental sensitivity.
With over eight years of experience, the studio approaches
architecture as more than just visual design. Every project is
envisioned as an opportunity to improve lifestyle, elevate spatial
experience, and create a meaningful connection between people and
their environment.
The firm follows a context-driven and detail-oriented approach
where architecture, interiors, planning, lighting, materials,
and execution work together as a unified design experience.
From modern residences to innovative interior environments,
Katyal Architects continues to explore future-focused design
solutions that are timeless, practical, and impact-driven.
Our Design Philosophy
We believe architecture should positively influence the way people
live, interact, and experience spaces every day. Our design approach
balances modern aesthetics with practical functionality while remaining
conscious of environmental impact and long-term usability.
“`