/* Custom styles for Xatreamhubaitech */

/* Logo sizing - Responsive */
.navbar__logo img,
.logo img,
footer .logo img {
    max-width: 45% !important;
    /* Mobile Default */
}

@media (min-width: 992px) {

    .navbar__logo img,
    .logo img,
    footer .logo img {
        max-width: 65% !important;
        /* Desktop View */
    }
}

.offcanvas-menu__header .logo img {
    max-width: 35% !important;
}

/* Portfolio Header Stats */
.header-stats .stat-item h4 {
    color: var(--primary-color, #ff6b00);
    font-weight: 700;
}

.header-stats .stat-item p {
    font-size: 14px;
    margin-bottom: 0;
    opacity: 0.8;
}