/*
Theme Name: Pankaj Biswas Premium Theme
Theme URI: https://pankajbiswas.com
Author: Pankaj Biswas
Author URI: https://pankajbiswas.com
Description: A premium, luxury WordPress theme for digital consulting and personal branding. Features a clean, modern design with responsive layout, static pages, and professional aesthetics.
Version: 1.2.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pankaj-wordpress-theme
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
*/

/* Import all theme styles */
@import url('./css/styles.css');
/*.btn-gold {
    background: var(--color-gold);
    color: var(--color-dark);
    border: none;
    position: relative;
    overflow: hidden;
}*/
/*.btn-gold::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--color-green);
    transition: var(--transition);
    z-index: -1;
    overflow: hidden;
}*/
.btn-gold:hover::before{left: 0;}




