/*
Theme Name: Saiqa Developer Portfolio
Theme URI: https://github.com/saiqa26023-hash
Author: Saiqa Ghulam Rasool
Author URI: https://www.linkedin.com/in/saiqa-ghulam-rasool-761521380/
Description: A modern, single-page scrolling portfolio theme for frontend developers. Deep navy with cyan mint accents, fully customizable via the WordPress Customizer.
Version: 1.0.5
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saiqa-developer
Tags: one-page, portfolio, custom-colors, custom-logo, featured-images, translation-ready
*/

/* Front-page guard: if an old plugin/theme wrapper appears, keep Saiqa shell above it without hiding WordPress admin or Elementor UI. */
body.saiqa-portfolio-theme .saiqa-page-shell {
    isolation: isolate;
}

body.saiqa-portfolio-theme .ekit-template-content-header,
body.saiqa-portfolio-theme .ekit-template-content-footer,
body.saiqa-portfolio-theme .hfe-site-header,
body.saiqa-portfolio-theme .hfe-site-footer,
body.saiqa-portfolio-theme .elementor-location-header,
body.saiqa-portfolio-theme .elementor-location-footer {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
