/*!
Theme Name: quarty child
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://themeforest.net/user/bslthemes
Description: Quarty - Architecture & Interior WordPress Theme
Version: 1.1.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: quarty
Text Domain: quarty-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/


/* ================================================
Safety-Status — WooCommerce Cleanup
Hide cart icon: not required for this project
================================================ */
.cart-btn {
    display: none !important;
}


/* ================================================
Safety-Status — Hero Section
Force full-viewport height on static hero
================================================ */
.elementor-element-ss001aa {
    min-height: 100vh !important;
}


/* ================================================
Safety-Status — App Cards
Centre 4 cards in desktop grid row
================================================ */
.elementor-element-ss002cc .row {
    justify-content: center;
}


/* ================================================
Safety-Status — Header Logo
Replace Quarty demo logo image with brand name text
================================================ */
.qrt-top-bar .qrt-logo img {
    display: none !important;
}
.qrt-top-bar .qrt-logo::after {
    content: 'Safety-Status';
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 3px;
    text-transform: uppercase;
    white-space: nowrap;
}


/* ================================================
Safety-Status — Header Cleanup
Remove Send Request button and search icon
================================================ */
.qrt-send-request,
.qrt-search-btn,
.qrt-search {
    display: none !important;
}


/* ================================================
Safety-Status — Header Symbol
Swap Q for Safety-Status logo inside the orange square.
mix-blend-mode: screen makes the black background transparent.
================================================ */
.qrt-symbol img {
    content: url('https://wp-quarty.whse.digital/wp-content/uploads/2026/05/safety-status-logo-hardcolor-logo.png');
    mix-blend-mode: screen;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
