/*
Theme Name: LOTSSS Block Theme
Theme URI: https://lotsss.com
Author: OpenClaw Development
Author URI: https://capaholdings.com
Description: Custom block theme for LOTSSS - replaces Elementor Pro with native WordPress blocks for better performance.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
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: lotsss-block-theme
Template: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles
*/

/* LOTSSS Custom Theme Styles */

/* Ensure dark background on body */
body {
    background-color: #0f172a;
    color: #ffffff;
}

/* Hero section styling */
.lotsss-hero {
    min-height: 90vh;
    background-color: #0f172a;
    position: relative;
}

/* Section styling */
.lotsss-section {
    padding: 100px 0;
    background-color: #0f172a;
}

/* Feature cards */
.lotsss-feature-card {
    background-color: #1e293b;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
}

/* Navigation styling */
.lotsss-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 20px 0;
    background: transparent;
}

/* Ensure proper color inheritance */
.wp-block-cover {
    background-color: #0f172a !important;
}

.wp-block-cover__background {
    background-color: #0f172a !important;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}

/* Links */
a {
    color: #4ade80;
}

a:hover {
    color: #fbbf24;
}

/* Buttons */
.wp-block-button__link {
    background-color: #4ade80;
    color: #0f172a;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
}

/* GTranslate widget styling */
.gt_switcher_wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
}
