/*
Theme Name: Trishakti Green Naturals
Theme URI: https://trishaktigreennaturals.com
Author: Senior WordPress Core Developer
Author URI: https://trishaktigreennaturals.com
Description: Production-ready clean architecture WordPress Theme for Trishakti Green Naturals (B2B & B2C). Fully WooCommerce and Elementor compatible.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trishakti-theme
Tags: custom-colors, custom-logo, e-commerce, custom-menu, elementor, full-width-template
*/

/*--------------------------------------------------------------
# Reset & Base Variables
--------------------------------------------------------------*/
:root {
    --trishakti-green-dark: #1f4212;
    --trishakti-green-main: #2c5e1a;
    --trishakti-green-light: #e8f5e9;
    --trishakti-text-color: #333333;
    --trishakti-bg-color: #fcfcfc;
    --trishakti-border-color: #e5e7eb;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--trishakti-text-color);
    background-color: var(--trishakti-bg-color);
    line-height: 1.6;
}

/*--------------------------------------------------------------
# Typography & Links
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--trishakti-green-dark);
    font-weight: 700;
    margin-top: 0;
}

a {
    color: var(--trishakti-green-main);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover,
a:focus {
    color: var(--trishakti-green-dark);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.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;
    width: 1px;
    word-wrap: normal !important;
}

.skip-link: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: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*--------------------------------------------------------------
# Layout Defaults
--------------------------------------------------------------*/
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.site-main {
    padding: 40px 0;
}

/*--------------------------------------------------------------
# Default Header & Footer (Fallback)
--------------------------------------------------------------*/
.site-header {
    background: #fff;
    border-bottom: 1px solid var(--trishakti-border-color);
    padding: 20px 0;
}

.site-branding {
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-title {
    margin: 0;
    font-size: 24px;
}

.site-footer {
    background: #fff;
    border-top: 1px solid var(--trishakti-border-color);
    padding: 40px 0;
    text-align: center;
    margin-top: 40px;
}

/*--------------------------------------------------------------
# WooCommerce Basic Adjustments
--------------------------------------------------------------*/
.woocommerce-page .site-main {
    padding: 60px 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--trishakti-green-main);
    font-weight: 700;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--trishakti-green-main);
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: var(--trishakti-green-dark);
}