<style>
body {
    padding-top: 0;
}

/* Optimize Header Size */
.page_header {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.page_header .container-fluid {
    padding-top: 8px;
    padding-bottom: 8px;
}

.header_left_logo .logo img {
        max-width: 190px !important;
}

.header_mainmenu {
    padding: 0 15px !important;
}

.mainmenu_wrapper .sf-menu > li > a {
    padding: 12px 16px !important;
    font-size: 13px !important;
    font-weight: 500;
}

.display_table_cell {
    vertical-align: middle !important;
    height: auto;
}

.page_header.affix {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.page_header.affix .header_left_logo .logo img {
    max-width: 150px !important;
}

.page_header.affix .mainmenu_wrapper .sf-menu > li > a {
    padding: 10px 14px !important;
    font-size: 12px !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .header_left_logo .logo img {
        max-width: 100px !important;
    }
    
    .mainmenu_wrapper .sf-menu > li > a {
        padding: 10px 12px !important;
        font-size: 12px !important;
    }
}

/* Counter Animation */
.counter-item {
    text-align: center;
    margin-bottom: 30px;
}

.counter-item h4 {
    font-size: 18px;
    margin-top: 10px;
    color: #ffffff;
}

.counter-number {
    font-size: 48px;
    font-weight: bold;
    color: #bd942e;
    margin-bottom: 10px;
    transition: all 2s ease;
}

@media (max-width: 768px) {
    .counter-number {
        font-size: 36px;
    }
}
</style>
