body,
h1, h2, h3, h4, h5, h6,
p, a, span, div {
    font-family: 'Inter', sans-serif !important;
}

.home .vc_gitem-zone .vc_btn3-container {
    display: none;
}

.home .vc_gitem-zone .vc_custom_heading.vc_gitem-post-data {
    margin: 0;
}

.home .vc_gitem-zone .vc_custom_heading h4 {
    margin: 0;
}

.home .vc_gitem-animated-block {
    pointer-events: none;
}

.eltdf-mobile-logo-wrapper a{
    max-height: 70px;
}

.eltdf-search-opener{
    display: none;
}

.eltdf-side-menu-button-opener{
    display: none;
}

.eltdf-ps-navigation{
    display: none;
}

.eltdf-portfolio-list-holder .eltdf-pli-category-holder{
    display: none!important;
}

/* model stats*/
.stats-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* 7 columns for desktop */
    gap: 20px;
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 8px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}

@media (min-width: 1025px) {
    .stats-container {
        margin-top: -90px;
    }
}

/* Individual Stat Item */
.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.stat-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.stat-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

@media (max-width: 1025px) {
    .stats-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 680px) {
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 15px;
    }
}

/*contact form */
.eltdf-btn.eltdf-btn-solid:not(.eltdf-btn-custom-hover-bg):hover{
    color: black;
}

/* logo */
.eltdf-page-header .eltdf-menu-area .eltdf-logo-wrapper a {
    max-height: 170px;
}

.eltdf-sticky-header .eltdf-sticky-holder .eltdf-logo-wrapper a {
    max-height: 100px;
}

/* hide title container on homepage */
.vc_gitem-col:has(.vc_gitem-post-data-source-post_title h4:empty) {
    display: none !important;
}

/* remove sidebar on empty archive pages */
.archive .eltdf-sidebar-holder{
    display: none;
}

/* contact map */
#contact-map .wpb_raw_html{
    text-align: center;
}

/* hide breadcrumbs */
.eltdf-breadcrumbs-info {
    display: none!important;
}

/* header */
@media (min-width: 1025px) {
    html {
        margin-top: 0 !important;
    }

    .eltdf-sticky-header {
        display: none;
    }

    .eltdf-position-left {
        float: unset !important;
        margin: auto;
        text-align: center;
    }

    .eltdf-position-right {
        float: unset !important;
        text-align: center !important;
    }

    .eltdf-main-menu li {
        max-height: 30px;
    }

    .eltdf-position-left-inner {
        margin-top: -20px;
    }
}

.eltdf-mobile-header .eltdf-mobile-logo-wrapper a{
    max-height: 110px!important;
}

/* menu */
@media (min-width: 1450px) {
    nav > ul > .menu-item > a {
        padding: 0 20px !important;
    }

    .eltdf-menu-area .eltdf-active-item a:before, a:hover:before {
        width: 10px!important;
        left: 0!important;
    }

    .eltdf-main-menu>ul>li.eltdf-active-item>a:before {
        width: 10px!important;
        left: 0!important;
    }

    .eltdf-position-right-inner {
        margin-top: -70px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1450px) {
    nav > ul > .menu-item > a {
        padding: 0 8px !important;
    }

    .eltdf-menu-area .eltdf-active-item a:before, a:hover:before {
        width: 5px !important;
        left: 0 !important;
    }

    .eltdf-main-menu > ul > li.eltdf-active-item > a:before {
        width: 5px !important;
        left: 0 !important;
    }

    .eltdf-position-right-inner {
        margin-top: -90px;
    }
}

.eltdf-drop-down .narrow .second .inner ul li{
    width: max-content;
    min-width: 240px;
}