/*
Theme Name: Vortex Web
Description: WordPress theme for Vortex Web.
Version: 1.0.0
Author: Vortex Web
Text Domain: vortex-web
*/

@import url('style-orig.css');

/* Layout Utilities */
.section-padding { padding: 80px 0; }
.light-bg { background-color: #f8f9fa; }

/* Page Hero */
.page-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
    color: #ffffff;
    padding: 100px 0;
    margin-bottom: 0;
}
.page-hero .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

.section-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 2rem;
    color: var(--primary);
}

.sub-title {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--secondary);
    margin-bottom: 1rem;
}

/* Grid adjustments for footer */
.footer-widgets .row {
    --bs-gutter-x: 3rem;
}

/* Menu Styling for WP nav */
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 2rem;
}

.nav ul li a {
    color: var(--text-main);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s;
}

.nav ul li a:hover {
    color: var(--primary);
}

/* Ensure Logo looks correct */
.logo a {
    text-decoration: none;
    font-weight: 800;
    font-size: 1.8rem;
}

.text-primary {
    color: var(--primary) !important;
}

.logo-accent {
    color: #555;
}
