/*
Theme Name: DVTEK Razzi Child
Theme URI: https://dvtekcomputers.com
Author: DVTEK COMPUTERS
Author URI: https://dvtekcomputers.com
Description: Official DVTEK COMPUTERS child theme built on the Razzi WooCommerce theme. Customized for a modern online computer store.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: razzi
Domain Path: /lang/
Tags: ecommerce, woocommerce, computer-store, technology, custom-theme
Template: razzi
*/

/wp-content/themes/razzi-child/style.css
/wp-content/themes/razzi-child/screenshot.png

.dvtek-footer { border: 2px solid red; }

.dvtek-footer {
    background: #0b0d10;
    color: #cfd3dc;
    padding: 60px 20px 30px;
    font-size: 14px;
}

.dvtek-footer-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.dvtek-footer h3,
.dvtek-footer h4 {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
}

.dvtek-footer p {
    line-height: 1.6;
}

.dvtek-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dvtek-footer ul li {
    margin-bottom: 8px;
}

.dvtek-footer a {
    color: #cfd3dc;
    text-decoration: none;
    transition: color 0.2s ease;
}

.dvtek-footer a:hover {
    color: #f5c542; /* gold accent */
}

.dvtek-footer-bottom {
    border-top: 1px solid #1a1d24;
    margin-top: 40px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.footer-links span {
    margin: 0 8px;
    color: #555;
}

.footer-copy {
    color: #888;
}
