/* ===== Mobile CLS Fix (max-width: 767px) ===== */
@media (max-width: 767px) {

  .vc_row.wpb_row.vc_row-fluid.vc_custom_1776246470684.vc_row-has-fill.vc_row-o-full-height.vc_row-o-columns-middle.vc_row-o-content-middle.vc_row-flex.wd-rs-69df5ec2a23aa {

    /* 1. Reserve space BEFORE JS fires — prevents height jump */
    min-height: 800px !important; /* adjust to match your design */

    /* 2. Lock flex layout statically so JS re-calc doesn't shift */
    display: flex  !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /* 3. If it has a background image, prevent reflow */
    background-size: cover !important;
    background-position: center center !important;
  }
}