:root {
  --blue: #0a2540;
  --orange: #f97316;
  --white: #ffffff;
  --gray: #f5f5f5;
  --ink: #172033;
  --muted: #667085;
  --line: #d8dee8;
  --shadow: 0 18px 45px rgba(10, 37, 64, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.section { padding: 110px 0; }
.section.gray { background: var(--gray); }
.eyebrow {
  color: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 1.25rem;
}
h1, h2, h3 { font-family: Poppins, Inter, sans-serif; line-height: 1.08; margin: 0; color: var(--blue); letter-spacing: 0; }
.page-hero h1 {
  color: var(--white) !important;
}
h1 {
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
    line-height: 1.15;
}
h2 {
  font-size: clamp(1.7rem, 2.2vw, 2.2rem);
  line-height: 1.2;
  margin-bottom: 16px;
}
h3 { font-size: 1.25rem; }
p { margin: 0; color: var(--muted); }
.lead{
    font-size:1.05rem;
    line-height:1.8;
    max-width:700px;
}
p{
    line-height:1.8;
}

#site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  padding: 12px max(20px, calc((100vw - 1160px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(216, 222, 232, .85);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--blue);
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-weight: 800;
}
.brand small { display: block; color: var(--muted); font-size: .78rem; margin-top: -2px; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { padding: 10px 13px; border-radius: 6px; font-weight: 700; font-size: .94rem; color: #344054; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--orange); background: #fff3e9; }
.nav-toggle { display: none; border: 0; background: var(--blue); color: var(--white); width: 44px; height: 44px; border-radius: 8px; }
svg { width: 20px; height: 20px; vertical-align: middle; }

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,37,64,.94), rgba(10,37,64,.62) 46%, rgba(10,37,64,.12)), url("../images/hero-construction.png") center / cover no-repeat;
  z-index: -2;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(transparent, rgba(10,37,64,.55)); z-index: -1; }
.hero h1 { color: var(--white); }
.hero p { color: rgba(255,255,255,.88); max-width: 650px; font-size: 1.05rem; line-height: 1.8 }
.hero-content { padding: 0 0 138px; }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 26px;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}
.btn.primary { background: var(--orange); color: var(--white); }
.btn.secondary { background: var(--white); color: var(--blue); }
.btn.ghost { border-color: rgba(255,255,255,.44); color: var(--white); }
.btn.outline { border-color: var(--line); color: var(--blue); background: var(--white); }
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }

.stats-strip {
  margin-top: -76px;
  position: relative;
  z-index: 2;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(10,37,64,.12);
  overflow: hidden;
}
.stat { padding: 35px;  text-align: center; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: 2.8rem; color: var(--blue); font-family: Poppins, sans-serif; }
.stat span { color: var(--muted); font-weight: 700; }

.section-head { display: grid; gap: 14px; margin-bottom: 36px; }
.section-head {
    max-width: 700px;
}

.section-head h2{
    font-size: clamp(1.7rem, 2.2vw, 2.2rem);
    line-height: 1.2;
    max-width: 650px;
}
.section-head p,
.section-head p{
    margin-top: 20px;
    line-height: 1.8;
    max-width: 700px;
}
.leadership-head p{
    margin-top: 0;
}

.leadership-head{
    gap: 4px;
}
.section-head .lead {
    text-align: left;
  
}
.section-head .actions,
.section-head .cta{
    margin-top: 30px;
}
.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.media-panel { border-radius: 8px; overflow: hidden; min-height: 420px; box-shadow: var(--shadow); background: var(--gray); }
.media-panel img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.feature-list li, .check-list li {
  list-style: none;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font-weight: 700;
}
.feature-list, .check-list { padding: 0; margin-bottom: 0; }

.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card,
.value-card,
.testimonial-card,
.process-card,
.info-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(10,37,64,.06);
}

.value-card h3{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    color: #334155;
}
.service-card b, .value-card b { color: var(--orange); font-size: 1.2rem; }
.service-card p, .value-card p, .testimonial-card p { margin-top: 12px; }

.image-band {
  min-height: 340px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(10,37,64,.9), rgba(10,37,64,.12)), url("../images/services-construction.png") center / cover no-repeat;
}
.cta-band {
  background: var(--blue);
  color: var(--white);
  padding: 52px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255,255,255,.78); margin-top: 10px; }

.page-hero {
  padding: 92px 0;
  background: linear-gradient(135deg, var(--blue), #12395e);
  color: var(--white);
}
.page-hero h1{
    font-size: clamp(1.9rem, 2.8vw, 3.2rem);
    line-height: 1.15;
}
.page-hero p { color: rgba(255,255,255,.82); margin-top: 16px; max-width: 750px; }

.timeline { display: grid; gap: 16px; }
.timeline article { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.timeline strong { color: var(--orange); font-family: Poppins, sans-serif; }
.service-detail { display: grid; grid-template-columns: .72fr 1.28fr; gap: 32px; padding: 34px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); margin-bottom: 160px; }
.service-detail h2 {
    font-size: clamp(1.7rem, 2.2vw, 2.2rem);
    line-height: 1.2;
    margin-bottom: 16px;
}

.service-detail p {
    margin-bottom: 30px;
}
.service-visual { min-height: 260px; border-radius: 8px; display: grid; place-items: center; color: var(--white); background: linear-gradient(135deg, rgba(10,37,64,.86), rgba(249,115,22,.72)), url("../images/services-construction.png") center / cover; font-weight: 800; }
.columns-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 50px; }

.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.chip { border: 1px solid var(--line); border-radius: 999px; background: var(--white); padding: 10px 15px; font-weight: 800; color: var(--blue); cursor: pointer; }
.chip.active, .chip:hover { background: var(--orange); color: var(--white); border-color: var(--orange); }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.project-card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--white); cursor: pointer; box-shadow: 0 12px 30px rgba(10,37,64,.06); }
.project-image { aspect-ratio: 4 / 3; display: grid; place-items: center; color: var(--white); font-family: Poppins, sans-serif; font-weight: 800; }
.p0{
    background-image:url("../images/Projects/layout-development.jpg");
}

.p1{
    background-image:url("../images/Projects/cc-road.jpg");
}

.p2{
    background-image:url("../images/Projects/commercial-building.jpg");
}

.p3{
    background-image:url("../images/Projects/layout-development.jpg");
}

.p4{
    background-image:url("../images/Projects/bt-road.jpg");
}

.p5{
    background-image:url("../images/Projects/business-plaza.jpg");
}

.project-image{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.project-body { padding: 20px; }
.project-body > span { color: var(--orange); font-weight: 800; font-size: .82rem; }
.project-body p { margin-top: 10px; }
dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 18px 0 0; }
dt { color: var(--muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
dd { margin: 0; color: var(--blue); font-weight: 800; }
.lightbox { position: fixed; inset: 0; background: rgba(10,37,64,.74); display: none; place-items: center; z-index: 80; padding: 20px; }
.lightbox.show { display: grid; }
.lightbox-card { width: min(760px, 100%); background: var(--white); border-radius: 8px; overflow: hidden; }
.lightbox-card .placeholder { height: 320px; }
.lightbox-content { padding: 24px; }
#lightbox-close { float: right; border: 0; background: var(--blue); color: var(--white); border-radius: 8px; width: 42px; height: 42px; cursor: pointer; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
label { display: grid; gap: 7px; color: var(--blue); font-weight: 800; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  min-height: 48px;
  background: var(--white);
}
textarea { min-height: 132px; resize: vertical; }
.form-success { margin-top: 18px; padding: 14px 16px; border-radius: 8px; background: #eaf8ef; color: #116231; font-weight: 800; }
.embed-box { min-height: 520px; border: 1px dashed var(--line); border-radius: 8px; overflow: hidden; background: var(--gray); }
.embed-box iframe { width: 100%; height: 520px; border: 0; }
.placeholder-note { padding: 18px; color: var(--muted); font-weight: 700; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-heading {
    margin-bottom: 35px;
    line-height: 1.1;
}
.contact-list {
    margin-top: 20px;
}
.contact-list article { display: flex; gap: 12px; align-items: flex-start; }
.contact-list > article > span {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff3e9;
  color: var(--orange);
  font-weight: 900;
  font-size: .78rem;
}

#whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 70;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #25d366;
  color: var(--white);
  box-shadow: var(--shadow);
  font-weight: 900;
}

#site-footer { background: #071c31; color: var(--white); padding: 58px max(20px, calc((100vw - 1160px) / 2)) 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr 1fr; gap: 34px; }
#site-footer h3, #site-footer strong { color: var(--white); }
#site-footer p, #site-footer a, #site-footer small { display: block; color: rgba(255,255,255,.72); margin-top: 8px; }
.footer-brand { margin-bottom: 14px; }
.socials { display: flex; gap: 10px; margin-top: 16px; }
.socials a { width: 34px; height: 34px; display: grid !important; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; margin: 0 !important; font-weight: 900; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 38px; padding-top: 22px; color: rgba(255,255,255,.6); }

@media (max-width: 900px) {
  .container { width: min(100% - 28px, 720px); }
  #site-header { padding-left: 14px; padding-right: 14px; }
  .nav-toggle { display: grid; place-items: center; }
  .site-nav { position: fixed; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; padding: 12px 18px 24px; background: var(--white); border-bottom: 1px solid var(--line); }
  .nav-open .site-nav { display: flex; }
  .site-nav a { padding: 14px; }
  .hero { min-height: auto; }
  .hero-content { padding: 76px 0 138px; }
  .hero .container{
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.hero-content{
    max-width:700px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.stats-grid,
.card-grid,
.project-grid,
.footer-grid,
.columns-3,
.form-grid,
.contact-grid,
.split {
    grid-template-columns: 1fr;
}
  .stats-strip { margin-top: -54px; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .service-detail { grid-template-columns: 1fr; padding: 20px; }
  .feature-list { grid-template-columns: 1fr; }
  .cta-band { display: grid; padding: 30px; }
  .section { padding: 62px 0; }
  .timeline article { grid-template-columns: 1fr; gap: 4px; }
}
@media (max-width: 520px) {
  .brand small { display: none; }
  .brand-mark { width: 42px; height: 42px; }
  .hero-actions, .actions { display: grid; }
  .btn { width: 100%; }
  .page-hero { padding: 64px 0; }
  .media-panel, .media-panel img { min-height: 300px; }
  dl { grid-template-columns: 1fr; }
}

.leaders-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(320px, 500px));
    justify-content:center;
    gap:40px;
}
  
.leader-card{
    background:#fff;
    border-top:5px solid #f97316;
    border-radius:40px;
    padding:40px 30px;
    min-height:450px;
    max-width:450px;
margin:0 auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.leader-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 32px rgba(0,0,0,.12);
}

.leader-card img{
    width:160px;
    height:160px;
    border-radius:50%;
    object-fit:cover;
    object-position:center top;
    border:4px solid #f97316;
    margin-top:30px;
    margin-bottom:24px;
}

.leader-card-content{
    text-align:center;
    width:100%;
}

.leader-card h3{
    font-size:1.5rem;
    font-weight:700;
    margin-bottom:0px;
    color:var(--blue);
}

.leader-card p{
    line-height:1.8;
    color:#475569;
}

.role{
    color:#f97316;
    font-weight:700;
    font-size:1rem;
    margin-bottom:18px;
}

.leader-card-content p:last-child{
    max-width:320px;
    margin:0 auto;
    line-height:1.8;
    color:#475569;
}

.logo-img,
.footer-logo{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    background:#fff;
    padding:8px;
    border:3px solid #f97316;
    display:block;
}
#site-header{
    min-height:90px;
}
.quotation-head{
    max-width:800px;
    margin:0 auto;
    text-align:center;
}

.quotation-head h2{
    max-width:none;
    margin:0 auto 20px;
    text-align:center;
}

.quotation-head .lead{
    max-width:700px;
    margin:0 auto;
    text-align:center;
}
body{
    background:#eef2f6;
    padding:6px;
}

#site-header{
    border-radius:18px 18px 0 0;
}

.hero,
.page-hero{
    border-radius:0 0 24px 24px;
    overflow:hidden;
}

@media (max-width: 768px){

    .leaders-grid{
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .leader-card{
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }

    .leader-card img{
        width: 140px;
        height: 140px;
    }
}

.layout-img{
    background-image:url("../images/Projects/layout-development.jpg");
    background-size:cover;
    background-position:center;
}

.road-img{
    background-image:url("../images/Projects/cc-road.jpg");
    background-size:cover;
    background-position:center;
}

.building-img{
    background-image:url("../images/Projects/commercial-building.jpg");
    background-size:cover;
    background-position:center;
}

.info-card p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: #4b5563;
    margin-top: 10px;
}

.info-card h3{
    display:none;
}

.adibatla-img{
    background-image:url("../images/Projects/adibatla-layout.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.vanasthalipuram-img{
    background-image:url("../images/Projects/vanasthalipuram-road.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.medchal-img{
    background-image:url("../images/Projects/medchal-layout.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.sangareddy-img{
    background-image:url("../images/Projects/sangareddy-layout.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.pedda-amberpet-img{
    background-image:url("../images/Projects/pedda-amberpet-layout.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.lb-nagar-img{
    background-image:url("../images/Projects/lb-nagar-road.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.hayathnagar-img{
    background-image:url("../images/Projects/hayathnagar-road.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.kukatpally-img{
    background-image:url("../images/Projects/kukatpally-building.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
