/* general */
.nv-content-wrap.entry-content {
    width: 100%;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1366px;
}
/* sections */
.section_container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px; 
    font-family: 'Montserrat';
}
.section_container.lists {
    padding-bottom: 30px;
    flex-direction: column;
    gap: 0;
}
.section_container.lists .swiper-slide {
    height: 258px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section_container.grey_bg {
    background-color: #F2F2F2;
}
.section_container.lists .section_header {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section_container.lists .section_content {
    position: relative;
}
.section_container .section_title {
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
}
.section_container .section_header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
/* fix mobile alignment issue */
@media (max-width: 768px) {
    .section_container .section_header {
        flex-direction: column;
    }
    .section_container .section_title {
        margin-bottom: 15px;
    }
}
.section_container a.section_more {
    text-transform: uppercase;
    font-weight: 600;
}
.section_container .slide_content {
    color: #FFF;
    display: flex;
    flex-gap: 6px;
    gap: 6px;
    flex-direction: column;
    margin-top: 90px;
    text-align: left;
    padding-left: 25px;
    border-left: 10px solid;
    font-family: 'Montserrat';
    z-index: 2;
    position: relative;
}
.section_container span.slide_title {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    font-family: 'Montserrat';
}
.section_container span.slide_text {
    font-size: 16px;
    font-family: 'Montserrat';
}
.section_container button.slide_button {
    display: inline-block;
    max-width: fit-content;
    padding: 5px 20px;
    font-weight: 400;
    color: #FFF;
    font-size: 16px;
    font-family: 'Montserrat';
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 1;
}

/* swiper */
.swiper-button-prev {
    left: -40px;
}
.swiper-button-next {
    right: -40px;
}

/* section cinema */
.section_container.cinema .section_title {
    color: var(--vm-cinema);
}
.section_container.cinema .slide_content {
    border-left-color: var(--vm-cinema);
}
.section_container.cinema button.slide_button{
    background-color: var(--vm-cinema);
}
.section_container.cinema button.slide_button:hover{
    color: var(--vm-cinema);
    background-color: #FFF;
}
.section_container.lists.cinema .swiper-slide {
    height: 500px;
    background-size: contain;
    background-color: #000;
}
@media(max-width: 767px){
    .section_container.lists.cinema .swiper-slide {
        height: 400px;
    }
}


/* section other */
.section_container.other {
    height: 400px;
    padding-top: 0px;
    margin-bottom: 30px;
}
.col_link {
    flex: 1;
    display: flex;
    text-decoration: none; 
}
.section_container.other .col {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px 20px 20px 0;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
}
.section_container.other .col_content {
    color: #FFF;
    display: flex;
    flex-direction: column;
    margin-top: 90px;
    text-align: left;
    padding-left: 25px;
    border-left: 10px solid;
    font-family: 'Montserrat';
    z-index: 2;
    position: relative;
}
.harta {
    background-image: url('../img/home/harta_parcare.jpg');
}
.evidenta_populatiei {
    background-image: url('../img/home/evidenta_populatiei.jpg');
}
.section_container.other .col_title {
    font-family: Montserrat, 'sans-serif';
    margin-bottom: 10px;
    color: white;
    font-size: 32px;
    font-weight: 700;
    line-height: 25px;
}
.section_container.other .col_content {
    border-left-color: var(--vm-other);
}
.section_container.other button.slide_button{
    background-color: var(--vm-other);
}
.section_container.other button.slide_button:hover{
    color: var(--vm-other);
    background-color: #FFF;
}

@media(max-width: 767px){
    .section_container.other {
        flex-direction: column;
    }
}
body.wp-theme-neve #atcb-reference {
    display: none !important;
}