/* ==================================================================
   Responsive Fixes — Contrivya IT Solutions
   Only fixes specific elements that break mobile layout.
   ================================================================== */

/* Prevent page-level horizontal scroll */
html,
body {
    overflow-x: hidden;
    width: 100%;
}

/* Fix expertise-shine decorative element causing page overflow */
.expertise-card {
    overflow: hidden;
}

/* Ensure images never exceed their container */
img {
    max-width: 100%;
    height: auto;
}