/* Fix B2B title position - move it above Micromart logo */

/* Move the B2B title up */
.hero-content {
    padding-top: 40px !important; /* Reduce top padding */
}

.hero-title {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    position: relative;
    z-index: 100;
}

/* Ensure proper spacing */
.hero-title-main {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.hero-title-sub {
    font-size: 1.8rem;
    opacity: 0.8;
}

/* Keep search box where it is */
.hero-search-wrapper,
.hero-search {
    margin-top: 60px !important; /* Keep current position */
}

/* Adjust the container to center content better */
.hero-section .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 60px;
}