html {
    scroll-behavior: unset !important;
}

.full-height {
    height: var(--full-height);
}

.full-width {
    height: var(--full-width);
}

body {
    margin: 0;
}

.dialog-type-lightbox {
    top: 0 !important;
    left: 0 !important;
}

@media (min-width: 1025px) {
    body.admin-bar .dialog-lightbox-widget {
        height: 100% !important;
    }
}

@media (max-width: 1024px) {
    .m-swiper .swiper-wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}

.swiper-slide {
    flex-shrink: 0 !important;
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
    height: 100% !important;
}

.wpforms-container div.wpforms-field:has(.wpforms-field) {
    padding: 0;
}

.back-top {
    cursor: pointer;
    transition: 0.3s;
}

.back-top.hidden {
    opacity: 0;
    pointer-events: none;
}

.pagination-con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-con .pagination {
    justify-content: center;
}

@media (max-width: 1024px) {
    .pagination-con {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .pagination-con {
        margin-top: 30px;
    }
}

.swiper-animate {
    opacity: 0;
    transition: 0s;
    transform: translateY(50px);
}

.swiper-animate.animated {
    opacity: 1;
    transition: 0.6s;
    transform: translateY(0);
}

.elementor-widget-html svg {
    display: block;
}

.side-menu {
    transform: translateX(-110%);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    padding-bottom: 80px !important;
    height: 100vh;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .side-menu {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .side-menu {
        width: calc(100% - 50px);
    }
}

@media (min-width: 1025px) {
    .side-menu {
        display: none;
    }
}

.side-menu.active {
    transform: translateX(0%);
}

.side-menu .sub-arrow {
    width: 70px;
    display: flex;
    justify-content: flex-end;
}

.side-menu-button {
    cursor: pointer;
}

.side-menu-close-button {
    background-color: white;
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}

.mc {
    color: var(--e-global-color-primary);
}

.line1,
.line1 .elementor-heading-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line2,
.line2 .elementor-heading-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3,
.line3 .elementor-heading-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line4,
.line4 .elementor-heading-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.next,
.prev {
    cursor: pointer;
}

@media (min-width: 1025px) {
    .hover-up {
        transition: 0.3s;
    }

    .hover-up:hover {
        transform: translateY(-7px);
    }

    .hover-shadow {
        transition: 0.3s;
    }

    .hover-shadow:hover {
        box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
    }

    .hover-mc:hover,
    .hover-mc:hover .elementor-heading-title,
    .item:hover .hover-mc .elementor-heading-title,
    .item:hover .hover-mc {
        color: var(--e-global-color-primary) !important;
    }

    .hover-white:hover,
    .hover-white:hover .elementor-heading-title,
    .item:hover .hover-white .elementor-heading-title,
    .item:hover .hover-white {
        color: white !important;
    }

    .hover-underline .elementor-heading-title:hover {
        text-decoration: underline;
    }

    .hover-dropshadow:hover {
        filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.1));
    }
}






.jobs-tab .tab {
    cursor: pointer;
}
.jobs-tab .cons {
    overflow: hidden;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
}

body:not(.elementor-editor-active) .jobs-tab .con {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: 0.5s;
}

body:not(.elementor-editor-active) .jobs-tab .con:not(.active) {
    opacity: 0;
    pointer-events: none;
}



.jobs-acc .container {
    overflow: hidden;
    transition: 0.5s;
}

body.elementor-editor-active .jobs-acc .swiper-wrapper {
    flex-direction: column !important;
}
body.elementor-editor-active .jobs-acc .swiper-slide {
    height: fit-content !important;
}

.jobs-acc .head {
    cursor: pointer;
}


/* jobs Tab Swiper */

body.elementor-editor-active .jobs-tab-swiper .swiper-wrapper {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
}
body.elementor-editor-active .jobs-tab-swiper .swiper-slide {
    height: fit-content !important;
}
.jobs-tab-swiper .tab {
    cursor: pointer;
}














    .jobs-popup {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        min-height: auto;
        padding: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 9999;
        box-sizing: border-box;
        cursor: auto;
        opacity: 1;
        visibility: visible;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        transition:
            opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1),
            visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    }

    body:not(.elementor-editor-active) .jobs-popup {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 100%;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    body:not(.elementor-editor-active) .jobs-popup.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .jobs-popup .content {
        position: relative;
        width: 100%;
        max-width: 480px;
        max-height: calc(100vh - 48px);
        padding: 40px;
        background-color: #fff;
        border-radius: 16px;
        box-sizing: border-box;
        overflow-y: auto;
        transform: translateY(18px) scale(0.98);
        opacity: 0;
        transition:
            opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1),
            transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }

    body.elementor-editor-active .jobs-popup .content,
    .jobs-popup.active .content {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .jobs-popup .content .close-button {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 32px;
        height: 32px;
        padding: 0;
        border: 0;
        border-radius: 6px;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color 0.25s ease;
    }

    .jobs-popup .content .close-button:hover {
        background-color: #f2f5f5;
    }

    .jobs-popup .content .close-button:focus-visible {
        outline: 2px solid #1f6369;
        outline-offset: 2px;
    }

    @media (max-width: 1024px) {
        .jobs-popup {
            padding: 24px;
        }

        .jobs-popup .content {
            max-width: 460px;
            max-height: calc(100vh - 48px);
            padding: 36px;
        }
    }

    @media (max-width: 767px) {
        .jobs-popup {
            align-items: flex-end;
            padding: 16px;
        }

        .jobs-popup .content {
            max-width: 100%;
            max-height: calc(100dvh - 32px);
            padding: 36px 20px 24px;
            border-radius: 14px;
        }

        .jobs-popup .content .close-button {
            top: 10px;
            right: 10px;
            width: 34px;
            height: 34px;
        }
    }






