/*
Theme Name: Porto
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive Wordpress Multi Purpose + eCommerce Theme.
Version: 7.6.3
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: woocommerce, business, corporate, e-commerce, blog, news, education, food-and-drink, portfolio, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-styles, custom-background, custom-colors, custom-header, custom-logo, footer-widgets, template-editing, grid-layout, one-column, wide-blocks
Text Domain: porto
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bypostauthor { display: block; }
/* Perodua Myvi 360 Viewer Styles */
.perodua-myvi-360-container {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    min-height: 100vh;
    padding: 20px;
    color: white;
}

.perodua-myvi-360-container .container {
    max-width: 1400px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.perodua-myvi-360-container .header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.perodua-myvi-360-container .header h1 {
    color: white;
    font-size: 3rem;
    margin-bottom: 15px;
    font-weight: 800;
    text-shadow: 0 4px 15px rgba(0,0,0,0.5);
    background: linear-gradient(135deg, #fff, #00864C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
function enqueue_myvi_360_scripts() {
    // Enqueue jQuery (usually already loaded in WordPress)
    wp_enqueue_script('jquery');
    
    // Enqueue SpriteSpin
    wp_enqueue_script('spritespin', 'https://unpkg.com/spritespin@4.0.11/release/spritespin.js', array('jquery'), '4.0.11', true);
    
    // Enqueue custom script
    wp_enqueue_script('myvi-360-viewer', get_template_directory_uri() . '/js/myvi-360-viewer.js', array('jquery', 'spritespin'), '1.0.0', true);
}
add_action('wp_enqueue_scripts', 'enqueue_myvi_360_scripts');
/* Continue with all other CSS styles... */