/*
Theme Name: Bxtended
Description: A modern WordPress theme for technology and business services, converted from HTML template. Features responsive design, service showcases, testimonials, news section, and contact forms.
Author: NIKHIL 
Version: 1.0.0
Text Domain: bxtended
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: business, technology, services, responsive, custom-header, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Fix for blank page issue - ensure main content is visible */
.main {
    visibility: visible !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease-in-out;
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

.main-inner {
    flex: 1 0 auto !important;
    overflow: visible !important;
}

/* Additional WordPress-specific fixes */
body {
    background-color: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensure content sections are visible */
.section {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* Header visibility */
.header {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}

/* Footer visibility */
.footer {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    flex: 0 0 auto !important;
}

/* Theme styles will be enqueued from assets/css/style.css */
