/*
Theme Name:  Ind-Swift Theme
Theme URI:   https://www.indswiftgroup.com/
Author:      SapientIndia
Author URI:  https://www.sapientindia.com/
Description: Custom WordPress theme for Ind-Swift Ltd, built from HTML prototype.
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: indswift
Tags:        custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* =========================================================
   NOTE: All theme styles are loaded via wp_enqueue_scripts
   from assets/css/ — see inc/enqueue.php
   This file intentionally contains only the WP theme header
   above, plus any minimal overrides that must live here.
   ========================================================= */
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.site-logo img {
    max-height: 70px;
    width: auto;
}/* Default (desktop/tablet) */
.brand-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Logo */
.logo {
    width: 60px;
    height: auto;
}

/* Burger menu */
.nav-toggle {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}
