/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/
Description: Astra Child Theme
Version: 1.0.0
Text Domain: astra-child
*/

/* Custom dark theme styling for Renginiu Aparatura */
body {
    background-color: #111319;
    color: #e2e8f0;
    font-family: 'Inter', sans-serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}

/* Accent neon green colors */
a {
    color: #9DFF20;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #b3ff54;
}

/* WooCommerce overrides */
.woocommerce-Price-amount {
    color: #9DFF20 !important;
    font-weight: 700;
}

/* Buttons */
.button.alt, .woocommerce-button, .button {
    background-color: #9DFF20 !important;
    color: #111319 !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

.button.alt:hover, .woocommerce-button:hover, .button:hover {
    background-color: #b3ff54 !important;
    box-shadow: 0 0 15px rgba(157, 255, 32, 0.4) !important;
}

/* Form inputs styling */
input[type="text"], input[type="email"], input[type="tel"], textarea {
    background-color: #1a1d26 !important;
    border: 1px solid #2d3748 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    border-color: #9DFF20 !important;
    outline: none !important;
}
