/**
Theme Name: HOOG.office
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description:HOOG.office Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hoog-office
Template: astra
*/
.hoog-projects-slider.loading .slick-slide {
    display: none; /* Hide slides until initialization */
}

.hoog-projects-slider.loading {
    opacity: 0; /* Optionally hide the entire slider */
}

.hoog-projects-slider.slick-initialized {
    opacity: 1; /* Reveal the slider after initialization */
}

.hoog-projects-slider.slick-initialized .slick-slide {
    display: block; /* Display slides once initialized */
}
.companies-slider{
    max-height:370px;
}
.companies-slider .slick-list{
padding:0 !important;
}
.company-archive .companies-slider .elementor-grid-item{
    margin-right:10px;
}
.companies-slider .slick-slide img{
    display:inline;
}
.companies-slider.loading .slick-slide {
    display: none; /* Hide slides until initialization */
}

.companies-slider.loading {
    opacity: 0; /* Optionally hide the entire slider */
}

.companies-slider.slick-initialized {
    opacity: 1; /* Reveal the slider after initialization */
}

.companies-slider.slick-initialized .slick-slide {
    display: block; /* Display slides once initialized */
}
/* Modal Base Styles */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    max-width: 500px;
        margin: 1.75rem auto;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.btn-close {
    padding: 0.25rem 0.25rem;
    margin: -0.25rem -0.25rem -0.25rem auto;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}










