.industries-layout-module{font-family:Poppins,sans-serif;margin:0 auto;max-width:1300px;padding:60px 20px}.industries-header{margin-bottom:40px;text-align:center}.industries-header h2{color:#24338f;font-size:36px;font-weight:600;margin-bottom:10px}.industries-header p{color:#4a4a4a;font-size:18px;margin:0}.industries-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);height:900px}.industry-card{background-position:50%;background-size:cover;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);cursor:pointer;overflow:hidden}.card-content,.industry-card{height:100%;position:relative;width:100%}.card-content{transition:transform .3s ease}.industry-card:hover .card-content{transform:scale(1.02)}.industry-card:hover{transform:translateY(-4px)}.overlay{background:linear-gradient(0deg,rgba(0,0,0,.6),transparent);color:#fff;display:flex;flex-direction:column;inset:0;justify-content:flex-end;padding:24px;position:absolute;transition:background .3s ease;z-index:2}.overlay p{font-size:15px;margin:0}.border-anim{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:3}.border-anim rect{fill:none;stroke:#24338f;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:392;stroke-dashoffset:392;transition:stroke-dashoffset .5s ease-out}.industry-card:hover .border-anim rect{stroke-dashoffset:0;filter:drop-shadow(0 0 4px #24338f)}.card-1{grid-column:1;grid-row:1/span 2}.card-2{grid-column:1;grid-row:3}.card-3{grid-column:2;grid-row:1}.card-4{grid-column:2;grid-row:2/span 2}.card-5{grid-column:3;grid-row:1}.card-6{grid-column:3;grid-row:2}.card-7{grid-column:3;grid-row:3}@media (max-width:992px){.industries-grid{display:flex;flex-direction:column;height:auto}.industry-card{height:300px}}.overlay h3{color:#fff!important;font-size:20px;font-weight:600;margin:0 0 6px}