/* =============================================================
   TechVistaar — Contact Us page (unified: general enquiries,
   software inquiries, and service inquiries all use this one page)
   The shared two-column form+sidebar layout, field styling, and
   selection card all live in components/forms.css. This file only
   holds the one thing unique to this page: when arriving with
   software/service context, the entity details go on the LEFT and
   the form on the RIGHT (opposite order from a plain general visit,
   where the form comes first).
============================================================= */

.inquiry-layout{ grid-template-columns: 1fr 1.35fr; }
@media (max-width:960px){ .inquiry-layout{ grid-template-columns: 1fr; } }
