/*
Theme Name: Software Company Pro Theme
Theme URI: https://example.com/software-company-pro-theme
Author: Genspark
Author URI: https://www.genspark.ai/
Description: A fully custom coded WordPress theme for software companies, agencies, ERP, POS, SaaS, and digital product businesses.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: software-company-pro
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, featured-images, theme-options, translation-ready, blog, one-column, two-columns, right-sidebar, e-commerce
*/

:root {
    --scpt-primary: #2151ff;
    --scpt-primary-dark: #1238c7;
    --scpt-heading: #0d1b4c;
    --scpt-text: #5c6680;
    --scpt-border: #dfe6fb;
    --scpt-bg: #f5f8ff;
    --scpt-white: #ffffff;
    --scpt-dark: #08112f;
    --scpt-success: #12b981;
    --scpt-shadow: 0 20px 60px rgba(14, 27, 71, 0.08);
    --scpt-radius: 24px;
}

body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--scpt-text);
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

.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;
    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;
}

.wp-caption,
.gallery-caption,
.bypostauthor,
.aligncenter,
.alignleft,
.alignright {
    display: block;
}
