/*
Theme Name: AB-COPE
Theme URI: https://abcope.sa
Author: Vision and Innovation
Description: Custom Single Page Theme for AB-COPE Cable Management Solutions - Saudi Arabia
Version: 1.2
Text Domain: abcope
*/

/* Reset and base styles */
html,
body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

/* Fixed navigation - ensure it's at top */
#navbar {
    top: 0;
}

/* Handle WordPress admin bar with fixed navigation */
body.admin-bar #navbar {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar #navbar {
        top: 46px;
    }
}