/*
Theme Name: Shoubhagya Global
Theme URI: https://example.com
Author: Lalboon Chauhan (Aditya)
Author URI: https://example.com
Description: Shoubhagya Global is a modern and responsive WordPress theme designed for businesses, portfolios, and personal blogs. It features a clean design, customizable options, and is built with the latest web technologies to ensure optimal performance and user experience.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shoubhagya-global
Tags: custom-menu, translation-ready, theme-options, bootstrap

Shoubhagya Global is distributed under the terms of the GNU GPL.
*/

/* Base resets, Bootstrap CDN se load ho raha hai (functions.php dekhein) */
body {
    font-family: 'Albert Sans', Roboto, Helvetica, Arial, sans-serif;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    z-index: 100000;
}

.skip-link:focus {
    left: 10px;
    top: 10px;
}

/* Mega menu ke liye base styling, poora control css/custom.css me hai */
.mega-menu-panel {
    width: 100%;
}
