:root { --green: #008d77; --yellow: #e8ed15; --ink: #20242b; }
.page-menu-button, .page-mobile-nav { display: none; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); font-family: Montserrat, sans-serif; }
.about-header { height: 94px; display: flex; align-items: center; gap: 68px; padding: 0 max(6vw, 40px); border-top: 1px solid #222; border-bottom: 1px solid #eee; }
.about-header img { width: 132px; display: block; }
.about-header nav { display: flex; gap: 32px; margin-left: auto; }
.about-header a { color: #14243b; font-size: 15px; font-weight: 500; text-decoration: none; }
.about-cta { padding: 13px 26px; border-radius: 10px; background: #d7ff00; font-weight: 700 !important; }
main { max-width: 1180px; margin: 0 auto; }
.about-intro { display: grid; grid-template-columns: 1fr 590px; gap: 48px; padding: 26px 0 64px; }
.about-copy h1, .section-heading h2 { margin: 0 0 17px; padding-left: 12px; border-left: 2px solid var(--green); font-size: 34px; line-height: 1; }
.about-copy p { margin: 0 0 10px; font-size: 16px; line-height: 1.68; }
.about-image-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 438px 240px 240px; gap: 14px; }
figure { position: relative; margin: 0; overflow: hidden; border-radius: 8px; background: #162c2d; }
figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 40px 12px 20px; background: linear-gradient(transparent, rgba(0,0,0,.9)); color: #fff; font-size: 16px; font-weight: 800; text-align: center; }
.image-delivery { grid-row: 1; }.image-pincodes { grid-row: 1 / span 2; }.image-cities { grid-row: 2; }.image-riders { grid-row: 3; }.image-warehouse { grid-column: 2; grid-row: 3; }
.about-stats { width: 360px; display: grid; grid-template-columns: 1fr 1fr; margin-top: 70px; border: 1px solid #e1e315; }
.about-stats div { min-height: 143px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid #e1e315; text-align: center; }
.about-stats strong { color: var(--green); font-size: 37px; }.about-stats span { margin-top: 16px; font-size: 12px; font-weight: 700; line-height: 1.4; }
.leadership, .vision { padding: 26px 0 65px; }.section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 55px; }.section-heading h2 { margin: 0; }
.section-heading button { width: 62px; height: 62px; margin-left: 12px; border: 0; border-radius: 50%; background: var(--yellow); color: var(--green); font-size: 32px; cursor: pointer; }
.leader-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }.leader-grid img { width: 100%; height: 387px; object-fit: cover; border-radius: 8px; }.leader-grid h3 { margin: 18px 0 3px; color: var(--green); font-size: 22px; }.leader-grid p { margin: 0; color: #777; font-size: 17px; }
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }.vision-grid article { min-height: 317px; padding: 57px 37px 28px; border-radius: 18px; background: linear-gradient(105deg, rgba(231,237,39,.68), rgba(255,255,255,.72)), url("Assets/foundingteam.avif") center / cover; }.vision-grid article:last-child { background: linear-gradient(105deg, rgba(231,237,39,.65), rgba(255,255,255,.72)), url("Assets/card5.avif") center / cover; }.vision-grid h3 { margin: 0 0 90px; color: var(--green); font-size: 34px; }.vision-grid p { margin: 0; max-width: 500px; font-size: 20px; font-weight: 600; line-height: 1.22; }
.about-footer { position: relative; display: grid; grid-template-columns: 2.2fr repeat(5, 1fr); gap: 32px; min-height: 505px; padding: 40px max(6vw, 40px) 85px; overflow: hidden; background: linear-gradient(rgba(0,141,119,.93), rgba(0,110,96,.95)), url("Assets/card5.avif") center / cover; color: #fff; }
.footer-brand img { width: 240px; margin-bottom: 25px; filter: brightness(0) invert(1); }.footer-brand p { font-size: 12px; line-height: 1.45; }.footer-brand > a { display: inline-block; margin-top: 8px; color: #fff; font-size: 12px; }.footer-socials { display: flex; gap: 18px; margin-top: 27px; }.footer-socials a { display: inline-flex; width: 22px; height: 22px; align-items: center; justify-content: center; border-radius: 50%; background: #fff; color: var(--green); font-size: 13px; font-weight: 800; text-decoration: none; }
.footer-column h3, .footer-downloads h3 { margin: 21px 0 20px; color: var(--yellow); font-size: 16px; }.footer-column a { display: block; margin: 0 0 14px; color: #fff; font-size: 14px; line-height: 1.25; text-decoration: none; }
.footer-downloads { position: absolute; bottom: 85px; left: max(6vw, 40px); display: flex; gap: 48px; }.footer-downloads h3 { margin: 0 0 10px; color: #fff; }.footer-downloads img { display: inline-block; width: auto; height: 40px; margin-right: 8px; vertical-align: middle; }.footer-copyright { position: absolute; right: 0; bottom: 12px; left: 0; margin: 0; font-size: 11px; text-align: center; }
@media (max-width: 900px) { .about-header { height: 62px; padding: 0 18px; }.about-header nav { display: none; }.about-cta { margin-left: auto; padding: 10px 14px; font-size: 11px !important; }.about-header img { width: 95px; } main { width: 100%; padding: 0 18px; }.about-intro { display: block; padding: 30px 0; }.about-copy h1, .section-heading h2 { font-size: 26px; }.about-copy p { font-size: 13px; line-height: 1.55; }.about-image-grid { margin-top: 28px; grid-template-rows: 280px 160px 160px; gap: 9px; }.about-stats { width: 100%; margin-top: 32px; }.about-stats div { min-height: 105px; }.about-stats strong { font-size: 27px; }.leadership, .vision { padding: 30px 0; }.section-heading { margin-bottom: 25px; }.section-heading button { width: 42px; height: 42px; font-size: 22px; }.leader-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }.leader-grid img { height: 270px; }.leader-grid h3 { font-size: 15px; }.leader-grid p { font-size: 12px; }.vision-grid { grid-template-columns: 1fr; }.vision-grid article { min-height: 230px; padding: 32px 24px; }.vision-grid h3 { margin-bottom: 58px; font-size: 27px; }.vision-grid p { font-size: 15px; }.about-footer { grid-template-columns: 1fr 1fr; gap: 8px 25px; padding: 32px 20px 130px; }.footer-brand { grid-column: 1 / -1; }.footer-brand img { width: 145px; margin-bottom: 16px; }.footer-brand p { font-size: 10px; }.footer-column h3 { margin: 18px 0 11px; font-size: 12px; }.footer-column a { margin-bottom: 9px; font-size: 10px; }.footer-downloads { bottom: 50px; left: 20px; gap: 18px; }.footer-downloads h3 { font-size: 10px; }.footer-downloads img { height: 26px; }.footer-copyright { bottom: 18px; font-size: 7px; } }
