/*
Theme Name: Nexa Tech Dev
Theme URI: https://nexatechdev.com/
Author: NEXA TECH DEV
Author URI: https://nexatechdev.com/
Description: A modern, dark-themed one-page WordPress theme for software houses, digital agencies, and custom development studios. Converted from the NEXA TECH DEV static template. Includes a real AJAX contact form, editable navigation menu, widgetized footer, and Customizer options for contact details.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nexa-tech-dev
Tags: one-column, custom-menu, custom-logo, footer-widgets, dark, agency, portfolio, e-commerce
*/

/* ==========================================================================
   Custom design layer (ported from the original template's <style> block)
   Tailwind utility classes handle layout/spacing; this file only holds the
   bits Tailwind's CDN build can't express as utilities.
   ========================================================================== */

.glass-panel {
    background: rgba(17, 24, 39, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.glass-panel-light {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.crimson-glow-box {
    box-shadow: 0 0 30px rgba(217, 4, 41, 0.2);
}

.tech-grid-pattern {
    background-image: radial-gradient(rgba(217, 4, 41, 0.15) 1px, transparent 1px);
    background-size: 24px 24px;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #0B0F19;
}
::-webkit-scrollbar-thumb {
    background: #2D6A4F;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #D90429;
}

/* ==========================================================================
   WordPress-required basics
   ========================================================================== */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* Default alignment/media classes WP core & content editors expect */
.alignleft { float: left; margin: 0.5em 1.5em 1em 0; }
.alignright { float: right; margin: 0.5em 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
img { max-width: 100%; height: auto; }

/* Simple fallback styling so pages built with the block/classic editor
   (page.php / single.php) stay legible against the dark theme. */
.nexa-content-wrap a { color: #EF233C; }
.nexa-content-wrap a:hover { color: #ffffff; }
.nexa-content-wrap h1,
.nexa-content-wrap h2,
.nexa-content-wrap h3,
.nexa-content-wrap h4 { font-family: "Space Grotesk", sans-serif; color: #fff; }

/* Contact form status message */
.nexa-form-status {
    display: none;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    margin-bottom: 1rem;
}
.nexa-form-status.is-success {
    display: block;
    background: rgba(45, 106, 79, 0.25);
    border: 1px solid #2D6A4F;
    color: #a7f3d0;
}
.nexa-form-status.is-error {
    display: block;
    background: rgba(217, 4, 41, 0.15);
    border: 1px solid #D90429;
    color: #fecaca;
}
.custom-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0;
    padding: 0;
}