/*
Theme Name: Saga Child
Theme URI: https://motivoweb.com/saga/
Author: motivoweb
Author URI: https://themeforest.net/user/motivoweb/
Template:  saga
Description: Business Consulting WordPress Theme.
Version: 2.5
Text Domain: saga
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
License: GNU General Public License
License URI: license.txt
*/

.portfolio-effect1 .caption-inner .portfolio-cates{
    display: none !important;
}

/* ── Header top-bar contact info alignment fix ── */
/* Forces all three items (phone, email, address) onto one flex row,
   vertically centred, and prevents any item from wrapping. */
@media (min-width: 769px) {

    .mo-header-v7 .mo-header-top .contact_info {
        display:         -webkit-flex;
        display:         flex;
        -webkit-flex-direction: row;
                flex-direction:    row;
        -webkit-align-items:    center;
                align-items:      center;
        -webkit-justify-content: flex-end;
                justify-content:  flex-end;
        -webkit-flex-wrap: nowrap;
                flex-wrap:    nowrap;
        gap: 30px;
        float: none;
    }

    .mo-header-v7 .mo-header-top .contact_info span {
        display:          -webkit-inline-flex;
        display:          inline-flex;
        -webkit-align-items: center;
                align-items:    center;
        gap:              8px;
        white-space:      nowrap;
        max-width:        none;
        padding-left:     0;
    }

    .mo-header-v7 .mo-header-top .contact_info i {
        float:          none;
        height:         auto;
        vertical-align: middle;
        line-height:    1;
        padding-right:  0;
    }

    .mo-header-v7 .mo-header-top .contact_info i.fa-phone {
        padding-top: 0;
    }
}
/* ── End header contact info fix ── */

/* ── Hero "Get Started Now" button — keep text on one line ── */
.elementor-widget-mo-button .btn-nav {
    white-space: nowrap;
}
.elementor-widget-mo-button .mo_btn_text {
    white-space: nowrap;
}
/* ── End hero button fix ── */