/* ==================================================
   MobShah Group Corporate Edition 2026
   Critic 6 Final Styling Fixes
================================================== */


/* =================================
   Header Blue Navigation Band
================================= */

.mobshah-nav {
    background-color: #0000A5 !important;
    border-top: none !important;
}

.mobshah-nav .nav-link {
    color: #ffffff !important;
}

.mobshah-nav .nav-link:hover {
    color: #ffffff !important;
}

.mobshah-nav .navbar-brand {
    color: #ffffff !important;
}



/* =================================
   Home Logos Transparency ONLY
   (No size changes)
================================= */

.home-companies-section img {
    background: transparent !important;
}



/* =================================
   Contact Send Message Button
================================= */

.mobshah-btn {

    background-color: rgb(0,0,101) !important;

    border-color: rgb(0,0,101) !important;

    color:#ffffff !important;

}



.mobshah-btn:hover {

    background-color:#000040 !important;

    border-color:#000040 !important;

}



/* =================================
   Home Company Logo Size Adjustment
================================= */

.company-logo-small {
    max-height: 75px;
    width: auto;
    object-fit: contain;
}

.company-logo-featured {
    max-height: 95px;
    width: auto;
    object-fit: contain;
}



/* =================================
   About Page Company Logo Size
================================= */

.about-company-logo {
    max-height: 90px;
    width: auto;
    object-fit: contain;
}