/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Remove all margin and padding from the body and html */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important; /* Hide horizontal overflow */
}

/* Reset scroll-bar width if caused by a custom variable */
html {
    --scroll-bar-w: 0px !important;
}

/* Optional: Hide scrollbars on Webkit browsers */
html::-webkit-scrollbar {
    width: 0 !important;
}
html::-webkit-scrollbar-thumb {
    display: none !important;
}