/*
Theme Name: Robo
Theme URI: https://example.com/robo
Author: Antigravity Team
Author URI: https://example.com/robo
Description: A highly customizable, modern, responsive Bootstrap 5 WordPress theme designed for businesses, portfolios, and blogs.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: robo
Domain Path: /languages
Tags: block-styles, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

This theme is 100% custom-built for WordPress using Bootstrap 5.
*/



/* Logo */
.custom-logo-link {
    display: flex;
    align-items: center;
}

.custom-logo {
    max-height: 60px;   /* Adjust as needed */
    width: auto;
    max-width: 220px;   /* Prevent very wide logos */
    object-fit: contain;
    display: block;
}

#menu-top-menu {
    /* display: flex; */
    /* align-items: right; */
    margin-right: 20px !important; /* Adjust as needed */
}

/* Mobile */
@media (max-width: 768px) {
    .custom-logo {
        max-height: 45px;
        max-width: 180px;
    }
}