/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 08 2026 | 10:30:47 */
/* ==========================================================
   WPBakery / Visual Composer - Responsive Visibility Classes
   ========================================================== */

/* Extra Small Devices (<768px) */
@media (max-width: 767px) {
    .vc_hidden-xs {
        display: none !important;
    }
}

/* Small Devices (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .vc_hidden-sm {
        display: none !important;
    }
}

/* Medium Devices (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .vc_hidden-md {
        display: none !important;
    }
}

/* Large Devices (1200px+) */
@media (min-width: 1200px) {
    .vc_hidden-lg {
        display: none !important;
    }
}

/* Print */
@media print {
    .vc_hidden-print {
        display: none !important;
    }
}

