/* Custom Navbar Size Reduction - 30% smaller */

/* Reduce logo container padding - This is the main navbar height controller */
.main-menu__logo {
    padding: 20px 0 !important; /* Reduced from 30px to 20px = 33% reduction */
}

/* Reduce navbar height and padding */
.main-menu {
    padding: 0 !important;
}

.main-menu .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Reduce logo size */
.main-menu__logo img {
    max-width: 105px !important;
    height: auto !important;
}

/* Adjust navbar items spacing to match reduced height */
.main-menu__list > li {
    padding: 5px 0 !important;
}

.main-menu__list > li > a {
    padding: 5px 15px !important;
}

/* Adjust sticky header */
.stricky-header .main-menu__logo {
    padding: 15px 0 !important;
}

.stricky-header {
    padding: 0 !important;
}

/* Footer logo size */
.main-footer__logo img {
    max-width: 105px !important;
    height: auto !important;
}

/* Reduce "Get In Touch" button size to fit new navbar height */
.main-menu__right .eduact-btn {
    padding: 8px 25px !important;
    font-size: 14px !important;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .main-menu__logo {
        padding: 15px 0 !important;
    }
}
/* Updated Tue Apr  7 07:47:28 PM +06 2026 */
