element.style {
    font-size: 120px;
    font-family: "Roboto Condensed";
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    /* font-size: 1em; */
}

.tb_flex .zptabelem-inner-container
{
    display: flex;
}

.theme-menu {
    list-style: none; /* Remove default list styling */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

.theme-menu li {
    position: relative; /* Position relative for the pseudo-element */
    display: inline-block; /* Display items inline */
    margin-right: 20px; /* Space between menu items */
}

.theme-menu li:last-child {
    margin-right: 0; /* Remove margin for the last item */
}

.theme-menu li:hover::after,
.theme-menu li.theme-menu-selected::after { /* Apply underline for hover and selected states */
    content: ''; /* Create a pseudo-element */
    position: absolute; /* Position it absolutely */
    left: 0; /* Align to the left */
    right: 0; /* Align to the right */
    bottom: -20px; /* Position 20px below the text */
    height: 2px; /* Height of the underline */
    background-color: #FFFFFF; /* Color of the underline */
}

/* Optional: Style for the selected menu item text */
.theme-menu li.theme-menu-selected {
    color: #FFFFFF; /* Change text color for selected item if needed */
}

.zpdivider-container .zpdivider-common:before, .zpdivider-container .zpdivider-common:after {
    content: '';
    position: absolute;
    width: 1500px;
    inset-block-start: 50%;
    height: 6px;
    border-block-start-width: 3px;
    border-block-end-width: 0;
    border-inline-start-width: 0;
    border-inline-end-width: 0;
    border-style: solid;
    border-color:  #333;
}

.theme-responsive-menu-area.zpcontainer .theme-responsive-menu .theme-menu>ul {
    border-block-end: 1px solid #000000;
    display: grid;
}

.zpdark-section a {
    color: #FFFF;
}

.zpheader-style-01>.theme-header-topbar {
    padding-block-start: 13px;
    padding-block-end: 13px;
    background-color: #f7b546;
}