/*
 Theme Name: HEXZA TECH Solar Energy
 Theme URI: https://hexzatech.com
 Author: HEXZA TECHNOLOGY
 Author URI: https://hexzatech.com
 Description: Professional solar energy solutions theme with Elementor support. Features custom widgets for solar company websites including hero sections, benefits, solutions, projects gallery, testimonials, and more.
 Version: 1.0.0
 Requires at least: 6.0
 Tested up to: 6.4
 Requires PHP: 7.4
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hexza-tech
 Tags: one-column, custom-logo, custom-menu, featured-images, theme-options, elementor, solar, energy

 HEXZA TECH - Solar Energy Solutions Theme
 Clean & Reliable Solar Power Systems
*/

/* ==========================================================================
   CSS Custom Properties / Root Variables
   ========================================================================== */
:root {
    /* Body Font */
    --body-font: "Manrope", Helvetica, Arial, sans-serif;
    --body-font-size: 16px;
    --body-font-color: #606060;
    --body-font-color-dark: rgba(255, 255, 255, 0.8);
    --body-font-weight: 400;

    /* Heading Font */
    --heading-font: "Manrope", Helvetica, Arial, sans-serif;
    --heading-color: #303030;
    --heading-color-dark: #ffffff;

    /* Primary Color Scheme */
    --primary-color: #f39c12;
    --primary-color-rgb: 243, 156, 18;
    --secondary-color: #e67e22;
    --accent-color: #d35400;

    /* Background Colors */
    --bg-light: #f8f9fa;
    --bg-dark-1: #1b1663;
    --bg-dark-1-rgb: 27, 22, 99;
    --bg-dark-2: #0d0a3e;

    /* Button Styles */
    --btn-color: #ffffff;
    --btn-font-size: 15px;
    --btn-font-weight: bold;
    --btn-padding: 6px 20px;
    --btn-rounded: 8px;

    /* Logo */
    --logo-width: 160px;
}

/* ==========================================================================
   WordPress Core Styles
   ========================================================================== */

/* Alignments */
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* Screen Reader Text */
.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;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* WordPress Core Block Styles */
.wp-block-button__link {
    background: var(--primary-color);
    color: var(--btn-color);
    border-radius: var(--btn-rounded);
    padding: 12px 24px;
    font-weight: var(--btn-font-weight);
    text-decoration: none;
    transition: all 0.3s ease;
}

.wp-block-button__link:hover {
    background: var(--secondary-color);
    color: var(--btn-color);
}

/* Admin Bar Fix */
body.admin-bar header.fixed-top {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar header.fixed-top {
        top: 46px;
    }
}

/* ==========================================================================
   Elementor Integration Overrides
   ========================================================================== */

/* Ensure Elementor sections work with theme */
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px;
}

/* Fix Elementor editor preview */
.elementor-editor-active header.fixed-top {
    position: relative;
}

/* Custom Widget Styling Hooks */
.hexza-widget {
    position: relative;
}

.hexza-widget .section-title {
    margin-bottom: 2rem;
}

.hexza-widget .subtitle {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 10px;
}

.album-info {
    padding: 10px 20px;
}