.mega-search {
    flex: 1;
    position: relative;
    /* line-height: 140%; */
    font-weight: 300;
}
.mega-search-container {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 7px 10px;
}
.address-bar {
    align-self: stretch;
    border-radius: 30px;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 28px;
    border: none;
}

.search-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 42px;
}
.search-megamenu {
    width: 100%;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 20px 80px;
    box-sizing: border-box;
    min-height: 370px;
    text-align: left;
    font-size: 23px;
    color: #74849b;
    font-family: Poppins;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    top: 100%; /* Adjust based on where you want it to show */
    z-index: 999;
}

