/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.1.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.elementor-posts article .elementor-post__read-more {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    background: #002542;
    transition: background 200ms;
    color: #fff;
    letter-spacing: 0em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 10px 30px 20px 30px;
    box-shadow: 4px 4px 3px rgba(0,37,66,0.25);
    cursor: pointer;
    width: max-content;
}

.elementor-posts article .elementor-post__read-more:before {
    content: "";
    position: absolute;
    top: 40px;
    right: -28px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 14px solid #002542;
    border-color: transparent transparent #002542 #002542;
    transform-origin: 0 0;
    transform: scaleX(0.6) rotate(-135deg);
    box-shadow: -9px 4px 5px 0 rgba(0,37,66,0.25);
    transition: all 200ms;
}

.elementor-posts article .elementor-post__read-more:hover {
    color: #fff;
    background: #07B8FD;
}

.elementor-posts article .elementor-post__read-more:hover:before {
    border: 14px solid #07B8FD;
    border-color: transparent transparent #07B8FD #07B8FD;
}

.elementor-field-group .sub_label {
    font-size: .8em;
    color: rgba(0, 37, 66, 0.6);
}

.elementor-103 .elementor-element.elementor-element-a2e1e2e .elementor-image img{
    width: 300px!important;
    max-width: 100%!important;
}

.elementor-field-group .elementor-message-danger {
    display: block;
}

@media(max-width: 1023px){
    .elementor-67 .elementor-element.elementor-element-0125a76 .elementor-heading-title{
        font-size: 42px!important;
    }
    .elementor-67 .elementor-element.elementor-element-f68e487 .elementor-image img{
        width: 132px!important;
    }

    .elementor-element-2462837, .elementor-103 .elementor-element.elementor-element-fb62d8f, .elementor-67 .elementor-element.elementor-element-8093588 > .elementor-element-populated, .elementor-103 .elementor-element.elementor-element-657a35d > .elementor-element-populated{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }


}

@media(max-width: 523px){
    .elementor-67 .elementor-element.elementor-element-0125a76 .elementor-heading-title{
        font-size: 38px!important;
        margin-top: 10px!important;
        display: block!important;
    }
}

.vacancies-popup {
    position: fixed;
    bottom: 24px;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, 0);
    padding: 18px 32px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #03387833;
    border-radius: 50px;
    box-shadow: 8px 12px 30px 0px #0015361F;
}

.vacancies-popup__title {
    margin: 0;
    color: #000D22;
    font-weight: 700;
    font-size: 24px;
}

.vacancies-popup__button {
    padding: 12px 24px;
    display: flex;
    align-items: center;
    margin-right: 12px;
    margin-left: 96px;
    justify-content: center;
    gap: 8px;
    background: #033878;
    color: #fff;
    border-radius: 30px;
}

.vacancies-popup__button-text {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.vacancies-popup__close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    aspect-ratio: 1/1;
    cursor: pointer;
    background: #2F62B50D;
    border-radius: 50%;
}

.vacancies-popup.hidden {
    display: none;
}

@media(max-width: 1199px) {
    .vacancies-popup {
        max-width: 350px;
        width: 90%;
        flex-wrap: wrap;
        padding: 16px;
        border-radius: 24px;
    }

    .vacancies-popup__button {
        width: 100%;
        margin: 16px 0 0;
        order: 1;
    }

    .vacancies-popup__close {
        width: 48px;
        aspect-ratio: 4/3;
        margin-left: auto;
        border-radius: 20px;
    }

    .vacancies-popup__title {
        font-size: 21px;
    }
}