/*
Theme Name: DCI Themes
Template: tekprof
Author: Mediatechnic Solutions
Description: Custom child theme based on Tekprof
Version: 1.0
*/

/* ========================================================
   LOGO RESIZE RULES
   ======================================================== */

/* Gỡ giới hạn chiều cao container */
.mts-navbar,
.main-header .header-inner,
.main-header .header-upper {
    height: auto !important;
    min-height: 120px !important; /* Đảm bảo đủ chỗ cho logo */
}

/* Đảm bảo khung chứa logo không bị ép kích thước */
.mts-navbar__logo, 
.mts-navbar__logo a,
.main-header .logo,
.main-header .logo a {
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
    max-height: none !important;
}

/* Kích thước Logo thực tế */
.mts-navbar__logo img,
.main-header .logo img {
    max-height: 120px !important; /* Tăng hẳn lên 120px */
    width: auto !important;
    transition: all 0.3s ease;
}

/* Khi cuộn chuột xuống (sticky header) thì logo thu nhỏ lại */
.mts-navbar.is-sticky img,
.fixed-header .logo img {
    max-height: 70px !important;
}
